expressa 2.0.18 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/.circleci/config.yml +21 -21
  2. package/.eslintrc.json +29 -29
  3. package/LICENSE +21 -21
  4. package/README.md +137 -137
  5. package/auth/index.js +76 -76
  6. package/auth/jwt.js +31 -31
  7. package/controllers/collections.js +260 -260
  8. package/controllers/install.js +105 -105
  9. package/controllers/status.js +43 -43
  10. package/controllers/users.js +52 -52
  11. package/cypress/fixtures/example.json +4 -4
  12. package/cypress/integration/0_install_spec.js +8 -8
  13. package/cypress/integration/custom_collections.js +30 -28
  14. package/cypress/integration/home.js +9 -9
  15. package/cypress/integration/settings.js +34 -34
  16. package/cypress/integration/users.js +61 -61
  17. package/cypress/plugins/index.js +17 -17
  18. package/cypress/support/commands.js +69 -54
  19. package/cypress/support/index.js +20 -20
  20. package/cypress/support/util.js +10 -10
  21. package/cypress.config.js +18 -0
  22. package/cypress.json +4 -4
  23. package/db/cached.js +40 -40
  24. package/db/file.js +112 -112
  25. package/db/memory.js +79 -79
  26. package/db/mongo.js +86 -86
  27. package/db/postgres.js +93 -93
  28. package/doc/authentication.md +38 -38
  29. package/doc/automatic-fields.md +12 -12
  30. package/doc/blogexample.md +16 -16
  31. package/doc/custom-endpoints.md +20 -20
  32. package/doc/database.md +23 -23
  33. package/doc/development.md +33 -33
  34. package/doc/listeners.md +103 -103
  35. package/doc/modules.md +8 -8
  36. package/doc/permissions.md +14 -14
  37. package/doc/relationships.md +65 -65
  38. package/doc/testing.md +47 -47
  39. package/doc/uploading-files.md +53 -53
  40. package/index.js +297 -297
  41. package/listeners.js +65 -65
  42. package/listeners_collection_permissions.js +29 -29
  43. package/listeners_users.js +96 -96
  44. package/listeners_validation.js +43 -43
  45. package/middleware/logging.js +30 -30
  46. package/middleware/permissions.js +41 -41
  47. package/modules/access_keys/access_keys.js +32 -32
  48. package/modules/admin/.babelrc +19 -19
  49. package/modules/admin/.editorconfig +14 -14
  50. package/modules/admin/.eslintignore +5 -5
  51. package/modules/admin/.eslintrc.js +197 -197
  52. package/modules/admin/.postcssrc.js +10 -10
  53. package/modules/admin/.travis.yml +5 -5
  54. package/modules/admin/LICENSE +21 -21
  55. package/modules/admin/README.md +88 -88
  56. package/modules/admin/build/build.js +46 -45
  57. package/modules/admin/build/check-versions.js +64 -64
  58. package/modules/admin/build/utils.js +109 -108
  59. package/modules/admin/build/vue-loader.conf.js +5 -5
  60. package/modules/admin/build/webpack.base.conf.js +112 -112
  61. package/modules/admin/build/webpack.dev.conf.js +95 -95
  62. package/modules/admin/build/webpack.prod.conf.js +112 -112
  63. package/modules/admin/config/dev.env.js +8 -8
  64. package/modules/admin/config/index.js +86 -86
  65. package/modules/admin/config/prod.env.js +5 -5
  66. package/modules/admin/dist/css/197.7a90435e.css +7 -0
  67. package/modules/admin/dist/css/197.7a90435e.css.gz +0 -0
  68. package/modules/admin/dist/css/430.8c9b0482.css +8 -0
  69. package/modules/admin/dist/css/430.8c9b0482.css.gz +0 -0
  70. package/modules/admin/dist/css/451.c6646d20.css +1 -0
  71. package/modules/admin/dist/css/451.c6646d20.css.gz +0 -0
  72. package/modules/admin/dist/css/566.7a90435e.css +7 -0
  73. package/modules/admin/dist/css/566.7a90435e.css.gz +0 -0
  74. package/modules/admin/dist/css/569.f7d5c7d5.css +37 -0
  75. package/modules/admin/dist/css/569.f7d5c7d5.css.gz +0 -0
  76. package/modules/admin/dist/css/572.74d8e965.css +34 -0
  77. package/modules/admin/dist/css/572.74d8e965.css.gz +0 -0
  78. package/modules/admin/dist/css/651.e946bda7.css +6 -0
  79. package/modules/admin/dist/css/651.e946bda7.css.gz +0 -0
  80. package/modules/admin/dist/css/750.4086915d.css +2 -0
  81. package/modules/admin/dist/css/750.4086915d.css.gz +0 -0
  82. package/modules/admin/dist/css/950.1fd9d57c.css +7 -0
  83. package/modules/admin/dist/css/950.1fd9d57c.css.gz +0 -0
  84. package/modules/admin/dist/css/app.eba5f5e2.css +592 -0
  85. package/modules/admin/dist/css/app.eba5f5e2.css.gz +0 -0
  86. package/modules/admin/dist/index.html +1 -1
  87. package/modules/admin/dist/static/fonts/element-icons.313f7da.woff +0 -0
  88. package/modules/admin/dist/static/fonts/element-icons.4520188.ttf +0 -0
  89. package/modules/admin/dist/static/js/197.e511d91e.js +1 -0
  90. package/modules/admin/dist/static/js/197.e511d91e.js.gz +0 -0
  91. package/modules/admin/dist/static/js/430.b3941f30.js +1 -0
  92. package/modules/admin/dist/static/js/430.b3941f30.js.gz +0 -0
  93. package/modules/admin/dist/static/js/451.645974a8.js +1 -0
  94. package/modules/admin/dist/static/js/451.645974a8.js.gz +0 -0
  95. package/modules/admin/dist/static/js/460.962d5bc0.js +1 -0
  96. package/modules/admin/dist/static/js/460.962d5bc0.js.gz +0 -0
  97. package/modules/admin/dist/static/js/550.f27feb23.js +1 -0
  98. package/modules/admin/dist/static/js/550.f27feb23.js.gz +0 -0
  99. package/modules/admin/dist/static/js/556.1e08866a.js +1 -0
  100. package/modules/admin/dist/static/js/556.1e08866a.js.gz +0 -0
  101. package/modules/admin/dist/static/js/569.0fecfbee.js +1 -0
  102. package/modules/admin/dist/static/js/569.0fecfbee.js.gz +0 -0
  103. package/modules/admin/dist/static/js/572.13392e1d.js +1 -0
  104. package/modules/admin/dist/static/js/572.13392e1d.js.gz +0 -0
  105. package/modules/admin/dist/static/js/603.7b34a650.js +1 -0
  106. package/modules/admin/dist/static/js/603.7b34a650.js.gz +0 -0
  107. package/modules/admin/dist/static/js/651.564b24b6.js +1 -0
  108. package/modules/admin/dist/static/js/651.564b24b6.js.gz +0 -0
  109. package/modules/admin/dist/static/js/653.02ec1098.js +1 -0
  110. package/modules/admin/dist/static/js/653.02ec1098.js.gz +0 -0
  111. package/modules/admin/dist/static/js/750.50c950da.js +1 -0
  112. package/modules/admin/dist/static/js/750.50c950da.js.gz +0 -0
  113. package/modules/admin/dist/static/js/950.d4ff0a18.js +1 -0
  114. package/modules/admin/dist/static/js/950.d4ff0a18.js.gz +0 -0
  115. package/modules/admin/dist/static/js/app.ea86ae11.js +2 -0
  116. package/modules/admin/dist/static/js/{chunk-libs.06c38828.js.LICENSE.txt → app.ea86ae11.js.LICENSE.txt} +15 -18
  117. package/modules/admin/dist/static/js/app.ea86ae11.js.LICENSE.txt.gz +0 -0
  118. package/modules/admin/dist/static/js/app.ea86ae11.js.gz +0 -0
  119. package/modules/admin/index.html +16 -16
  120. package/modules/admin/package.json +101 -101
  121. package/modules/admin/src/App.vue +11 -11
  122. package/modules/admin/src/api/login.js +26 -26
  123. package/modules/admin/src/api/table.js +9 -9
  124. package/modules/admin/src/components/Breadcrumb/index.vue +79 -79
  125. package/modules/admin/src/components/Hamburger/index.vue +62 -62
  126. package/modules/admin/src/components/JSONEditor.vue +180 -180
  127. package/modules/admin/src/components/SvgIcon/index.vue +43 -43
  128. package/modules/admin/src/icons/index.js +9 -9
  129. package/modules/admin/src/icons/svgo.yml +22 -22
  130. package/modules/admin/src/main.js +42 -42
  131. package/modules/admin/src/permission.js +49 -49
  132. package/modules/admin/src/router/index.js +200 -200
  133. package/modules/admin/src/store/getters.js +11 -11
  134. package/modules/admin/src/store/index.js +17 -17
  135. package/modules/admin/src/store/modules/app.js +43 -43
  136. package/modules/admin/src/store/modules/user.js +104 -104
  137. package/modules/admin/src/styles/element-ui.scss +29 -29
  138. package/modules/admin/src/styles/index.scss +78 -78
  139. package/modules/admin/src/styles/mixin.scss +27 -27
  140. package/modules/admin/src/styles/sidebar.scss +133 -133
  141. package/modules/admin/src/styles/transition.scss +46 -46
  142. package/modules/admin/src/styles/variables.scss +4 -4
  143. package/modules/admin/src/utils/auth.js +15 -15
  144. package/modules/admin/src/utils/index.js +74 -74
  145. package/modules/admin/src/utils/request.js +48 -48
  146. package/modules/admin/src/utils/validate.js +31 -31
  147. package/modules/admin/src/views/404.vue +235 -235
  148. package/modules/admin/src/views/Dev.vue +33 -33
  149. package/modules/admin/src/views/EditDocument.vue +121 -116
  150. package/modules/admin/src/views/Endpoints.vue +279 -279
  151. package/modules/admin/src/views/Home.vue +84 -84
  152. package/modules/admin/src/views/Install.vue +79 -79
  153. package/modules/admin/src/views/ListDocuments.vue +72 -72
  154. package/modules/admin/src/views/ListDocuments2.vue +467 -462
  155. package/modules/admin/src/views/ManageListeners.vue +67 -67
  156. package/modules/admin/src/views/ManageMiddleware.vue +43 -43
  157. package/modules/admin/src/views/ManagePermissions.vue +75 -75
  158. package/modules/admin/src/views/ViewRequest.vue +77 -77
  159. package/modules/admin/src/views/form/index.vue +91 -91
  160. package/modules/admin/src/views/layout/Layout.vue +69 -69
  161. package/modules/admin/src/views/layout/components/AppMain.vue +41 -41
  162. package/modules/admin/src/views/layout/components/Navbar.vue +97 -97
  163. package/modules/admin/src/views/layout/components/Sidebar/Item.vue +29 -29
  164. package/modules/admin/src/views/layout/components/Sidebar/Link.vue +39 -39
  165. package/modules/admin/src/views/layout/components/Sidebar/SidebarItem.vue +103 -103
  166. package/modules/admin/src/views/layout/components/Sidebar/index.vue +62 -62
  167. package/modules/admin/src/views/layout/components/index.js +3 -3
  168. package/modules/admin/src/views/layout/mixin/ResizeHandler.js +41 -41
  169. package/modules/admin/src/views/login/index.vue +195 -195
  170. package/modules/admin/src/views/tree/index.vue +77 -77
  171. package/modules/collections/collections.js +39 -39
  172. package/modules/core/core.js +197 -197
  173. package/modules/logging/logging.js +88 -88
  174. package/modules/permissions/permissions.js +106 -106
  175. package/package.json +59 -59
  176. package/scripts/expressa +12 -12
  177. package/scripts/run_cypress_tests.sh +36 -6
  178. package/scripts/run_db_tests.sh +8 -8
  179. package/test/0-install.js +96 -96
  180. package/test/collections.js +431 -431
  181. package/test/collections.querying.js +288 -288
  182. package/test/db.js +258 -258
  183. package/test/db.strings.js +73 -73
  184. package/test/db.updating.js +144 -144
  185. package/test/logging.js +29 -29
  186. package/test/test.js +93 -93
  187. package/test/testserver.js +17 -17
  188. package/test/testutils.js +136 -136
  189. package/test/users.js +425 -425
  190. package/util.js +522 -522
  191. package/modules/admin/dist/index.html.gz +0 -0
  192. package/modules/admin/dist/static/css/app.9dd57eea.css +0 -1
  193. package/modules/admin/dist/static/css/app.9dd57eea.css.gz +0 -0
  194. package/modules/admin/dist/static/css/chunk-5061.ce0e4bdb.css +0 -1
  195. package/modules/admin/dist/static/css/chunk-5061.ce0e4bdb.css.gz +0 -0
  196. package/modules/admin/dist/static/css/chunk-5b97.7f9cb53e.css +0 -1
  197. package/modules/admin/dist/static/css/chunk-5b97.7f9cb53e.css.gz +0 -0
  198. package/modules/admin/dist/static/css/chunk-621e.b826be8d.css +0 -1
  199. package/modules/admin/dist/static/css/chunk-621e.b826be8d.css.gz +0 -0
  200. package/modules/admin/dist/static/css/chunk-656b.9c828b00.css +0 -1
  201. package/modules/admin/dist/static/css/chunk-656b.9c828b00.css.gz +0 -0
  202. package/modules/admin/dist/static/css/chunk-7291.13514e45.css +0 -0
  203. package/modules/admin/dist/static/css/chunk-7291.13514e45.css.gz +0 -0
  204. package/modules/admin/dist/static/css/chunk-7f29.9c828b00.css +0 -1
  205. package/modules/admin/dist/static/css/chunk-7f29.9c828b00.css.gz +0 -0
  206. package/modules/admin/dist/static/css/chunk-9a95.c647a2ef.css +0 -1
  207. package/modules/admin/dist/static/css/chunk-9a95.c647a2ef.css.gz +0 -0
  208. package/modules/admin/dist/static/css/chunk-b423.5f239333.css +0 -0
  209. package/modules/admin/dist/static/css/chunk-b423.5f239333.css.gz +0 -0
  210. package/modules/admin/dist/static/css/chunk-bd5f.aefa49d7.css +0 -1
  211. package/modules/admin/dist/static/css/chunk-bd5f.aefa49d7.css.gz +0 -0
  212. package/modules/admin/dist/static/css/chunk-e374.025d58bb.css +0 -1
  213. package/modules/admin/dist/static/css/chunk-e374.025d58bb.css.gz +0 -0
  214. package/modules/admin/dist/static/css/chunk-elementUI.3d004d9f.css +0 -1
  215. package/modules/admin/dist/static/css/chunk-elementUI.3d004d9f.css.gz +0 -0
  216. package/modules/admin/dist/static/css/chunk-f075.3a895a1e.css +0 -1
  217. package/modules/admin/dist/static/css/chunk-f075.3a895a1e.css.gz +0 -0
  218. package/modules/admin/dist/static/css/chunk-libs.327ad89e.css +0 -14
  219. package/modules/admin/dist/static/css/chunk-libs.327ad89e.css.gz +0 -0
  220. package/modules/admin/dist/static/fonts/element-icons.6f0a763.ttf +0 -0
  221. package/modules/admin/dist/static/js/app.e9461593.js +0 -1
  222. package/modules/admin/dist/static/js/app.e9461593.js.gz +0 -0
  223. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js +0 -2
  224. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js.LICENSE.txt +0 -13
  225. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js.LICENSE.txt.gz +0 -0
  226. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js.gz +0 -0
  227. package/modules/admin/dist/static/js/chunk-5061.83e6ccfa.js +0 -1
  228. package/modules/admin/dist/static/js/chunk-5061.83e6ccfa.js.gz +0 -0
  229. package/modules/admin/dist/static/js/chunk-5b97.ac360086.js +0 -1
  230. package/modules/admin/dist/static/js/chunk-5b97.ac360086.js.gz +0 -0
  231. package/modules/admin/dist/static/js/chunk-5e17.a2b69611.js +0 -1
  232. package/modules/admin/dist/static/js/chunk-5e17.a2b69611.js.gz +0 -0
  233. package/modules/admin/dist/static/js/chunk-621e.ccf42393.js +0 -1
  234. package/modules/admin/dist/static/js/chunk-621e.ccf42393.js.gz +0 -0
  235. package/modules/admin/dist/static/js/chunk-656b.9d5b03c0.js +0 -1
  236. package/modules/admin/dist/static/js/chunk-656b.9d5b03c0.js.gz +0 -0
  237. package/modules/admin/dist/static/js/chunk-7291.590524e9.js +0 -1
  238. package/modules/admin/dist/static/js/chunk-7291.590524e9.js.gz +0 -0
  239. package/modules/admin/dist/static/js/chunk-7f29.6ffc142e.js +0 -1
  240. package/modules/admin/dist/static/js/chunk-7f29.6ffc142e.js.gz +0 -0
  241. package/modules/admin/dist/static/js/chunk-9a95.bdd76583.js +0 -1
  242. package/modules/admin/dist/static/js/chunk-9a95.bdd76583.js.gz +0 -0
  243. package/modules/admin/dist/static/js/chunk-b423.387c504c.js +0 -1
  244. package/modules/admin/dist/static/js/chunk-b423.387c504c.js.gz +0 -0
  245. package/modules/admin/dist/static/js/chunk-bd5f.e9509f10.js +0 -1
  246. package/modules/admin/dist/static/js/chunk-bd5f.e9509f10.js.gz +0 -0
  247. package/modules/admin/dist/static/js/chunk-e374.7c87a0dd.js +0 -1
  248. package/modules/admin/dist/static/js/chunk-e374.7c87a0dd.js.gz +0 -0
  249. package/modules/admin/dist/static/js/chunk-e7c3.e5df8ceb.js +0 -1
  250. package/modules/admin/dist/static/js/chunk-e7c3.e5df8ceb.js.gz +0 -0
  251. package/modules/admin/dist/static/js/chunk-elementUI.b0c99c08.js +0 -1
  252. package/modules/admin/dist/static/js/chunk-elementUI.b0c99c08.js.gz +0 -0
  253. package/modules/admin/dist/static/js/chunk-f075.315ceec1.js +0 -1
  254. package/modules/admin/dist/static/js/chunk-f075.315ceec1.js.gz +0 -0
  255. package/modules/admin/dist/static/js/chunk-libs.06c38828.js +0 -2
  256. package/modules/admin/dist/static/js/chunk-libs.06c38828.js.LICENSE.txt.gz +0 -0
  257. package/modules/admin/dist/static/js/chunk-libs.06c38828.js.gz +0 -0
  258. /package/modules/admin/dist/static/img/{404.a57b6f3.png → 404.4cf6930.png} +0 -0
@@ -1,2 +0,0 @@
1
- /*! For license information please see chunk-libs.06c38828.js.LICENSE.txt */
2
- (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-libs"],{"+JPL":function(e,t,n){e.exports={default:n("gRli"),__esModule:!0}},"+vXQ":function(e,t,n){e.exports=!n("C61u")&&!n("S4vA")((function(){return 7!=Object.defineProperty(n("BfU5")("div"),"a",{get:function(){return 7}}).a}))},"+wdc":function(e,t,n){"use strict";var a,r,i,l,o;if("undefined"==typeof window||"function"!=typeof MessageChannel){var c=null,u=null,s=function(){if(null!==c)try{var e=t.unstable_now();c(!0,e),c=null}catch(e){throw setTimeout(s,0),e}},h=Date.now();t.unstable_now=function(){return Date.now()-h},a=function(e){null!==c?setTimeout(a,0,e):(c=e,setTimeout(s,0))},r=function(e,t){u=setTimeout(e,t)},i=function(){clearTimeout(u)},l=function(){return!1},o=t.unstable_forceFrameRate=function(){}}else{var d=window.performance,p=window.Date,f=window.setTimeout,m=window.clearTimeout;if("undefined"!=typeof console){var v=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof v&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"==typeof d&&"function"==typeof d.now)t.unstable_now=function(){return d.now()};else{var A=p.now();t.unstable_now=function(){return p.now()-A}}var y=!1,M=null,H=-1,g=5,Z=0;l=function(){return t.unstable_now()>=Z},o=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):g=0<e?Math.floor(1e3/e):5};var V=new MessageChannel,C=V.port2;V.port1.onmessage=function(){if(null!==M){var e=t.unstable_now();Z=e+g;try{M(!0,e)?C.postMessage(null):(y=!1,M=null)}catch(e){throw C.postMessage(null),e}}else y=!1},a=function(e){M=e,y||(y=!0,C.postMessage(null))},r=function(e,n){H=f((function(){e(t.unstable_now())}),n)},i=function(){m(H),H=-1}}function b(e,t){var n=e.length;e.push(t);e:for(;;){var a=n-1>>>1,r=e[a];if(!(void 0!==r&&0<z(r,t)))break e;e[a]=t,e[n]=r,n=a}}function L(e){return void 0===(e=e[0])?null:e}function S(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var a=0,r=e.length;a<r;){var i=2*(a+1)-1,l=e[i],o=i+1,c=e[o];if(void 0!==l&&0>z(l,n))void 0!==c&&0>z(c,l)?(e[a]=c,e[o]=n,a=o):(e[a]=l,e[i]=n,a=i);else{if(!(void 0!==c&&0>z(c,n)))break e;e[a]=c,e[o]=n,a=o}}}return t}return null}function z(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var w=[],x=[],_=1,k=null,T=3,E=!1,O=!1,P=!1;function N(e){for(var t=L(x);null!==t;){if(null===t.callback)S(x);else{if(!(t.startTime<=e))break;S(x),t.sortIndex=t.expirationTime,b(w,t)}t=L(x)}}function j(e){if(P=!1,N(e),!O)if(null!==L(w))O=!0,a(D);else{var t=L(x);null!==t&&r(j,t.startTime-e)}}function D(e,n){O=!1,P&&(P=!1,i()),E=!0;var a=T;try{for(N(n),k=L(w);null!==k&&(!(k.expirationTime>n)||e&&!l());){var o=k.callback;if(null!==o){k.callback=null,T=k.priorityLevel;var c=o(k.expirationTime<=n);n=t.unstable_now(),"function"==typeof c?k.callback=c:k===L(w)&&S(w),N(n)}else S(w);k=L(w)}if(null!==k)var u=!0;else{var s=L(x);null!==s&&r(j,s.startTime-n),u=!1}return u}finally{k=null,T=a,E=!1}}function q(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var R=o;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){O||E||(O=!0,a(D))},t.unstable_getCurrentPriorityLevel=function(){return T},t.unstable_getFirstCallbackNode=function(){return L(w)},t.unstable_next=function(e){switch(T){case 1:case 2:case 3:var t=3;break;default:t=T}var n=T;T=t;try{return e()}finally{T=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=R,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=T;T=e;try{return t()}finally{T=n}},t.unstable_scheduleCallback=function(e,n,l){var o=t.unstable_now();if("object"==typeof l&&null!==l){var c=l.delay;c="number"==typeof c&&0<c?o+c:o,l="number"==typeof l.timeout?l.timeout:q(e)}else l=q(e),c=o;return e={id:_++,callback:n,priorityLevel:e,startTime:c,expirationTime:l=c+l,sortIndex:-1},c>o?(e.sortIndex=c,b(x,e),null===L(w)&&e===L(x)&&(P?i():P=!0,r(j,c-o))):(e.sortIndex=l,b(w,e),O||E||(O=!0,a(D))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();N(e);var n=L(w);return n!==k&&null!==k&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<k.expirationTime||l()},t.unstable_wrapCallback=function(e){var t=T;return function(){var n=T;T=t;try{return e.apply(this,arguments)}finally{T=n}}}},"/F7N":function(e,t){var n=Math.ceil,a=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?a:n)(e)}},"/NTb":function(e,t,n){t.f=n("zBWt")},"/tXR":function(e,t){t.f=Object.getOwnPropertySymbols},"0WpP":function(e,t,n){var a=n("/F7N"),r=Math.min;e.exports=function(e){return e>0?r(a(e),9007199254740991):0}},"0yek":function(e,t,n){"use strict";n.r(t),n.d(t,"uni0Plus",(function(){return a})),n.d(t,"uni10Plus",(function(){return r})),n.d(t,"uni12Plus",(function(){return i})),n.d(t,"uni13Plus",(function(){return l})),n.d(t,"uni16Plus",(function(){return o})),n.d(t,"uni17Plus",(function(){return c})),n.d(t,"uni18Plus",(function(){return u})),n.d(t,"uni21Plus",(function(){return s})),n.d(t,"uni3Plus",(function(){return h})),n.d(t,"uni500Px",(function(){return d})),n.d(t,"uni6Plus",(function(){return p})),n.d(t,"uniAbacus",(function(){return f})),n.d(t,"uniAccessibleIconAlt",(function(){return m})),n.d(t,"uniAdjust",(function(){return v})),n.d(t,"uniAdjustAlt",(function(){return A})),n.d(t,"uniAdjustCircle",(function(){return y})),n.d(t,"uniAdjustHalf",(function(){return M})),n.d(t,"uniAdobe",(function(){return H})),n.d(t,"uniAdobeAlt",(function(){return g})),n.d(t,"uniAirplay",(function(){return Z})),n.d(t,"uniAlign",(function(){return V})),n.d(t,"uniAlignAlt",(function(){return C})),n.d(t,"uniAlignCenter",(function(){return b})),n.d(t,"uniAlignCenterAlt",(function(){return L})),n.d(t,"uniAlignCenterH",(function(){return S})),n.d(t,"uniAlignCenterJustify",(function(){return z})),n.d(t,"uniAlignCenterV",(function(){return w})),n.d(t,"uniAlignJustify",(function(){return x})),n.d(t,"uniAlignLeft",(function(){return _})),n.d(t,"uniAlignLeftJustify",(function(){return k})),n.d(t,"uniAlignLetterRight",(function(){return T})),n.d(t,"uniAlignRight",(function(){return E})),n.d(t,"uniAlignRightJustify",(function(){return O})),n.d(t,"uniAmazon",(function(){return P})),n.d(t,"uniAmbulance",(function(){return N})),n.d(t,"uniAnalysis",(function(){return j})),n.d(t,"uniAnalytics",(function(){return D})),n.d(t,"uniAnchor",(function(){return q})),n.d(t,"uniAndroid",(function(){return R})),n.d(t,"uniAndroidAlt",(function(){return I})),n.d(t,"uniAndroidPhoneSlash",(function(){return F})),n.d(t,"uniAngleDoubleDown",(function(){return B})),n.d(t,"uniAngleDoubleLeft",(function(){return U})),n.d(t,"uniAngleDoubleRight",(function(){return $})),n.d(t,"uniAngleDoubleUp",(function(){return W})),n.d(t,"uniAngleDown",(function(){return G})),n.d(t,"uniAngleLeft",(function(){return Q})),n.d(t,"uniAngleLeftB",(function(){return K})),n.d(t,"uniAngleRight",(function(){return J})),n.d(t,"uniAngleRightB",(function(){return X})),n.d(t,"uniAngleUp",(function(){return Y})),n.d(t,"uniAngry",(function(){return ee})),n.d(t,"uniAnkh",(function(){return te})),n.d(t,"uniAnnoyed",(function(){return ne})),n.d(t,"uniAnnoyedAlt",(function(){return ae})),n.d(t,"uniApple",(function(){return re})),n.d(t,"uniAppleAlt",(function(){return ie})),n.d(t,"uniApps",(function(){return le})),n.d(t,"uniArchive",(function(){return oe})),n.d(t,"uniArchiveAlt",(function(){return ce})),n.d(t,"uniArchway",(function(){return ue})),n.d(t,"uniArrow",(function(){return se})),n.d(t,"uniArrowBreak",(function(){return he})),n.d(t,"uniArrowCircleDown",(function(){return de})),n.d(t,"uniArrowCircleLeft",(function(){return pe})),n.d(t,"uniArrowCircleRight",(function(){return fe})),n.d(t,"uniArrowCircleUp",(function(){return me})),n.d(t,"uniArrowCompressH",(function(){return ve})),n.d(t,"uniArrowDown",(function(){return Ae})),n.d(t,"uniArrowDownLeft",(function(){return ye})),n.d(t,"uniArrowDownRight",(function(){return Me})),n.d(t,"uniArrowFromRight",(function(){return He})),n.d(t,"uniArrowFromTop",(function(){return ge})),n.d(t,"uniArrowGrowth",(function(){return Ze})),n.d(t,"uniArrowLeft",(function(){return Ve})),n.d(t,"uniArrowRandom",(function(){return Ce})),n.d(t,"uniArrowResizeDiagonal",(function(){return be})),n.d(t,"uniArrowRight",(function(){return Le})),n.d(t,"uniArrowToBottom",(function(){return Se})),n.d(t,"uniArrowToRight",(function(){return ze})),n.d(t,"uniArrowUp",(function(){return we})),n.d(t,"uniArrowUpLeft",(function(){return xe})),n.d(t,"uniArrowUpRight",(function(){return _e})),n.d(t,"uniArrowsH",(function(){return ke})),n.d(t,"uniArrowsHAlt",(function(){return Te})),n.d(t,"uniArrowsLeftDown",(function(){return Ee})),n.d(t,"uniArrowsMaximize",(function(){return Oe})),n.d(t,"uniArrowsMerge",(function(){return Pe})),n.d(t,"uniArrowsResize",(function(){return Ne})),n.d(t,"uniArrowsResizeH",(function(){return je})),n.d(t,"uniArrowsResizeV",(function(){return De})),n.d(t,"uniArrowsRightDown",(function(){return qe})),n.d(t,"uniArrowsShrinkH",(function(){return Re})),n.d(t,"uniArrowsShrinkV",(function(){return Ie})),n.d(t,"uniArrowsUpRight",(function(){return Fe})),n.d(t,"uniArrowsV",(function(){return Be})),n.d(t,"uniArrowsVAlt",(function(){return Ue})),n.d(t,"uniAssistiveListeningSystems",(function(){return $e})),n.d(t,"uniAsterisk",(function(){return We})),n.d(t,"uniAt",(function(){return Ge})),n.d(t,"uniAtom",(function(){return Qe})),n.d(t,"uniAutoFlash",(function(){return Ke})),n.d(t,"uniAward",(function(){return Je})),n.d(t,"uniAwardAlt",(function(){return Xe})),n.d(t,"uniBabyCarriage",(function(){return Ye})),n.d(t,"uniBackpack",(function(){return et})),n.d(t,"uniBackspace",(function(){return tt})),n.d(t,"uniBackward",(function(){return nt})),n.d(t,"uniBag",(function(){return at})),n.d(t,"uniBagAlt",(function(){return rt})),n.d(t,"uniBagSlash",(function(){return it})),n.d(t,"uniBalanceScale",(function(){return lt})),n.d(t,"uniBan",(function(){return ot})),n.d(t,"uniBandAid",(function(){return ct})),n.d(t,"uniBars",(function(){return ut})),n.d(t,"uniBaseballBall",(function(){return st})),n.d(t,"uniBasketball",(function(){return ht})),n.d(t,"uniBasketballHoop",(function(){return dt})),n.d(t,"uniBath",(function(){return pt})),n.d(t,"uniBatteryBolt",(function(){return ft})),n.d(t,"uniBatteryEmpty",(function(){return mt})),n.d(t,"uniBed",(function(){return vt})),n.d(t,"uniBedDouble",(function(){return At})),n.d(t,"uniBehance",(function(){return yt})),n.d(t,"uniBehanceAlt",(function(){return Mt})),n.d(t,"uniBell",(function(){return Ht})),n.d(t,"uniBellSchool",(function(){return gt})),n.d(t,"uniBellSlash",(function(){return Zt})),n.d(t,"uniBill",(function(){return Vt})),n.d(t,"uniBing",(function(){return Ct})),n.d(t,"uniBitcoin",(function(){return bt})),n.d(t,"uniBitcoinAlt",(function(){return Lt})),n.d(t,"uniBitcoinCircle",(function(){return St})),n.d(t,"uniBitcoinSign",(function(){return zt})),n.d(t,"uniBlackBerry",(function(){return wt})),n.d(t,"uniBlogger",(function(){return xt})),n.d(t,"uniBloggerAlt",(function(){return _t})),n.d(t,"uniBluetoothB",(function(){return kt})),n.d(t,"uniBold",(function(){return Tt})),n.d(t,"uniBolt",(function(){return Et})),n.d(t,"uniBoltAlt",(function(){return Ot})),n.d(t,"uniBoltSlash",(function(){return Pt})),n.d(t,"uniBook",(function(){return Nt})),n.d(t,"uniBookAlt",(function(){return jt})),n.d(t,"uniBookMedical",(function(){return Dt})),n.d(t,"uniBookOpen",(function(){return qt})),n.d(t,"uniBookReader",(function(){return Rt})),n.d(t,"uniBookmark",(function(){return It})),n.d(t,"uniBookmarkFull",(function(){return Ft})),n.d(t,"uniBooks",(function(){return Bt})),n.d(t,"uniBoombox",(function(){return Ut})),n.d(t,"uniBorderAlt",(function(){return $t})),n.d(t,"uniBorderBottom",(function(){return Wt})),n.d(t,"uniBorderClear",(function(){return Gt})),n.d(t,"uniBorderHorizontal",(function(){return Qt})),n.d(t,"uniBorderInner",(function(){return Kt})),n.d(t,"uniBorderLeft",(function(){return Jt})),n.d(t,"uniBorderOut",(function(){return Xt})),n.d(t,"uniBorderRight",(function(){return Yt})),n.d(t,"uniBorderTop",(function(){return en})),n.d(t,"uniBorderVertical",(function(){return tn})),n.d(t,"uniBowlingBall",(function(){return nn})),n.d(t,"uniBox",(function(){return an})),n.d(t,"uniBracketsCurly",(function(){return rn})),n.d(t,"uniBrain",(function(){return ln})),n.d(t,"uniBriefcase",(function(){return on})),n.d(t,"uniBriefcaseAlt",(function(){return cn})),n.d(t,"uniBright",(function(){return un})),n.d(t,"uniBrightness",(function(){return sn})),n.d(t,"uniBrightnessEmpty",(function(){return hn})),n.d(t,"uniBrightnessHalf",(function(){return dn})),n.d(t,"uniBrightnessLow",(function(){return pn})),n.d(t,"uniBrightnessMinus",(function(){return fn})),n.d(t,"uniBrightnessPlus",(function(){return mn})),n.d(t,"uniBringBottom",(function(){return vn})),n.d(t,"uniBringFront",(function(){return An})),n.d(t,"uniBrowser",(function(){return yn})),n.d(t,"uniBrushAlt",(function(){return Mn})),n.d(t,"uniBug",(function(){return Hn})),n.d(t,"uniBuilding",(function(){return gn})),n.d(t,"uniBullseye",(function(){return Zn})),n.d(t,"uniBus",(function(){return Vn})),n.d(t,"uniBusAlt",(function(){return Cn})),n.d(t,"uniBusSchool",(function(){return bn})),n.d(t,"uniCalculator",(function(){return Ln})),n.d(t,"uniCalculatorAlt",(function(){return Sn})),n.d(t,"uniCalendarAlt",(function(){return zn})),n.d(t,"uniCalendarSlash",(function(){return wn})),n.d(t,"uniCalender",(function(){return xn})),n.d(t,"uniCalling",(function(){return _n})),n.d(t,"uniCamera",(function(){return kn})),n.d(t,"uniCameraChange",(function(){return Tn})),n.d(t,"uniCameraPlus",(function(){return En})),n.d(t,"uniCameraSlash",(function(){return On})),n.d(t,"uniCancel",(function(){return Pn})),n.d(t,"uniCapsule",(function(){return Nn})),n.d(t,"uniCapture",(function(){return jn})),n.d(t,"uniCar",(function(){return Dn})),n.d(t,"uniCarSideview",(function(){return qn})),n.d(t,"uniCarSlash",(function(){return Rn})),n.d(t,"uniCarWash",(function(){return In})),n.d(t,"uniCardAtm",(function(){return Fn})),n.d(t,"uniCaretRight",(function(){return Bn})),n.d(t,"uniCell",(function(){return Un})),n.d(t,"uniCelsius",(function(){return $n})),n.d(t,"uniChannel",(function(){return Wn})),n.d(t,"uniChannelAdd",(function(){return Gn})),n.d(t,"uniChart",(function(){return Qn})),n.d(t,"uniChartBar",(function(){return Kn})),n.d(t,"uniChartBarAlt",(function(){return Jn})),n.d(t,"uniChartDown",(function(){return Xn})),n.d(t,"uniChartGrowth",(function(){return Yn})),n.d(t,"uniChartGrowthAlt",(function(){return ea})),n.d(t,"uniChartLine",(function(){return ta})),n.d(t,"uniChartPie",(function(){return na})),n.d(t,"uniChartPieAlt",(function(){return aa})),n.d(t,"uniChat",(function(){return ra})),n.d(t,"uniChatBubbleUser",(function(){return ia})),n.d(t,"uniChatInfo",(function(){return la})),n.d(t,"uniCheck",(function(){return oa})),n.d(t,"uniCheckCircle",(function(){return ca})),n.d(t,"uniCheckSquare",(function(){return ua})),n.d(t,"uniCircle",(function(){return sa})),n.d(t,"uniCircleLayer",(function(){return ha})),n.d(t,"uniCircuit",(function(){return da})),n.d(t,"uniClapperBoard",(function(){return pa})),n.d(t,"uniClinicMedical",(function(){return fa})),n.d(t,"uniClipboard",(function(){return ma})),n.d(t,"uniClipboardAlt",(function(){return va})),n.d(t,"uniClipboardBlank",(function(){return Aa})),n.d(t,"uniClipboardNotes",(function(){return ya})),n.d(t,"uniClock",(function(){return Ma})),n.d(t,"uniClockEight",(function(){return Ha})),n.d(t,"uniClockFive",(function(){return ga})),n.d(t,"uniClockNine",(function(){return Za})),n.d(t,"uniClockSeven",(function(){return Va})),n.d(t,"uniClockTen",(function(){return Ca})),n.d(t,"uniClockThree",(function(){return ba})),n.d(t,"uniClockTwo",(function(){return La})),n.d(t,"uniClosedCaptioning",(function(){return Sa})),n.d(t,"uniClosedCaptioningSlash",(function(){return za})),n.d(t,"uniCloud",(function(){return wa})),n.d(t,"uniCloudBlock",(function(){return xa})),n.d(t,"uniCloudBookmark",(function(){return _a})),n.d(t,"uniCloudCheck",(function(){return ka})),n.d(t,"uniCloudComputing",(function(){return Ta})),n.d(t,"uniCloudDataConnection",(function(){return Ea})),n.d(t,"uniCloudDatabaseTree",(function(){return Oa})),n.d(t,"uniCloudDownload",(function(){return Pa})),n.d(t,"uniCloudDrizzle",(function(){return Na})),n.d(t,"uniCloudExclamation",(function(){return ja})),n.d(t,"uniCloudHail",(function(){return Da})),n.d(t,"uniCloudHeart",(function(){return qa})),n.d(t,"uniCloudInfo",(function(){return Ra})),n.d(t,"uniCloudLock",(function(){return Ia})),n.d(t,"uniCloudMeatball",(function(){return Fa})),n.d(t,"uniCloudMoon",(function(){return Ba})),n.d(t,"uniCloudMoonHail",(function(){return Ua})),n.d(t,"uniCloudMoonMeatball",(function(){return $a})),n.d(t,"uniCloudMoonRain",(function(){return Wa})),n.d(t,"uniCloudMoonShowers",(function(){return Ga})),n.d(t,"uniCloudQuestion",(function(){return Qa})),n.d(t,"uniCloudRain",(function(){return Ka})),n.d(t,"uniCloudRainSun",(function(){return Ja})),n.d(t,"uniCloudRedo",(function(){return Xa})),n.d(t,"uniCloudShare",(function(){return Ya})),n.d(t,"uniCloudShield",(function(){return er})),n.d(t,"uniCloudShowers",(function(){return tr})),n.d(t,"uniCloudShowersAlt",(function(){return nr})),n.d(t,"uniCloudShowersHeavy",(function(){return ar})),n.d(t,"uniCloudSlash",(function(){return rr})),n.d(t,"uniCloudSun",(function(){return ir})),n.d(t,"uniCloudSunHail",(function(){return lr})),n.d(t,"uniCloudSunMeatball",(function(){return or})),n.d(t,"uniCloudSunRain",(function(){return cr})),n.d(t,"uniCloudSunRainAlt",(function(){return ur})),n.d(t,"uniCloudSunTear",(function(){return sr})),n.d(t,"uniCloudTimes",(function(){return hr})),n.d(t,"uniCloudUnlock",(function(){return dr})),n.d(t,"uniCloudUpload",(function(){return pr})),n.d(t,"uniCloudWifi",(function(){return fr})),n.d(t,"uniCloudWind",(function(){return mr})),n.d(t,"uniClouds",(function(){return vr})),n.d(t,"uniClub",(function(){return Ar})),n.d(t,"uniCodeBranch",(function(){return yr})),n.d(t,"uniCoffee",(function(){return Mr})),n.d(t,"uniCog",(function(){return Hr})),n.d(t,"uniCoins",(function(){return gr})),n.d(t,"uniColumns",(function(){return Zr})),n.d(t,"uniComment",(function(){return Vr})),n.d(t,"uniCommentAdd",(function(){return Cr})),n.d(t,"uniCommentAlt",(function(){return br})),n.d(t,"uniCommentAltBlock",(function(){return Lr})),n.d(t,"uniCommentAltChartLines",(function(){return Sr})),n.d(t,"uniCommentAltCheck",(function(){return zr})),n.d(t,"uniCommentAltDots",(function(){return wr})),n.d(t,"uniCommentAltDownload",(function(){return xr})),n.d(t,"uniCommentAltEdit",(function(){return _r})),n.d(t,"uniCommentAltExclamation",(function(){return kr})),n.d(t,"uniCommentAltHeart",(function(){return Tr})),n.d(t,"uniCommentAltImage",(function(){return Er})),n.d(t,"uniCommentAltInfo",(function(){return Or})),n.d(t,"uniCommentAltLines",(function(){return Pr})),n.d(t,"uniCommentAltLock",(function(){return Nr})),n.d(t,"uniCommentAltMedical",(function(){return jr})),n.d(t,"uniCommentAltMessage",(function(){return Dr})),n.d(t,"uniCommentAltNotes",(function(){return qr})),n.d(t,"uniCommentAltPlus",(function(){return Rr})),n.d(t,"uniCommentAltQuestion",(function(){return Ir})),n.d(t,"uniCommentAltRedo",(function(){return Fr})),n.d(t,"uniCommentAltSearch",(function(){return Br})),n.d(t,"uniCommentAltShare",(function(){return Ur})),n.d(t,"uniCommentAltShield",(function(){return $r})),n.d(t,"uniCommentAltSlash",(function(){return Wr})),n.d(t,"uniCommentAltUpload",(function(){return Gr})),n.d(t,"uniCommentAltVerify",(function(){return Qr})),n.d(t,"uniCommentBlock",(function(){return Kr})),n.d(t,"uniCommentChartLine",(function(){return Jr})),n.d(t,"uniCommentCheck",(function(){return Xr})),n.d(t,"uniCommentDots",(function(){return Yr})),n.d(t,"uniCommentDownload",(function(){return ei})),n.d(t,"uniCommentEdit",(function(){return ti})),n.d(t,"uniCommentExclamation",(function(){return ni})),n.d(t,"uniCommentHeart",(function(){return ai})),n.d(t,"uniCommentImage",(function(){return ri})),n.d(t,"uniCommentInfo",(function(){return ii})),n.d(t,"uniCommentInfoAlt",(function(){return li})),n.d(t,"uniCommentLines",(function(){return oi})),n.d(t,"uniCommentLock",(function(){return ci})),n.d(t,"uniCommentMedical",(function(){return ui})),n.d(t,"uniCommentMessage",(function(){return si})),n.d(t,"uniCommentNotes",(function(){return hi})),n.d(t,"uniCommentPlus",(function(){return di})),n.d(t,"uniCommentQuestion",(function(){return pi})),n.d(t,"uniCommentRedo",(function(){return fi})),n.d(t,"uniCommentSearch",(function(){return mi})),n.d(t,"uniCommentShare",(function(){return vi})),n.d(t,"uniCommentShield",(function(){return Ai})),n.d(t,"uniCommentSlash",(function(){return yi})),n.d(t,"uniCommentUpload",(function(){return Mi})),n.d(t,"uniCommentVerify",(function(){return Hi})),n.d(t,"uniComments",(function(){return gi})),n.d(t,"uniCommentsAlt",(function(){return Zi})),n.d(t,"uniCompactDisc",(function(){return Vi})),n.d(t,"uniComparison",(function(){return Ci})),n.d(t,"uniCompass",(function(){return bi})),n.d(t,"uniCompress",(function(){return Li})),n.d(t,"uniCompressAlt",(function(){return Si})),n.d(t,"uniCompressAltLeft",(function(){return zi})),n.d(t,"uniCompressArrows",(function(){return wi})),n.d(t,"uniCompressLines",(function(){return xi})),n.d(t,"uniCompressPoint",(function(){return _i})),n.d(t,"uniCompressV",(function(){return ki})),n.d(t,"uniConfused",(function(){return Ti})),n.d(t,"uniConstructor",(function(){return Ei})),n.d(t,"uniCopy",(function(){return Oi})),n.d(t,"uniCopyAlt",(function(){return Pi})),n.d(t,"uniCopyLandscape",(function(){return Ni})),n.d(t,"uniCopyright",(function(){return ji})),n.d(t,"uniCornerDownLeft",(function(){return Di})),n.d(t,"uniCornerDownRight",(function(){return qi})),n.d(t,"uniCornerDownRightAlt",(function(){return Ri})),n.d(t,"uniCornerLeftDown",(function(){return Ii})),n.d(t,"uniCornerRightDown",(function(){return Fi})),n.d(t,"uniCornerUpLeft",(function(){return Bi})),n.d(t,"uniCornerUpLeftAlt",(function(){return Ui})),n.d(t,"uniCornerUpRight",(function(){return $i})),n.d(t,"uniCornerUpRightAlt",(function(){return Wi})),n.d(t,"uniCoronavirus",(function(){return Gi})),n.d(t,"uniCreateDashboard",(function(){return Qi})),n.d(t,"uniCreativeCommonsPd",(function(){return Ki})),n.d(t,"uniCreditCard",(function(){return Ji})),n.d(t,"uniCreditCardSearch",(function(){return Xi})),n.d(t,"uniCrockery",(function(){return Yi})),n.d(t,"uniCropAlt",(function(){return el})),n.d(t,"uniCropAltRotateLeft",(function(){return tl})),n.d(t,"uniCropAltRotateRight",(function(){return nl})),n.d(t,"uniCrosshair",(function(){return al})),n.d(t,"uniCrosshairAlt",(function(){return rl})),n.d(t,"uniCrosshairs",(function(){return il})),n.d(t,"uniCss3Simple",(function(){return ll})),n.d(t,"uniCube",(function(){return ol})),n.d(t,"uniDashboard",(function(){return cl})),n.d(t,"uniDataSharing",(function(){return ul})),n.d(t,"uniDatabase",(function(){return sl})),n.d(t,"uniDatabaseAlt",(function(){return hl})),n.d(t,"uniDesert",(function(){return dl})),n.d(t,"uniDesktop",(function(){return pl})),n.d(t,"uniDesktopAlt",(function(){return fl})),n.d(t,"uniDesktopAltSlash",(function(){return ml})),n.d(t,"uniDesktopCloudAlt",(function(){return vl})),n.d(t,"uniDesktopSlash",(function(){return Al})),n.d(t,"uniDialpad",(function(){return yl})),n.d(t,"uniDialpadAlt",(function(){return Ml})),n.d(t,"uniDiamond",(function(){return Hl})),n.d(t,"uniDiary",(function(){return gl})),n.d(t,"uniDiaryAlt",(function(){return Zl})),n.d(t,"uniDiceFive",(function(){return Vl})),n.d(t,"uniDiceFour",(function(){return Cl})),n.d(t,"uniDiceOne",(function(){return bl})),n.d(t,"uniDiceSix",(function(){return Ll})),n.d(t,"uniDiceThree",(function(){return Sl})),n.d(t,"uniDiceTwo",(function(){return zl})),n.d(t,"uniDirection",(function(){return wl})),n.d(t,"uniDirections",(function(){return xl})),n.d(t,"uniDiscord",(function(){return _l})),n.d(t,"uniDizzyMeh",(function(){return kl})),n.d(t,"uniDna",(function(){return Tl})),n.d(t,"uniDocker",(function(){return El})),n.d(t,"uniDocumentInfo",(function(){return Ol})),n.d(t,"uniDocumentLayoutCenter",(function(){return Pl})),n.d(t,"uniDocumentLayoutLeft",(function(){return Nl})),n.d(t,"uniDocumentLayoutRight",(function(){return jl})),n.d(t,"uniDollarAlt",(function(){return Dl})),n.d(t,"uniDollarSign",(function(){return ql})),n.d(t,"uniDollarSignAlt",(function(){return Rl})),n.d(t,"uniDownloadAlt",(function(){return Il})),n.d(t,"uniDraggabledots",(function(){return Fl})),n.d(t,"uniDribbble",(function(){return Bl})),n.d(t,"uniDrill",(function(){return Ul})),n.d(t,"uniDropbox",(function(){return $l})),n.d(t,"uniDumbbell",(function(){return Wl})),n.d(t,"uniEar",(function(){return Gl})),n.d(t,"uniEdit",(function(){return Ql})),n.d(t,"uniEditAlt",(function(){return Kl})),n.d(t,"uniElipsisDoubleVAlt",(function(){return Jl})),n.d(t,"uniEllipsisH",(function(){return Xl})),n.d(t,"uniEllipsisV",(function(){return Yl})),n.d(t,"uniEmoji",(function(){return eo})),n.d(t,"uniEnglishToChinese",(function(){return to})),n.d(t,"uniEnter",(function(){return no})),n.d(t,"uniEnvelope",(function(){return ao})),n.d(t,"uniEnvelopeAdd",(function(){return ro})),n.d(t,"uniEnvelopeAlt",(function(){return io})),n.d(t,"uniEnvelopeBlock",(function(){return lo})),n.d(t,"uniEnvelopeBookmark",(function(){return oo})),n.d(t,"uniEnvelopeCheck",(function(){return co})),n.d(t,"uniEnvelopeDownload",(function(){return uo})),n.d(t,"uniEnvelopeDownloadAlt",(function(){return so})),n.d(t,"uniEnvelopeEdit",(function(){return ho})),n.d(t,"uniEnvelopeExclamation",(function(){return po})),n.d(t,"uniEnvelopeHeart",(function(){return fo})),n.d(t,"uniEnvelopeInfo",(function(){return mo})),n.d(t,"uniEnvelopeLock",(function(){return vo})),n.d(t,"uniEnvelopeMinus",(function(){return Ao})),n.d(t,"uniEnvelopeOpen",(function(){return yo})),n.d(t,"uniEnvelopeQuestion",(function(){return Mo})),n.d(t,"uniEnvelopeReceive",(function(){return Ho})),n.d(t,"uniEnvelopeRedo",(function(){return go})),n.d(t,"uniEnvelopeSearch",(function(){return Zo})),n.d(t,"uniEnvelopeSend",(function(){return Vo})),n.d(t,"uniEnvelopeShare",(function(){return Co})),n.d(t,"uniEnvelopeShield",(function(){return bo})),n.d(t,"uniEnvelopeStar",(function(){return Lo})),n.d(t,"uniEnvelopeTimes",(function(){return So})),n.d(t,"uniEnvelopeUpload",(function(){return zo})),n.d(t,"uniEnvelopeUploadAlt",(function(){return wo})),n.d(t,"uniEnvelopes",(function(){return xo})),n.d(t,"uniEqualCircle",(function(){return _o})),n.d(t,"uniEstate",(function(){return ko})),n.d(t,"uniEuro",(function(){return To})),n.d(t,"uniEuroCircle",(function(){return Eo})),n.d(t,"uniExchange",(function(){return Oo})),n.d(t,"uniExchangeAlt",(function(){return Po})),n.d(t,"uniExclamation",(function(){return No})),n.d(t,"uniExclamationCircle",(function(){return jo})),n.d(t,"uniExclamationOctagon",(function(){return Do})),n.d(t,"uniExclamationTriangle",(function(){return qo})),n.d(t,"uniExclude",(function(){return Ro})),n.d(t,"uniExpandAlt",(function(){return Io})),n.d(t,"uniExpandArrows",(function(){return Fo})),n.d(t,"uniExpandArrowsAlt",(function(){return Bo})),n.d(t,"uniExpandFromCorner",(function(){return Uo})),n.d(t,"uniExpandLeft",(function(){return $o})),n.d(t,"uniExpandRight",(function(){return Wo})),n.d(t,"uniExport",(function(){return Go})),n.d(t,"uniExposureAlt",(function(){return Qo})),n.d(t,"uniExposureIncrease",(function(){return Ko})),n.d(t,"uniExternalLinkAlt",(function(){return Jo})),n.d(t,"uniEye",(function(){return Xo})),n.d(t,"uniEyeSlash",(function(){return Yo})),n.d(t,"uniFacebook",(function(){return ec})),n.d(t,"uniFacebookF",(function(){return tc})),n.d(t,"uniFacebookMessenger",(function(){return nc})),n.d(t,"uniFacebookMessengerAlt",(function(){return ac})),n.d(t,"uniFahrenheit",(function(){return rc})),n.d(t,"uniFastMail",(function(){return ic})),n.d(t,"uniFastMailAlt",(function(){return lc})),n.d(t,"uniFavorite",(function(){return oc})),n.d(t,"uniFeedback",(function(){return cc})),n.d(t,"uniFidgetSpinner",(function(){return uc})),n.d(t,"uniFile",(function(){return sc})),n.d(t,"uniFileAlt",(function(){return hc})),n.d(t,"uniFileBlank",(function(){return dc})),n.d(t,"uniFileBlockAlt",(function(){return pc})),n.d(t,"uniFileBookmarkAlt",(function(){return fc})),n.d(t,"uniFileCheck",(function(){return mc})),n.d(t,"uniFileCheckAlt",(function(){return vc})),n.d(t,"uniFileContract",(function(){return Ac})),n.d(t,"uniFileContractDollar",(function(){return yc})),n.d(t,"uniFileCopyAlt",(function(){return Mc})),n.d(t,"uniFileDownload",(function(){return Hc})),n.d(t,"uniFileDownloadAlt",(function(){return gc})),n.d(t,"uniFileEditAlt",(function(){return Zc})),n.d(t,"uniFileExclamation",(function(){return Vc})),n.d(t,"uniFileExclamationAlt",(function(){return Cc})),n.d(t,"uniFileExport",(function(){return bc})),n.d(t,"uniFileGraph",(function(){return Lc})),n.d(t,"uniFileHeart",(function(){return Sc})),n.d(t,"uniFileImport",(function(){return zc})),n.d(t,"uniFileInfoAlt",(function(){return wc})),n.d(t,"uniFileLandscape",(function(){return xc})),n.d(t,"uniFileLandscapeAlt",(function(){return _c})),n.d(t,"uniFileLanscapeSlash",(function(){return kc})),n.d(t,"uniFileLockAlt",(function(){return Tc})),n.d(t,"uniFileMedical",(function(){return Ec})),n.d(t,"uniFileMedicalAlt",(function(){return Oc})),n.d(t,"uniFileMinus",(function(){return Pc})),n.d(t,"uniFileMinusAlt",(function(){return Nc})),n.d(t,"uniFileNetwork",(function(){return jc})),n.d(t,"uniFilePlus",(function(){return Dc})),n.d(t,"uniFilePlusAlt",(function(){return qc})),n.d(t,"uniFileQuestion",(function(){return Rc})),n.d(t,"uniFileQuestionAlt",(function(){return Ic})),n.d(t,"uniFileRedoAlt",(function(){return Fc})),n.d(t,"uniFileSearchAlt",(function(){return Bc})),n.d(t,"uniFileShareAlt",(function(){return Uc})),n.d(t,"uniFileShieldAlt",(function(){return $c})),n.d(t,"uniFileSlash",(function(){return Wc})),n.d(t,"uniFileTimes",(function(){return Gc})),n.d(t,"uniFileTimesAlt",(function(){return Qc})),n.d(t,"uniFileUpload",(function(){return Kc})),n.d(t,"uniFileUploadAlt",(function(){return Jc})),n.d(t,"uniFilesLandscapes",(function(){return Xc})),n.d(t,"uniFilesLandscapesAlt",(function(){return Yc})),n.d(t,"uniFilm",(function(){return eu})),n.d(t,"uniFilter",(function(){return tu})),n.d(t,"uniFilterSlash",(function(){return nu})),n.d(t,"uniFire",(function(){return au})),n.d(t,"uniFlask",(function(){return ru})),n.d(t,"uniFlaskPotion",(function(){return iu})),n.d(t,"uniFlipH",(function(){return lu})),n.d(t,"uniFlipHAlt",(function(){return ou})),n.d(t,"uniFlipV",(function(){return cu})),n.d(t,"uniFlipVAlt",(function(){return uu})),n.d(t,"uniFlower",(function(){return su})),n.d(t,"uniFocus",(function(){return hu})),n.d(t,"uniFocusAdd",(function(){return du})),n.d(t,"uniFocusTarget",(function(){return pu})),n.d(t,"uniFolder",(function(){return fu})),n.d(t,"uniFolderCheck",(function(){return mu})),n.d(t,"uniFolderDownload",(function(){return vu})),n.d(t,"uniFolderExclamation",(function(){return Au})),n.d(t,"uniFolderHeart",(function(){return yu})),n.d(t,"uniFolderInfo",(function(){return Mu})),n.d(t,"uniFolderLock",(function(){return Hu})),n.d(t,"uniFolderMedical",(function(){return gu})),n.d(t,"uniFolderMinus",(function(){return Zu})),n.d(t,"uniFolderNetwork",(function(){return Vu})),n.d(t,"uniFolderOpen",(function(){return Cu})),n.d(t,"uniFolderPlus",(function(){return bu})),n.d(t,"uniFolderQuestion",(function(){return Lu})),n.d(t,"uniFolderSlash",(function(){return Su})),n.d(t,"uniFolderTimes",(function(){return zu})),n.d(t,"uniFolderUpload",(function(){return wu})),n.d(t,"uniFont",(function(){return xu})),n.d(t,"uniFootball",(function(){return _u})),n.d(t,"uniFootballAmerican",(function(){return ku})),n.d(t,"uniFootballBall",(function(){return Tu})),n.d(t,"uniForecastcloudMoonTear",(function(){return Eu})),n.d(t,"uniForwadedCall",(function(){return Ou})),n.d(t,"uniForward",(function(){return Pu})),n.d(t,"uniFrown",(function(){return Nu})),n.d(t,"uniGameStructure",(function(){return ju})),n.d(t,"uniGift",(function(){return Du})),n.d(t,"uniGithub",(function(){return qu})),n.d(t,"uniGithubAlt",(function(){return Ru})),n.d(t,"uniGitlab",(function(){return Iu})),n.d(t,"uniGlass",(function(){return Fu})),n.d(t,"uniGlassMartini",(function(){return Bu})),n.d(t,"uniGlassMartiniAlt",(function(){return Uu})),n.d(t,"uniGlassMartiniAltSlash",(function(){return $u})),n.d(t,"uniGlassTea",(function(){return Wu})),n.d(t,"uniGlobe",(function(){return Gu})),n.d(t,"uniGold",(function(){return Qu})),n.d(t,"uniGolfBall",(function(){return Ku})),n.d(t,"uniGoogle",(function(){return Ju})),n.d(t,"uniGoogleDrive",(function(){return Xu})),n.d(t,"uniGoogleDriveAlt",(function(){return Yu})),n.d(t,"uniGoogleHangouts",(function(){return es})),n.d(t,"uniGoogleHangoutsAlt",(function(){return ts})),n.d(t,"uniGooglePlay",(function(){return ns})),n.d(t,"uniGraduationCap",(function(){return as})),n.d(t,"uniGraphBar",(function(){return rs})),n.d(t,"uniGrid",(function(){return is})),n.d(t,"uniGrids",(function(){return ls})),n.d(t,"uniGrin",(function(){return os})),n.d(t,"uniGrinTongueWink",(function(){return cs})),n.d(t,"uniGrinTongueWinkAlt",(function(){return us})),n.d(t,"uniGripHorizontalLine",(function(){return ss})),n.d(t,"uniHardHat",(function(){return hs})),n.d(t,"uniHdd",(function(){return ds})),n.d(t,"uniHeadSide",(function(){return ps})),n.d(t,"uniHeadSideCough",(function(){return fs})),n.d(t,"uniHeadSideMask",(function(){return ms})),n.d(t,"uniHeadphoneSlash",(function(){return vs})),n.d(t,"uniHeadphones",(function(){return As})),n.d(t,"uniHeadphonesAlt",(function(){return ys})),n.d(t,"uniHeart",(function(){return Ms})),n.d(t,"uniHeartAlt",(function(){return Hs})),n.d(t,"uniHeartBreak",(function(){return gs})),n.d(t,"uniHeartMedical",(function(){return Zs})),n.d(t,"uniHeartRate",(function(){return Vs})),n.d(t,"uniHeartSign",(function(){return Cs})),n.d(t,"uniHeartbeat",(function(){return bs})),n.d(t,"uniHindiToChinese",(function(){return Ls})),n.d(t,"uniHipchat",(function(){return Ss})),n.d(t,"uniHistory",(function(){return zs})),n.d(t,"uniHistoryAlt",(function(){return ws})),n.d(t,"uniHome",(function(){return xs})),n.d(t,"uniHorizontalAlignCenter",(function(){return _s})),n.d(t,"uniHorizontalAlignLeft",(function(){return ks})),n.d(t,"uniHorizontalAlignRight",(function(){return Ts})),n.d(t,"uniHorizontalDistributionCenter",(function(){return Es})),n.d(t,"uniHorizontalDistributionLeft",(function(){return Os})),n.d(t,"uniHorizontalDistributionRight",(function(){return Ps})),n.d(t,"uniHospital",(function(){return Ns})),n.d(t,"uniHospitalSquareSign",(function(){return js})),n.d(t,"uniHospitalSymbol",(function(){return Ds})),n.d(t,"uniHourglass",(function(){return qs})),n.d(t,"uniHouseUser",(function(){return Rs})),n.d(t,"uniHtml3",(function(){return Is})),n.d(t,"uniHtml3Alt",(function(){return Fs})),n.d(t,"uniHtml5",(function(){return Bs})),n.d(t,"uniHtml5Alt",(function(){return Us})),n.d(t,"uniHunting",(function(){return $s})),n.d(t,"uniIcons",(function(){return Ws})),n.d(t,"uniIllustration",(function(){return Gs})),n.d(t,"uniImage",(function(){return Qs})),n.d(t,"uniImageAltSlash",(function(){return Ks})),n.d(t,"uniImageBlock",(function(){return Js})),n.d(t,"uniImageBroken",(function(){return Xs})),n.d(t,"uniImageCheck",(function(){return Ys})),n.d(t,"uniImageDownload",(function(){return eh})),n.d(t,"uniImageEdit",(function(){return th})),n.d(t,"uniImageLock",(function(){return nh})),n.d(t,"uniImageMinus",(function(){return ah})),n.d(t,"uniImagePlus",(function(){return rh})),n.d(t,"uniImageQuestion",(function(){return ih})),n.d(t,"uniImageRedo",(function(){return lh})),n.d(t,"uniImageResizeLandscape",(function(){return oh})),n.d(t,"uniImageResizeSquare",(function(){return ch})),n.d(t,"uniImageSearch",(function(){return uh})),n.d(t,"uniImageShare",(function(){return sh})),n.d(t,"uniImageShield",(function(){return hh})),n.d(t,"uniImageSlash",(function(){return dh})),n.d(t,"uniImageTimes",(function(){return ph})),n.d(t,"uniImageUpload",(function(){return fh})),n.d(t,"uniImageV",(function(){return mh})),n.d(t,"uniImages",(function(){return vh})),n.d(t,"uniImport",(function(){return Ah})),n.d(t,"uniInbox",(function(){return yh})),n.d(t,"uniIncomingCall",(function(){return Mh})),n.d(t,"uniInfo",(function(){return Hh})),n.d(t,"uniInfoCircle",(function(){return gh})),n.d(t,"uniInstagram",(function(){return Zh})),n.d(t,"uniInstagramAlt",(function(){return Vh})),n.d(t,"uniIntercom",(function(){return Ch})),n.d(t,"uniIntercomAlt",(function(){return bh})),n.d(t,"uniInvoice",(function(){return Lh})),n.d(t,"uniItalic",(function(){return Sh})),n.d(t,"uniJackhammer",(function(){return zh})),n.d(t,"uniJavaScript",(function(){return wh})),n.d(t,"uniKayak",(function(){return xh})),n.d(t,"uniKeySkeleton",(function(){return _h})),n.d(t,"uniKeySkeletonAlt",(function(){return kh})),n.d(t,"uniKeyboard",(function(){return Th})),n.d(t,"uniKeyboardAlt",(function(){return Eh})),n.d(t,"uniKeyboardHide",(function(){return Oh})),n.d(t,"uniKeyboardShow",(function(){return Ph})),n.d(t,"uniKeyholeCircle",(function(){return Nh})),n.d(t,"uniKeyholeSquare",(function(){return jh})),n.d(t,"uniKeyholeSquareFull",(function(){return Dh})),n.d(t,"uniKid",(function(){return qh})),n.d(t,"uniLabel",(function(){return Rh})),n.d(t,"uniLabelAlt",(function(){return Ih})),n.d(t,"uniLamp",(function(){return Fh})),n.d(t,"uniLanguage",(function(){return Bh})),n.d(t,"uniLaptop",(function(){return Uh})),n.d(t,"uniLaptopCloud",(function(){return $h})),n.d(t,"uniLaptopConnection",(function(){return Wh})),n.d(t,"uniLaughing",(function(){return Gh})),n.d(t,"uniLayerGroup",(function(){return Qh})),n.d(t,"uniLayerGroupSlash",(function(){return Kh})),n.d(t,"uniLayers",(function(){return Jh})),n.d(t,"uniLayersAlt",(function(){return Xh})),n.d(t,"uniLayersSlash",(function(){return Yh})),n.d(t,"uniLeftArrowFromLeft",(function(){return ed})),n.d(t,"uniLeftArrowToLeft",(function(){return td})),n.d(t,"uniLeftIndent",(function(){return nd})),n.d(t,"uniLeftIndentAlt",(function(){return ad})),n.d(t,"uniLeftToRightTextDirection",(function(){return rd})),n.d(t,"uniLetterChineseA",(function(){return id})),n.d(t,"uniLetterEnglishA",(function(){return ld})),n.d(t,"uniLetterHindiA",(function(){return od})),n.d(t,"uniLetterJapaneseA",(function(){return cd})),n.d(t,"uniLifeRing",(function(){return ud})),n.d(t,"uniLightbulb",(function(){return sd})),n.d(t,"uniLightbulbAlt",(function(){return hd})),n.d(t,"uniLine",(function(){return dd})),n.d(t,"uniLineAlt",(function(){return pd})),n.d(t,"uniLineSpacing",(function(){return fd})),n.d(t,"uniLink",(function(){return md})),n.d(t,"uniLinkAdd",(function(){return vd})),n.d(t,"uniLinkAlt",(function(){return Ad})),n.d(t,"uniLinkBroken",(function(){return yd})),n.d(t,"uniLinkH",(function(){return Md})),n.d(t,"uniLinkedin",(function(){return Hd})),n.d(t,"uniLinkedinAlt",(function(){return gd})),n.d(t,"uniLinux",(function(){return Zd})),n.d(t,"uniLiraSign",(function(){return Vd})),n.d(t,"uniListOl",(function(){return Cd})),n.d(t,"uniListOlAlt",(function(){return bd})),n.d(t,"uniListUiAlt",(function(){return Ld})),n.d(t,"uniListUl",(function(){return Sd})),n.d(t,"uniLocationArrow",(function(){return zd})),n.d(t,"uniLocationArrowAlt",(function(){return wd})),n.d(t,"uniLocationPinAlt",(function(){return xd})),n.d(t,"uniLocationPoint",(function(){return _d})),n.d(t,"uniLock",(function(){return kd})),n.d(t,"uniLockAccess",(function(){return Td})),n.d(t,"uniLockAlt",(function(){return Ed})),n.d(t,"uniLockOpenAlt",(function(){return Od})),n.d(t,"uniLockSlash",(function(){return Pd})),n.d(t,"uniLottiefiles",(function(){return Nd})),n.d(t,"uniLottiefilesAlt",(function(){return jd})),n.d(t,"uniLuggageCart",(function(){return Dd})),n.d(t,"uniMailbox",(function(){return qd})),n.d(t,"uniMailboxAlt",(function(){return Rd})),n.d(t,"uniMap",(function(){return Id})),n.d(t,"uniMapMarker",(function(){return Fd})),n.d(t,"uniMapMarkerAlt",(function(){return Bd})),n.d(t,"uniMapMarkerEdit",(function(){return Ud})),n.d(t,"uniMapMarkerInfo",(function(){return $d})),n.d(t,"uniMapMarkerMinus",(function(){return Wd})),n.d(t,"uniMapMarkerPlus",(function(){return Gd})),n.d(t,"uniMapMarkerQuestion",(function(){return Qd})),n.d(t,"uniMapMarkerShield",(function(){return Kd})),n.d(t,"uniMapMarkerSlash",(function(){return Jd})),n.d(t,"uniMapPin",(function(){return Xd})),n.d(t,"uniMapPinAlt",(function(){return Yd})),n.d(t,"uniMars",(function(){return ep})),n.d(t,"uniMasterCard",(function(){return tp})),n.d(t,"uniMaximizeLeft",(function(){return np})),n.d(t,"uniMedal",(function(){return ap})),n.d(t,"uniMedicalDrip",(function(){return rp})),n.d(t,"uniMedicalSquare",(function(){return ip})),n.d(t,"uniMedicalSquareFull",(function(){return lp})),n.d(t,"uniMediumM",(function(){return op})),n.d(t,"uniMedkit",(function(){return cp})),n.d(t,"uniMeetingBoard",(function(){return up})),n.d(t,"uniMegaphone",(function(){return sp})),n.d(t,"uniMeh",(function(){return hp})),n.d(t,"uniMehAlt",(function(){return dp})),n.d(t,"uniMehClosedEye",(function(){return pp})),n.d(t,"uniMessage",(function(){return fp})),n.d(t,"uniMetro",(function(){return mp})),n.d(t,"uniMicrophone",(function(){return vp})),n.d(t,"uniMicrophoneSlash",(function(){return Ap})),n.d(t,"uniMicroscope",(function(){return yp})),n.d(t,"uniMicrosoft",(function(){return Mp})),n.d(t,"uniMinus",(function(){return Hp})),n.d(t,"uniMinusCircle",(function(){return gp})),n.d(t,"uniMinusPath",(function(){return Zp})),n.d(t,"uniMinusSquare",(function(){return Vp})),n.d(t,"uniMinusSquareFull",(function(){return Cp})),n.d(t,"uniMissedCall",(function(){return bp})),n.d(t,"uniMobileAndroid",(function(){return Lp})),n.d(t,"uniMobileAndroidAlt",(function(){return Sp})),n.d(t,"uniMobileVibrate",(function(){return zp})),n.d(t,"uniModem",(function(){return wp})),n.d(t,"uniMoneyBill",(function(){return xp})),n.d(t,"uniMoneyBillSlash",(function(){return _p})),n.d(t,"uniMoneyBillStack",(function(){return kp})),n.d(t,"uniMoneyInsert",(function(){return Tp})),n.d(t,"uniMoneyStack",(function(){return Ep})),n.d(t,"uniMoneyWithdraw",(function(){return Op})),n.d(t,"uniMoneyWithdrawal",(function(){return Pp})),n.d(t,"uniMoneybag",(function(){return Np})),n.d(t,"uniMoneybagAlt",(function(){return jp})),n.d(t,"uniMonitor",(function(){return Dp})),n.d(t,"uniMonitorHeartRate",(function(){return qp})),n.d(t,"uniMoon",(function(){return Rp})),n.d(t,"uniMoonEclipse",(function(){return Ip})),n.d(t,"uniMoonset",(function(){return Fp})),n.d(t,"uniMountains",(function(){return Bp})),n.d(t,"uniMountainsSun",(function(){return Up})),n.d(t,"uniMouse",(function(){return $p})),n.d(t,"uniMouseAlt",(function(){return Wp}));n.d(t,"uniMouseAlt2",(function(){return Gp})),n.d(t,"uniMultiply",(function(){return Qp})),n.d(t,"uniMusic",(function(){return Kp})),n.d(t,"uniMusicNote",(function(){return Jp})),n.d(t,"uniMusicTuneSlash",(function(){return Xp})),n.d(t,"uniNA",(function(){return Yp})),n.d(t,"uniNavigator",(function(){return ef})),n.d(t,"uniNerd",(function(){return tf})),n.d(t,"uniNewspaper",(function(){return nf})),n.d(t,"uniNinja",(function(){return af})),n.d(t,"uniNoEntry",(function(){return rf})),n.d(t,"uniNotebooks",(function(){return lf})),n.d(t,"uniNotes",(function(){return of})),n.d(t,"uniObjectGroup",(function(){return cf})),n.d(t,"uniObjectUngroup",(function(){return uf})),n.d(t,"uniOctagon",(function(){return sf})),n.d(t,"uniOkta",(function(){return hf})),n.d(t,"uniOpera",(function(){return df})),n.d(t,"uniOperaAlt",(function(){return pf})),n.d(t,"uniOutgoingCall",(function(){return ff})),n.d(t,"uniPackage",(function(){return mf})),n.d(t,"uniPadlock",(function(){return vf})),n.d(t,"uniPagelines",(function(){return Af})),n.d(t,"uniPagerduty",(function(){return yf})),n.d(t,"uniPaintTool",(function(){return Mf})),n.d(t,"uniPalette",(function(){return Hf})),n.d(t,"uniPanelAdd",(function(){return gf})),n.d(t,"uniPanoramaH",(function(){return Zf})),n.d(t,"uniPanoramaHAlt",(function(){return Vf})),n.d(t,"uniPanoramaV",(function(){return Cf})),n.d(t,"uniPaperclip",(function(){return bf})),n.d(t,"uniParagraph",(function(){return Lf})),n.d(t,"uniParcel",(function(){return Sf})),n.d(t,"uniParkingCircle",(function(){return zf})),n.d(t,"uniParkingSquare",(function(){return wf})),n.d(t,"uniPathfinder",(function(){return xf})),n.d(t,"uniPathfinderUnite",(function(){return _f})),n.d(t,"uniPause",(function(){return kf})),n.d(t,"uniPauseCircle",(function(){return Tf})),n.d(t,"uniPaypal",(function(){return Ef})),n.d(t,"uniPen",(function(){return Of})),n.d(t,"uniPentagon",(function(){return Pf})),n.d(t,"uniPercentage",(function(){return Nf})),n.d(t,"uniPhone",(function(){return jf})),n.d(t,"uniPhoneAlt",(function(){return Df})),n.d(t,"uniPhonePause",(function(){return qf})),n.d(t,"uniPhoneSlash",(function(){return Rf})),n.d(t,"uniPhoneTimes",(function(){return If})),n.d(t,"uniPhoneVolume",(function(){return Ff})),n.d(t,"uniPicture",(function(){return Bf})),n.d(t,"uniPizzaSlice",(function(){return Uf})),n.d(t,"uniPlane",(function(){return $f})),n.d(t,"uniPlaneArrival",(function(){return Wf})),n.d(t,"uniPlaneDeparture",(function(){return Gf})),n.d(t,"uniPlaneFly",(function(){return Qf})),n.d(t,"uniPlay",(function(){return Kf})),n.d(t,"uniPlayCircle",(function(){return Jf})),n.d(t,"uniPlug",(function(){return Xf})),n.d(t,"uniPlus",(function(){return Yf})),n.d(t,"uniPlusCircle",(function(){return em})),n.d(t,"uniPlusSquare",(function(){return tm})),n.d(t,"uniPodium",(function(){return nm})),n.d(t,"uniPolygon",(function(){return am})),n.d(t,"uniPostStamp",(function(){return rm})),n.d(t,"uniPostcard",(function(){return im})),n.d(t,"uniPound",(function(){return lm})),n.d(t,"uniPoundCircle",(function(){return om})),n.d(t,"uniPower",(function(){return cm})),n.d(t,"uniPrescriptionBottle",(function(){return um})),n.d(t,"uniPresentation",(function(){return sm})),n.d(t,"uniPresentationCheck",(function(){return hm})),n.d(t,"uniPresentationEdit",(function(){return dm})),n.d(t,"uniPresentationLine",(function(){return pm})),n.d(t,"uniPresentationLinesAlt",(function(){return fm})),n.d(t,"uniPresentationMinus",(function(){return mm})),n.d(t,"uniPresentationPlay",(function(){return vm})),n.d(t,"uniPresentationPlus",(function(){return Am})),n.d(t,"uniPresentationTimes",(function(){return ym})),n.d(t,"uniPrevious",(function(){return Mm})),n.d(t,"uniPricetagAlt",(function(){return Hm})),n.d(t,"uniPrint",(function(){return gm})),n.d(t,"uniPrintSlash",(function(){return Zm})),n.d(t,"uniProcess",(function(){return Vm})),n.d(t,"uniProcessor",(function(){return Cm})),n.d(t,"uniProgrammingLanguage",(function(){return bm})),n.d(t,"uniPump",(function(){return Lm})),n.d(t,"uniPuzzlePiece",(function(){return Sm})),n.d(t,"uniQrcodeScan",(function(){return zm})),n.d(t,"uniQuestion",(function(){return wm})),n.d(t,"uniQuestionCircle",(function(){return xm})),n.d(t,"uniRainbow",(function(){return _m})),n.d(t,"uniRaindrops",(function(){return km})),n.d(t,"uniRaindropsAlt",(function(){return Tm})),n.d(t,"uniReact",(function(){return Em})),n.d(t,"uniReceipt",(function(){return Om})),n.d(t,"uniReceiptAlt",(function(){return Pm})),n.d(t,"uniRecordAudio",(function(){return Nm})),n.d(t,"uniRedditAlienAlt",(function(){return jm})),n.d(t,"uniRedo",(function(){return Dm})),n.d(t,"uniRefresh",(function(){return qm})),n.d(t,"uniRegistered",(function(){return Rm})),n.d(t,"uniRepeat",(function(){return Im})),n.d(t,"uniRestaurant",(function(){return Fm})),n.d(t,"uniRightIndentAlt",(function(){return Bm})),n.d(t,"uniRightToLeftTextDirection",(function(){return Um})),n.d(t,"uniRobot",(function(){return $m})),n.d(t,"uniRocket",(function(){return Wm})),n.d(t,"uniRopeWay",(function(){return Gm})),n.d(t,"uniRotate360",(function(){return Qm})),n.d(t,"uniRss",(function(){return Km})),n.d(t,"uniRssAlt",(function(){return Jm})),n.d(t,"uniRssInterface",(function(){return Xm})),n.d(t,"uniRuler",(function(){return Ym})),n.d(t,"uniRulerCombined",(function(){return ev})),n.d(t,"uniRupeeSign",(function(){return tv})),n.d(t,"uniSad",(function(){return nv})),n.d(t,"uniSadCry",(function(){return av})),n.d(t,"uniSadCrying",(function(){return rv})),n.d(t,"uniSadDizzy",(function(){return iv})),n.d(t,"uniSadSquint",(function(){return lv})),n.d(t,"uniSanitizer",(function(){return ov})),n.d(t,"uniSanitizerAlt",(function(){return cv})),n.d(t,"uniSave",(function(){return uv})),n.d(t,"uniScalingLeft",(function(){return sv})),n.d(t,"uniScalingRight",(function(){return hv})),n.d(t,"uniScenery",(function(){return dv})),n.d(t,"uniSchedule",(function(){return pv})),n.d(t,"uniScrew",(function(){return fv})),n.d(t,"uniScroll",(function(){return mv})),n.d(t,"uniScrollH",(function(){return vv})),n.d(t,"uniSearch",(function(){return Av})),n.d(t,"uniSearchAlt",(function(){return yv})),n.d(t,"uniSearchMinus",(function(){return Mv})),n.d(t,"uniSearchPlus",(function(){return Hv})),n.d(t,"uniSelfie",(function(){return gv})),n.d(t,"uniServer",(function(){return Zv})),n.d(t,"uniServerAlt",(function(){return Vv})),n.d(t,"uniServerConnection",(function(){return Cv})),n.d(t,"uniServerNetwork",(function(){return bv})),n.d(t,"uniServerNetworkAlt",(function(){return Lv})),n.d(t,"uniServers",(function(){return Sv})),n.d(t,"uniServicemark",(function(){return zv})),n.d(t,"uniSetting",(function(){return wv})),n.d(t,"uniShare",(function(){return xv})),n.d(t,"uniShareAlt",(function(){return _v})),n.d(t,"uniShield",(function(){return kv})),n.d(t,"uniShieldCheck",(function(){return Tv})),n.d(t,"uniShieldExclamation",(function(){return Ev})),n.d(t,"uniShieldPlus",(function(){return Ov})),n.d(t,"uniShieldQuestion",(function(){return Pv})),n.d(t,"uniShieldSlash",(function(){return Nv})),n.d(t,"uniShip",(function(){return jv})),n.d(t,"uniShop",(function(){return Dv})),n.d(t,"uniShoppingBag",(function(){return qv})),n.d(t,"uniShoppingBasket",(function(){return Rv})),n.d(t,"uniShoppingCart",(function(){return Iv})),n.d(t,"uniShoppingCartAlt",(function(){return Fv})),n.d(t,"uniShovel",(function(){return Bv})),n.d(t,"uniShrink",(function(){return Uv})),n.d(t,"uniShuffle",(function(){return $v})),n.d(t,"uniShutter",(function(){return Wv})),n.d(t,"uniShutterAlt",(function(){return Gv})),n.d(t,"uniSick",(function(){return Qv})),n.d(t,"uniSigma",(function(){return Kv})),n.d(t,"uniSignAlt",(function(){return Jv})),n.d(t,"uniSignInAlt",(function(){return Xv})),n.d(t,"uniSignLeft",(function(){return Yv})),n.d(t,"uniSignOutAlt",(function(){return eA})),n.d(t,"uniSignRight",(function(){return tA})),n.d(t,"uniSignal",(function(){return nA})),n.d(t,"uniSignalAlt",(function(){return aA})),n.d(t,"uniSignalAlt3",(function(){return rA})),n.d(t,"uniSignin",(function(){return iA})),n.d(t,"uniSignout",(function(){return lA})),n.d(t,"uniSilence",(function(){return oA})),n.d(t,"uniSilentSquint",(function(){return cA})),n.d(t,"uniSimCard",(function(){return uA})),n.d(t,"uniSitemap",(function(){return sA})),n.d(t,"uniSkipForward",(function(){return hA})),n.d(t,"uniSkipForwardAlt",(function(){return dA})),n.d(t,"uniSkipForwardCircle",(function(){return pA})),n.d(t,"uniSkype",(function(){return fA})),n.d(t,"uniSkypeAlt",(function(){return mA})),n.d(t,"uniSlack",(function(){return vA})),n.d(t,"uniSlackAlt",(function(){return AA})),n.d(t,"uniSliderH",(function(){return yA})),n.d(t,"uniSliderHRange",(function(){return MA})),n.d(t,"uniSlidersV",(function(){return HA})),n.d(t,"uniSlidersVAlt",(function(){return gA})),n.d(t,"uniSmile",(function(){return ZA})),n.d(t,"uniSmileBeam",(function(){return VA})),n.d(t,"uniSmileDizzy",(function(){return CA})),n.d(t,"uniSmileSquintWink",(function(){return bA})),n.d(t,"uniSmileSquintWinkAlt",(function(){return LA})),n.d(t,"uniSmileWink",(function(){return SA})),n.d(t,"uniSmileWinkAlt",(function(){return zA})),n.d(t,"uniSnapchatAlt",(function(){return wA})),n.d(t,"uniSnapchatGhost",(function(){return xA})),n.d(t,"uniSnapchatSquare",(function(){return _A})),n.d(t,"uniSnowFlake",(function(){return kA})),n.d(t,"uniSnowflake",(function(){return TA})),n.d(t,"uniSnowflakeAlt",(function(){return EA})),n.d(t,"uniSocialDistancing",(function(){return OA})),n.d(t,"uniSort",(function(){return PA})),n.d(t,"uniSortAmountDown",(function(){return NA})),n.d(t,"uniSortAmountUp",(function(){return jA})),n.d(t,"uniSorting",(function(){return DA})),n.d(t,"uniSpaceKey",(function(){return qA})),n.d(t,"uniSpade",(function(){return RA})),n.d(t,"uniSperms",(function(){return IA})),n.d(t,"uniSpin",(function(){return FA})),n.d(t,"uniSpinner",(function(){return BA})),n.d(t,"uniSpinnerAlt",(function(){return UA})),n.d(t,"uniSquare",(function(){return $A})),n.d(t,"uniSquareFull",(function(){return WA})),n.d(t,"uniSquareShape",(function(){return GA})),n.d(t,"uniSquint",(function(){return QA})),n.d(t,"uniStar",(function(){return KA})),n.d(t,"uniStarHalfAlt",(function(){return JA})),n.d(t,"uniStepBackward",(function(){return XA})),n.d(t,"uniStepBackwardAlt",(function(){return YA})),n.d(t,"uniStepBackwardCircle",(function(){return ey})),n.d(t,"uniStepForward",(function(){return ty})),n.d(t,"uniStethoscope",(function(){return ny})),n.d(t,"uniStethoscopeAlt",(function(){return ay})),n.d(t,"uniStopCircle",(function(){return ry})),n.d(t,"uniStopwatch",(function(){return iy})),n.d(t,"uniStopwatchSlash",(function(){return ly})),n.d(t,"uniStore",(function(){return oy})),n.d(t,"uniStoreAlt",(function(){return cy})),n.d(t,"uniStoreSlash",(function(){return uy})),n.d(t,"uniStreering",(function(){return sy})),n.d(t,"uniStretcher",(function(){return hy})),n.d(t,"uniSubject",(function(){return dy})),n.d(t,"uniSubway",(function(){return py})),n.d(t,"uniSubwayAlt",(function(){return fy})),n.d(t,"uniSuitcase",(function(){return my})),n.d(t,"uniSuitcaseAlt",(function(){return vy})),n.d(t,"uniSun",(function(){return Ay})),n.d(t,"uniSunset",(function(){return yy})),n.d(t,"uniSurprise",(function(){return My})),n.d(t,"uniSwatchbook",(function(){return Hy})),n.d(t,"uniSwiggy",(function(){return gy})),n.d(t,"uniSwimmer",(function(){return Zy})),n.d(t,"uniSync",(function(){return Vy})),n.d(t,"uniSyncExclamation",(function(){return Cy})),n.d(t,"uniSyncSlash",(function(){return by})),n.d(t,"uniSyringe",(function(){return Ly})),n.d(t,"uniTable",(function(){return Sy})),n.d(t,"uniTableTennis",(function(){return zy})),n.d(t,"uniTablet",(function(){return wy})),n.d(t,"uniTablets",(function(){return xy})),n.d(t,"uniTachometerFast",(function(){return _y})),n.d(t,"uniTachometerFastAlt",(function(){return ky})),n.d(t,"uniTag",(function(){return Ty})),n.d(t,"uniTagAlt",(function(){return Ey})),n.d(t,"uniTape",(function(){return Oy})),n.d(t,"uniTaxi",(function(){return Py})),n.d(t,"uniTear",(function(){return Ny})),n.d(t,"uniTelegram",(function(){return jy})),n.d(t,"uniTelegramAlt",(function(){return Dy})),n.d(t,"uniTelescope",(function(){return qy})),n.d(t,"uniTemperature",(function(){return Ry})),n.d(t,"uniTemperatureEmpty",(function(){return Iy})),n.d(t,"uniTemperatureHalf",(function(){return Fy})),n.d(t,"uniTemperatureMinus",(function(){return By})),n.d(t,"uniTemperaturePlus",(function(){return Uy})),n.d(t,"uniTemperatureQuarter",(function(){return $y})),n.d(t,"uniTemperatureThreeQuarter",(function(){return Wy})),n.d(t,"uniTennisBall",(function(){return Gy})),n.d(t,"uniText",(function(){return Qy})),n.d(t,"uniTextFields",(function(){return Ky})),n.d(t,"uniTextSize",(function(){return Jy})),n.d(t,"uniTextStrikeThrough",(function(){return Xy})),n.d(t,"uniTh",(function(){return Yy})),n.d(t,"uniThLarge",(function(){return eM})),n.d(t,"uniThSlash",(function(){return tM})),n.d(t,"uniThermometer",(function(){return nM})),n.d(t,"uniThumbsDown",(function(){return aM})),n.d(t,"uniThumbsUp",(function(){return rM})),n.d(t,"uniThunderstorm",(function(){return iM})),n.d(t,"uniThunderstormMoon",(function(){return lM})),n.d(t,"uniThunderstormSun",(function(){return oM})),n.d(t,"uniTicket",(function(){return cM})),n.d(t,"uniTimes",(function(){return uM})),n.d(t,"uniTimesCircle",(function(){return sM})),n.d(t,"uniTimesSquare",(function(){return hM})),n.d(t,"uniToggleOff",(function(){return dM})),n.d(t,"uniToggleOn",(function(){return pM})),n.d(t,"uniToiletPaper",(function(){return fM})),n.d(t,"uniTopArrowFromTop",(function(){return mM})),n.d(t,"uniTopArrowToTop",(function(){return vM})),n.d(t,"uniTornado",(function(){return AM})),n.d(t,"uniTrademark",(function(){return yM})),n.d(t,"uniTrademarkCircle",(function(){return MM})),n.d(t,"uniTrafficBarrier",(function(){return HM})),n.d(t,"uniTrafficLight",(function(){return gM})),n.d(t,"uniTransaction",(function(){return ZM})),n.d(t,"uniTrash",(function(){return VM})),n.d(t,"uniTrashAlt",(function(){return CM})),n.d(t,"uniTrees",(function(){return bM})),n.d(t,"uniTriangle",(function(){return LM})),n.d(t,"uniTrophy",(function(){return SM})),n.d(t,"uniTrowel",(function(){return zM})),n.d(t,"uniTruck",(function(){return wM})),n.d(t,"uniTruckLoading",(function(){return xM})),n.d(t,"uniTumblr",(function(){return _M})),n.d(t,"uniTumblrAlt",(function(){return kM})),n.d(t,"uniTumblrSquare",(function(){return TM})),n.d(t,"uniTvRetro",(function(){return EM})),n.d(t,"uniTvRetroSlash",(function(){return OM})),n.d(t,"uniTwitter",(function(){return PM})),n.d(t,"uniTwitterAlt",(function(){return NM})),n.d(t,"uniUmbrella",(function(){return jM})),n.d(t,"uniUnamused",(function(){return DM})),n.d(t,"uniUnderline",(function(){return qM})),n.d(t,"uniUniversity",(function(){return RM})),n.d(t,"uniUnlock",(function(){return IM})),n.d(t,"uniUnlockAlt",(function(){return FM})),n.d(t,"uniUpload",(function(){return BM})),n.d(t,"uniUploadAlt",(function(){return UM})),n.d(t,"uniUsdCircle",(function(){return $M})),n.d(t,"uniUsdSquare",(function(){return WM})),n.d(t,"uniUser",(function(){return GM})),n.d(t,"uniUserArrows",(function(){return QM})),n.d(t,"uniUserCheck",(function(){return KM})),n.d(t,"uniUserCircle",(function(){return JM})),n.d(t,"uniUserExclamation",(function(){return XM})),n.d(t,"uniUserLocation",(function(){return YM})),n.d(t,"uniUserMd",(function(){return eH})),n.d(t,"uniUserMinus",(function(){return tH})),n.d(t,"uniUserNurse",(function(){return nH})),n.d(t,"uniUserPlus",(function(){return aH})),n.d(t,"uniUserSquare",(function(){return rH})),n.d(t,"uniUserTimes",(function(){return iH})),n.d(t,"uniUsersAlt",(function(){return lH})),n.d(t,"uniUtensils",(function(){return oH})),n.d(t,"uniUtensilsAlt",(function(){return cH})),n.d(t,"uniVectorSquare",(function(){return uH})),n.d(t,"uniVectorSquareAlt",(function(){return sH})),n.d(t,"uniVenus",(function(){return hH})),n.d(t,"uniVerticalAlignBottom",(function(){return dH})),n.d(t,"uniVerticalAlignCenter",(function(){return pH})),n.d(t,"uniVerticalAlignTop",(function(){return fH})),n.d(t,"uniVerticalDistributeBottom",(function(){return mH})),n.d(t,"uniVerticalDistributionCenter",(function(){return vH})),n.d(t,"uniVerticalDistributionTop",(function(){return AH})),n.d(t,"uniVideo",(function(){return yH})),n.d(t,"uniVideoQuestion",(function(){return MH})),n.d(t,"uniVideoSlash",(function(){return HH})),n.d(t,"uniVirusSlash",(function(){return gH})),n.d(t,"uniVisualStudio",(function(){return ZH})),n.d(t,"uniVk",(function(){return VH})),n.d(t,"uniVkAlt",(function(){return CH})),n.d(t,"uniVoicemail",(function(){return bH})),n.d(t,"uniVoicemailRectangle",(function(){return LH})),n.d(t,"uniVolleyball",(function(){return SH})),n.d(t,"uniVolume",(function(){return zH})),n.d(t,"uniVolumeDown",(function(){return wH})),n.d(t,"uniVolumeMute",(function(){return xH})),n.d(t,"uniVolumeOff",(function(){return _H})),n.d(t,"uniVolumeUp",(function(){return kH})),n.d(t,"uniVuejs",(function(){return TH})),n.d(t,"uniVuejsAlt",(function(){return EH})),n.d(t,"uniWall",(function(){return OH})),n.d(t,"uniWallet",(function(){return PH})),n.d(t,"uniWatch",(function(){return NH})),n.d(t,"uniWatchAlt",(function(){return jH})),n.d(t,"uniWater",(function(){return DH})),n.d(t,"uniWaterDropSlash",(function(){return qH})),n.d(t,"uniWaterGlass",(function(){return RH})),n.d(t,"uniWebGrid",(function(){return IH})),n.d(t,"uniWebGridAlt",(function(){return FH})),n.d(t,"uniWebSection",(function(){return BH})),n.d(t,"uniWebSectionAlt",(function(){return UH})),n.d(t,"uniWebcam",(function(){return $H})),n.d(t,"uniWeight",(function(){return WH})),n.d(t,"uniWhatsapp",(function(){return GH})),n.d(t,"uniWhatsappAlt",(function(){return QH})),n.d(t,"uniWheelBarrow",(function(){return KH})),n.d(t,"uniWheelchair",(function(){return JH})),n.d(t,"uniWheelchairAlt",(function(){return XH})),n.d(t,"uniWifi",(function(){return YH})),n.d(t,"uniWifiRouter",(function(){return eg})),n.d(t,"uniWifiSlash",(function(){return tg})),n.d(t,"uniWind",(function(){return ng})),n.d(t,"uniWindMoon",(function(){return ag})),n.d(t,"uniWindSun",(function(){return rg})),n.d(t,"uniWindow",(function(){return ig})),n.d(t,"uniWindowGrid",(function(){return lg})),n.d(t,"uniWindowMaximize",(function(){return og})),n.d(t,"uniWindowSection",(function(){return cg})),n.d(t,"uniWindows",(function(){return ug})),n.d(t,"uniWindsock",(function(){return sg})),n.d(t,"uniWindy",(function(){return hg})),n.d(t,"uniWordpress",(function(){return dg})),n.d(t,"uniWordpressSimple",(function(){return pg})),n.d(t,"uniWrapText",(function(){return fg})),n.d(t,"uniWrench",(function(){return mg})),n.d(t,"uniX",(function(){return vg})),n.d(t,"uniXAdd",(function(){return Ag})),n.d(t,"uniYen",(function(){return yg})),n.d(t,"uniYenCircle",(function(){return Mg})),n.d(t,"uniYinYang",(function(){return Hg})),n.d(t,"uniYoutube",(function(){return gg})),n.d(t,"uni500PxMonochrome",(function(){return Zg})),n.d(t,"uniAdobeMonochrome",(function(){return Vg})),n.d(t,"uniAdobeAltMonochrome",(function(){return Cg})),n.d(t,"uniAirplayMonochrome",(function(){return bg})),n.d(t,"uniAlignMonochrome",(function(){return Lg})),n.d(t,"uniAlignAltMonochrome",(function(){return Sg})),n.d(t,"uniAlignCenterMonochrome",(function(){return zg})),n.d(t,"uniAlignCenterJustifyMonochrome",(function(){return wg})),n.d(t,"uniAlignJustifyMonochrome",(function(){return xg})),n.d(t,"uniAlignLeftMonochrome",(function(){return _g})),n.d(t,"uniAlignLeftJustifyMonochrome",(function(){return kg})),n.d(t,"uniAlignLetterRightMonochrome",(function(){return Tg})),n.d(t,"uniAlignRightMonochrome",(function(){return Eg})),n.d(t,"uniAlignRightJustifyMonochrome",(function(){return Og})),n.d(t,"uniAmazonMonochrome",(function(){return Pg})),n.d(t,"uniAnalysisMonochrome",(function(){return Ng})),n.d(t,"uniAnalyticsMonochrome",(function(){return jg})),n.d(t,"uniAnchorMonochrome",(function(){return Dg})),n.d(t,"uniAndroidMonochrome",(function(){return qg})),n.d(t,"uniAndroidAltMonochrome",(function(){return Rg})),n.d(t,"uniAngleDoubleDownMonochrome",(function(){return Ig})),n.d(t,"uniAngleDoubleLeftMonochrome",(function(){return Fg})),n.d(t,"uniAngleDoubleRightMonochrome",(function(){return Bg})),n.d(t,"uniAngleDoubleUpMonochrome",(function(){return Ug})),n.d(t,"uniAngleDownMonochrome",(function(){return $g})),n.d(t,"uniAngleLeftMonochrome",(function(){return Wg})),n.d(t,"uniAngleRightMonochrome",(function(){return Gg})),n.d(t,"uniAngleRightBMonochrome",(function(){return Qg})),n.d(t,"uniAngleUpMonochrome",(function(){return Kg})),n.d(t,"uniAppleMonochrome",(function(){return Jg})),n.d(t,"uniAppleAltMonochrome",(function(){return Xg})),n.d(t,"uniAppsMonochrome",(function(){return Yg})),n.d(t,"uniArrowCircleDownMonochrome",(function(){return eZ})),n.d(t,"uniArrowCircleLeftMonochrome",(function(){return tZ})),n.d(t,"uniArrowCircleRightMonochrome",(function(){return nZ})),n.d(t,"uniArrowCircleUpMonochrome",(function(){return aZ})),n.d(t,"uniArrowDownLeftMonochrome",(function(){return rZ})),n.d(t,"uniArrowDownRightMonochrome",(function(){return iZ})),n.d(t,"uniArrowUpLeftMonochrome",(function(){return lZ})),n.d(t,"uniArrowUpRightMonochrome",(function(){return oZ})),n.d(t,"uniAtMonochrome",(function(){return cZ})),n.d(t,"uniBagMonochrome",(function(){return uZ})),n.d(t,"uniBarsMonochrome",(function(){return sZ})),n.d(t,"uniBatteryBoltMonochrome",(function(){return hZ})),n.d(t,"uniBatteryEmptyMonochrome",(function(){return dZ})),n.d(t,"uniBehanceMonochrome",(function(){return pZ})),n.d(t,"uniBehanceAltMonochrome",(function(){return fZ})),n.d(t,"uniBingMonochrome",(function(){return mZ})),n.d(t,"uniBitcoinMonochrome",(function(){return vZ})),n.d(t,"uniBitcoinAltMonochrome",(function(){return AZ})),n.d(t,"uniBlackberryMonochrome",(function(){return yZ})),n.d(t,"uniBloggerMonochrome",(function(){return MZ})),n.d(t,"uniBloggerAltMonochrome",(function(){return HZ})),n.d(t,"uniBookmarkMonochrome",(function(){return gZ})),n.d(t,"uniBorderAltMonochrome",(function(){return ZZ})),n.d(t,"uniBorderBottomMonochrome",(function(){return VZ})),n.d(t,"uniBorderClearMonochrome",(function(){return CZ})),n.d(t,"uniBorderHorizontalMonochrome",(function(){return bZ})),n.d(t,"uniBorderInnerMonochrome",(function(){return LZ})),n.d(t,"uniBorderLeftMonochrome",(function(){return SZ})),n.d(t,"uniBorderOutMonochrome",(function(){return zZ})),n.d(t,"uniBorderRightMonochrome",(function(){return wZ})),n.d(t,"uniBorderTopMonochrome",(function(){return xZ})),n.d(t,"uniBorderVerticalMonochrome",(function(){return _Z})),n.d(t,"uniBoxMonochrome",(function(){return kZ})),n.d(t,"uniBriefcaseMonochrome",(function(){return TZ})),n.d(t,"uniCalenderMonochrome",(function(){return EZ})),n.d(t,"uniChartMonochrome",(function(){return OZ})),n.d(t,"uniChartPieMonochrome",(function(){return PZ})),n.d(t,"uniCheckMonochrome",(function(){return NZ})),n.d(t,"uniCheckCircleMonochrome",(function(){return jZ})),n.d(t,"uniCheckSquareMonochrome",(function(){return DZ})),n.d(t,"uniCircleMonochrome",(function(){return qZ})),n.d(t,"uniCircleLayerMonochrome",(function(){return RZ})),n.d(t,"uniClinicMedicalMonochrome",(function(){return IZ})),n.d(t,"uniClockMonochrome",(function(){return FZ})),n.d(t,"uniClockEightMonochrome",(function(){return BZ})),n.d(t,"uniClockFiveMonochrome",(function(){return UZ})),n.d(t,"uniClockNineMonochrome",(function(){return $Z})),n.d(t,"uniClockSevenMonochrome",(function(){return WZ})),n.d(t,"uniClockTenMonochrome",(function(){return GZ})),n.d(t,"uniClockThreeMonochrome",(function(){return QZ})),n.d(t,"uniClockTwoMonochrome",(function(){return KZ})),n.d(t,"uniColumnsMonochrome",(function(){return JZ})),n.d(t,"uniCommentMonochrome",(function(){return XZ})),n.d(t,"uniCommentAltMonochrome",(function(){return YZ})),n.d(t,"uniCommentAltDotsMonochrome",(function(){return eV})),n.d(t,"uniCommentAltMessageMonochrome",(function(){return tV})),n.d(t,"uniCommentAltPlusMonochrome",(function(){return nV})),n.d(t,"uniCommentDotsMonochrome",(function(){return aV})),n.d(t,"uniCommentMessageMonochrome",(function(){return rV})),n.d(t,"uniCommentPlusMonochrome",(function(){return iV})),n.d(t,"uniCompressMonochrome",(function(){return lV})),n.d(t,"uniCornerDownLeftMonochrome",(function(){return oV})),n.d(t,"uniCornerDownRightMonochrome",(function(){return cV})),n.d(t,"uniCornerLeftDownMonochrome",(function(){return uV})),n.d(t,"uniCornerRightDownMonochrome",(function(){return sV})),n.d(t,"uniCornerUpLeftMonochrome",(function(){return hV})),n.d(t,"uniCornerUpRightMonochrome",(function(){return dV})),n.d(t,"uniCoronavirusMonochrome",(function(){return pV})),n.d(t,"uniCss3Monochrome",(function(){return fV})),n.d(t,"uniCss3SimpleMonochrome",(function(){return mV})),n.d(t,"uniCubeMonochrome",(function(){return vV})),n.d(t,"uniDialpadMonochrome",(function(){return AV})),n.d(t,"uniDialpadAltMonochrome",(function(){return yV})),n.d(t,"uniDirectionMonochrome",(function(){return MV})),n.d(t,"uniDiscordMonochrome",(function(){return HV})),n.d(t,"uniDockerMonochrome",(function(){return gV})),n.d(t,"uniDocumentLayoutCenterMonochrome",(function(){return ZV})),n.d(t,"uniDocumentLayoutLeftMonochrome",(function(){return VV})),n.d(t,"uniDocumentLayoutRightMonochrome",(function(){return CV})),n.d(t,"uniDownloadAltMonochrome",(function(){return bV})),n.d(t,"uniDribbbleMonochrome",(function(){return LV})),n.d(t,"uniDropboxMonochrome",(function(){return SV})),n.d(t,"uniEllipsisHMonochrome",(function(){return zV})),n.d(t,"uniEllipsisVMonochrome",(function(){return wV})),n.d(t,"uniExclamationCircleMonochrome",(function(){return xV})),n.d(t,"uniExclamationOctagonMonochrome",(function(){return _V})),n.d(t,"uniExclamationTriangleMonochrome",(function(){return kV})),n.d(t,"uniFacebookMonochrome",(function(){return TV})),n.d(t,"uniFacebookFMonochrome",(function(){return EV})),n.d(t,"uniFacebookMessengerMonochrome",(function(){return OV})),n.d(t,"uniFacebookMessengerAltMonochrome",(function(){return PV})),n.d(t,"uniFavoriteMonochrome",(function(){return NV})),n.d(t,"uniFlipHMonochrome",(function(){return jV})),n.d(t,"uniFlipHAltMonochrome",(function(){return DV})),n.d(t,"uniFlipVMonochrome",(function(){return qV})),n.d(t,"uniFlipVAltMonochrome",(function(){return RV})),n.d(t,"uniGithubMonochrome",(function(){return IV})),n.d(t,"uniGithubAltMonochrome",(function(){return FV})),n.d(t,"uniGitlabMonochrome",(function(){return BV})),n.d(t,"uniGitlabAltMonochrome",(function(){return UV})),n.d(t,"uniGoogleMonochrome",(function(){return $V})),n.d(t,"uniGoogleDriveMonochrome",(function(){return WV})),n.d(t,"uniGoogleDriveAltMonochrome",(function(){return GV})),n.d(t,"uniGoogleHangoutsMonochrome",(function(){return QV})),n.d(t,"uniGoogleHangoutsAltMonochrome",(function(){return KV})),n.d(t,"uniGooglePlayMonochrome",(function(){return JV})),n.d(t,"uniGraphBarMonochrome",(function(){return XV})),n.d(t,"uniGridMonochrome",(function(){return YV})),n.d(t,"uniGridsMonochrome",(function(){return eC})),n.d(t,"uniGripHorizontalLineMonochrome",(function(){return tC})),n.d(t,"uniHeadSideMonochrome",(function(){return nC})),n.d(t,"uniHeadSideCoughMonochrome",(function(){return aC})),n.d(t,"uniHeadSideMaskMonochrome",(function(){return rC})),n.d(t,"uniHipchatMonochrome",(function(){return iC})),n.d(t,"uniHistoryMonochrome",(function(){return lC})),n.d(t,"uniHistoryAltMonochrome",(function(){return oC})),n.d(t,"uniHorizontalAlignLeftMonochrome",(function(){return cC})),n.d(t,"uniHospitalMonochrome",(function(){return uC})),n.d(t,"uniHospitalSquareSignMonochrome",(function(){return sC})),n.d(t,"uniHospitalSymbolMonochrome",(function(){return hC})),n.d(t,"uniHouseUserMonochrome",(function(){return dC})),n.d(t,"uniHtml3Monochrome",(function(){return pC})),n.d(t,"uniHtml3AltMonochrome",(function(){return fC})),n.d(t,"uniHtml5Monochrome",(function(){return mC})),n.d(t,"uniHtml5AltMonochrome",(function(){return vC})),n.d(t,"uniImageVMonochrome",(function(){return AC})),n.d(t,"uniInstagramMonochrome",(function(){return yC})),n.d(t,"uniInstagramAltMonochrome",(function(){return MC})),n.d(t,"uniIntercomMonochrome",(function(){return HC})),n.d(t,"uniIntercomAltMonochrome",(function(){return gC})),n.d(t,"uniJavaScriptMonochrome",(function(){return ZC})),n.d(t,"uniKeySkeletonMonochrome",(function(){return VC})),n.d(t,"uniKeySkeletonAltMonochrome",(function(){return CC})),n.d(t,"uniKeyholeCircleMonochrome",(function(){return bC})),n.d(t,"uniKeyholeSquareMonochrome",(function(){return LC})),n.d(t,"uniKeyholeSquareFullMonochrome",(function(){return SC})),n.d(t,"uniLayerGroupMonochrome",(function(){return zC})),n.d(t,"uniLayersAltMonochrome",(function(){return wC})),n.d(t,"uniLeftIndentMonochrome",(function(){return xC})),n.d(t,"uniLeftIndentAltMonochrome",(function(){return _C})),n.d(t,"uniLineMonochrome",(function(){return kC})),n.d(t,"uniLineSpacingMonochrome",(function(){return TC})),n.d(t,"uniLinkHMonochrome",(function(){return EC})),n.d(t,"uniLinkedinMonochrome",(function(){return OC})),n.d(t,"uniLinkedinAltMonochrome",(function(){return PC})),n.d(t,"uniLinuxMonochrome",(function(){return NC})),n.d(t,"uniListUiAltMonochrome",(function(){return jC})),n.d(t,"uniListUlMonochrome",(function(){return DC})),n.d(t,"uniLockMonochrome",(function(){return qC})),n.d(t,"uniLockAccessMonochrome",(function(){return RC})),n.d(t,"uniLockAltMonochrome",(function(){return IC})),n.d(t,"uniLockOpenAltMonochrome",(function(){return FC})),n.d(t,"uniLottiefilesMonochrome",(function(){return BC})),n.d(t,"uniMasterCardMonochrome",(function(){return UC})),n.d(t,"uniMediumMMonochrome",(function(){return $C})),n.d(t,"uniMicroscopeMonochrome",(function(){return WC})),n.d(t,"uniMicrosoftMonochrome",(function(){return GC})),n.d(t,"uniMinusSquareFullMonochrome",(function(){return QC})),n.d(t,"uniMultiplyMonochrome",(function(){return KC})),n.d(t,"uniObjectGroupMonochrome",(function(){return JC})),n.d(t,"uniObjectUngroupMonochrome",(function(){return XC})),n.d(t,"uniOktaMonochrome",(function(){return YC})),n.d(t,"uniOperaMonochrome",(function(){return eb})),n.d(t,"uniOperaAltMonochrome",(function(){return tb})),n.d(t,"uniPadlockMonochrome",(function(){return nb})),n.d(t,"uniPagelinesMonochrome",(function(){return ab})),n.d(t,"uniPagerdutyMonochrome",(function(){return rb})),n.d(t,"uniPaperclipMonochrome",(function(){return ib})),n.d(t,"uniParagraphMonochrome",(function(){return lb})),n.d(t,"uniPaypalMonochrome",(function(){return ob})),n.d(t,"uniPentagonMonochrome",(function(){return cb})),n.d(t,"uniPlusSquareMonochrome",(function(){return ub})),n.d(t,"uniPolygonMonochrome",(function(){return sb})),n.d(t,"uniPreviousMonochrome",(function(){return hb})),n.d(t,"uniProcessMonochrome",(function(){return db})),n.d(t,"uniReactMonochrome",(function(){return pb})),n.d(t,"uniRecordAudioMonochrome",(function(){return fb})),n.d(t,"uniRedditAlienAltMonochrome",(function(){return mb})),n.d(t,"uniRedoMonochrome",(function(){return vb})),n.d(t,"uniRefreshMonochrome",(function(){return Ab})),n.d(t,"uniRepeatMonochrome",(function(){return yb})),n.d(t,"uniRightIndentAltMonochrome",(function(){return Mb})),n.d(t,"uniRocketMonochrome",(function(){return Hb})),n.d(t,"uniRulerMonochrome",(function(){return gb})),n.d(t,"uniRulerCombinedMonochrome",(function(){return Zb})),n.d(t,"uniSanitizerMonochrome",(function(){return Vb})),n.d(t,"uniSanitizerAltMonochrome",(function(){return Cb})),n.d(t,"uniSceneryMonochrome",(function(){return bb})),n.d(t,"uniScheduleMonochrome",(function(){return Lb})),n.d(t,"uniShieldPlusMonochrome",(function(){return Sb})),n.d(t,"uniSignInAltMonochrome",(function(){return zb})),n.d(t,"uniSignOutAltMonochrome",(function(){return wb})),n.d(t,"uniSignalAltMonochrome",(function(){return xb})),n.d(t,"uniSignalAlt3Monochrome",(function(){return _b})),n.d(t,"uniSigninMonochrome",(function(){return kb})),n.d(t,"uniSignoutMonochrome",(function(){return Tb})),n.d(t,"uniSkypeMonochrome",(function(){return Eb})),n.d(t,"uniSkypeAltMonochrome",(function(){return Ob})),n.d(t,"uniSlackMonochrome",(function(){return Pb})),n.d(t,"uniSlackAltMonochrome",(function(){return Nb})),n.d(t,"uniSnapchatAltMonochrome",(function(){return jb})),n.d(t,"uniSnapchatGhostMonochrome",(function(){return Db})),n.d(t,"uniSnapchatSquareMonochrome",(function(){return qb})),n.d(t,"uniSocialDistancingMonochrome",(function(){return Rb})),n.d(t,"uniSortingMonochrome",(function(){return Ib})),n.d(t,"uniSpaceKeyMonochrome",(function(){return Fb})),n.d(t,"uniSquareMonochrome",(function(){return Bb})),n.d(t,"uniSquareFullMonochrome",(function(){return Ub})),n.d(t,"uniSqureShapeMonochrome",(function(){return $b})),n.d(t,"uniStarMonochrome",(function(){return Wb})),n.d(t,"uniStarHalfAltMonochrome",(function(){return Gb})),n.d(t,"uniStepForwardMonochrome",(function(){return Qb})),n.d(t,"uniStethoscopeMonochrome",(function(){return Kb})),n.d(t,"uniStethoscopeAltMonochrome",(function(){return Jb})),n.d(t,"uniStoreSlashMonochrome",(function(){return Xb})),n.d(t,"uniSubjectMonochrome",(function(){return Yb})),n.d(t,"uniSwiggyMonochrome",(function(){return eL})),n.d(t,"uniSyncExclamationMonochrome",(function(){return tL})),n.d(t,"uniSyncSlashMonochrome",(function(){return nL})),n.d(t,"uniTableMonochrome",(function(){return aL})),n.d(t,"uniTelegramMonochrome",(function(){return rL})),n.d(t,"uniTelegramAltMonochrome",(function(){return iL})),n.d(t,"uniThLargeMonochrome",(function(){return lL})),n.d(t,"uniTimesCircleMonochrome",(function(){return oL})),n.d(t,"uniToggleOffMonochrome",(function(){return cL})),n.d(t,"uniToggleOnMonochrome",(function(){return uL})),n.d(t,"uniToiletPaperMonochrome",(function(){return sL})),n.d(t,"uniTriangleMonochrome",(function(){return hL})),n.d(t,"uniTumblrMonochrome",(function(){return dL})),n.d(t,"uniTumblrAltMonochrome",(function(){return pL})),n.d(t,"uniTumblrSquareMonochrome",(function(){return fL})),n.d(t,"uniTwitterMonochrome",(function(){return mL})),n.d(t,"uniTwitterAltMonochrome",(function(){return vL})),n.d(t,"uniUnlockMonochrome",(function(){return AL})),n.d(t,"uniUnlockAltMonochrome",(function(){return yL})),n.d(t,"uniUploadAltMonochrome",(function(){return ML})),n.d(t,"uniUserArrowsMonochrome",(function(){return HL})),n.d(t,"uniUserMdMonochrome",(function(){return gL})),n.d(t,"uniUserNurseMonochrome",(function(){return ZL})),n.d(t,"uniVectorSquareMonochrome",(function(){return VL})),n.d(t,"uniVectorSquareAltMonochrome",(function(){return CL})),n.d(t,"uniVirusSlashMonochrome",(function(){return bL})),n.d(t,"uniVisualStudioMonochrome",(function(){return LL})),n.d(t,"uniVkMonochrome",(function(){return SL})),n.d(t,"uniVkAltMonochrome",(function(){return zL})),n.d(t,"uniVuejsMonochrome",(function(){return wL})),n.d(t,"uniVuejsAltMonochrome",(function(){return xL})),n.d(t,"uniWebGridMonochrome",(function(){return _L})),n.d(t,"uniWebGridAltMonochrome",(function(){return kL})),n.d(t,"uniWebSectionMonochrome",(function(){return TL})),n.d(t,"uniWebSectionAltMonochrome",(function(){return EL})),n.d(t,"uniWhatsappMonochrome",(function(){return OL})),n.d(t,"uniWindowGridMonochrome",(function(){return PL})),n.d(t,"uniWindowMaximizeMonochrome",(function(){return NL})),n.d(t,"uniWindowSectionMonochrome",(function(){return jL})),n.d(t,"uniWindowsMonochrome",(function(){return DL})),n.d(t,"uniWordpressMonochrome",(function(){return qL})),n.d(t,"uniWordpressSimpleMonochrome",(function(){return RL})),n.d(t,"uniWrapTextMonochrome",(function(){return IL})),n.d(t,"uniYoutubeMonochrome",(function(){return FL})),n.d(t,"uniAirplaySolid",(function(){return BL})),n.d(t,"uniAlignAltSolid",(function(){return UL})),n.d(t,"uniAlignCenterSolid",(function(){return $L})),n.d(t,"uniAlignCenterJustifySolid",(function(){return WL})),n.d(t,"uniAlignJustifySolid",(function(){return GL})),n.d(t,"uniAlignLeftSolid",(function(){return QL})),n.d(t,"uniAlignLeftJustifySolid",(function(){return KL})),n.d(t,"uniAlignLetterRightSolid",(function(){return JL})),n.d(t,"uniAlignRightSolid",(function(){return XL})),n.d(t,"uniAlignRightJustifySolid",(function(){return YL})),n.d(t,"uniAnalysisSolid",(function(){return eS})),n.d(t,"uniAnalyticsSolid",(function(){return tS})),n.d(t,"uniAnchorSolid",(function(){return nS})),n.d(t,"uniAngleDoubleDownSolid",(function(){return aS})),n.d(t,"uniAngleDoubleLeftSolid",(function(){return rS})),n.d(t,"uniAngleDoubleRightSolid",(function(){return iS})),n.d(t,"uniAngleDoubleUpSolid",(function(){return lS})),n.d(t,"uniAngleDownSolid",(function(){return oS})),n.d(t,"uniAngleLeftSolid",(function(){return cS})),n.d(t,"uniAngleRightSolid",(function(){return uS})),n.d(t,"uniAngleRightBSolid",(function(){return sS})),n.d(t,"uniAngleUpSolid",(function(){return hS})),n.d(t,"uniAppsSolid",(function(){return dS})),n.d(t,"uniArrowCircleDownSolid",(function(){return pS})),n.d(t,"uniArrowCircleLeftSolid",(function(){return fS})),n.d(t,"uniArrowCircleRightSolid",(function(){return mS})),n.d(t,"uniArrowCircleUpSolid",(function(){return vS})),n.d(t,"uniArrowDownLeftSolid",(function(){return AS})),n.d(t,"uniArrowDownRightSolid",(function(){return yS})),n.d(t,"uniArrowUpLeftSolid",(function(){return MS})),n.d(t,"uniArrowUpRightSolid",(function(){return HS})),n.d(t,"uniAtSolid",(function(){return gS})),n.d(t,"uniBagSolid",(function(){return ZS})),n.d(t,"uniBarsSolid",(function(){return VS})),n.d(t,"uniBatteryBoltSolid",(function(){return CS})),n.d(t,"uniBatteryEmptySolid",(function(){return bS})),n.d(t,"uniBookmarkSolid",(function(){return LS})),n.d(t,"uniBorderAltSolid",(function(){return SS})),n.d(t,"uniBorderBottomSolid",(function(){return zS})),n.d(t,"uniBorderClearSolid",(function(){return wS})),n.d(t,"uniBorderHorizontalSolid",(function(){return xS})),n.d(t,"uniBorderInnerSolid",(function(){return _S})),n.d(t,"uniBorderLeftSolid",(function(){return kS})),n.d(t,"uniBorderOutSolid",(function(){return TS})),n.d(t,"uniBorderRightSolid",(function(){return ES})),n.d(t,"uniBorderTopSolid",(function(){return OS})),n.d(t,"uniBorderVerticalSolid",(function(){return PS})),n.d(t,"uniBriefcaseSolid",(function(){return NS})),n.d(t,"uniCalenderSolid",(function(){return jS})),n.d(t,"uniChartSolid",(function(){return DS})),n.d(t,"uniChartPieSolid",(function(){return qS})),n.d(t,"uniCheckSolid",(function(){return RS})),n.d(t,"uniCheckCircleSolid",(function(){return IS})),n.d(t,"uniCheckSquareSolid",(function(){return FS})),n.d(t,"uniCircleLayerSolid",(function(){return BS})),n.d(t,"uniClinicMedicalSolid",(function(){return US})),n.d(t,"uniClockSolid",(function(){return $S})),n.d(t,"uniClockEightSolid",(function(){return WS})),n.d(t,"uniClockFiveSolid",(function(){return GS})),n.d(t,"uniClockNineSolid",(function(){return QS})),n.d(t,"uniClockSevenSolid",(function(){return KS})),n.d(t,"uniClockTenSolid",(function(){return JS})),n.d(t,"uniClockThreeSolid",(function(){return XS})),n.d(t,"uniClockTwoSolid",(function(){return YS})),n.d(t,"uniColumnsSolid",(function(){return ez})),n.d(t,"uniCommentDotsSolid",(function(){return tz})),n.d(t,"uniCompressSolid",(function(){return nz})),n.d(t,"uniCornerDownLeftSolid",(function(){return az})),n.d(t,"uniCornerDownRightSolid",(function(){return rz})),n.d(t,"uniCornerLeftDownSolid",(function(){return iz})),n.d(t,"uniCornerRightDownSolid",(function(){return lz})),n.d(t,"uniCornerUpLeftSolid",(function(){return oz})),n.d(t,"uniCornerUpRightSolid",(function(){return cz})),n.d(t,"uniCoronavirusSolid",(function(){return uz})),n.d(t,"uniDialpadSolid",(function(){return sz})),n.d(t,"uniDirectionSolid",(function(){return hz})),n.d(t,"uniDocumentLayoutCenterSolid",(function(){return dz})),n.d(t,"uniDocumentLayoutLeftSolid",(function(){return pz})),n.d(t,"uniDocumentLayoutRightSolid",(function(){return fz})),n.d(t,"uniDownloadAltSolid",(function(){return mz})),n.d(t,"uniEllipsisHSolid",(function(){return vz})),n.d(t,"uniEllipsisVSolid",(function(){return Az})),n.d(t,"uniExclamationCircleSolid",(function(){return yz})),n.d(t,"uniExclamationOctagonSolid",(function(){return Mz})),n.d(t,"uniExclamationTriangleSolid",(function(){return Hz})),n.d(t,"uniFavoriteSolid",(function(){return gz})),n.d(t,"uniFlipHSolid",(function(){return Zz})),n.d(t,"uniFlipHAltSolid",(function(){return Vz})),n.d(t,"uniFlipVSolid",(function(){return Cz})),n.d(t,"uniFlipVAltSolid",(function(){return bz})),n.d(t,"uniGraphBarSolid",(function(){return Lz})),n.d(t,"uniGridSolid",(function(){return Sz})),n.d(t,"uniGridsSolid",(function(){return zz})),n.d(t,"uniGripHorizontalLineSolid",(function(){return wz})),n.d(t,"uniHeadSideSolid",(function(){return xz})),n.d(t,"uniHeadSideCoughSolid",(function(){return _z})),n.d(t,"uniHeadSideMaskSolid",(function(){return kz})),n.d(t,"uniHistorySolid",(function(){return Tz})),n.d(t,"uniHistoryAltSolid",(function(){return Ez})),n.d(t,"uniHorizontalAlignLeftSolid",(function(){return Oz})),n.d(t,"uniHospitalSolid",(function(){return Pz})),n.d(t,"uniHospitalSquareSignSolid",(function(){return Nz})),n.d(t,"uniHospitalSymbolSolid",(function(){return jz}));n.d(t,"uniHouseUserSolid",(function(){return Dz})),n.d(t,"uniImageVSolid",(function(){return qz})),n.d(t,"uniKeySkeletonSolid",(function(){return Rz})),n.d(t,"uniKeySkeletonAltSolid",(function(){return Iz})),n.d(t,"uniKeyholeCircleSolid",(function(){return Fz})),n.d(t,"uniKeyholeSquareSolid",(function(){return Bz})),n.d(t,"uniKeyholeSquareFullSolid",(function(){return Uz})),n.d(t,"uniLayerGroupSolid",(function(){return $z})),n.d(t,"uniLayersAltSolid",(function(){return Wz})),n.d(t,"uniLeftIndentSolid",(function(){return Gz})),n.d(t,"uniLeftIndentAltSolid",(function(){return Qz})),n.d(t,"uniLineSpacingSolid",(function(){return Kz})),n.d(t,"uniLinkHSolid",(function(){return Jz})),n.d(t,"uniListUiAltSolid",(function(){return Xz})),n.d(t,"uniListUlSolid",(function(){return Yz})),n.d(t,"uniLockSolid",(function(){return ew})),n.d(t,"uniLockAccessSolid",(function(){return tw})),n.d(t,"uniLockAltSolid",(function(){return nw})),n.d(t,"uniLockOpenAltSolid",(function(){return aw})),n.d(t,"uniMicroscopeSolid",(function(){return rw})),n.d(t,"uniMinusSquareFullSolid",(function(){return iw})),n.d(t,"uniMultiplySolid",(function(){return lw})),n.d(t,"uniObjectGroupSolid",(function(){return ow})),n.d(t,"uniObjectUngroupSolid",(function(){return cw})),n.d(t,"uniPadlockSolid",(function(){return uw})),n.d(t,"uniPaperclipSolid",(function(){return sw})),n.d(t,"uniParagraphSolid",(function(){return hw})),n.d(t,"uniPentagonSolid",(function(){return dw})),n.d(t,"uniPolygonSolid",(function(){return pw})),n.d(t,"uniPreviousSolid",(function(){return fw})),n.d(t,"uniProcessSolid",(function(){return mw})),n.d(t,"uniRecordAudioSolid",(function(){return vw})),n.d(t,"uniRedoSolid",(function(){return Aw})),n.d(t,"uniRefreshSolid",(function(){return yw})),n.d(t,"uniRepeatSolid",(function(){return Mw})),n.d(t,"uniRightIndentSolid",(function(){return Hw})),n.d(t,"uniRightIndentAltSolid",(function(){return gw})),n.d(t,"uniRocketSolid",(function(){return Zw})),n.d(t,"uniRulerSolid",(function(){return Vw})),n.d(t,"uniRulerCombinedSolid",(function(){return Cw})),n.d(t,"uniSanitizerSolid",(function(){return bw})),n.d(t,"uniSanitizerAltSolid",(function(){return Lw})),n.d(t,"uniScenerySolid",(function(){return Sw})),n.d(t,"uniScheduleSolid",(function(){return zw})),n.d(t,"uniShieldPlusSolid",(function(){return ww})),n.d(t,"uniSignalAltSolid",(function(){return xw})),n.d(t,"uniSignalAlt3Solid",(function(){return _w})),n.d(t,"uniSignoutSolid",(function(){return kw})),n.d(t,"uniSocialDistancingSolid",(function(){return Tw})),n.d(t,"uniSortingSolid",(function(){return Ew})),n.d(t,"uniSpaceKeySolid",(function(){return Ow})),n.d(t,"uniSquareFullSolid",(function(){return Pw})),n.d(t,"uniStarSolid",(function(){return Nw})),n.d(t,"uniStarHalfAltSolid",(function(){return jw})),n.d(t,"uniStepForwardSolid",(function(){return Dw})),n.d(t,"uniStethoscopeSolid",(function(){return qw})),n.d(t,"uniStethoscopeAltSolid",(function(){return Rw})),n.d(t,"uniStopwatchSolid",(function(){return Iw})),n.d(t,"uniStoreSlashSolid",(function(){return Fw})),n.d(t,"uniSubjectSolid",(function(){return Bw})),n.d(t,"uniSyncExclamationSolid",(function(){return Uw})),n.d(t,"uniSyncSlashSolid",(function(){return $w})),n.d(t,"uniTableSolid",(function(){return Ww})),n.d(t,"uniThLargeSolid",(function(){return Gw})),n.d(t,"uniTimesCircleSolid",(function(){return Qw})),n.d(t,"uniToggleOffSolid",(function(){return Kw})),n.d(t,"uniToggleOnSolid",(function(){return Jw})),n.d(t,"uniToiletPaperSolid",(function(){return Xw})),n.d(t,"uniTriangleSolid",(function(){return Yw})),n.d(t,"uniUnlockSolid",(function(){return ex})),n.d(t,"uniUnlockAltSolid",(function(){return tx})),n.d(t,"uniUploadAltSolid",(function(){return nx})),n.d(t,"uniUserArrowsSolid",(function(){return ax})),n.d(t,"uniUserMdSolid",(function(){return rx})),n.d(t,"uniUserNurseSolid",(function(){return ix})),n.d(t,"uniVectorSquareSolid",(function(){return lx})),n.d(t,"uniVectorSquareAltSolid",(function(){return ox})),n.d(t,"uniVirusSlashSolid",(function(){return cx})),n.d(t,"uniWebGridSolid",(function(){return ux})),n.d(t,"uniWebGridAltSolid",(function(){return sx})),n.d(t,"uniWebSectionSolid",(function(){return hx})),n.d(t,"uniWebSectionAltSolid",(function(){return dx})),n.d(t,"uniWindowGridSolid",(function(){return px})),n.d(t,"uniWindowMaximizeSolid",(function(){return fx})),n.d(t,"uniWindowSectionSolid",(function(){return mx})),n.d(t,"uniWrapTextSolid",(function(){return vx})),n.d(t,"uniAdobeAltThinline",(function(){return Ax})),n.d(t,"uniAirplayThinline",(function(){return yx})),n.d(t,"uniAlignAltThinline",(function(){return Mx})),n.d(t,"uniAlignCenterThinline",(function(){return Hx})),n.d(t,"uniAlignCenterAltThinline",(function(){return gx})),n.d(t,"uniAlignCenterJustifyThinline",(function(){return Zx})),n.d(t,"uniAlignLeftThinline",(function(){return Vx})),n.d(t,"uniAlignLeftJustifyThinline",(function(){return Cx})),n.d(t,"uniAlignLetterRightThinline",(function(){return bx})),n.d(t,"uniAlignRightThinline",(function(){return Lx})),n.d(t,"uniAlignRightJustifyThinline",(function(){return Sx})),n.d(t,"uniAnchorThinline",(function(){return zx})),n.d(t,"uniAndroidAltThinline",(function(){return wx})),n.d(t,"uniAngleDoubleDownThinline",(function(){return xx})),n.d(t,"uniAngleDoubleLeftThinline",(function(){return _x})),n.d(t,"uniAngleDoubleRightThinline",(function(){return kx})),n.d(t,"uniAngleUpThinline",(function(){return Tx})),n.d(t,"uniAnkhThinline",(function(){return Ex})),n.d(t,"uniAppleAltThinline",(function(){return Ox})),n.d(t,"uniArrowCircleDownThinline",(function(){return Px})),n.d(t,"uniArrowCircleLeftThinline",(function(){return Nx})),n.d(t,"uniArrowCircleRightThinline",(function(){return jx})),n.d(t,"uniArrowCircleUpThinline",(function(){return Dx})),n.d(t,"uniArrowDownLeftThinline",(function(){return qx})),n.d(t,"uniArrowDownRightThinline",(function(){return Rx})),n.d(t,"uniArrowUpLeftThinline",(function(){return Ix})),n.d(t,"uniArrowUpRightThinline",(function(){return Fx})),n.d(t,"uniAtThinline",(function(){return Bx})),n.d(t,"uniBagThinline",(function(){return Ux})),n.d(t,"uniBatteryBoltThinline",(function(){return $x})),n.d(t,"uniBatteryEmptyThinline",(function(){return Wx})),n.d(t,"uniBehanceAltThinline",(function(){return Gx})),n.d(t,"uniBitcoinAltThinline",(function(){return Qx})),n.d(t,"uniBloggerAltThinline",(function(){return Kx})),n.d(t,"uniBookmarkThinline",(function(){return Jx})),n.d(t,"uniBorderAltThinline",(function(){return Xx})),n.d(t,"uniBorderBottomThinline",(function(){return Yx})),n.d(t,"uniBorderClearThinline",(function(){return e_})),n.d(t,"uniBorderHorizontalThinline",(function(){return t_})),n.d(t,"uniBorderInnerThinline",(function(){return n_})),n.d(t,"uniBorderLeftThinline",(function(){return a_})),n.d(t,"uniBorderOutThinline",(function(){return r_})),n.d(t,"uniBorderTopThinline",(function(){return i_})),n.d(t,"uniBorderVerticalThinline",(function(){return l_})),n.d(t,"uniCalenderThinline",(function(){return o_})),n.d(t,"uniChartGrowthThinline",(function(){return c_})),n.d(t,"uniChartPieThinline",(function(){return u_})),n.d(t,"uniCheckThinline",(function(){return s_})),n.d(t,"uniCheckCircleThinline",(function(){return h_})),n.d(t,"uniCheckSquareThinline",(function(){return d_})),n.d(t,"uniCircleLayerThinline",(function(){return p_})),n.d(t,"uniCircuitThinline",(function(){return f_})),n.d(t,"uniClinicMedicalThinline",(function(){return m_})),n.d(t,"uniClockThinline",(function(){return v_})),n.d(t,"uniClockEightThinline",(function(){return A_})),n.d(t,"uniClockFiveThinline",(function(){return y_})),n.d(t,"uniClockNineThinline",(function(){return M_})),n.d(t,"uniClockSevenThinline",(function(){return H_})),n.d(t,"uniClockTenThinline",(function(){return g_})),n.d(t,"uniClockThreeThinline",(function(){return Z_})),n.d(t,"uniClockTwoThinline",(function(){return V_})),n.d(t,"uniColumnsThinline",(function(){return C_})),n.d(t,"uniCommentDotsThinline",(function(){return b_})),n.d(t,"uniCompressThinline",(function(){return L_})),n.d(t,"uniCornerDownLeftThinline",(function(){return S_})),n.d(t,"uniCornerDownRightThinline",(function(){return z_})),n.d(t,"uniCornerLeftDownThinline",(function(){return w_})),n.d(t,"uniCornerRightDownThinline",(function(){return x_})),n.d(t,"uniCornerUpLeftThinline",(function(){return __})),n.d(t,"uniCornerUpRightThinline",(function(){return k_})),n.d(t,"uniCovid19Thinline",(function(){return T_})),n.d(t,"uniCreateDashboardThinline",(function(){return E_})),n.d(t,"uniDesktopAltSlashThinline",(function(){return O_})),n.d(t,"uniDialpadThinline",(function(){return P_})),n.d(t,"uniDirectionThinline",(function(){return N_})),n.d(t,"uniDocumentLayoutCenterThinline",(function(){return j_})),n.d(t,"uniDocumentLayoutLeftThinline",(function(){return D_})),n.d(t,"uniDocumentLayoutRightThinline",(function(){return q_})),n.d(t,"uniDownloadAltThinline",(function(){return R_})),n.d(t,"uniDropboxThinline",(function(){return I_})),n.d(t,"uniEllipsisHThinline",(function(){return F_})),n.d(t,"uniEllipsisVThinline",(function(){return B_})),n.d(t,"uniExclamationCircleThinline",(function(){return U_})),n.d(t,"uniExclamationOctagonThinline",(function(){return $_})),n.d(t,"uniExclamationTriangleThinline",(function(){return W_})),n.d(t,"uniFacebookFThinline",(function(){return G_})),n.d(t,"uniFacebookMessengerAltThinline",(function(){return Q_})),n.d(t,"uniFavoriteThinline",(function(){return K_})),n.d(t,"uniFlipHThinline",(function(){return J_})),n.d(t,"uniFlipHAltThinline",(function(){return X_})),n.d(t,"uniFlipVThinline",(function(){return Y_})),n.d(t,"uniFlipVAltThinline",(function(){return ek})),n.d(t,"uniGithubAltThinline",(function(){return tk})),n.d(t,"uniGoldThinline",(function(){return nk})),n.d(t,"uniGoogleThinline",(function(){return ak})),n.d(t,"uniGoogleDriveAltThinline",(function(){return rk})),n.d(t,"uniGoogleHangoutsAltThinline",(function(){return ik})),n.d(t,"uniGooglePlayThinline",(function(){return lk})),n.d(t,"uniGridThinline",(function(){return ok})),n.d(t,"uniGridsThinline",(function(){return ck})),n.d(t,"uniGripHorizontalLineThinline",(function(){return uk})),n.d(t,"uniHeadSideThinline",(function(){return sk})),n.d(t,"uniHeadSideCoughThinline",(function(){return hk})),n.d(t,"uniHeadSideMaskThinline",(function(){return dk})),n.d(t,"uniHistoryThinline",(function(){return pk})),n.d(t,"uniHistoryAltThinline",(function(){return fk})),n.d(t,"uniHorizontalAlignLeftThinline",(function(){return mk})),n.d(t,"uniHospitalThinline",(function(){return vk})),n.d(t,"uniHospitalSquareSignThinline",(function(){return Ak})),n.d(t,"uniHospitalSymbolThinline",(function(){return yk})),n.d(t,"uniHouseUserThinline",(function(){return Mk})),n.d(t,"uniHtml3AltThinline",(function(){return Hk})),n.d(t,"uniImageVThinline",(function(){return gk})),n.d(t,"uniIntercomAltThinline",(function(){return Zk})),n.d(t,"uniKeySkeletonThinline",(function(){return Vk})),n.d(t,"uniKeySkeletonAltThinline",(function(){return Ck})),n.d(t,"uniLaptopThinline",(function(){return bk})),n.d(t,"uniLayerGroupThinline",(function(){return Lk})),n.d(t,"uniLayersAltThinline",(function(){return Sk})),n.d(t,"uniLeftIndentThinline",(function(){return zk})),n.d(t,"uniLeftIndentAltThinline",(function(){return wk})),n.d(t,"uniLineSpacingThinline",(function(){return xk})),n.d(t,"uniLinkBrokenThinline",(function(){return _k})),n.d(t,"uniLinkHThinline",(function(){return kk})),n.d(t,"uniLinkedinAltThinline",(function(){return Tk})),n.d(t,"uniListUiAltThinline",(function(){return Ek})),n.d(t,"uniListUlThinline",(function(){return Ok})),n.d(t,"uniMasterCardThinline",(function(){return Pk})),n.d(t,"uniMicroscopeThinline",(function(){return Nk})),n.d(t,"uniMinusSquareFullThinline",(function(){return jk})),n.d(t,"uniModemThinline",(function(){return Dk})),n.d(t,"uniMouseAlt2Thinline",(function(){return qk})),n.d(t,"uniMultiplyThinline",(function(){return Rk})),n.d(t,"uniObjectGroupThinline",(function(){return Ik})),n.d(t,"uniObjectUngroupThinline",(function(){return Fk})),n.d(t,"uniOperaAltThinline",(function(){return Bk})),n.d(t,"uniPaperclipThinline",(function(){return Uk})),n.d(t,"uniParagraphThinline",(function(){return $k})),n.d(t,"uniPaypalThinline",(function(){return Wk})),n.d(t,"uniPentagonThinline",(function(){return Gk})),n.d(t,"uniPolygonThinline",(function(){return Qk})),n.d(t,"uniPreviousThinline",(function(){return Kk})),n.d(t,"uniPrintThinline",(function(){return Jk})),n.d(t,"uniProcessThinline",(function(){return Xk})),n.d(t,"uniPumpThinline",(function(){return Yk})),n.d(t,"uniQuestionCircleThinline",(function(){return eT})),n.d(t,"uniRecordAudioThinline",(function(){return tT})),n.d(t,"uniRedditAlienAltThinline",(function(){return nT})),n.d(t,"uniRedoThinline",(function(){return aT})),n.d(t,"uniRefreshThinline",(function(){return rT})),n.d(t,"uniRepeatThinline",(function(){return iT})),n.d(t,"uniRightIndentThinline",(function(){return lT})),n.d(t,"uniRightIndentAltThinline",(function(){return oT})),n.d(t,"uniRocketThinline",(function(){return cT})),n.d(t,"uniRulerThinline",(function(){return uT})),n.d(t,"uniRulerCombinedThinline",(function(){return sT})),n.d(t,"uniSanitizerThinline",(function(){return hT})),n.d(t,"uniSanitizerAltThinline",(function(){return dT})),n.d(t,"uniSceneryThinline",(function(){return pT})),n.d(t,"uniShieldThinline",(function(){return fT})),n.d(t,"uniShieldCheckThinline",(function(){return mT})),n.d(t,"uniShieldExclamationThinline",(function(){return vT})),n.d(t,"uniShieldPlusThinline",(function(){return AT})),n.d(t,"uniShieldQuestionThinline",(function(){return yT})),n.d(t,"uniShieldSlashThinline",(function(){return MT})),n.d(t,"uniSignalAltThinline",(function(){return HT})),n.d(t,"uniSignalAlt3Thinline",(function(){return gT})),n.d(t,"uniSignoutThinline",(function(){return ZT})),n.d(t,"uniSimCardThinline",(function(){return VT})),n.d(t,"uniSkypeAltThinline",(function(){return CT})),n.d(t,"uniSlackAltThinline",(function(){return bT})),n.d(t,"uniSnapchatAltThinline",(function(){return LT})),n.d(t,"uniSocialDistancingThinline",(function(){return ST})),n.d(t,"uniSpaceKeyThinline",(function(){return zT})),n.d(t,"uniSquareFullThinline",(function(){return wT})),n.d(t,"uniStarThinline",(function(){return xT})),n.d(t,"uniStarHalfAltThinline",(function(){return _T})),n.d(t,"uniStepForwardThinline",(function(){return kT})),n.d(t,"uniStethoscopeThinline",(function(){return TT})),n.d(t,"uniStethoscopeAltThinline",(function(){return ET})),n.d(t,"uniStopwatchThinline",(function(){return OT})),n.d(t,"uniStoreSlashThinline",(function(){return PT})),n.d(t,"uniSubjectThinline",(function(){return NT})),n.d(t,"uniSyncExclamationThinline",(function(){return jT})),n.d(t,"uniSyncSlashThinline",(function(){return DT})),n.d(t,"uniTableThinline",(function(){return qT})),n.d(t,"uniTelegramAltThinline",(function(){return RT})),n.d(t,"uniThThinline",(function(){return IT})),n.d(t,"uniThLargeThinline",(function(){return FT})),n.d(t,"uniTimesCircleThinline",(function(){return BT})),n.d(t,"uniToggleOffThinline",(function(){return UT})),n.d(t,"uniToggleOnThinline",(function(){return $T})),n.d(t,"uniToiletPaperThinline",(function(){return WT})),n.d(t,"uniTrafficLightThinline",(function(){return GT})),n.d(t,"uniTriangleThinline",(function(){return QT})),n.d(t,"uniTumblrAltThinline",(function(){return KT})),n.d(t,"uniTwitterAltThinline",(function(){return JT})),n.d(t,"uniUmbrellaThinline",(function(){return XT})),n.d(t,"uniUploadAltThinline",(function(){return YT})),n.d(t,"uniUserArrowsThinline",(function(){return eE})),n.d(t,"uniVectorSquareThinline",(function(){return tE})),n.d(t,"uniVectorSquareAltThinline",(function(){return nE})),n.d(t,"uniVkAltThinline",(function(){return aE})),n.d(t,"uniVuejsAltThinline",(function(){return rE})),n.d(t,"uniWalletThinline",(function(){return iE})),n.d(t,"uniWebGridThinline",(function(){return lE})),n.d(t,"uniWebGridAltThinline",(function(){return oE})),n.d(t,"uniWebSectionThinline",(function(){return cE})),n.d(t,"uniWebSectionAltThinline",(function(){return uE})),n.d(t,"uniWindowGridThinline",(function(){return sE})),n.d(t,"uniWindowMaximizeThinline",(function(){return hE})),n.d(t,"uniWindowSectionThinline",(function(){return dE})),n.d(t,"uniWrapTextThinline",(function(){return pE})),n.d(t,"uniYoutubeThinline",(function(){return fE}));const a={name:"0-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM12.5,6h-1a3,3,0,0,0-3,3v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V9A3,3,0,0,0,12.5,6Zm1,9a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1Zm8.1-6a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z"/>'},r={name:"10-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM11,9v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm5,0v6a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h1A1,1,0,0,1,16,9Zm5.6,0a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7Z"/>'},i={name:"12-plus",style:"line",path:'<path d="M11,9a1,1,0,0,0,2,0,1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H14a3,3,0,0,0-3,3v3a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H13V14a1,1,0,0,1,1-1h1a3,3,0,0,0,3-3V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm7-4h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z"/>'},l={name:"13-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM11,9a1,1,0,0,0,2,0,1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1h-.5a1,1,0,0,0,0,2H15a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2A3,3,0,0,0,18,10V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z"/>'},o={name:"16-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2Zm3.6,4a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7Zm4,2v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-3-3H13V9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm4,4a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V13Z"/>'},c={name:"17-plus",style:"line",path:'<path d="M11,7V9a1,1,0,0,0,2,0V8h2.78L14,16.8A1,1,0,0,0,14.8,18l.2,0a1,1,0,0,0,1-.8l2-10a1,1,0,0,0-.21-.83A1,1,0,0,0,17,6H12A1,1,0,0,0,11,7Zm7-2h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z"/>'},u={name:"18-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM11,9v1a3,3,0,0,0,.78,2A3,3,0,0,0,11,14v1a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2A3,3,0,0,0,18,10V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm5,6a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1Zm0-6v1a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h1A1,1,0,0,1,16,9Z"/>'},s={name:"21-plus",style:"line",path:'<path d="M17,18a1,1,0,0,0,1-1V7a1,1,0,0,0-2,0V17A1,1,0,0,0,17,18ZM18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2Zm3.6,4a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM10,13h1a3,3,0,0,0,3-3V9a3,3,0,0,0-3-3H10A3,3,0,0,0,7,9,1,1,0,0,0,9,9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H10a3,3,0,0,0-3,3v3a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H9V14A1,1,0,0,1,10,13Z"/>'},h={name:"3-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM15.5,9a3,3,0,0,0-3-3h-1a3,3,0,0,0-3,3,1,1,0,0,0,2,0,1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H12a1,1,0,0,0,0,2h.5a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2,3,3,0,0,0,.78-2Zm6.1,0a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z"/>'},d={name:"500px",style:"line",path:'<path d="M7,15.14a1.41,1.41,0,0,0,.17.44,6.28,6.28,0,0,0,1.39,2.08,6.67,6.67,0,0,0,2.09,1.4,6.21,6.21,0,0,0,2.54.52,6.29,6.29,0,0,0,2.55-.52,6.63,6.63,0,0,0,2.08-1.4,6.39,6.39,0,0,0,1.41-2.08A6.55,6.55,0,0,0,19.69,13a6.76,6.76,0,0,0-.51-2.56,6.35,6.35,0,0,0-1.41-2.07,6.46,6.46,0,0,0-4.63-1.92A6.63,6.63,0,0,0,10.56,7a7.09,7.09,0,0,0-1.2.68,7.14,7.14,0,0,0-1.14.94h0V3.23h9.05c.22,0,.34-.21.34-.62S17.48,2,17.26,2H7.47a.37.37,0,0,0-.3.13.4.4,0,0,0-.12.29V10a.39.39,0,0,0,.17.3,1.09,1.09,0,0,0,.41.18.73.73,0,0,0,.43,0,.92.92,0,0,0,.24-.11,1,1,0,0,0,.14-.17l0,0a6.9,6.9,0,0,1,.86-1,5.15,5.15,0,0,1,3.79-1.56A5.15,5.15,0,0,1,16.9,9.25,5.17,5.17,0,0,1,18.48,13a5.31,5.31,0,0,1-.41,2A5.36,5.36,0,0,1,15.17,18a5.4,5.4,0,0,1-2.06.4,5.09,5.09,0,0,1-2.7-.75V13a2.66,2.66,0,0,1,.71-1.79,2.53,2.53,0,0,1,2-.89,2.65,2.65,0,0,1,2,.79A2.55,2.55,0,0,1,15.87,13a2.73,2.73,0,0,1-2.77,2.74l-.34,0-.37-.07-.15,0c-.21-.06-.37.1-.49.48s-.07.6.14.68a4.34,4.34,0,0,0,1.25.18,3.84,3.84,0,0,0,2.8-1.16A3.81,3.81,0,0,0,17.1,13a3.73,3.73,0,0,0-1.16-2.78,3.8,3.8,0,0,0-2.8-1.15,3.86,3.86,0,0,0-2.82,1.15,3.57,3.57,0,0,0-1.14,2.59v3.8h0a5.63,5.63,0,0,1-1.08-1.86c-.08-.21-.3-.25-.67-.13s-.55.29-.48.49Zm6.25-11a8.16,8.16,0,0,0-3.34.64A.25.25,0,0,0,9.68,5a1.26,1.26,0,0,0,.09.43c.14.35.3.48.5.41a8.09,8.09,0,0,1,2.93-.55,7.54,7.54,0,0,1,3.08.63A8.67,8.67,0,0,1,18.59,7.4a.25.25,0,0,0,.18.08c.09,0,.24-.1.43-.29L19.39,7a.37.37,0,0,0,.06-.21.3.3,0,0,0-.1-.2,8.62,8.62,0,0,0-2.62-1.69A9,9,0,0,0,13.2,4.14Zm-1.61,9.91a.46.46,0,0,0,.2.33l0,0a.52.52,0,0,0,.35.18.24.24,0,0,0,.17-.06l.73-.73.7.68a.28.28,0,0,0,.21.11.58.58,0,0,0,.36-.19c.2-.21.23-.39.07-.55l-.7-.7.74-.74c.12-.12.08-.29-.13-.49s-.4-.27-.53-.14l-.73.72-.72-.74a.3.3,0,0,0-.15-.05.56.56,0,0,0-.34.2c-.23.22-.28.38-.16.5l.74.74-.74.72A.35.35,0,0,0,11.59,14.05Zm7.93,4.57a1.24,1.24,0,0,0-.37-.25.28.28,0,0,0-.28.07l-.07.07a8,8,0,0,1-2.51,1.69,7.94,7.94,0,0,1-8.68-1.69A7.48,7.48,0,0,1,5.91,16a9.33,9.33,0,0,1-.51-1.77.1.1,0,0,0,0,0c0-.21-.25-.29-.63-.23s-.56.2-.53.4a8.52,8.52,0,0,0,.6,2.11,8.84,8.84,0,0,0,2,2.88,9,9,0,0,0,2.89,2,9.13,9.13,0,0,0,3.54.71,9.28,9.28,0,0,0,3.54-.71,9,9,0,0,0,2.89-2l.06-.06C19.85,19.11,19.78,18.89,19.52,18.62Z"/>'},p={name:"6-plus",style:"line",path:'<path d="M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM11.5,8h1a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3h-1a3,3,0,0,0-3,3v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-3-3h-2V9A1,1,0,0,1,11.5,8Zm1,5a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1V13Zm9.1-4a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z"/>'},f={name:"abacus",style:"line",path:'<path d="M21,2a1,1,0,0,0-1,1V6H16V5a1,1,0,0,0-2,0V6H12V5a1,1,0,0,0-2,0V6H8V5A1,1,0,0,0,6,5V6H4V3A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V3A1,1,0,0,0,21,2ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V16H6v1a1,1,0,0,0,2,0V16h2v1a1,1,0,0,0,2,0V16h4v1a1,1,0,0,0,2,0V16h2Zm0-5H18V13a1,1,0,0,0-2,0v1H12V13a1,1,0,0,0-2,0v1H8V13a1,1,0,0,0-2,0v1H4V8H6V9A1,1,0,0,0,8,9V8h2V9a1,1,0,0,0,2,0V8h2V9a1,1,0,0,0,2,0V8h4Z"/>'},m={name:"accessible-icon-alt",style:"line",path:'<path d="M16,7a2,2,0,1,0-2-2A2,2,0,0,0,16,7ZM12.7,18.4A4,4,0,1,1,9.05,12a1,1,0,1,0-.22-2A6,6,0,0,0,9.5,22a6,6,0,0,0,4.8-2.4,1,1,0,0,0-1.6-1.2ZM19.5,20h-1V15a1,1,0,0,0-1-1H12.93l1.69-4.66s0-.07,0-.11l0-.2a1.1,1.1,0,0,0,0-.18,1.06,1.06,0,0,0,0-.19,1.4,1.4,0,0,0-.09-.17.72.72,0,0,0-.11-.15.64.64,0,0,0-.15-.13s0-.06-.08-.08L9.71,5.55l-.12,0a1.06,1.06,0,0,0-.19-.06H9a.8.8,0,0,0-.2.07l-.11,0L6,7.13A1,1,0,0,0,6.48,9,1,1,0,0,0,7,8.87l2.23-1.3,3.24,1.88-1.89,5.21a.88.88,0,0,0,0,.16.58.58,0,0,0,0,.18,0,0,0,0,0,0,0,3,3,0,0,0,.08.38l.11.15a.57.57,0,0,0,.11.16.67.67,0,0,0,.14.09,1.22,1.22,0,0,0,.19.12h0a1,1,0,0,0,.34.06h5v5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2Z"/>'},v={name:"adjust",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM11,19.93A8,8,0,0,1,11,4.07Zm2,0V4.07a8,8,0,0,1,0,15.86Z"/>'},A={name:"adjust-alt",style:"line",path:'<path d="M20.83,7.32h0a.2.2,0,0,0,0-.08,10,10,0,0,0-3.38-3.65l0,0h0A9.89,9.89,0,0,0,12,2a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1h.28A10,10,0,0,0,20.83,7.32ZM13,4.06a8,8,0,0,1,2.49.74L13,9.12Zm0,9.06L17.17,5.9a7.89,7.89,0,0,1,1.58,1.83L13,17.69Zm1.16,6.57L19.75,10A8.36,8.36,0,0,1,20,12,7.94,7.94,0,0,1,14.16,19.69Z"/>'},y={name:"adjust-circle",style:"line",path:'<path d="M17,7A7.74,7.74,0,1,0,7,17,7.74,7.74,0,1,0,17,7Zm-1.6,1.6a6.12,6.12,0,0,1,.11,1.14,5.92,5.92,0,0,1-.16,1.34L12.91,8.66a5.92,5.92,0,0,1,1.34-.16A6.12,6.12,0,0,1,15.39,8.61ZM14.46,13A6,6,0,0,1,13,14.46L9.54,11A6,6,0,0,1,11,9.54Zm-8,1.46a5.75,5.75,0,1,1,8-8h-.25A7.76,7.76,0,0,0,6.5,14.25C6.5,14.33,6.51,14.42,6.51,14.5Zm2.1.89a6.12,6.12,0,0,1-.11-1.14,5.92,5.92,0,0,1,.16-1.34l2.43,2.43a5.92,5.92,0,0,1-1.34.16A6.12,6.12,0,0,1,8.61,15.39ZM14.25,20A5.77,5.77,0,0,1,9.5,17.49h.25A7.76,7.76,0,0,0,17.5,9.75c0-.08,0-.17,0-.25A5.75,5.75,0,0,1,14.25,20Z"/>'},M={name:"adjust-half",style:"line",path:'<path d="M20.83,7.32h0a10.11,10.11,0,0,0-3.44-3.73l0,0h0A10,10,0,1,0,12,22h.29A10,10,0,0,0,20.83,7.32ZM11,19.93A8,8,0,0,1,11,4.07ZM13,4.07a8.07,8.07,0,0,1,2.49.74L13,9.12Zm0,9L17.17,5.9a8.14,8.14,0,0,1,1.58,1.83L13,17.69Zm1.15,6.58L19.74,10A8.16,8.16,0,0,1,20,12,8,8,0,0,1,14.15,19.7Z"/>'},H={name:"adobe",style:"line",path:'<path d="M9.07,17.28h2.78l1.75,3.44h2.54L12,9.87ZM2,3V21L9.42,3ZM14.48,3,22,20.81V3Z"/>'},g={name:"adobe-alt",style:"line",path:'<path d="M10.24707,2.40278a.99893.99893,0,0,0-.83057-.44336H1.9917a.99974.99974,0,0,0-1,1v18.082a1.00015,1.00015,0,0,0,1.92529.37989l7.42481-18.082A1.00042,1.00042,0,0,0,10.24707,2.40278ZM2.9917,15.97309V3.95942H7.9248Zm19-14.01367H14.47412a1,1,0,0,0-.92139,1.3877l7.51758,17.84961a.99894.99894,0,0,0,.9209.6123,1.04879,1.04879,0,0,0,.19824-.01953,1.001,1.001,0,0,0,.80225-.98047V2.95942A.99974.99974,0,0,0,21.9917,1.95942Zm-1,13.89844L15.98047,3.95942H20.9917ZM12.94922,9.52a.99993.99993,0,0,0-.92578-.64648h-.00977a.99988.99988,0,0,0-.92822.62793L8.02637,17.13227a1,1,0,0,0,.92822,1.37207H11.209l1.52247,2.99024a.999.999,0,0,0,.89111.54687h2.61279a1.00015,1.00015,0,0,0,.93555-1.35351Zm1.28662,10.52148-1.52246-2.99023a.99905.99905,0,0,0-.89111-.54688H10.43262l1.55371-3.875,2.80176,7.41211Z"/>'},Z={name:"airplay",style:"line",path:'<path d="M12.83,13.45a1,1,0,0,0-1.66,0l-4,6a1,1,0,0,0,0,1A1,1,0,0,0,8,21h8a1,1,0,0,0,.88-.53,1,1,0,0,0-.05-1ZM9.87,19,12,15.8,14.13,19ZM19,3H5A3,3,0,0,0,2,6v9a3,3,0,0,0,3,3h.85a1,1,0,1,0,0-2H5a1,1,0,0,1-1-1V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1v9a1,1,0,0,1-1,1h-.85a1,1,0,0,0,0,2H19a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Z"/>'},V={name:"align",style:"line",path:'<path d="M3,15H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm0-4H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2ZM3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM21,17H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM19.64,9.57a1,1,0,1,0-1.28,1.53l1.08.9-1.08.9a1,1,0,0,0-.13,1.41,1,1,0,0,0,.77.36,1,1,0,0,0,.64-.24l2-1.66a1,1,0,0,0,0-1.54Z"/>'},C={name:"align-alt",style:"line",path:'<path d="M10,11H3a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Zm0,8H3a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2ZM14,5h7a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2ZM10,7H3A1,1,0,0,0,3,9h7a1,1,0,0,0,0-2Zm0,8H3a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2ZM10,3H7A1,1,0,0,0,7,5h3a1,1,0,0,0,0-2ZM21,7H14a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Zm0,4H14a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Zm-4,8H14a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm4-4H14a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z"/>'},b={name:"align-center",style:"line",path:'<path d="M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM7,9a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm14,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-4,4H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/>'},L={name:"align-center-alt",style:"line",path:'<path d="M5,8H19a1,1,0,0,0,0-2H5A1,1,0,0,0,5,8Zm16,3H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-2,5H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z"/>'},S={name:"align-center-h",style:"line",path:'<path d="M21.92,11.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H16a1,1,0,0,0,0,2h2.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62ZM8,11H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H8a1,1,0,0,0,0-2Zm4-4a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,12,7Z"/>'},z={name:"align-center-justify",style:"line",path:'<path d="M21,15H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3,5H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5ZM17,19H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2ZM21,7H3A1,1,0,0,0,3,9H21a1,1,0,0,0,0-2Zm0,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},w={name:"align-center-v",style:"line",path:'<path d="M10.21,6.21l.79-.8V8a1,1,0,0,0,2,0V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42ZM16,11H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm-2.21,6.79-.79.8V16a1,1,0,0,0-2,0v2.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42Z"/>'},x={name:"align-justify",style:"line",path:'<path d="M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM21,17H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},_={name:"align-left",style:"line",path:'<path d="M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7Zm0,4H17a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-4,4H3a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/>'},k={name:"align-left-justify",style:"line",path:'<path d="M3,5H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5ZM15,19H3a1,1,0,0,0,0,2H15a1,1,0,0,0,0-2Zm6-8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H3A1,1,0,0,0,3,9H21a1,1,0,0,0,0-2Zm0,8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},T={name:"align-letter-right",style:"line",path:'<path d="M10,4H21a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM21,6H3A1,1,0,0,0,3,8H21a1,1,0,0,0,0-2Zm0,10H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-6H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},E={name:"align-right",style:"line",path:'<path d="M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM21,17H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-8H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},O={name:"align-right-justify",style:"line",path:'<path d="M3,5H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5ZM21,19H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-8H3A1,1,0,0,0,3,9H21a1,1,0,0,0,0-2Z"/>'},P={name:"amazon",style:"line",path:'<path d="M1.04,17.52q.1-.16.32-.02a21.3078,21.3078,0,0,0,10.88,2.9,21.52431,21.52431,0,0,0,7.74-1.46q.1-.04.29-.12t.27-.12a.35611.35611,0,0,1,.47.12q.17.24-.11.44-.36.26-.92.6a14.99023,14.99023,0,0,1-3.84,1.58A16.1749,16.1749,0,0,1,12,22a16.01714,16.01714,0,0,1-5.9-1.09,16.24638,16.24638,0,0,1-4.98-3.07.273.273,0,0,1-.12-.2A.215.215,0,0,1,1.04,17.52Zm6.02-5.7a4.03628,4.03628,0,0,1,.68-2.36A4.19676,4.19676,0,0,1,9.6,7.98a10.06288,10.06288,0,0,1,2.66-.66q.54-.06,1.76-.16V6.82a3.56151,3.56151,0,0,0-.28-1.72,1.49917,1.49917,0,0,0-1.32-.6h-.16a2.18852,2.18852,0,0,0-1.14.42,1.63936,1.63936,0,0,0-.62,1,.50779.50779,0,0,1-.4.46L7.8,6.1q-.34-.08-.34-.36a.58734.58734,0,0,1,.02-.14A3.83352,3.83352,0,0,1,9.15,2.96,6.26811,6.26811,0,0,1,12.26,2h.5a5.05441,5.05441,0,0,1,3.56,1.18,3.81,3.81,0,0,1,.37.43,3.8746,3.8746,0,0,1,.27.41,2.09844,2.09844,0,0,1,.18.52q.08.34.12.47a2.85611,2.85611,0,0,1,.06.56q.02.43.02.51v4.84a2.86841,2.86841,0,0,0,.15.95,2.47465,2.47465,0,0,0,.29.62q.14.19.46.61a.59856.59856,0,0,1,.12.32.346.346,0,0,1-.16.28q-1.66,1.44-1.8,1.56a.557.557,0,0,1-.58.04q-.28-.24-.49-.46t-.3-.32a4.46629,4.46629,0,0,1-.29-.39q-.2-.29-.28-.39a4.91083,4.91083,0,0,1-2.2,1.52,6.03757,6.03757,0,0,1-1.68.2,3.50454,3.50454,0,0,1-2.53-.95A3.553,3.553,0,0,1,7.06,11.82Zm3.44-.4a1.89505,1.89505,0,0,0,.39,1.25,1.29375,1.29375,0,0,0,1.05.47,1.022,1.022,0,0,0,.17-.02,1.02168,1.02168,0,0,1,.15-.02,2.03262,2.03262,0,0,0,1.3-1.08,3.13045,3.13045,0,0,0,.33-.83,3.80062,3.80062,0,0,0,.12-.73q.01-.28.01-.92v-.5a7.28689,7.28689,0,0,0-1.76.16A2.1441,2.1441,0,0,0,10.5,11.42Zm8.4,6.44a.62647.62647,0,0,1,.12-.16,3.13921,3.13921,0,0,1,.96-.46,6.52032,6.52032,0,0,1,1.48-.22,1.19457,1.19457,0,0,1,.38.02q.9.08,1.08.3a.65471.65471,0,0,1,.08.36v.14a4.55955,4.55955,0,0,1-.38,1.65,3.84046,3.84046,0,0,1-1.06,1.53.302.302,0,0,1-.18.08.17736.17736,0,0,1-.08-.02q-.12-.06-.06-.22a7.63215,7.63215,0,0,0,.74-2.42.51274.51274,0,0,0-.08-.32q-.2-.24-1.12-.24-.34,0-.8.04-.5.06-.92.12A.23166.23166,0,0,1,18.9,18a.06531.06531,0,0,1-.02-.08A.15332.15332,0,0,1,18.9,17.86Z"/>'},N={name:"ambulance",style:"line",path:'<path d="M10.5,9.5h-1v-1a1,1,0,0,0-2,0v1h-1a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm12.43,2.15-.06-.11a.61.61,0,0,0-.07-.14L20.4,8.2A3,3,0,0,0,18,7H16V6a3,3,0,0,0-3-3H4A3,3,0,0,0,1,6V17a1,1,0,0,0,1,1H3a3,3,0,0,0,6,0h6a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1V12A1,1,0,0,0,22.93,11.65ZM6,19a1,1,0,1,1,1-1A1,1,0,0,1,6,19Zm8-3H8.22a3,3,0,0,0-4.44,0H3V6A1,1,0,0,1,4,5h9a1,1,0,0,1,1,1Zm2-7h2a1,1,0,0,1,.8.4L20,11H16Zm2,10a1,1,0,1,1,1-1A1,1,0,0,1,18,19Zm3-3h-.78A3,3,0,0,0,16,15.78V13h5Z"/>'},j={name:"analysis",style:"line",path:'<path d="M21.71,7.29a1,1,0,0,0-1.42,0L14,13.59,9.71,9.29a1,1,0,0,0-1.42,0l-6,6a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,11.41l4.29,4.3a1,1,0,0,0,1.42,0l7-7A1,1,0,0,0,21.71,7.29Z"/>'},D={name:"analytics",style:"line",path:'<path d="M5,12a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V13A1,1,0,0,0,5,12ZM10,2A1,1,0,0,0,9,3V21a1,1,0,0,0,2,0V3A1,1,0,0,0,10,2ZM20,16a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V17A1,1,0,0,0,20,16ZM15,8a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V9A1,1,0,0,0,15,8Z"/>'},q={name:"anchor",style:"line",path:'<path d="M19,13H17a1,1,0,0,0,0,2h.91A6,6,0,0,1,13,19.91V11h1a1,1,0,0,0,0-2H13V7.82a3,3,0,1,0-2,0V9H10a1,1,0,0,0,0,2h1v8.91A6,6,0,0,1,6.09,15H7a1,1,0,0,0,0-2H5a1,1,0,0,0-1,1,8,8,0,0,0,16,0A1,1,0,0,0,19,13ZM12,6a1,1,0,1,1,1-1A1,1,0,0,1,12,6Z"/>'},R={name:"android",style:"line",path:'<path d="M14.97535,3.01886l.95982-1.73159a.19342.19342,0,0,0-.33833-.18756l-.97045,1.75078a6.54141,6.54141,0,0,0-5.25275,0L8.40316,1.09971a.19342.19342,0,0,0-.33833.18756l.95985,1.7316A5.54614,5.54614,0,0,0,5.93152,7.89522h12.137A5.54615,5.54615,0,0,0,14.97535,3.01886ZM9.19911,5.67446a.5068.5068,0,1,1,.5068-.5068A.50737.50737,0,0,1,9.19911,5.67446Zm5.60178,0a.5068.5068,0,1,1,.5068-.5068A.50737.50737,0,0,1,14.80089,5.67446Zm-8.86946,11.497a1.46713,1.46713,0,0,0,1.46713,1.46713h.9736v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h1.81386v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h.97364a1.46713,1.46713,0,0,0,1.46713-1.46713V8.37532H5.93143ZM4.06415,8.14191A1.362,1.362,0,0,0,2.7037,9.50237v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,4.06415,8.14191Zm15.8717,0a1.362,1.362,0,0,0-1.36046,1.36046v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,19.93585,8.14191Z"/>'},I={name:"android-alt",style:"line",path:'<path d="M2.9917,9.00044a.99973.99973,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A.99973.99973,0,0,0,2.9917,9.00044Zm18,0a.99973.99973,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A.99973.99973,0,0,0,20.9917,9.00044Zm-4.13428-5.5a.99974.99974,0,1,0-1.73144-1l-.61414,1.06238a5.92782,5.92782,0,0,0-5.04028,0L8.85742,2.50044a.99974.99974,0,1,0-1.73144,1l.6925,1.19794A5.97889,5.97889,0,0,0,5.9917,9.00044v8a.99974.99974,0,0,0,1,1h2v3a1,1,0,0,0,2,0v-3h2v3a1,1,0,0,0,2,0v-3h2a.99974.99974,0,0,0,1-1v-8a5.97889,5.97889,0,0,0-1.82678-4.30206Zm-.86572,12.5h-8v-5h8Zm-8-7a4,4,0,0,1,8,0Z"/>'},F={name:"android-phone-slash",style:"line",path:'<path d="M11.29,17.71a1,1,0,0,0,1.42,0,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76,1.15,1.15,0,0,0-.21-.33,1,1,0,0,0-1.42,0,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76A1.15,1.15,0,0,0,11.29,17.71ZM8.66,4H16a1,1,0,0,1,1,1v7.34a1,1,0,0,0,2,0V5a3,3,0,0,0-3-3H8.66a1,1,0,0,0,0,2ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L5,6.41V19a3,3,0,0,0,3,3h8a3,3,0,0,0,2.76-1.83l1.53,1.54a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM17,19a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8.41l10,10Z"/>'},B={name:"angle-double-down",style:"line",path:'<path d="M11.29,11.46a1,1,0,0,0,1.42,0l3-3A1,1,0,1,0,14.29,7L12,9.34,9.71,7A1,1,0,1,0,8.29,8.46Zm3,1.08L12,14.84l-2.29-2.3A1,1,0,0,0,8.29,14l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42Z"/>'},U={name:"angle-double-left",style:"line",path:'<path d="M11.46,8.29a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.16,12l2.3-2.29A1,1,0,0,0,11.46,8.29ZM14.66,12,17,9.71a1,1,0,0,0-1.42-1.42l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},$={name:"angle-double-right",style:"line",path:'<path d="M8.46,8.29A1,1,0,1,0,7,9.71L9.34,12,7,14.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.42Zm8.5,3-3-3a1,1,0,0,0-1.42,1.42L14.84,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3A1,1,0,0,0,17,11.29Z"/>'},W={name:"angle-double-up",style:"line",path:'<path d="M12.71,12.54a1,1,0,0,0-1.42,0l-3,3A1,1,0,0,0,9.71,17L12,14.66,14.29,17a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm-3-1.08L12,9.16l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,1.42,1.42Z"/>'},G={name:"angle-down",style:"line",path:'<path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/>'},Q={name:"angle-left",style:"line",path:'<path d="M11.29,12l3.54-3.54a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L9.17,11.29a1,1,0,0,0,0,1.42L13.41,17a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41Z"/>'},K={name:"angle-left-b",style:"line",path:'<path d="M8.5,12.8l5.7,5.6c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4l-4.9-5l4.9-5c0.4-0.4,0.4-1,0-1.4c-0.2-0.2-0.4-0.3-0.7-0.3c-0.3,0-0.5,0.1-0.7,0.3l-5.7,5.6C8.1,11.7,8.1,12.3,8.5,12.8C8.5,12.7,8.5,12.7,8.5,12.8z"/>'},J={name:"angle-right",style:"line",path:'<path d="M14.83,11.29,10.59,7.05a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L12.71,12,9.17,15.54a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.24-4.24A1,1,0,0,0,14.83,11.29Z"/>'},X={name:"angle-right-b",style:"line",path:'<path d="M15.54,11.29,9.88,5.64a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.95,5L8.46,17a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l5.66-5.65A1,1,0,0,0,15.54,11.29Z"/>'},Y={name:"angle-up",style:"line",path:'<path d="M17,13.41,12.71,9.17a1,1,0,0,0-1.42,0L7.05,13.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0L12,11.29l3.54,3.54a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29A1,1,0,0,0,17,13.41Z"/>'},ee={name:"angry",style:"line",path:'<path d="M10,11a1,1,0,0,0,.89-.55,1,1,0,0,0-.44-1.34l-2-1a1,1,0,1,0-.9,1.78l2,1A.93.93,0,0,0,10,11Zm2-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM8.36,15.33a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,.64.23,1,1,0,0,0,.64-1.76A5.81,5.81,0,0,0,8.36,15.33Zm7.19-7.22-2,1a1,1,0,0,0-.44,1.34A1,1,0,0,0,14,11a.93.93,0,0,0,.45-.11l2-1a1,1,0,0,0-.9-1.78Z"/>'},te={name:"ankh",style:"line",path:'<path d="M18,12H14.91A7.23,7.23,0,0,0,17,7,5,5,0,0,0,7,7a7.23,7.23,0,0,0,2.09,5H6a1,1,0,0,0,0,2h5v7a1,1,0,0,0,2,0V14h5a1,1,0,0,0,0-2Zm-6-.16C11.07,11.22,9,9.58,9,7a3,3,0,0,1,6,0C15,9.58,12.93,11.23,12,11.84Z"/>'},ne={name:"annoyed",style:"line",path:'<path d="M9,9a1,1,0,1,0,1,1A1,1,0,0,0,9,9Zm6,4a5,5,0,0,0-4.37,2.57A1,1,0,0,0,11,16.93a1,1,0,0,0,.49.13,1,1,0,0,0,.87-.51A3,3,0,0,1,15,15a1,1,0,0,0,0-2Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ae={name:"annoyed-alt",style:"line",path:'<path d="M14.66,13.56l-4.19,1.5A1,1,0,0,0,10.8,17a1,1,0,0,0,.34-.06l4.2-1.5a1,1,0,1,0-.68-1.88Zm-4-5a1,1,0,0,0-1.41,0,1,1,0,0,1-1.42,0,1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42,3,3,0,0,0,4.24,0A1,1,0,0,0,10.62,8.54Zm7,0a1,1,0,0,0-1.41,0,1,1,0,0,1-1.42,0,1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42,3,3,0,0,0,4.24,0A1,1,0,0,0,17.62,8.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},re={name:"apple",style:"line",path:'<path d="M14.94,5.19A4.38,4.38,0,0,0,16,2,4.44,4.44,0,0,0,13,3.52,4.17,4.17,0,0,0,12,6.61,3.69,3.69,0,0,0,14.94,5.19Zm2.52,7.44a4.51,4.51,0,0,1,2.16-3.81,4.66,4.66,0,0,0-3.66-2c-1.56-.16-3,.91-3.83.91s-2-.89-3.3-.87A4.92,4.92,0,0,0,4.69,9.39C2.93,12.45,4.24,17,6,19.47,6.8,20.68,7.8,22.05,9.12,22s1.75-.82,3.28-.82,2,.82,3.3.79,2.22-1.24,3.06-2.45a11,11,0,0,0,1.38-2.85A4.41,4.41,0,0,1,17.46,12.63Z"/>'},ie={name:"apple-alt",style:"line",path:'<path d="M20.50439,15.7436a3.38641,3.38641,0,0,1-2.05468-3.127,3.49747,3.49747,0,0,1,1.6875-2.94629.99994.99994,0,0,0,.2998-1.415A5.57386,5.57386,0,0,0,16.4209,5.86958,6.422,6.422,0,0,0,17.38574,1.893a.98411.98411,0,0,0-1.0332-.8916,6.69083,6.69083,0,0,0-4.44336,2.26074,6.84216,6.84216,0,0,0-1.47949,2.89941,5.2637,5.2637,0,0,0-1.62012-.27734A5.92528,5.92528,0,0,0,3.81885,8.892c-1.8877,3.27734-.73291,8.18848,1.312,11.14453.82031,1.18457,2.05127,2.96289,3.9082,2.96289.03662,0,.07373,0,.11084-.002a4.74,4.74,0,0,0,1.79248-.46387,3.274,3.274,0,0,1,1.44532-.35351,3.04472,3.04472,0,0,1,1.35742.33789,4.75244,4.75244,0,0,0,1.96191.45605c1.91309-.03613,3.043-1.68652,3.86817-2.89258a12.04214,12.04214,0,0,0,1.51269-3.1084A1.00325,1.00325,0,0,0,20.50439,15.7436ZM13.42334,4.56782a4.94131,4.94131,0,0,1,1.91943-1.32226,4.85545,4.85545,0,0,1-1.03662,2.15136A4.39075,4.39075,0,0,1,13.042,6.437l-.00293.001c-.02832.01172-.05664.02246-.085.03418-.18652.07324-.417.16406-.59472.22265A4.825,4.825,0,0,1,13.42334,4.56782ZM17.9248,18.95259c-.80371,1.17383-1.436,2.00683-2.25439,2.02148a2.36658,2.36658,0,0,1-1.13135-.292,4.96942,4.96942,0,0,0-2.15136-.502,5.21424,5.21424,0,0,0-2.22852.51269,2.88493,2.88493,0,0,1-1.08594.30664H9.04346c-.813,0-1.6875-1.26269-2.26807-2.10156-1.45264-2.09961-2.79248-6.2832-1.22314-9.00781A3.917,3.917,0,0,1,8.84277,7.88423l.03369-.001a4.75808,4.75808,0,0,1,1.64112.44434c.13135.05175.26074.10351.38916.15136.03271.01368.0664.02637.10058.03711a3.31547,3.31547,0,0,0,1.11719.23731,4.436,4.436,0,0,0,1.564-.4209,4.95643,4.95643,0,0,1,2.22265-.49707,3.787,3.787,0,0,1,2.25049.85352,5.31025,5.31025,0,0,0-1.71191,3.94531v.001a5.30031,5.30031,0,0,0,2.45117,4.50293A10.19829,10.19829,0,0,1,17.9248,18.95259Z"/>'},le={name:"apps",style:"line",path:'<path d="M10,13H3a1,1,0,0,0-1,1v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13ZM9,20H4V15H9ZM21,2H14a1,1,0,0,0-1,1v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,9H15V4h5Zm1,4H14a1,1,0,0,0-1,1v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V14A1,1,0,0,0,21,13Zm-1,7H15V15h5ZM10,2H3A1,1,0,0,0,2,3v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V3A1,1,0,0,0,10,2ZM9,9H4V4H9Z"/>'},oe={name:"archive",style:"line",path:'<path d="M10,14h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM19,3H5A3,3,0,0,0,2,6V9a1,1,0,0,0,1,1H4v8a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V10h1a1,1,0,0,0,1-1V6A3,3,0,0,0,19,3ZM18,18a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V10H18ZM20,8H4V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1Z"/>'},ce={name:"archive-alt",style:"line",path:'<path d="M10,13h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM19,3H5A3,3,0,0,0,4,8.82V18a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8.82A3,3,0,0,0,19,3ZM18,18a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V9H18ZM19,7H5A1,1,0,0,1,5,5H19a1,1,0,0,1,0,2Z"/>'},ue={name:"archway",style:"line",path:'<path d="M22,20H21V8h1a1,1,0,0,0,0-2H21V3a1,1,0,0,0-1-1H4A1,1,0,0,0,3,3V6H2A1,1,0,0,0,2,8H3V20H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Zm-7,0H9V16.47a6.21,6.21,0,0,1,3-5.33,6.21,6.21,0,0,1,3,5.33Zm4,0H17V16.47a8.17,8.17,0,0,0-4.55-7.36,1,1,0,0,0-.9,0A8.17,8.17,0,0,0,7,16.47V20H5V8H19ZM19,6H5V4H19Z"/>'},se={name:"arrow",style:"line",path:'<path d="M9.71,6.29a1,1,0,0,0-1.42,0l-5,5a1,1,0,0,0,0,1.42l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,12l4.3-4.29A1,1,0,0,0,9.71,6.29Zm11,5-5-5a1,1,0,0,0-1.42,1.42L18.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5A1,1,0,0,0,20.71,11.29Z"/>'},he={name:"arrow-break",style:"line",path:'<path d="M7,11H17a1,1,0,0,0,0-2H13V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V9H7a1,1,0,0,0,0,2Zm10,2H7a1,1,0,0,0,0,2h4v3.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42l-.79.8V15h4a1,1,0,0,0,0-2Z"/>'},de={name:"arrow-circle-down",style:"line",path:'<path d="M11.29,15.71a1,1,0,0,0,.33.21,1,1,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3a1,1,0,0,0-1.42-1.42L13,12.59V9a1,1,0,0,0-2,0v3.59l-1.29-1.3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42ZM12,22A10,10,0,1,0,2,12,10,10,0,0,0,12,22ZM12,4a8,8,0,1,1-8,8A8,8,0,0,1,12,4Z"/>'},pe={name:"arrow-circle-left",style:"line",path:'<path d="M8.29,11.29a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42-1.42L11.41,13H15a1,1,0,0,0,0-2H11.41l1.3-1.29a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0ZM2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm18,0a8,8,0,1,1-8-8A8,8,0,0,1,20,12Z"/>'},fe={name:"arrow-circle-right",style:"line",path:'<path d="M15.71,12.71a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L12.59,11H9a1,1,0,0,0,0,2h3.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0ZM22,12A10,10,0,1,0,12,22,10,10,0,0,0,22,12ZM4,12a8,8,0,1,1,8,8A8,8,0,0,1,4,12Z"/>'},me={name:"arrow-circle-up",style:"line",path:'<path d="M12.71,8.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L11,11.41V15a1,1,0,0,0,2,0V11.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ve={name:"arrow-compress-h",style:"line",path:'<path d="M12,5a1,1,0,0,0-1,1V18a1,1,0,0,0,2,0V6A1,1,0,0,0,12,5Zm-1.29,6.29-2.5-2.5a1,1,0,1,0-1.42,1.42l.8.79H3a1,1,0,0,0,0,2H7.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,10.71,11.29ZM21,11H16.41l.8-.79a1,1,0,0,0-1.42-1.42l-2.5,2.5a1,1,0,0,0,0,1.42l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.8-.79H21a1,1,0,0,0,0-2Z"/>'},Ae={name:"arrow-down",style:"line",path:'<path d="M17.71,11.29a1,1,0,0,0-1.42,0L13,14.59V7a1,1,0,0,0-2,0v7.59l-3.29-3.3a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l5-5A1,1,0,0,0,17.71,11.29Z"/>'},ye={name:"arrow-down-left",style:"line",path:'<path d="M17,16H9.41l8.3-8.29a1,1,0,1,0-1.42-1.42L8,14.59V7A1,1,0,0,0,6,7V17a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,7,18H17a1,1,0,0,0,0-2Z"/>'},Me={name:"arrow-down-right",style:"line",path:'<path d="M17,6a1,1,0,0,0-1,1v7.59L7.71,6.29A1,1,0,0,0,6.29,7.71L14.59,16H7a1,1,0,0,0,0,2H17a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,18,17V7A1,1,0,0,0,17,6Z"/>'},He={name:"arrow-from-right",style:"line",path:'<path d="M3,4A1,1,0,0,0,2,5V19a1,1,0,0,0,2,0V5A1,1,0,0,0,3,4Zm18.92,7.62a1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L18.59,11H7a1,1,0,0,0,0,2H18.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z"/>'},ge={name:"arrow-from-top",style:"line",path:'<path d="M15.29,16.29,13,18.59V7a1,1,0,0,0-2,0V18.59l-2.29-2.3a1,1,0,1,0-1.42,1.42l4,4a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42ZM19,2H5A1,1,0,0,0,5,4H19a1,1,0,0,0,0-2Z"/>'},Ze={name:"arrow-growth",style:"line",path:'<path d="M21.92,6.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,6H16a1,1,0,0,0,0,2h2.59L13,13.59l-3.29-3.3a1,1,0,0,0-1.42,0l-6,6a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,12.41l3.29,3.3a1,1,0,0,0,1.42,0L20,9.41V12a1,1,0,0,0,2,0V7A1,1,0,0,0,21.92,6.62Z"/>'},Ve={name:"arrow-left",style:"line",path:'<path d="M17,11H9.41l3.3-3.29a1,1,0,1,0-1.42-1.42l-5,5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.41,13H17a1,1,0,0,0,0-2Z"/>'},Ce={name:"arrow-random",style:"line",path:'<path d="M8.7,10a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41L3.84,2.29A1,1,0,0,0,2.42,3.71ZM21,14a1,1,0,0,0-1,1v3.59L15.44,14A1,1,0,0,0,14,15.44L18.59,20H15a1,1,0,0,0,0,2h6a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V15A1,1,0,0,0,21,14Zm.92-11.38a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L2.29,20.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},be={name:"arrow-resize-diagonal",style:"line",path:'<path d="M21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L4,18.59V15a1,1,0,0,0-2,0v6a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H9a1,1,0,0,0,0-2H5.41L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},Le={name:"arrow-right",style:"line",path:'<path d="M17.92,11.62a1,1,0,0,0-.21-.33l-5-5a1,1,0,0,0-1.42,1.42L14.59,11H7a1,1,0,0,0,0,2h7.59l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-.33A1,1,0,0,0,17.92,11.62Z"/>'},Se={name:"arrow-to-bottom",style:"line",path:'<path d="M19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Zm-7.71-2.29a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42L13,14.59V3a1,1,0,0,0-2,0V14.59l-2.29-2.3a1,1,0,1,0-1.42,1.42Z"/>'},ze={name:"arrow-to-right",style:"line",path:'<path d="M17.71,11.29l-4-4a1,1,0,1,0-1.42,1.42L14.59,11H3a1,1,0,0,0,0,2H14.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,17.71,11.29ZM21,4a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,21,4Z"/>'},we={name:"arrow-up",style:"line",path:'<path d="M17.71,11.29l-5-5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-5,5a1,1,0,0,0,1.42,1.42L11,9.41V17a1,1,0,0,0,2,0V9.41l3.29,3.3a1,1,0,0,0,1.42,0A1,1,0,0,0,17.71,11.29Z"/>'},xe={name:"arrow-up-left",style:"line",path:'<path d="M9.41,8H17a1,1,0,0,0,0-2H7a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,6,7V17a1,1,0,0,0,2,0V9.41l8.29,8.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},_e={name:"arrow-up-right",style:"line",path:'<path d="M17.92,6.62a1,1,0,0,0-.54-.54A1,1,0,0,0,17,6H7A1,1,0,0,0,7,8h7.59l-8.3,8.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,9.41V17a1,1,0,0,0,2,0V7A1,1,0,0,0,17.92,6.62Z"/>'},ke={name:"arrows-h",style:"line",path:'<path d="M21.92,11.62a1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L18.59,11H5.41l2.3-2.29A1,1,0,1,0,6.29,7.29l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H18.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z"/>'},Te={name:"arrows-h-alt",style:"line",path:'<path d="M21.92,11.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H14a1,1,0,0,0,0,2h4.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62ZM10,11H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H10a1,1,0,0,0,0-2Z"/>'},Ee={name:"arrows-left-down",style:"line",path:'<path d="M21.71,16.29a1,1,0,0,0-1.42,0L18,18.59V9a3,3,0,0,0-3-3H5.41l2.3-2.29A1,1,0,0,0,6.29,2.29l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,8H15a1,1,0,0,1,1,1v9.59l-2.29-2.3a1,1,0,0,0-1.42,1.42l4,4a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4A1,1,0,0,0,21.71,16.29Z"/>'},Oe={name:"arrows-maximize",style:"line",path:'<path d="M21,14a1,1,0,0,0-1,1v3.59L5.41,4H9A1,1,0,0,0,9,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V9A1,1,0,0,0,4,9V5.41L18.59,20H15a1,1,0,0,0,0,2h6a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V15A1,1,0,0,0,21,14Z"/>'},Pe={name:"arrows-merge",style:"line",path:'<path d="M10.71,11.29l-2.5-2.5a1,1,0,1,0-1.42,1.42l.8.79H4V7A1,1,0,0,0,2,7V17a1,1,0,0,0,2,0V13H7.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,10.71,11.29ZM21,6a1,1,0,0,0-1,1v4H16.41l.8-.79a1,1,0,0,0-1.42-1.42l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.8-.79H20v4a1,1,0,0,0,2,0V7A1,1,0,0,0,21,6Z"/>'},Ne={name:"arrows-resize",style:"line",path:'<path d="M21.92,11.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H13V8a1,1,0,0,0-2,0v3H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H11v3a1,1,0,0,0,2,0V13h5.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z"/>'},je={name:"arrows-resize-h",style:"line",path:'<path d="M10,6A1,1,0,0,0,9,7v4H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H9v4a1,1,0,0,0,2,0V7A1,1,0,0,0,10,6Zm11.92,5.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H15V7a1,1,0,0,0-2,0V17a1,1,0,0,0,2,0V13h3.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z"/>'},De={name:"arrows-resize-v",style:"line",path:'<path d="M16,11H13V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V11H8a1,1,0,0,0,0,2h3v5.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42l-.79.8V13h3a1,1,0,0,0,0-2Z"/>'},qe={name:"arrows-right-down",style:"line",path:'<path d="M20.92,6.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,6H9A3,3,0,0,0,6,9v8.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3a1,1,0,0,0-1.42-1.42L8,17.59V9A1,1,0,0,1,9,8h8.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,20.92,6.62Z"/>'},Re={name:"arrows-shrink-h",style:"line",path:'<path d="M17.71,11.29l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H9.41l.8-.79A1,1,0,0,0,8.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.41,13h5.18l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,17.71,11.29ZM3,6A1,1,0,0,0,2,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,3,6ZM21,6a1,1,0,0,0-1,1V17a1,1,0,0,0,2,0V7A1,1,0,0,0,21,6Z"/>'},Ie={name:"arrows-shrink-v",style:"line",path:'<path d="M13.79,10.21a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8v5.18l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42l-.79.8V9.41ZM7,4H17a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4ZM17,20H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/>'},Fe={name:"arrows-up-right",style:"line",path:'<path d="M20.92,16.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,16H9a1,1,0,0,1-1-1V6.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3A1,1,0,0,0,4.71,7.71L6,6.41V15a3,3,0,0,0,3,3h8.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,20.92,16.62Z"/>'},Be={name:"arrows-v",style:"line",path:'<path d="M15.29,16.29,13,18.59V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71L11,5.41V18.59l-2.29-2.3a1,1,0,1,0-1.42,1.42l4,4a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42Z"/>'},Ue={name:"arrows-v-alt",style:"line",path:'<path d="M10.21,6.21l.79-.8V10a1,1,0,0,0,2,0V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42Zm3.58,11.58-.79.8V14a1,1,0,0,0-2,0v4.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42Z"/>'},$e={name:"assistive-listening-systems",style:"line",path:'<path d="M11,3a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,5.07,5.07,0,0,1-.71,2.57L11.73,20A2,2,0,0,1,10,21a2,2,0,0,1-2-2,1,1,0,0,0-2,0,4,4,0,0,0,4,4,4,4,0,0,0,3.5-2.07l3.56-7.43A6.93,6.93,0,0,0,18,10,7,7,0,0,0,11,3ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15ZM17.59,1.2a1,1,0,1,0-1.2,1.6A9,9,0,0,1,20,10a1,1,0,0,0,2,0A11.06,11.06,0,0,0,17.59,1.2ZM11,9a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-6,0,3,3,0,0,0,.51,1.68,3.5,3.5,0,0,0,.47.54l.2.22a1,1,0,0,1,0,1.11,1,1,0,0,0,.25,1.39,1,1,0,0,0,.57.18,1,1,0,0,0,.82-.43,3,3,0,0,0,0-3.39,3.39,3.39,0,0,0-.35-.42l-.14-.14a1.37,1.37,0,0,1-.16-.18A1,1,0,0,1,10,10,1,1,0,0,1,11,9ZM7,15a1,1,0,1,0-1-1A1,1,0,0,0,7,15Z"/>'},We={name:"asterisk",style:"line",path:'<path d="M18.562,14.63379,14.00031,12,18.562,9.36621a1.00016,1.00016,0,0,0-1-1.73242L13,10.26776V5a1,1,0,0,0-2,0v5.26776l-4.562-2.634a1.00016,1.00016,0,0,0-1,1.73242L9.99969,12,5.438,14.63379a1.00016,1.00016,0,0,0,1,1.73242L11,13.73224V19a1,1,0,0,0,2,0V13.73224l4.562,2.634a1.00016,1.00016,0,0,0,1-1.73242Z"/>'},Ge={name:"at",style:"line",path:'<path d="M12,2a10,10,0,1,0,5,18.66,1,1,0,1,0-1-1.73A8,8,0,1,1,20,12v.75a1.75,1.75,0,0,1-3.5,0V8.5a1,1,0,0,0-1-1,1,1,0,0,0-1,.79A4.45,4.45,0,0,0,12,7.5,4.5,4.5,0,1,0,15.3,15,3.74,3.74,0,0,0,22,12.75V12A10,10,0,0,0,12,2Zm0,12.5A2.5,2.5,0,1,1,14.5,12,2.5,2.5,0,0,1,12,14.5Z"/>'},Qe={name:"atom",style:"line",path:'<path d="M12,11a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm7.62,1,.11-.14C21.08,10,21.4,8.29,20.66,7S18.26,5.14,16,5.37l-.18,0C14.91,3.3,13.56,2,12,2S9.09,3.3,8.19,5.4L8,5.37C5.74,5.14,4.08,5.71,3.34,7s-.42,3,.93,4.86l.11.14-.11.14C2.92,14,2.6,15.71,3.34,17,4,18.1,5.27,18.68,7,18.68c.31,0,.63,0,1-.05l.18,0C9.09,20.7,10.44,22,12,22s2.91-1.3,3.81-3.4l.18,0c.34,0,.66.05,1,.05,1.77,0,3.07-.58,3.7-1.68.74-1.29.42-3-.93-4.86ZM5.07,8c.25-.44,1-.68,2-.68l.49,0a14.78,14.78,0,0,0-.35,1.87,15,15,0,0,0-1.45,1.25C5,9.44,4.78,8.5,5.07,8Zm0,8c-.29-.5,0-1.44.67-2.47a15,15,0,0,0,1.45,1.25,14.94,14.94,0,0,0,.35,1.88C6.3,16.74,5.36,16.5,5.07,16ZM12,4c.56,0,1.23.66,1.8,1.83a17.6,17.6,0,0,0-1.8.63,17.6,17.6,0,0,0-1.8-.63C10.77,4.66,11.44,4,12,4Zm0,16c-.56,0-1.23-.66-1.8-1.83a17.6,17.6,0,0,0,1.8-.63,17.6,17.6,0,0,0,1.8.63C13.23,19.34,12.56,20,12,20Zm2.93-6.31c-.46.32-.93.62-1.43.91s-1,.55-1.5.78q-.75-.35-1.5-.78c-.5-.29-1-.59-1.43-.91C9,13.15,9,12.59,9,12s0-1.15.07-1.69c.46-.32.93-.62,1.43-.91s1-.55,1.5-.78q.75.35,1.5.78c.5.29,1,.59,1.43.91,0,.54.07,1.1.07,1.69S15,13.15,14.93,13.69Zm4,2.31c-.29.5-1.23.75-2.47.66a14.94,14.94,0,0,0,.35-1.88,15,15,0,0,0,1.45-1.25C19,14.56,19.22,15.5,18.93,16Zm-.67-5.53a15,15,0,0,0-1.45-1.25,14.78,14.78,0,0,0-.35-1.87l.49,0c1,0,1.73.24,2,.68S19,9.44,18.26,10.47Z"/>'},Ke={name:"auto-flash",style:"line",path:'<path d="M17.87,8.6A1,1,0,0,0,17,8H12.42l1.27-4.74a1,1,0,0,0-.17-.87,1,1,0,0,0-.8-.39h-7a1,1,0,0,0-1,.74l-2.68,10a1,1,0,0,0,1,1.26H6.89L5.08,20.74a1,1,0,0,0,1.71.93l10.9-12A1,1,0,0,0,17.87,8.6ZM8.08,17.28l1.08-4A1,1,0,0,0,9,12.39,1,1,0,0,0,8.19,12H4.35L6.49,4h4.93L10.15,8.74a1,1,0,0,0,1,1.26h3.57ZM19,13H18a3,3,0,0,0-3,3v5a1,1,0,0,0,2,0V19h3v2a1,1,0,0,0,2,0V16A3,3,0,0,0,19,13Zm1,4H17V16a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1Z"/>'},Je={name:"award",style:"line",path:'<path d="M20.87,17.25l-2.71-4.68A6.9,6.9,0,0,0,19,9.25a7,7,0,0,0-14,0,6.9,6.9,0,0,0,.84,3.32L3.13,17.25A1,1,0,0,0,4,18.75l2.87,0,1.46,2.46a1,1,0,0,0,.18.22,1,1,0,0,0,.69.28h.14a1,1,0,0,0,.73-.49L12,17.9l1.93,3.35a1,1,0,0,0,.73.48h.14a1,1,0,0,0,.7-.28.87.87,0,0,0,.17-.21l1.46-2.46,2.87,0a1,1,0,0,0,.87-.5A1,1,0,0,0,20.87,17.25ZM9.19,18.78,8.3,17.29a1,1,0,0,0-.85-.49l-1.73,0,1.43-2.48a7,7,0,0,0,3.57,1.84ZM12,14.25a5,5,0,1,1,5-5A5,5,0,0,1,12,14.25Zm4.55,2.55a1,1,0,0,0-.85.49l-.89,1.49-1.52-2.65a7.06,7.06,0,0,0,3.56-1.84l1.43,2.48Z"/>'},Xe={name:"award-alt",style:"line",path:'<path d="M12,1A7,7,0,0,0,7,12.89V22a1,1,0,0,0,1.45.89L12,21.12l3.55,1.77A1,1,0,0,0,16,23a1,1,0,0,0,.53-.15A1,1,0,0,0,17,22V12.89A7,7,0,0,0,12,1Zm3,19.38-2.55-1.27a1,1,0,0,0-.9,0L9,20.38V14.32a7,7,0,0,0,2,.6V16a1,1,0,0,0,2,0V14.92a7,7,0,0,0,2-.6ZM12,13a5,5,0,1,1,5-5A5,5,0,0,1,12,13Z"/>'},Ye={name:"baby-carriage",style:"line",path:'<path d="M19,16a3,3,0,1,0,3,3A3,3,0,0,0,19,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,19,20ZM9,16a3,3,0,1,0,3,3A3,3,0,0,0,9,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,9,20ZM22,8.5A6.51,6.51,0,0,0,15.5,2H15a1,1,0,0,0-1,1V8H7.52L6.27,4.65A1,1,0,0,0,5.33,4H3A1,1,0,0,0,3,6H4.64L5.89,9.37l0,0,.51,1.37,0,.09A6.44,6.44,0,0,0,12.5,15h3A6.49,6.49,0,0,0,22,8.5Zm-3.32,3.18A4.47,4.47,0,0,1,15.5,13h-3a4.47,4.47,0,0,1-4.16-2.8.14.14,0,0,1,0-.06L8.26,10H19.74A4.32,4.32,0,0,1,18.68,11.68ZM16,8V4A4.49,4.49,0,0,1,20,8Z"/>'},et={name:"backpack",style:"line",path:'<path d="M13,10H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm5,0a4,4,0,0,0-3-3.86V5A3,3,0,0,0,9,5V6.14A4,4,0,0,0,6,10a4,4,0,0,0-4,4v3a3,3,0,0,0,3,3H6.18A3,3,0,0,0,9,22h6a3,3,0,0,0,2.82-2H19a3,3,0,0,0,3-3V14A4,4,0,0,0,18,10ZM6,18H5a1,1,0,0,1-1-1V14a2,2,0,0,1,2-2ZM11,5a1,1,0,0,1,2,0V6H11Zm5,14a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V18a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2Zm0-4.44A3.91,3.91,0,0,0,14,14H10a3.91,3.91,0,0,0-2,.56V10a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2ZM20,17a1,1,0,0,1-1,1H18V12a2,2,0,0,1,2,2Z"/>'},tt={name:"backspace",style:"line",path:'<path d="M19,5H9.83a3,3,0,0,0-2.12.88L2.29,11.29a1,1,0,0,0,0,1.42l5.42,5.41A3,3,0,0,0,9.83,19H19a3,3,0,0,0,3-3V8A3,3,0,0,0,19,5Zm1,11a1,1,0,0,1-1,1H9.83a1.05,1.05,0,0,1-.71-.29L4.41,12,9.12,7.29A1.05,1.05,0,0,1,9.83,7H19a1,1,0,0,1,1,1ZM16.71,9.29a1,1,0,0,0-1.42,0L14,10.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L12.59,12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L14,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L15.41,12l1.3-1.29A1,1,0,0,0,16.71,9.29Z"/>'},nt={name:"backward",style:"line",path:'<path d="M20.67,5.85a2.63,2.63,0,0,0-2.67,0L14,8.15h0a2.67,2.67,0,0,0-4-2.31L3.33,9.69a2.67,2.67,0,0,0,0,4.62L10,18.16a2.66,2.66,0,0,0,2.67,0A2.65,2.65,0,0,0,14,15.85h0l4,2.31a2.69,2.69,0,0,0,1.33.36,2.61,2.61,0,0,0,1.34-.37A2.63,2.63,0,0,0,22,15.85V8.15A2.63,2.63,0,0,0,20.67,5.85ZM12,15.85a.66.66,0,0,1-.33.58.69.69,0,0,1-.67,0L4.33,12.58a.67.67,0,0,1,0-1.16L11,7.57a.67.67,0,0,1,.67,0,.66.66,0,0,1,.33.58Zm8,0a.67.67,0,0,1-1,.57l-5-2.88V10.46l5-2.88a.67.67,0,0,1,1,.57Z"/>'},at={name:"bag",style:"line",path:'<path d="M19,6H16V5a2,2,0,0,0-2-2H10A2,2,0,0,0,8,5V6H5A3,3,0,0,0,2,9v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM10,5h4V6H10ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12.39L8.68,14A1.19,1.19,0,0,0,9,14h6a1.19,1.19,0,0,0,.32-.05L20,12.39Zm0-7.72L14.84,12H9.16L4,10.28V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z"/>'},rt={name:"bag-alt",style:"line",path:'<path d="M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a21.71,21.71,0,0,0,8,1.53A21.75,21.75,0,0,0,20,13Zm0-7.69a19.89,19.89,0,0,1-16,0V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/>'},it={name:"bag-slash",style:"line",path:'<path d="M19,6H16V5a2,2,0,0,0-2-2H10a1.86,1.86,0,0,0-.61.1,1,1,0,0,0-.64,1.27A1,1,0,0,0,10,5h4V6H12.66a1,1,0,0,0,0,2H19a1,1,0,0,1,1,1v1.28l-2.57.86a1,1,0,0,0-.63,1.27,1,1,0,0,0,.95.68,1.19,1.19,0,0,0,.32-.05L20,12.39v2.95a1,1,0,1,0,2,0V9A3,3,0,0,0,19,6ZM3.71,2.29A1,1,0,0,0,2.29,3.71L4.62,6A3,3,0,0,0,2,9v9a3,3,0,0,0,3,3H19a3.07,3.07,0,0,0,.53-.06l.76.77a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM4,9A1,1,0,0,1,5,8H6.59l4,4H9.16L4,10.28ZM5,19a1,1,0,0,1-1-1V12.39L8.68,14A1.19,1.19,0,0,0,9,14h3.59l5,5Z"/>'},lt={name:"balance-scale",style:"line",path:'<path d="M22.96423,13.82263a.94762.94762,0,0,0-.02819-.17419L20.63135,7.51135A2.99558,2.99558,0,0,0,22,5a1,1,0,0,0-2,0,1.00037,1.00037,0,0,1-1.88184.47266A2.8934,2.8934,0,0,0,15.54,4H13V3a1,1,0,0,0-2,0V4H8.46A2.8934,2.8934,0,0,0,5.88184,5.47266,1.00037,1.00037,0,0,1,4,5,1,1,0,0,0,2,5,2.99558,2.99558,0,0,0,3.36865,7.51135L1.064,13.64844a.94762.94762,0,0,0-.02819.17419A.94855.94855,0,0,0,1,14c0,.00928.00269.01782.00275.0271.0003.01318.003.02533.0039.03845a3.99379,3.99379,0,0,0,7.9867,0c.00085-.01312.0036-.02527.0039-.03845C8.99731,14.01782,9,14.00928,9,14a.94855.94855,0,0,0-.03577-.17737.94762.94762,0,0,0-.02819-.17419L6.62866,7.50421A2.98961,2.98961,0,0,0,7.64258,6.41992.917.917,0,0,1,8.46,6H11V20H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2H13V6h2.54a.917.917,0,0,1,.81738.41992,2.98961,2.98961,0,0,0,1.01392,1.08429L15.064,13.64844a.94762.94762,0,0,0-.02819.17419A.94855.94855,0,0,0,15,14c0,.00928.00269.01782.00275.0271.0003.01318.003.02533.0039.03845a3.99379,3.99379,0,0,0,7.9867,0c.00085-.01312.0036-.02527.0039-.03845C22.99731,14.01782,23,14.00928,23,14A.94855.94855,0,0,0,22.96423,13.82263ZM5,8.85553,6.5564,13H3.4436ZM6.72266,15A2.02306,2.02306,0,0,1,5,16a2.00023,2.00023,0,0,1-1.73145-1ZM19,8.85553,20.5564,13H17.4436ZM19,16a2.00023,2.00023,0,0,1-1.73145-1h3.45411A2.02306,2.02306,0,0,1,19,16Z"/>'},ot={name:"ban",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-8-8A7.92,7.92,0,0,1,5.69,7.1L16.9,18.31A7.92,7.92,0,0,1,12,20Zm6.31-3.1L7.1,5.69A7.92,7.92,0,0,1,12,4a8,8,0,0,1,8,8A7.92,7.92,0,0,1,18.31,16.9Z"/>'},ct={name:"band-aid",style:"line",path:'<path d="M8.82,11.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.42A1,1,0,0,0,8.82,11.29Zm2.47,2.48a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,11.29,13.77Zm9-10A6,6,0,0,0,12,3.55a6,6,0,0,0-8.24.2h0A6,6,0,0,0,3.57,12,6,6,0,0,0,8,22a5.92,5.92,0,0,0,4-1.55,6,6,0,0,0,8.25-.2A6,6,0,0,0,20.43,12,6,6,0,0,0,20.25,3.75ZM18.83,5.17A4,4,0,0,1,19,10.56L13.44,5A4.07,4.07,0,0,1,18.83,5.17ZM5.17,18.83A4,4,0,0,1,5,13.44l5.6,5.6A4.08,4.08,0,0,1,5.17,18.83Zm13.66,0a4.08,4.08,0,0,1-5.64,0l-8-8a4,4,0,0,1,0-5.64h0a4,4,0,0,1,5.64,0l8,8A4,4,0,0,1,18.83,18.83Zm-5.06-7.54a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.42A1,1,0,0,0,13.77,11.29ZM11.29,8.82a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,11.29,8.82Z"/>'},ut={name:"bars",style:"line",path:'<path d="M3,8H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,8Zm18,8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-5H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},st={name:"baseball-ball",style:"line",path:'<path d="M13.92188,6.44043a1.00009,1.00009,0,0,0-1.70313,1.04883q.26514.4292.56543.84375a.99994.99994,0,0,0,1.61914-1.17383Q14.147,6.80616,13.92188,6.44043Zm-2.7295,9.22168A1,1,0,1,0,9.583,16.84961c.16992.22949.32715.4668.47558.709a1.0004,1.0004,0,1,0,1.70508-1.04687C11.58594,16.22266,11.39551,15.93848,11.19238,15.66211Zm-3.707-3.42871a.99989.99989,0,0,0-1.04492,1.70508q.36329.22264.71289.47851A1.00029,1.00029,0,1,0,8.33105,12.7998Q7.91651,12.498,7.48535,12.2334Zm10.06055-2.167q-.36475-.22413-.71582-.4795a1.0003,1.0003,0,0,0-1.17774,1.61719q.41456.30176.84668.56738a1.0004,1.0004,0,1,0,1.04688-1.70507ZM18.99219,5.001a9.90088,9.90088,0,1,0,0,14.001A9.91268,9.91268,0,0,0,18.99219,5.001ZM17.71875,17.72852a8.02918,8.02918,0,0,1-4.51563,2.27374.97071.97071,0,0,0-1.74633.07324,8.0616,8.0616,0,0,1-7.535-7.53155.97507.97507,0,0,0,.07282-1.74714,8.0395,8.0395,0,0,1,6.78479-6.79174.99669.99669,0,0,0,.85632.49786,1.02809,1.02809,0,0,0,.22949-.02637.98194.98194,0,0,0,.65912-.54583,8.05437,8.05437,0,0,1,7.53772,7.53869.97244.97244,0,0,0-.07385,1.74085A8.046,8.046,0,0,1,17.71875,17.72852Z"/>'},ht={name:"basketball",style:"line",path:'<path d="M12,2A10,10,0,0,0,3.6,6.59l0,0A10,10,0,0,0,18.26,19.79l0,0A10,10,0,0,0,12,2Zm2,2.26A8,8,0,0,1,19.74,10,9.78,9.78,0,0,0,15,11.38a15.7,15.7,0,0,0-2.4-2.21A10.06,10.06,0,0,0,14,4.26ZM12,4a7.9,7.9,0,0,1-1.14,4.07c-.15-.08-.29-.17-.44-.24A15.52,15.52,0,0,0,6.33,6.36,8,8,0,0,1,12,4ZM5,8.16A13.75,13.75,0,0,1,9.49,9.6l.13.08A7.93,7.93,0,0,1,4,12,8,8,0,0,1,5,8.16Zm5,11.58A8,8,0,0,1,4.26,14a9.9,9.9,0,0,0,7.08-3.21,14,14,0,0,1,2,1.8A10,10,0,0,0,10,19.74ZM12,20a8,8,0,0,1,2.56-5.85c.06.08.12.15.17.23a14,14,0,0,1,1.84,4.18A7.93,7.93,0,0,1,12,20Zm6.21-3a16,16,0,0,0-1.8-3.75L16.2,13A7.93,7.93,0,0,1,20,12,8,8,0,0,1,18.21,17Z"/>'},dt={name:"basketball-hoop",style:"line",path:'<path d="M18,10H6a1,1,0,0,0,0,2H7v9a1,1,0,0,0,2,0V20h2v1a1,1,0,0,0,2,0V20h2v1a1,1,0,0,0,2,0V12h1a1,1,0,0,0,0-2Zm-7,8H9V16h2Zm0-4H9V12h2Zm4,4H13V16h2Zm0-4H13V12h2ZM20,2H4A3,3,0,0,0,1,5v8a3,3,0,0,0,3,3,1,1,0,0,0,0-2,1,1,0,0,1-1-1V5A1,1,0,0,1,4,4H20a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V5A3,3,0,0,0,20,2ZM14,8a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z"/>'},pt={name:"bath",style:"line",path:'<path d="M22,12H5V6.41016A1.97474,1.97474,0,0,1,6.04,4.65137a1.99474,1.99474,0,0,1,1.14764-.2312,3.49114,3.49114,0,0,0,.83771,3.55444L9.08594,9.03516a.99965.99965,0,0,0,1.41406,0L14.03516,5.5a.99964.99964,0,0,0,0-1.41406L12.97461,3.02539a3.494,3.494,0,0,0-4.52972-.34253A3.99247,3.99247,0,0,0,3,6.41016V12H2a1,1,0,0,0,0,2H3v3a2.995,2.995,0,0,0,2,2.81567V21a1,1,0,0,0,2,0V20H17v1a1,1,0,0,0,2,0V19.81573A2.99507,2.99507,0,0,0,21,17V14h1a1,1,0,0,0,0-2ZM9.43945,4.43945a1.50184,1.50184,0,0,1,2.1211,0l.35351.35352L9.793,6.91406l-.35352-.35351A1.50123,1.50123,0,0,1,9.43945,4.43945ZM19,17a1.00067,1.00067,0,0,1-1,1H6a1.00067,1.00067,0,0,1-1-1V14H19Z"/>'},ft={name:"battery-bolt",style:"line",path:'<path d="M6.69,15H4V9H6.31a1,1,0,0,0,0-2H4A2,2,0,0,0,2,9v6a2,2,0,0,0,2,2H6.69a1,1,0,1,0,0-2Zm7.2-2.56a1.27,1.27,0,0,0,.06-.18,1.42,1.42,0,0,0,0-.2s0,0,0-.06,0-.08,0-.12a.65.65,0,0,0-.05-.2.89.89,0,0,0-.08-.17.86.86,0,0,0-.1-.16l-.16-.13-.09-.09-.06,0-.18-.06-.2,0H9.73l1.45-2.5a1,1,0,1,0-1.74-1l-2.31,4s0,0,0,.06a1.27,1.27,0,0,0-.06.18,1.42,1.42,0,0,0,0,.2S7,12,7,12s0,.08,0,.12a.65.65,0,0,0,.05.2.89.89,0,0,0,.08.17.86.86,0,0,0,.1.16l.16.13a.76.76,0,0,0,.09.09l.07,0,.09,0A1,1,0,0,0,8,13h3.27L9.82,15.5a1,1,0,0,0,1.74,1l2.31-4S13.88,12.46,13.89,12.44ZM21,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,21,10ZM17,7H14.31a1,1,0,0,0,0,2H17v6H14.69a1,1,0,1,0,0,2H17a2,2,0,0,0,2-2V9A2,2,0,0,0,17,7Z"/>'},mt={name:"battery-empty",style:"line",path:'<path d="M17,7H4A2,2,0,0,0,2,9v6a2,2,0,0,0,2,2H17a2,2,0,0,0,2-2V9A2,2,0,0,0,17,7Zm0,8H4V9H17Zm4-5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,21,10Z"/>'},vt={name:"bed",style:"line",path:'<path d="M7,12.5a3,3,0,1,0-3-3A3,3,0,0,0,7,12.5Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,8.5Zm13-2H12a1,1,0,0,0-1,1v6H3v-8a1,1,0,0,0-2,0v13a1,1,0,0,0,2,0v-3H21v3a1,1,0,0,0,2,0v-9A3,3,0,0,0,20,6.5Zm1,7H13v-5h7a1,1,0,0,1,1,1Z"/>'},At={name:"bed-double",style:"line",path:'<path d="M20,3.5H4a3,3,0,0,0-3,3v13a1,1,0,0,0,1,1H6a1,1,0,0,0,.83-.45L8.54,17.5h6.92l1.71,2.55a1,1,0,0,0,.83.45h4a1,1,0,0,0,1-1V6.5A3,3,0,0,0,20,3.5Zm1,15H18.54L16.83,16A1,1,0,0,0,16,15.5H8a1,1,0,0,0-.83.45L5.46,18.5H3v-5H21Zm-14-7v-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1Zm6,0v-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1Zm8,0H19v-1a3,3,0,0,0-3-3H14a3,3,0,0,0-2,.78,3,3,0,0,0-2-.78H8a3,3,0,0,0-3,3v1H3v-5a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1Z"/>'},yt={name:"behance",style:"line",path:'<path d="M20.07,6.35H15V7.76h5.09ZM19,16.05a2.23,2.23,0,0,1-1.3.37A2.23,2.23,0,0,1,16,15.88a2.49,2.49,0,0,1-.62-1.76H22a6.47,6.47,0,0,0-.17-2,5.08,5.08,0,0,0-.8-1.73,4.17,4.17,0,0,0-1.42-1.21,4.37,4.37,0,0,0-2-.45,4.88,4.88,0,0,0-1.9.37,4.51,4.51,0,0,0-1.47,1,4.4,4.4,0,0,0-.95,1.52,5.4,5.4,0,0,0-.33,1.91,5.52,5.52,0,0,0,.32,1.94A4.46,4.46,0,0,0,14.16,17a4,4,0,0,0,1.46,1,5.2,5.2,0,0,0,1.94.34,4.77,4.77,0,0,0,2.64-.7,4.21,4.21,0,0,0,1.63-2.35H19.62A1.54,1.54,0,0,1,19,16.05Zm-3.43-4.12a1.87,1.87,0,0,1,1-1.14,2.28,2.28,0,0,1,1-.2,1.73,1.73,0,0,1,1.36.49,2.91,2.91,0,0,1,.63,1.45H15.41A3,3,0,0,1,15.52,11.93Zm-5.29-.48a3.06,3.06,0,0,0,1.28-1,2.72,2.72,0,0,0,.43-1.58,3.28,3.28,0,0,0-.29-1.48,2.4,2.4,0,0,0-.82-1,3.24,3.24,0,0,0-1.27-.52,7.54,7.54,0,0,0-1.64-.16H2V18.29H8.1a6.55,6.55,0,0,0,1.65-.21,4.55,4.55,0,0,0,1.43-.65,3.13,3.13,0,0,0,1-1.14,3.41,3.41,0,0,0,.37-1.65,3.47,3.47,0,0,0-.57-2A3,3,0,0,0,10.23,11.45ZM4.77,7.86H7.36a4.17,4.17,0,0,1,.71.06,1.64,1.64,0,0,1,.61.22,1.05,1.05,0,0,1,.42.44,1.42,1.42,0,0,1,.16.72,1.36,1.36,0,0,1-.47,1.15,2,2,0,0,1-1.22.35H4.77ZM9.61,15.3a1.28,1.28,0,0,1-.45.5,2,2,0,0,1-.65.26,3.33,3.33,0,0,1-.78.08h-3V12.69h3a2.4,2.4,0,0,1,1.45.41,1.65,1.65,0,0,1,.54,1.39A1.77,1.77,0,0,1,9.61,15.3Z"/>'},Mt={name:"behance-alt",style:"line",path:'<path d="M22.1084,15.03169a.99748.99748,0,0,0-1.21582.72265,2.99839,2.99839,0,0,1-5.90088-.7539v-1h7a.99974.99974,0,0,0,1-1,5,5,0,1,0-10,0v2a4.99837,4.99837,0,0,0,9.83935,1.24609A.999.999,0,0,0,22.1084,15.03169Zm-4.1167-5.03125a3.01119,3.01119,0,0,1,2.11816.87207,3.04438,3.04438,0,0,1,.69867,1.12793H15.176A2.99509,2.99509,0,0,1,17.9917,10.00044Zm-2-3h4a1,1,0,0,0,0-2h-4a1,1,0,0,0,0,2Zm-6.082,4.71716a3.98653,3.98653,0,0,0-2.918-6.71716h-5a.99973.99973,0,0,0-1,1v13a.99974.99974,0,0,0,1,1h5.5a4.492,4.492,0,0,0,2.418-8.28284ZM2.9917,7.00044h4a2,2,0,1,1,0,4h-4Zm4.5,11h-4.5v-5h4.5a2.5,2.5,0,0,1,0,5Z"/>'},Ht={name:"bell",style:"line",path:'<path d="M18,13.18V10a6,6,0,0,0-5-5.91V3a1,1,0,0,0-2,0V4.09A6,6,0,0,0,6,10v3.18A3,3,0,0,0,4,16v2a1,1,0,0,0,1,1H8.14a4,4,0,0,0,7.72,0H19a1,1,0,0,0,1-1V16A3,3,0,0,0,18,13.18ZM8,10a4,4,0,0,1,8,0v3H8Zm4,10a2,2,0,0,1-1.72-1h3.44A2,2,0,0,1,12,20Zm6-3H6V16a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},gt={name:"bell-school",style:"line",path:'<path d="M21,8a2,2,0,1,0-2.27,2,4.49,4.49,0,0,1-3,5.85,3,3,0,0,0-1.3-1.43,7,7,0,1,0-10.9,0A3,3,0,0,0,2,17v1a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-.19a6.47,6.47,0,0,0,4.58-8.59A2,2,0,0,0,21,8ZM14,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h.41a6.94,6.94,0,0,0,7.18,0H13a1,1,0,0,1,1,1ZM9,15a5,5,0,1,1,5-5A5,5,0,0,1,9,15ZM9,9a1,1,0,1,0,1,1A1,1,0,0,0,9,9Z"/>'},Zt={name:"bell-slash",style:"line",path:'<path d="M11.07,6.12A3.48,3.48,0,0,1,12,6a4,4,0,0,1,4,4v1.34a1,1,0,0,0,2,0V10a6,6,0,0,0-5-5.91V3a1,1,0,0,0-2,0V4.1l-.45.08a1,1,0,0,0,.52,1.94ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L6.41,7.82A6,6,0,0,0,6,10v3.18A3,3,0,0,0,4,16v2a1,1,0,0,0,1,1H8.14a4,4,0,0,0,7.72,0h1.73l2.7,2.71a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM8,10a3.31,3.31,0,0,1,0-.55L11.59,13H8Zm4,10a2,2,0,0,1-1.72-1h3.44A2,2,0,0,1,12,20ZM6,17V16a1,1,0,0,1,1-1h6.59l2,2Z"/>'},Vt={name:"bill",style:"line",path:'<path d="M9.5,10.5H12a1,1,0,0,0,0-2H11V8A1,1,0,0,0,9,8v.55a2.5,2.5,0,0,0,.5,4.95h1a.5.5,0,0,1,0,1H8a1,1,0,0,0,0,2H9V17a1,1,0,0,0,2,0v-.55a2.5,2.5,0,0,0-.5-4.95h-1a.5.5,0,0,1,0-1ZM21,12H18V3a1,1,0,0,0-.5-.87,1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM5,20a1,1,0,0,1-1-1V4.73L6,5.87a1.08,1.08,0,0,0,1,0l3-1.72,3,1.72a1.08,1.08,0,0,0,1,0l2-1.14V19a3,3,0,0,0,.18,1Zm15-1a1,1,0,0,1-2,0V14h2Z"/>'},Ct={name:"bing",style:"line",path:'<path d="M10.1,8.6l1.7,4.3l2.8,1.3L9,17.5V3.4L5,2v17.8L9,22l10-5.8v-4.5L10.1,8.6z"/>'},bt={name:"bitcoin",style:"line",path:'<title>Artboard 5 copy 21</title><g id="Archway"><path d="M11.136,12.11664l-.59577,2.41528c.73542.18469,3.00373.92127,3.33893-.44122C14.22961,12.66974,11.8714,12.30225,11.136,12.11664Zm.81262-3.29621-.5401,2.19056c.61243.15442,2.5003.78405,2.80621-.45526C14.53339,9.26294,12.5611,8.97479,11.94867,8.82043ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4.358,8.57538a1.74286,1.74286,0,0,1-1.38525,1.611,1.93285,1.93285,0,0,1,.99682,2.66089c-.58551,1.69214-1.97662,1.835-3.82653,1.48089l-.449,1.81971-1.08484-.27344.44312-1.79529c-.28119-.07062-.56855-.14563-.86457-.22687L9.7431,17.65594l-1.08362-.27343.449-1.82312c-.25342-.06562-.5108-.13532-.77344-.20185l-1.41174-.35595.53857-1.25592s.79932.215.78852.19909a.39446.39446,0,0,0,.49719-.26062L9.965,8.74634a.583.583,0,0,0-.5055-.63812c.017-.01154-.788-.19812-.788-.19812l.28863-1.17188,1.4961.37781L10.455,7.1217c.22491.05652.45666.11029.69275.16468l.44464-1.80188,1.08423.27343L12.241,7.52448c.29107.06719.584.135.8692.2069l.43255-1.755,1.0849.27344-.44433,1.80249C15.553,8.52948,16.55475,9.24481,16.358,10.57538Z"/></g>'},Lt={name:"bitcoin-alt",style:"line",path:'<path d="M16.30426,11.24115A3.99779,3.99779,0,0,0,12.9917,5.002v-1a1,1,0,1,0-2,0v1h-2v-1a1,1,0,1,0-2,0v1h-1a1,1,0,0,0,0,2h1v10h-1a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h2v1a1,1,0,0,0,2,0v-1h2a3.98966,3.98966,0,0,0,1.31256-7.7608ZM8.9917,7.002h4a2,2,0,0,1,0,4h-4Zm6,10h-6v-4h6a2,2,0,1,1,0,4Z"/>'},St={name:"bitcoin-circle",style:"line",path:'<path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21ZM14,7V6a1,1,0,0,0-2,0V7H11V6A1,1,0,0,0,9,6V7H8A1,1,0,0,0,8,9H9v6H8a1,1,0,0,0,0,2H9v1a1,1,0,0,0,2,0V17h1v1a1,1,0,0,0,2,0V17a3,3,0,0,0,3-3,3,3,0,0,0-.77-2A3,3,0,0,0,17,10,3,3,0,0,0,14,7Zm0,8H11V13h3a1,1,0,0,1,0,2Zm0-4H11V9h3a1,1,0,0,1,0,2Z"/>'},zt={name:"bitcoin-sign",style:"line",path:'<path d="M19,9a4,4,0,0,0-4-4V3a1,1,0,0,0-2,0V5H11V3A1,1,0,0,0,9,3V5H6A1,1,0,0,0,6,7H7V17H6a1,1,0,0,0,0,2H9v2a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V19a4,4,0,0,0,2.62-7A4,4,0,0,0,19,9Zm-4,8H9V13h6a2,2,0,0,1,0,4Zm0-6H9V7h6a2,2,0,0,1,0,4Z"/>'},wt={name:"black-berry",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM7.19,13.35H5.27l.52-2.41H7.63c1.2,0,1.48.58,1.48,1.05C9.11,12.64,8.68,13.35,7.19,13.35Zm.66-3.64H5.94L6.46,7.3H8.3c1.19,0,1.47.59,1.47,1C9.77,9,9.35,9.71,7.85,9.71Zm3.75,7.43H9.68l.53-2.42h1.84c1.19,0,1.47.59,1.47,1.06C13.52,16.43,13.1,17.14,11.6,17.14Zm.71-3.79H10.4l.52-2.41h1.84c1.19,0,1.47.58,1.47,1.05C14.23,12.64,13.81,13.35,12.31,13.35ZM13,9.71H11.06l.52-2.41h1.84c1.2,0,1.48.59,1.48,1C14.9,9,14.47,9.71,13,9.71Zm3.74,5.61H14.81l.52-2.42h1.84c1.19,0,1.48.59,1.48,1.06C18.65,14.61,18.22,15.32,16.72,15.32Zm.72-3.44H15.52L16,9.46h1.84c1.2,0,1.48.59,1.48,1C19.36,11.17,18.93,11.88,17.44,11.88Z"/>'},xt={name:"blogger",style:"line",path:'<path d="M9.71008,10.46008h2.23883a.77084.77084,0,1,0,0-1.54168H9.71008a.77084.77084,0,1,0,0,1.54168Zm9.71826-8.45837H4.555A2.57277,2.57277,0,0,0,1.9917,4.56506V19.43829A2.57278,2.57278,0,0,0,4.555,22.00171H19.42822a2.57268,2.57268,0,0,0,2.56348-2.56329V4.56506A2.57267,2.57267,0,0,0,19.42834,2.00171ZM18.35577,11.6795l-.01965,2.67542a4.0515,4.0515,0,0,1-4.03857,4.02179h-4.639a4.04922,4.04922,0,0,1-4.04181-4.0249V9.65747A4.05258,4.05258,0,0,1,9.65851,5.62671h2.82373a4.45954,4.45954,0,0,1,3.1203,2.19971,3.15646,3.15646,0,0,1,.36182,1.36767c.06738.50556.10284.88123.33007,1.08942.31934.28949,1.50727.09448,1.74219.27844l.17883.13983.10889.22168.036.17755Zm-4.097,1.8639H9.71008a.75035.75035,0,1,0,0,1.5h4.54871a.75024.75024,0,1,0,0-1.5Z"/>'},_t={name:"blogger-alt",style:"line",path:'<path d="M13.99121,13.00044h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-4-2h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm6-1.001v-.999a4.004,4.004,0,0,0-4-4h-2a5.00589,5.00589,0,0,0-5,5v4a5.00589,5.00589,0,0,0,5,5h4a5.00589,5.00589,0,0,0,5-5v-1A3.00474,3.00474,0,0,0,15.99121,9.99946Zm0,.001v.001l-1-.001Zm1,4a3.00328,3.00328,0,0,1-3,3h-4a3.00328,3.00328,0,0,1-3-3v-4a3.00328,3.00328,0,0,1,3-3h2a2.0026,2.0026,0,0,1,2,2v1a2.0026,2.0026,0,0,0,2,2,1.00067,1.00067,0,0,1,1,1Zm3-13h-16a3.00328,3.00328,0,0,0-3,3v16a3.00328,3.00328,0,0,0,3,3h16a3.00328,3.00328,0,0,0,3-3v-16A3.00328,3.00328,0,0,0,19.99121,1.00044Zm1,19a1.00067,1.00067,0,0,1-1,1h-16a1.00067,1.00067,0,0,1-1-1v-16a1.00067,1.00067,0,0,1,1-1h16a1.00067,1.00067,0,0,1,1,1Z"/>'},kt={name:"bluetooth-b",style:"line",path:'<path d="M13.41,12l3.8-3.79a1,1,0,0,0,0-1.42l-4.5-4.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.54.54A1,1,0,0,0,11,3V9.59L8.21,6.79A1,1,0,1,0,6.79,8.21L10.59,12l-3.8,3.79a1,1,0,1,0,1.42,1.42L11,14.41V21a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4.5-4.5a1,1,0,0,0,0-1.42ZM13,5.41,15.09,7.5,13,9.59Zm0,13.18V14.41l2.09,2.09Z"/>'},Tt={name:"bold",style:"line",path:'<path d="M16.5,9.5A3.5,3.5,0,0,0,13,6H8.5a1,1,0,0,0-1,1V17a1,1,0,0,0,1,1H13a3.49,3.49,0,0,0,2.44-6A3.5,3.5,0,0,0,16.5,9.5ZM13,16H9.5V13H13a1.5,1.5,0,0,1,0,3Zm0-5H9.5V8H13a1.5,1.5,0,0,1,0,3Z"/>'},Et={name:"bolt",style:"line",path:'<path d="M19.87,8.6A1,1,0,0,0,19,8H14.42l1.27-4.74a1,1,0,0,0-.17-.87A1,1,0,0,0,14.73,2h-7a1,1,0,0,0-1,.74l-2.68,10a1,1,0,0,0,.17.87,1,1,0,0,0,.8.39H8.89L7.08,20.74a1,1,0,0,0,1.71.93l10.9-12A1,1,0,0,0,19.87,8.6Zm-9.79,8.68,1.07-4a1,1,0,0,0-.17-.87,1,1,0,0,0-.79-.39H6.35L8.49,4h4.93L12.15,8.74a1,1,0,0,0,1,1.26h3.57Z"/>'},Ot={name:"bolt-alt",style:"line",path:'<path d="M19.89,9.55A1,1,0,0,0,19,9H14V3a1,1,0,0,0-.69-1,1,1,0,0,0-1.12.36l-8,11a1,1,0,0,0-.08,1A1,1,0,0,0,5,15h5v6a1,1,0,0,0,.69.95A1.12,1.12,0,0,0,11,22a1,1,0,0,0,.81-.41l8-11A1,1,0,0,0,19.89,9.55ZM12,17.92V14a1,1,0,0,0-1-1H7l5-6.92V10a1,1,0,0,0,1,1h4Z"/>'},Pt={name:"bolt-slash",style:"line",path:'<path d="M8.67,4.23A1,1,0,0,0,9.6,4h5.1L13.43,8.74a1,1,0,0,0,.17.87,1,1,0,0,0,.79.39H18l-1.13,1.24a1,1,0,0,0,.07,1.41,1,1,0,0,0,.67.26,1,1,0,0,0,.74-.33L21,9.67A1,1,0,0,0,20.23,8H15.69L17,3.26a1,1,0,0,0-.18-.87A1,1,0,0,0,16,2H9a1,1,0,0,0-1,.74L8,3A1,1,0,0,0,8.67,4.23Zm13,16.06-18-18A1,1,0,0,0,2.29,3.71L6.61,8,5.35,12.74a1,1,0,0,0,.18.87,1,1,0,0,0,.79.39h3.84L8.35,20.74a1,1,0,0,0,.49,1.14,1,1,0,0,0,.48.12,1,1,0,0,0,.74-.33l4.85-5.34,5.38,5.38a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM7.62,12l.63-2.34L10.59,12Zm3.73,5.28,1-3.56,1.2,1.19Z"/>'},Nt={name:"book",style:"line",path:'<path d="M15,6H9A1,1,0,0,0,8,7v4a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V7A1,1,0,0,0,15,6Zm-1,4H10V8h4Zm3-8H5A1,1,0,0,0,4,3V21a1,1,0,0,0,1,1H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H6V4H17a1,1,0,0,1,1,1Z"/>'},jt={name:"book-alt",style:"line",path:'<path d="M18,2H8A4,4,0,0,0,4,6V18a4,4,0,0,0,4,4H18a2,2,0,0,0,2-2V4A2,2,0,0,0,18,2ZM6,6A2,2,0,0,1,8,4H18V14H8a3.91,3.91,0,0,0-2,.56ZM8,20a2,2,0,0,1,0-4H18v4ZM10,8h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z"/>'},Dt={name:"book-medical",style:"line",path:'<path d="M13,9H11V7A1,1,0,0,0,9,7V9H7a1,1,0,0,0,0,2H9v2a1,1,0,0,0,2,0V11h2a1,1,0,0,0,0-2Zm5,6V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H15A3,3,0,0,0,18,15ZM4,15V5A1,1,0,0,1,5,4H15a1,1,0,0,1,1,1V15a1,1,0,0,1-1,1H5A1,1,0,0,1,4,15ZM21,6a1,1,0,0,0-1,1V17a3,3,0,0,1-3,3H7a1,1,0,0,0,0,2H17a5,5,0,0,0,5-5V7A1,1,0,0,0,21,6Z"/>'},qt={name:"book-open",style:"line",path:'<path d="M21.17,2.06A13.1,13.1,0,0,0,19,1.87a12.94,12.94,0,0,0-7,2.05,12.94,12.94,0,0,0-7-2,13.1,13.1,0,0,0-2.17.19,1,1,0,0,0-.83,1v12a1,1,0,0,0,1.17,1,10.9,10.9,0,0,1,8.25,1.91l.12.07.11,0a.91.91,0,0,0,.7,0l.11,0,.12-.07A10.9,10.9,0,0,1,20.83,16a1,1,0,0,0,1.17-1v-12A1,1,0,0,0,21.17,2.06ZM11,15.35a12.87,12.87,0,0,0-6-1.48c-.33,0-.66,0-1,0v-10a8.69,8.69,0,0,1,1,0,10.86,10.86,0,0,1,6,1.8Zm9-1.44c-.34,0-.67,0-1,0a12.87,12.87,0,0,0-6,1.48V5.67a10.86,10.86,0,0,1,6-1.8,8.69,8.69,0,0,1,1,0Zm1.17,4.15A13.1,13.1,0,0,0,19,17.87a12.94,12.94,0,0,0-7,2.05,12.94,12.94,0,0,0-7-2.05,13.1,13.1,0,0,0-2.17.19A1,1,0,0,0,2,19.21,1,1,0,0,0,3.17,20a10.9,10.9,0,0,1,8.25,1.91,1,1,0,0,0,1.16,0A10.9,10.9,0,0,1,20.83,20,1,1,0,0,0,22,19.21,1,1,0,0,0,21.17,18.06Z"/>'},Rt={name:"book-reader",style:"line",path:'<path d="M20.18,10.19A11.9,11.9,0,0,0,18,10c-.42,0-.83,0-1.24.08a5.91,5.91,0,0,0-1.91-1.65,3.81,3.81,0,0,0,1-2.57,3.86,3.86,0,0,0-7.72,0,3.81,3.81,0,0,0,1,2.57,6.11,6.11,0,0,0-1.91,1.64C6.83,10,6.42,10,6,10a11.9,11.9,0,0,0-2.18.21,1,1,0,0,0-.82,1v8.25a1,1,0,0,0,.36.77,1,1,0,0,0,.82.22A9.75,9.75,0,0,1,6,20.23a9.89,9.89,0,0,1,5.45,1.63h0l0,0,.13.05h0A1.09,1.09,0,0,0,12,22a.87.87,0,0,0,.28-.05l.07,0,.13-.05,0,0h0A9.89,9.89,0,0,1,18,20.23a9.75,9.75,0,0,1,1.82.18,1,1,0,0,0,.82-.22,1,1,0,0,0,.36-.77V11.17A1,1,0,0,0,20.18,10.19ZM12,4a1.86,1.86,0,0,1,0,3.71h0A1.86,1.86,0,0,1,12,4ZM11,19.33a11.92,11.92,0,0,0-5-1.1c-.33,0-.66,0-1,.05V12a9.63,9.63,0,0,1,2.52.05l.11,0A10,10,0,0,1,11,13.33Zm1-7.73a11.77,11.77,0,0,0-1.38-.68l-.06,0c-.33-.13-.66-.26-1-.36A4,4,0,0,1,12,9.69h0a4,4,0,0,1,2.44.85A12.43,12.43,0,0,0,12,11.6Zm7,6.68a11.6,11.6,0,0,0-6,1v-6a9.76,9.76,0,0,1,3.37-1.22l.2,0A9.39,9.39,0,0,1,19,12Z"/>'},It={name:"bookmark",style:"line",path:'<path d="M16,2H8A3,3,0,0,0,5,5V21a1,1,0,0,0,.5.87,1,1,0,0,0,1,0L12,18.69l5.5,3.18A1,1,0,0,0,18,22a1,1,0,0,0,.5-.13A1,1,0,0,0,19,21V5A3,3,0,0,0,16,2Zm1,17.27-4.5-2.6a1,1,0,0,0-1,0L7,19.27V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Z"/>'},Ft={name:"bookmark-full",style:"line",path:'<path d="M18,2H6A1,1,0,0,0,5,3V21a1,1,0,0,0,1.65.76L12,17.27l5.29,4.44A1,1,0,0,0,18,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,19,21V3A1,1,0,0,0,18,2ZM17,18.86,12.64,15.2a1,1,0,0,0-1.28,0L7,18.86V4H17Z"/>'},Bt={name:"books",style:"line",path:'<path d="M22.47,18.82l-1-3.86h0L18.32,3.37a1,1,0,0,0-1.22-.71l-3.87,1a1,1,0,0,0-.73-.33H2.5a1,1,0,0,0-1,1v16a1,1,0,0,0,1,1h10a1,1,0,0,0,1-1v-8l2.2,8.22a1,1,0,0,0,1,.74,1.15,1.15,0,0,0,.26,0l4.83-1.29a1,1,0,0,0,.61-.47A1.05,1.05,0,0,0,22.47,18.82Zm-16,.55h-3v-2h3Zm0-4h-3v-6h3Zm0-8h-3v-2h3Zm5,12h-3v-2h3Zm0-4h-3v-6h3Zm0-8h-3v-2h3Zm2.25-1.74,2.9-.78.52,1.93-2.9.78Zm2.59,9.66-1.55-5.8,2.9-.78,1.55,5.8Zm1,3.86-.52-1.93,2.9-.78.52,1.93Z"/>'},Ut={name:"boombox",style:"line",path:'<path d="M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Zm-3.62-8.2A3,3,0,0,0,15,9,3,3,0,0,0,9,9a3,3,0,0,0,.62,1.8,4,4,0,1,0,4.76,0ZM12,8a1,1,0,1,1-1,1A1,1,0,0,1,12,8Zm0,8a2,2,0,1,1,2-2A2,2,0,0,1,12,16Z"/>'},$t={name:"border-alt",style:"line",path:'<path d="M11.5,18.5a1,1,0,1,0,1,1A1,1,0,0,0,11.5,18.5Zm9-15a1,1,0,0,0-1-1H3.5a1,1,0,0,0-1,1v16a1,1,0,0,0,2,0V4.5h15A1,1,0,0,0,20.5,3.5Zm-5,15a1,1,0,1,0,1,1A1,1,0,0,0,15.5,18.5Zm-8,0a1,1,0,1,0,1,1A1,1,0,0,0,7.5,18.5Zm12-12a1,1,0,1,0,1,1A1,1,0,0,0,19.5,6.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,10.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,14.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,18.5Z"/>'},Wt={name:"border-bottom",style:"line",path:'<path d="M12,13.5a1,1,0,1,0-1-1A1,1,0,0,0,12,13.5Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,12,17.5Zm0-8a1,1,0,1,0-1-1A1,1,0,0,0,12,9.5Zm-4-4a1,1,0,1,0-1-1A1,1,0,0,0,8,5.5Zm0,8a1,1,0,1,0-1-1A1,1,0,0,0,8,13.5Zm12-8a1,1,0,1,0-1-1A1,1,0,0,0,20,5.5Zm-4,8a1,1,0,1,0-1-1A1,1,0,0,0,16,13.5Zm-4-8a1,1,0,1,0-1-1A1,1,0,0,0,12,5.5Zm4,0a1,1,0,1,0-1-1A1,1,0,0,0,16,5.5Zm4,10a1,1,0,1,0,1,1A1,1,0,0,0,20,15.5Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,20,11.5Zm0,8H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Zm0-12a1,1,0,1,0,1,1A1,1,0,0,0,20,7.5Zm-16,6a1,1,0,1,0-1-1A1,1,0,0,0,4,13.5Zm0-4a1,1,0,1,0-1-1A1,1,0,0,0,4,9.5Zm0,8a1,1,0,1,0-1-1A1,1,0,0,0,4,17.5Zm0-12a1,1,0,1,0-1-1A1,1,0,0,0,4,5.5Z"/>'},Gt={name:"border-clear",style:"line",path:'<path d="M8,11a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,8,19Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,12,19ZM4,3A1,1,0,1,0,5,4,1,1,0,0,0,4,3Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,4,11ZM20,5a1,1,0,1,0-1-1A1,1,0,0,0,20,5ZM4,19a1,1,0,1,0,1,1A1,1,0,0,0,4,19Zm8-4a1,1,0,1,0,1,1A1,1,0,0,0,12,15ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15ZM4,7A1,1,0,1,0,5,8,1,1,0,0,0,4,7ZM8,3A1,1,0,1,0,9,4,1,1,0,0,0,8,3ZM20,15a1,1,0,1,0,1,1A1,1,0,0,0,20,15Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,20,19ZM20,7a1,1,0,1,0,1,1A1,1,0,0,0,20,7Zm-8,4a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,20,11ZM16,3a1,1,0,1,0,1,1A1,1,0,0,0,16,3ZM12,3a1,1,0,1,0,1,1A1,1,0,0,0,12,3Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,12,7Zm4,12a1,1,0,1,0,1,1A1,1,0,0,0,16,19Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,16,11Z"/>'},Qt={name:"border-horizontal",style:"line",path:'<path d="M8,5A1,1,0,1,0,7,4,1,1,0,0,0,8,5ZM4,9A1,1,0,1,0,3,8,1,1,0,0,0,4,9Zm8,0a1,1,0,1,0-1-1A1,1,0,0,0,12,9ZM4,5A1,1,0,1,0,3,4,1,1,0,0,0,4,5ZM16,5a1,1,0,1,0-1-1A1,1,0,0,0,16,5ZM12,5a1,1,0,1,0-1-1A1,1,0,0,0,12,5Zm8,0a1,1,0,1,0-1-1A1,1,0,0,0,20,5ZM4,19a1,1,0,1,0,1,1A1,1,0,0,0,4,19Zm16,0a1,1,0,1,0,1,1A1,1,0,0,0,20,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,20,15Zm0-4H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Zm-4,8a1,1,0,1,0,1,1A1,1,0,0,0,16,19ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15ZM20,7a1,1,0,1,0,1,1A1,1,0,0,0,20,7ZM8,19a1,1,0,1,0,1,1A1,1,0,0,0,8,19Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,12,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,12,15Z"/>'},Kt={name:"border-inner",style:"line",path:'<path d="M8,5A1,1,0,1,0,7,4,1,1,0,0,0,8,5ZM4,9A1,1,0,1,0,3,8,1,1,0,0,0,4,9ZM4,5A1,1,0,1,0,3,4,1,1,0,0,0,4,5ZM4,19a1,1,0,1,0,1,1A1,1,0,0,0,4,19ZM20,5a1,1,0,1,0-1-1A1,1,0,0,0,20,5Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,20,9ZM16,5a1,1,0,1,0-1-1A1,1,0,0,0,16,5Zm4,14a1,1,0,1,0,1,1A1,1,0,0,0,20,19ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15Zm16,0a1,1,0,1,0,1,1A1,1,0,0,0,20,15Zm-4,4a1,1,0,1,0,1,1A1,1,0,0,0,16,19Zm5-7a1,1,0,0,0-1-1H13V4a1,1,0,0,0-2,0v7H4a1,1,0,0,0,0,2h7v7a1,1,0,0,0,2,0V13h7A1,1,0,0,0,21,12ZM8,19a1,1,0,1,0,1,1A1,1,0,0,0,8,19Z"/>'},Jt={name:"border-left",style:"line",path:'<path d="M11.5,19a1,1,0,1,0,1,1A1,1,0,0,0,11.5,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,11.5,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,11.5,11Zm-8-8a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V4A1,1,0,0,0,3.5,3Zm16,2a1,1,0,1,0-1-1A1,1,0,0,0,19.5,5Zm-8,2a1,1,0,1,0,1,1A1,1,0,0,0,11.5,7Zm-4,4a1,1,0,1,0,1,1A1,1,0,0,0,7.5,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,7.5,19Zm0-16a1,1,0,1,0,1,1A1,1,0,0,0,7.5,3Zm12,8a1,1,0,1,0,1,1A1,1,0,0,0,19.5,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,15Zm-8-12a1,1,0,1,0,1,1A1,1,0,0,0,11.5,3Zm8,16a1,1,0,1,0,1,1A1,1,0,0,0,19.5,19Zm0-12a1,1,0,1,0,1,1A1,1,0,0,0,19.5,7Zm-4-4a1,1,0,1,0,1,1A1,1,0,0,0,15.5,3Zm0,16a1,1,0,1,0,1,1A1,1,0,0,0,15.5,19Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,15.5,11Z"/>'},Xt={name:"border-out",style:"line",path:'<path d="M12,9a1,1,0,1,0-1-1A1,1,0,0,0,12,9Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,12,13Zm4,0a1,1,0,1,0-1-1A1,1,0,0,0,16,13Zm-4,4a1,1,0,1,0-1-1A1,1,0,0,0,12,17ZM20,3H4A1,1,0,0,0,3,4V20a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V4A1,1,0,0,0,20,3ZM19,19H5V5H19ZM8,13a1,1,0,1,0-1-1A1,1,0,0,0,8,13Z"/>'},Yt={name:"border-right",style:"line",path:'<path d="M4.5,7a1,1,0,1,0,1,1A1,1,0,0,0,4.5,7Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,4.5,3Zm4,16a1,1,0,1,0,1,1A1,1,0,0,0,8.5,19Zm-4,0a1,1,0,1,0,1,1A1,1,0,0,0,4.5,19Zm4-8a1,1,0,1,0,1,1A1,1,0,0,0,8.5,11Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,8.5,3Zm-4,8a1,1,0,1,0,1,1A1,1,0,0,0,4.5,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,4.5,15Zm12-12a1,1,0,1,0,1,1A1,1,0,0,0,16.5,3Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,16.5,11Zm-4,8a1,1,0,1,0,1,1A1,1,0,0,0,12.5,19Zm0-16a1,1,0,1,0,1,1A1,1,0,0,0,12.5,3Zm8,0a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V4A1,1,0,0,0,20.5,3Zm-4,16a1,1,0,1,0,1,1A1,1,0,0,0,16.5,19Zm-4-12a1,1,0,1,0,1,1A1,1,0,0,0,12.5,7Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,12.5,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,12.5,11Z"/>'},en={name:"border-top",style:"line",path:'<path d="M8,18.5a1,1,0,1,0,1,1A1,1,0,0,0,8,18.5Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,8,10.5Zm4,8a1,1,0,1,0,1,1A1,1,0,0,0,12,18.5ZM4,6.5a1,1,0,1,0,1,1A1,1,0,0,0,4,6.5Zm0,12a1,1,0,1,0,1,1A1,1,0,0,0,4,18.5Zm0-14H20a1,1,0,0,0,0-2H4a1,1,0,0,0,0,2Zm0,10a1,1,0,1,0,1,1A1,1,0,0,0,4,14.5Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,4,10.5Zm8-4a1,1,0,1,0,1,1A1,1,0,0,0,12,6.5Zm8,8a1,1,0,1,0,1,1A1,1,0,0,0,20,14.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,20,18.5Zm-8-4a1,1,0,1,0,1,1A1,1,0,0,0,12,14.5Zm8-8a1,1,0,1,0,1,1A1,1,0,0,0,20,6.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,20,10.5Zm-8,0a1,1,0,1,0,1,1A1,1,0,0,0,12,10.5Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,16,10.5Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,16,18.5Z"/>'},tn={name:"border-vertical",style:"line",path:'<path d="M3,3A1,1,0,1,0,4,4,1,1,0,0,0,3,3ZM3,7A1,1,0,1,0,4,8,1,1,0,0,0,3,7ZM19,5a1,1,0,1,0-1-1A1,1,0,0,0,19,5ZM7,11a1,1,0,1,0,1,1A1,1,0,0,0,7,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,7,19ZM7,3A1,1,0,1,0,8,4,1,1,0,0,0,7,3ZM3,15a1,1,0,1,0,1,1A1,1,0,0,0,3,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,3,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,3,19Zm16-4a1,1,0,1,0,1,1A1,1,0,0,0,19,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,19,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,19,19ZM19,7a1,1,0,1,0,1,1A1,1,0,0,0,19,7ZM15,3a1,1,0,1,0,1,1A1,1,0,0,0,15,3ZM11,3a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V4A1,1,0,0,0,11,3Zm4,16a1,1,0,1,0,1,1A1,1,0,0,0,15,19Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,15,11Z"/>'},nn={name:"bowling-ball",style:"line",path:'<path d="M7.9917,8.00171a1,1,0,1,0,1,1A1,1,0,0,0,7.9917,8.00171ZM11.99121,2.002a10,10,0,1,0,10,10A10.01177,10.01177,0,0,0,11.99121,2.002Zm0,18a8,8,0,1,1,8-8A8.00916,8.00916,0,0,1,11.99121,20.002ZM10.9917,10.00171a1,1,0,1,0,1,1A1,1,0,0,0,10.9917,10.00171Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,10.9917,6.00171Z"/>'},an={name:"box",style:"line",path:'<path d="M20.49,7.52a.19.19,0,0,1,0-.08.17.17,0,0,1,0-.07l0-.09-.06-.15,0,0h0l0,0,0,0a.48.48,0,0,0-.09-.11l-.09-.08h0l-.05,0,0,0L16.26,4.45h0l-3.72-2.3A.85.85,0,0,0,12.25,2h-.08a.82.82,0,0,0-.27,0h-.1a1.13,1.13,0,0,0-.33.13L4,6.78l-.09.07-.09.08L3.72,7l-.05.06,0,0-.06.15,0,.09v.06a.69.69,0,0,0,0,.2v8.73a1,1,0,0,0,.47.85l7.5,4.64h0l0,0,.15.06.08,0a.86.86,0,0,0,.52,0l.08,0,.15-.06,0,0h0L20,17.21a1,1,0,0,0,.47-.85V7.63S20.49,7.56,20.49,7.52ZM12,4.17l1.78,1.1L8.19,8.73,6.4,7.63Zm-1,15L5.5,15.81V9.42l5.5,3.4Zm1-8.11L10.09,9.91l5.59-3.47L17.6,7.63Zm6.5,4.72L13,19.2V12.82l5.5-3.4Z"/>'},rn={name:"brackets-curly",style:"line",path:'<path d="M6,6A2,2,0,0,1,8,4,1,1,0,0,0,8,2,4,4,0,0,0,4,6V9a2,2,0,0,1-2,2,1,1,0,0,0,0,2,2,2,0,0,1,2,2v3a4,4,0,0,0,4,4,1,1,0,0,0,0-2,2,2,0,0,1-2-2V15a4,4,0,0,0-1.38-3A4,4,0,0,0,6,9Zm16,5a2,2,0,0,1-2-2V6a4,4,0,0,0-4-4,1,1,0,0,0,0,2,2,2,0,0,1,2,2V9a4,4,0,0,0,1.38,3A4,4,0,0,0,18,15v3a2,2,0,0,1-2,2,1,1,0,0,0,0,2,4,4,0,0,0,4-4V15a2,2,0,0,1,2-2,1,1,0,0,0,0-2Z"/>'},ln={name:"brain",style:"line",path:'<path d="M22,11A4,4,0,0,0,20,7.52,3,3,0,0,0,20,7a3,3,0,0,0-3-3l-.18,0A3,3,0,0,0,12,2.78,3,3,0,0,0,7.18,4L7,4A3,3,0,0,0,4,7a3,3,0,0,0,0,.52,4,4,0,0,0-.55,6.59A4,4,0,0,0,7,20l.18,0A3,3,0,0,0,12,21.22,3,3,0,0,0,16.82,20L17,20a4,4,0,0,0,3.5-5.89A4,4,0,0,0,22,11ZM11,8.55a4.72,4.72,0,0,0-.68-.32,1,1,0,0,0-.64,1.9A2,2,0,0,1,11,12v1.55a4.72,4.72,0,0,0-.68-.32,1,1,0,0,0-.64,1.9A2,2,0,0,1,11,17v2a1,1,0,0,1-1,1,1,1,0,0,1-.91-.6,4.07,4.07,0,0,0,.48-.33,1,1,0,1,0-1.28-1.54A2,2,0,0,1,7,18a2,2,0,0,1-2-2,2,2,0,0,1,.32-1.06A3.82,3.82,0,0,0,6,15a1,1,0,0,0,0-2,1.84,1.84,0,0,1-.69-.13A2,2,0,0,1,5,9.25a3.1,3.1,0,0,0,.46.35,1,1,0,1,0,1-1.74.9.9,0,0,1-.34-.33A.92.92,0,0,1,6,7,1,1,0,0,1,7,6a.76.76,0,0,1,.21,0,3.85,3.85,0,0,0,.19.47,1,1,0,0,0,1.37.37A1,1,0,0,0,9.13,5.5,1.06,1.06,0,0,1,9,5a1,1,0,0,1,2,0Zm7.69,4.32A1.84,1.84,0,0,1,18,13a1,1,0,0,0,0,2,3.82,3.82,0,0,0,.68-.06A2,2,0,0,1,19,16a2,2,0,0,1-2,2,2,2,0,0,1-1.29-.47,1,1,0,0,0-1.28,1.54,4.07,4.07,0,0,0,.48.33A1,1,0,0,1,14,20a1,1,0,0,1-1-1V17a2,2,0,0,1,1.32-1.87,1,1,0,0,0-.64-1.9,4.72,4.72,0,0,0-.68.32V12a2,2,0,0,1,1.32-1.87,1,1,0,0,0-.64-1.9,4.72,4.72,0,0,0-.68.32V5a1,1,0,0,1,2,0,1.06,1.06,0,0,1-.13.5,1,1,0,0,0,.36,1.37A1,1,0,0,0,16.6,6.5,3.85,3.85,0,0,0,16.79,6,.76.76,0,0,1,17,6a1,1,0,0,1,1,1,1,1,0,0,1-.17.55.9.9,0,0,1-.33.31,1,1,0,0,0,1,1.74A2.66,2.66,0,0,0,19,9.25a2,2,0,0,1-.27,3.62Z"/>'},on={name:"briefcase",style:"line",path:'<path d="M21,6H17V5a3,3,0,0,0-3-3H10A3,3,0,0,0,7,5V6H3A1,1,0,0,0,2,7v4a3,3,0,0,0,1,2.22V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V13.22A3,3,0,0,0,22,11V7A1,1,0,0,0,21,6ZM9,5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V6H9ZM19,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V14H7v1a1,1,0,0,0,2,0V14h6v1a1,1,0,0,0,2,0V14h2Zm1-8a1,1,0,0,1-1,1H17V11a1,1,0,0,0-2,0v1H9V11a1,1,0,0,0-2,0v1H5a1,1,0,0,1-1-1V8H20Z"/>'},cn={name:"briefcase-alt",style:"line",path:'<path d="M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a21.27,21.27,0,0,0,3,.94v.59a1,1,0,0,0,2,0v-.21a23,23,0,0,0,3,.21,23,23,0,0,0,3-.21v.21a1,1,0,0,0,2,0v-.59A21.27,21.27,0,0,0,20,13Zm0-7.69a20.39,20.39,0,0,1-3,1V11.5a1,1,0,0,0-2,0v.74a20.11,20.11,0,0,1-6,0V11.5a1,1,0,0,0-2,0v.33a20.39,20.39,0,0,1-3-1V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/>'},un={name:"bright",style:"line",path:'<path d="M12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Zm9.71-2.71L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z"/>'},sn={name:"brightness",style:"line",path:'<path d="M5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12ZM5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM12,5a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5Zm5.66,2.34a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34Zm-12-.29a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5ZM12,19a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19Z"/>'},hn={name:"brightness-empty",style:"line",path:'<path d="M21.71,11.29,19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z"/>'},dn={name:"brightness-half",style:"line",path:'<path d="M12,8a1,1,0,0,0,0,2,2,2,0,0,1,0,4,1,1,0,0,0,0,2,4,4,0,0,0,0-8Zm9.71,3.29L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z"/>'},pn={name:"brightness-low",style:"line",path:'<path d="M3,11a1,1,0,1,0,1,1A1,1,0,0,0,3,11Zm1.93,6.66a1,1,0,1,0,1.41,0A1,1,0,0,0,4.93,17.66ZM6.34,6.34a1,1,0,1,0-1.41,0A1,1,0,0,0,6.34,6.34ZM12,4a1,1,0,1,0-1-1A1,1,0,0,0,12,4Zm5.66,13.66a1,1,0,1,0,1.41,0A1,1,0,0,0,17.66,17.66ZM21,11a1,1,0,1,0,1,1A1,1,0,0,0,21,11ZM17.66,4.93a1,1,0,1,0,1.41,0A1,1,0,0,0,17.66,4.93ZM12,20a1,1,0,1,0,1,1A1,1,0,0,0,12,20ZM12,6a6,6,0,1,0,6,6A6,6,0,0,0,12,6Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,12,16Z"/>'},fn={name:"brightness-minus",style:"line",path:'<path d="M14,11H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm7.71.29L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z"/>'},mn={name:"brightness-plus",style:"line",path:'<path d="M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Zm7.71.29L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z"/>'},vn={name:"bring-bottom",style:"line",path:'<path d="M21,14H19a1,1,0,1,0,0,2h1v4H4V16h7a1,1,0,0,0,0-2H10V9A1,1,0,0,0,9,8H3A1,1,0,0,0,2,9v6H2v6a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V15A1,1,0,0,0,21,14ZM4,10H8v4H4ZM12.71,6.7,14,5.41V17a1,1,0,1,0,2,0V5.41L17.29,6.7A1,1,0,0,0,18,7a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-3-3a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,0,1.41A1,1,0,0,0,12.71,6.7Z"/>'},An={name:"bring-front",style:"line",path:'<path d="M11.29,17.3,10,18.59V7A1,1,0,0,0,8,7v11.6L6.71,17.3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.41A1,1,0,0,0,11.29,17.3ZM22,3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V9a1,1,0,0,0,1,1H5A1,1,0,0,0,5,8H4V4H20V8H13a1,1,0,0,0,0,2h1v5a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V9h0ZM20,14H16V10h4Z"/>'},yn={name:"browser",style:"line",path:'<path d="M19,2H9A3,3,0,0,0,6,5V6H5A3,3,0,0,0,2,9V19a3,3,0,0,0,3,3H15a3,3,0,0,0,3-3V18h1a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM16,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12H16Zm0-9H4V9A1,1,0,0,1,5,8H15a1,1,0,0,1,1,1Zm4,5a1,1,0,0,1-1,1H18V9a3,3,0,0,0-.18-1H20Zm0-9H8V5A1,1,0,0,1,9,4H19a1,1,0,0,1,1,1Z"/>'},Mn={name:"brush-alt",style:"line",path:'<path d="M12,18a1,1,0,1,0,1,1A1,1,0,0,0,12,18ZM18,1H6A1,1,0,0,0,5,2v9a3,3,0,0,0,3,3H9v2.37a4,4,0,1,0,6,0V14h1a3,3,0,0,0,3-3V2A1,1,0,0,0,18,1ZM12,21a2,2,0,0,1-1.33-3.48,1,1,0,0,0,.33-.74V14h2v2.78a1,1,0,0,0,.33.74A2,2,0,0,1,12,21Zm5-10a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V10H17Zm0-3H7V3H17Z"/>'},Hn={name:"bug",style:"line",path:'<path d="M19,14h2a1,1,0,0,0,0-2H19V11a5.15,5.15,0,0,0-.21-1.36A5,5,0,0,0,22,5a1,1,0,0,0-2,0,3,3,0,0,1-2.14,2.87A5,5,0,0,0,16,6.4,2.58,2.58,0,0,0,16,6,4,4,0,0,0,8,6a2.58,2.58,0,0,0,0,.4,5,5,0,0,0-1.9,1.47A3,3,0,0,1,4,5,1,1,0,0,0,2,5,5,5,0,0,0,5.21,9.64,5.15,5.15,0,0,0,5,11v1H3a1,1,0,0,0,0,2H5v1a7,7,0,0,0,.14,1.38A5,5,0,0,0,2,21a1,1,0,0,0,2,0,3,3,0,0,1,1.81-2.74,7,7,0,0,0,12.38,0A3,3,0,0,1,20,21a1,1,0,0,0,2,0,5,5,0,0,0-3.14-4.62A7,7,0,0,0,19,15Zm-8,5.9A5,5,0,0,1,7,15V11a3,3,0,0,1,3-3h1ZM10,6a2,2,0,0,1,4,0Zm7,9a5,5,0,0,1-4,4.9V8h1a3,3,0,0,1,3,3Z"/>'},gn={name:"building",style:"line",path:'<path d="M14,8h1a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2Zm0,4h1a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2ZM9,8h1a1,1,0,0,0,0-2H9A1,1,0,0,0,9,8Zm0,4h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm12,8H20V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-8,0H11V16h2Zm5,0H15V15a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1v5H6V4H18Z"/>'},Zn={name:"bullseye",style:"line",path:'<path d="M12,5a7,7,0,1,0,7,7A7,7,0,0,0,12,5Zm0,12a5,5,0,1,1,5-5A5,5,0,0,1,12,17Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13ZM12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z"/>'},Vn={name:"bus",style:"line",path:'<path d="M8.5,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1,1,0,0,0-.33-.21A1,1,0,0,0,8.3,15l-.18.06-.18.09a1.58,1.58,0,0,0-.15.12l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,1,1Zm8,0a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7A1,1,0,0,0,16.5,17Zm-3-12h-2a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm5-3H6.5a3,3,0,0,0-3,3V17a3,3,0,0,0,2,2.82V21a1,1,0,0,0,2,0V20h10v1a1,1,0,0,0,2,0V19.82a3,3,0,0,0,2-2.82V5A3,3,0,0,0,18.5,2Zm1,15a1,1,0,0,1-1,1H6.5a1,1,0,0,1-1-1V14h14Zm0-5H5.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1Z"/>'},Cn={name:"bus-alt",style:"line",path:'<path d="M18.5,2H6.5a3,3,0,0,0-3,3V17a3,3,0,0,0,2,2.82V21a1,1,0,0,0,2,0V20h10v1a1,1,0,0,0,2,0V19.82a3,3,0,0,0,2-2.82V5A3,3,0,0,0,18.5,2ZM5.5,8h6v4h-6Zm14,9a1,1,0,0,1-1,1H6.5a1,1,0,0,1-1-1V14h14Zm0-5h-6V8h6Zm0-6H5.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1ZM16.12,16.92a1,1,0,0,0,.38.08,1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15l-.15-.12a.76.76,0,0,0-.18-.09A.64.64,0,0,0,16.7,15a1,1,0,0,0-.91.27,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7A1,1,0,0,0,16.12,16.92Zm-8,0A1,1,0,0,0,8.5,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15l-.15-.12-.18-.09L8.7,15a1,1,0,0,0-.91.27,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7A1,1,0,0,0,8.12,16.92Z"/>'},bn={name:"bus-school",style:"line",path:'<path d="M1,12.5v4a1,1,0,0,0,1,1H3a3,3,0,0,0,6,0h6a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1V6.5a3,3,0,0,0-3-3H8.44A3,3,0,0,0,5.6,5.55L4.16,9.86,1.45,11.67A1,1,0,0,0,1,12.5Zm20-3H19v-4h1a1,1,0,0,1,1,1Zm-4,8a1,1,0,1,1,1,1A1,1,0,0,1,17,17.5Zm-2-6h6v4h-.78a3,3,0,0,0-4.44,0H15Zm0-6h2v4H15Zm-4,6h2v4H11Zm0-6h2v4H11Zm-2,4H6.39l1.1-3.32a1,1,0,0,1,.95-.68H9Zm-4,8a1,1,0,1,1,1,1A1,1,0,0,1,5,17.5ZM3,13,5.3,11.5H9v4H8.22a3,3,0,0,0-4.44,0H3Z"/>'},Ln={name:"calculator",style:"line",path:'<path d="M12.71,17.29a1,1,0,0,0-.16-.12.56.56,0,0,0-.17-.09.6.6,0,0,0-.19-.06.93.93,0,0,0-.57.06.9.9,0,0,0-.54.54A.84.84,0,0,0,11,18a1,1,0,0,0,.07.38,1.46,1.46,0,0,0,.22.33A1,1,0,0,0,12,19a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,13,18a1,1,0,0,0-.08-.38A1,1,0,0,0,12.71,17.29ZM8.55,13.17a.56.56,0,0,0-.17-.09A.6.6,0,0,0,8.19,13a.86.86,0,0,0-.39,0l-.18.06-.18.09-.15.12A1.05,1.05,0,0,0,7,14a1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21A1,1,0,0,0,9,14a1.05,1.05,0,0,0-.29-.71Zm.16,4.12a1,1,0,0,0-.33-.21A1,1,0,0,0,7.8,17l-.18.06a.76.76,0,0,0-.18.09,1.58,1.58,0,0,0-.15.12,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,8,19a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,8.71,17.29Zm2.91-4.21a1,1,0,0,0-.33.21A1.05,1.05,0,0,0,11,14a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,13,14a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,11.62,13.08Zm5.09,4.21a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,16,19a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1,1,0,0,0,16.71,17.29ZM16,5H8A1,1,0,0,0,7,6v4a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V6A1,1,0,0,0,16,5ZM15,9H9V7h6Zm3-8H6A3,3,0,0,0,3,4V20a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V4A3,3,0,0,0,18,1Zm1,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V4A1,1,0,0,1,6,3H18a1,1,0,0,1,1,1Zm-2.45-6.83a.56.56,0,0,0-.17-.09.6.6,0,0,0-.19-.06.86.86,0,0,0-.39,0l-.18.06-.18.09-.15.12A1.05,1.05,0,0,0,15,14a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,17,14a1.05,1.05,0,0,0-.29-.71Z"/>'},Sn={name:"calculator-alt",style:"line",path:'<path d="M5.5,8H6v.5a1,1,0,0,0,2,0V8h.5a1,1,0,0,0,0-2H8V5.5a1,1,0,0,0-2,0V6H5.5a1,1,0,0,0,0,2ZM4.88,19.12a1,1,0,0,0,1.41,0L7,18.41l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41L8.41,17l.71-.71a1,1,0,0,0-1.41-1.41L7,15.59l-.71-.71a1,1,0,0,0-1.41,1.41l.71.71-.71.71A1,1,0,0,0,4.88,19.12ZM20,1H4A3,3,0,0,0,1,4V20a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1ZM11,21H4a1,1,0,0,1-1-1V13h8Zm0-10H3V4A1,1,0,0,1,4,3h7Zm10,9a1,1,0,0,1-1,1H13V13h8Zm0-9H13V3h7a1,1,0,0,1,1,1Zm-5.5,5.5h3a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2ZM18.5,6h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm-3,13.5h3a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2Z"/>'},zn={name:"calendar-alt",style:"line",path:'<path d="M12,19a1,1,0,1,0-1-1A1,1,0,0,0,12,19Zm5,0a1,1,0,1,0-1-1A1,1,0,0,0,17,19Zm0-4a1,1,0,1,0-1-1A1,1,0,0,0,17,15Zm-5,0a1,1,0,1,0-1-1A1,1,0,0,0,12,15ZM19,3H18V2a1,1,0,0,0-2,0V3H8V2A1,1,0,0,0,6,2V3H5A3,3,0,0,0,2,6V20a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11H20ZM20,9H4V6A1,1,0,0,1,5,5H6V6A1,1,0,0,0,8,6V5h8V6a1,1,0,0,0,2,0V5h1a1,1,0,0,1,1,1ZM7,15a1,1,0,1,0-1-1A1,1,0,0,0,7,15Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,7,19Z"/>'},wn={name:"calendar-slash",style:"line",path:'<path d="M11.66,7H15V8a1,1,0,0,0,2,0V7h1a1,1,0,0,1,1,1v3H17.66a1,1,0,0,0,0,2H19v1.34a1,1,0,1,0,2,0V8a3,3,0,0,0-3-3H17V4a1,1,0,0,0-2,0V5H11.66a1,1,0,0,0,0,2ZM21.71,20.29l-1.6-1.6h0L3.71,2.29A1,1,0,0,0,2.29,3.71L4.2,5.61A3,3,0,0,0,3,8V18a3,3,0,0,0,3,3H18a3,3,0,0,0,1.29-.3l1,1a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM5,8a1,1,0,0,1,.66-.93L9.59,11H5ZM6,19a1,1,0,0,1-1-1V13h6.59l6,6Z"/>'},xn={name:"calender",style:"line",path:'<path d="M19,4H17V3a1,1,0,0,0-2,0V4H9V3A1,1,0,0,0,7,3V4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm1,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12H20Zm0-9H4V7A1,1,0,0,1,5,6H7V7A1,1,0,0,0,9,7V6h6V7a1,1,0,0,0,2,0V6h2a1,1,0,0,1,1,1Z"/>'},_n={name:"calling",style:"line",path:'<path d="M20.47,9a1,1,0,1,0-1-1A1,1,0,0,0,20.47,9Zm-3,0a1,1,0,1,0-1-1A1,1,0,0,0,17.47,9Zm-3,0a1,1,0,1,0-1-1A1,1,0,0,0,14.47,9ZM18.91,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.48,12.48,0,0,1-2.67-2,12.83,12.83,0,0,1-2-2.66L10,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.23-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-2.24,1,3,3,0,0,0-.73,2.39A19,19,0,0,0,18,21.91a2.56,2.56,0,0,0,.39,0,3,3,0,0,0,3-3v-3A3,3,0,0,0,18.91,13Zm.49,6a1,1,0,0,1-1.15,1,17.12,17.12,0,0,1-9.87-4.85A17.14,17.14,0,0,1,3.54,5.22a1,1,0,0,1,.25-.82,1,1,0,0,1,.74-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.56-.52l.63-1.4a13.69,13.69,0,0,0,1.58.46c.26.06.54.11.81.15a1,1,0,0,1,.78,1Z"/>'},kn={name:"camera",style:"line",path:'<path d="M19,6.5H17.72l-.32-1a3,3,0,0,0-2.84-2H9.44A3,3,0,0,0,6.6,5.55l-.32,1H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-8A3,3,0,0,0,19,6.5Zm1,11a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H7a1,1,0,0,0,1-.68l.54-1.64a1,1,0,0,1,.95-.68h5.12a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,17,8.5h2a1,1,0,0,1,1,1Zm-8-9a4,4,0,1,0,4,4A4,4,0,0,0,12,8.5Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14.5Z"/>'},Tn={name:"camera-change",style:"line",path:'<path d="M12.29,5.21l1.5,1.5a1,1,0,0,0,1.42,0,1,1,0,0,0,.13-1.21H19a1,1,0,0,0,0-2H15.34a1,1,0,0,0-.13-1.21,1,1,0,0,0-1.42,0l-1.5,1.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76A1,1,0,0,0,12.29,5.21ZM22.92,9.12a1,1,0,0,0-.21-.33l-1.5-1.5a1,1,0,0,0-1.42,0,1,1,0,0,0-.13,1.21H16a1,1,0,0,0,0,2h3.66a1,1,0,0,0,.13,1.21,1,1,0,0,0,1.42,0l1.5-1.5a1,1,0,0,0,.21-.33A1,1,0,0,0,22.92,9.12ZM11,10a4,4,0,1,0,4,4A4,4,0,0,0,11,10Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,11,16Zm9-3a1,1,0,0,0-1,1v5a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H6a1,1,0,0,0,1-.69l.54-1.62A1,1,0,0,1,8.44,7H10a1,1,0,0,0,0-2H8.44A3,3,0,0,0,5.59,7.06L5.28,8H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V14A1,1,0,0,0,20,13Z"/>'},En={name:"camera-plus",style:"line",path:'<path d="M20,10.5a1,1,0,0,0-1,1v7a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H6a1,1,0,0,0,1-.68l.54-1.64a1,1,0,0,1,.95-.68H14a1,1,0,0,0,0-2H8.44A3,3,0,0,0,5.6,6.55l-.32,1H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3v-7A1,1,0,0,0,20,10.5Zm-9-1a4,4,0,1,0,4,4A4,4,0,0,0,11,9.5Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,11,15.5Zm11-11H21v-1a1,1,0,0,0-2,0v1H18a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Z"/>'},On={name:"camera-slash",style:"line",path:'<path d="M3.71,2.29A1,1,0,0,0,2.29,3.71L5.09,6.5H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19.08l1.21,1.22a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm6.49,9.33,2.68,2.68a2,2,0,0,1-.88.2,2,2,0,0,1-2-2A2,2,0,0,1,10.2,11.62ZM5,18.5a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H7.07l1.7,1.69A3.92,3.92,0,0,0,8,12.5a4,4,0,0,0,4,4,3.92,3.92,0,0,0,2.32-.77l2.77,2.77Zm14-12H17.72l-.31-1a3,3,0,0,0-2.85-2h-4.4a1,1,0,0,0,0,2h4.4a1,1,0,0,1,.95.68l.54,1.63A1,1,0,0,0,17,8.5h2a1,1,0,0,1,1,1v5.84a1,1,0,1,0,2,0V9.5A3,3,0,0,0,19,6.5Z"/>'},Pn={name:"cancel",style:"line",path:'<path d="M21.77,11.36l-5-6A1,1,0,0,0,16,5H5A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3H16a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,21.77,11.36ZM15.53,17H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7H15.53l4.17,5ZM12.71,9.29a1,1,0,0,0-1.42,0L10,10.59,8.71,9.29a1,1,0,1,0-1.42,1.42L8.59,12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L10,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L11.41,12l1.3-1.29A1,1,0,0,0,12.71,9.29Z"/>'},Nn={name:"capsule",style:"line",path:'<path d="M19.5,4.5a5.12,5.12,0,0,0-7.24,0L4.5,12.26a5.12,5.12,0,1,0,7.24,7.24l7.76-7.76A5.12,5.12,0,0,0,19.5,4.5ZM10.32,18.09a3.21,3.21,0,0,1-4.41,0,3.13,3.13,0,0,1,0-4.41L9.09,10.5l4.41,4.41Zm7.77-7.77L14.91,13.5,10.5,9.09l3.18-3.18a3.12,3.12,0,0,1,4.41,4.41Z"/>'},jn={name:"capture",style:"line",path:'<path d="M3,9A1,1,0,0,0,4,8V5A1,1,0,0,1,5,4H8A1,1,0,0,0,8,2H5A3,3,0,0,0,2,5V8A1,1,0,0,0,3,9ZM8,20H5a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2ZM12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14ZM19,2H16a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,19,2Zm2,13a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h3a3,3,0,0,0,3-3V16A1,1,0,0,0,21,15Z"/>'},Dn={name:"car",style:"line",path:'<path d="M6.62,13.08a.9.9,0,0,0-.54.54,1,1,0,0,0,1.3,1.3,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,8,14a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,6.62,13.08Zm13.14-4L18.4,5.05a3,3,0,0,0-2.84-2H8.44A3,3,0,0,0,5.6,5.05L4.24,9.11A3,3,0,0,0,2,12v4a3,3,0,0,0,2,2.82V20a1,1,0,0,0,2,0V19H18v1a1,1,0,0,0,2,0V18.82A3,3,0,0,0,22,16V12A3,3,0,0,0,19.76,9.11ZM7.49,5.68A1,1,0,0,1,8.44,5h7.12a1,1,0,0,1,1,.68L17.61,9H6.39ZM20,16a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm-3.38-2.92a.9.9,0,0,0-.54.54,1,1,0,0,0,1.3,1.3.9.9,0,0,0,.54-.54A.84.84,0,0,0,18,14a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,16.62,13.08ZM13,13H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z"/>'},qn={name:"car-sideview",style:"line",path:'<path d="M19,9.5h-.32L17.43,6.38A3,3,0,0,0,14.65,4.5h-6A3,3,0,0,0,5.7,6.91L5.18,9.5H5a3,3,0,0,0-3,3v3a1,1,0,0,0,1,1H4a3,3,0,0,0,6,0h4a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1v-3A3,3,0,0,0,19,9.5Zm-6-3h1.65a1,1,0,0,1,.92.63l.95,2.37H13Zm-5.34.8a1,1,0,0,1,1-.8H11v3H7.22ZM7,17.5a1,1,0,1,1,1-1A1,1,0,0,1,7,17.5Zm10,0a1,1,0,1,1,1-1A1,1,0,0,1,17,17.5Zm3-3h-.78a3,3,0,0,0-4.44,0H9.22a3,3,0,0,0-4.44,0H4v-2a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/>'},Rn={name:"car-slash",style:"line",path:'<path d="M7,13a1,1,0,1,0,1,1A1,1,0,0,0,7,13ZM19.76,9.11,18.41,5.05a3,3,0,0,0-2.85-2H9.66a1,1,0,0,0,0,2h5.9a1,1,0,0,1,1,.69L17.61,9H15.66a1,1,0,0,0,0,2H19a1,1,0,0,1,1,1v3.34a1,1,0,1,0,2,0V12A3,3,0,0,0,19.76,9.11Zm-16-6.82A1,1,0,0,0,2.29,3.71L5.11,6.52,4.24,9.11A3,3,0,0,0,2,12v4a3,3,0,0,0,2,2.82V20a1,1,0,0,0,2,0V19H17.59l.41.41V20a1,1,0,0,0,1,1,.91.91,0,0,0,.46-.13l.83.84a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm3,5.81.9.9H6.39ZM5,17a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H9.59l2,2H11a1,1,0,0,0,0,2h2a.91.91,0,0,0,.46-.13L15.59,17Z"/>'},In={name:"car-wash",style:"line",path:'<path d="M7.5,4a1,1,0,0,0,.71-.29l1-1A1,1,0,0,0,7.79,1.29l-1,1a1,1,0,0,0,0,1.42A1,1,0,0,0,7.5,4Zm4,0a1,1,0,0,0,.71-.29l1-1a1,1,0,1,0-1.42-1.42l-1,1a1,1,0,0,0,0,1.42A1,1,0,0,0,11.5,4Zm4,0a1,1,0,0,0,.71-.29l1-1a1,1,0,1,0-1.42-1.42l-1,1a1,1,0,0,0,0,1.42A1,1,0,0,0,15.5,4Zm2.42,11.62a.76.76,0,0,0-.09-.18l-.12-.15-.15-.12a.76.76,0,0,0-.18-.09.6.6,0,0,0-.19-.06,1,1,0,0,0-.9.27,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7.91.91,0,0,0,.33.22A1,1,0,0,0,17,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2A.64.64,0,0,0,17.92,15.62Zm1.84-4.51L18.4,7.05a3,3,0,0,0-2.84-2H8.44A3,3,0,0,0,5.6,7.05L4.24,11.11A3,3,0,0,0,2,14v4a3,3,0,0,0,2,2.82V22a1,1,0,0,0,2,0V21H18v1a1,1,0,0,0,2,0V20.82A3,3,0,0,0,22,18V14A3,3,0,0,0,19.76,11.11ZM7.49,7.68A1,1,0,0,1,8.44,7h7.12a1,1,0,0,1,1,.68L17.61,11H6.39ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm-7-3H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm-5.08.62a.76.76,0,0,0-.09-.18l-.12-.15a1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18A.64.64,0,0,0,6,15.8,1.36,1.36,0,0,0,6,16a1,1,0,0,0,1.71.7A1,1,0,0,0,8,16a1.36,1.36,0,0,0,0-.2A.64.64,0,0,0,7.92,15.62Z"/>'},Fn={name:"card-atm",style:"line",path:'<path d="M19,4.5H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,4.5Zm1,12a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1v-9a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm-4-6a3,3,0,0,0-1.51.42,3,3,0,1,0,0,5.16A3,3,0,1,0,16,10.5Zm-2.83,4a1,1,0,0,1-.17,0,1,1,0,0,1,0-2,1,1,0,0,1,.17,0,2.8,2.8,0,0,0,0,1.92Zm2.83,0a1,1,0,1,1,1-1A1,1,0,0,1,16,14.5Z"/>'},Bn={name:"caret-right",style:"line",path:'<path d="M19.5,11.13,5.5,3.05a1,1,0,0,0-1,0,1,1,0,0,0-.5.87V20.08a1,1,0,0,0,.5.87,1,1,0,0,0,1,0l14-8.08a1,1,0,0,0,0-1.74ZM6,18.35V5.65L17,12Z"/>'},Un={name:"cell",style:"line",path:'<path d="M21.49,4.73,17,2.17a1,1,0,0,0-1,0L12,4.45,8,2.17a1,1,0,0,0-1,0L2.51,4.73A1,1,0,0,0,2,5.6v5.12a1,1,0,0,0,.51.87l4,2.27V18.4a1,1,0,0,0,.51.87l4.5,2.56a1,1,0,0,0,1,0L17,19.27a1,1,0,0,0,.51-.87V13.86l4-2.27a1,1,0,0,0,.51-.87V5.6A1,1,0,0,0,21.49,4.73ZM4,10.14v-4l3.5-2,3.5,2v4l-3.5,2Zm11.5,7.68-3.5,2-3.5-2v-4l3.5-2,3.5,2ZM20,10.14l-3.5,2-3.5-2v-4l3.5-2,3.5,2Z"/>'},$n={name:"celsius",style:"line",path:'<path d="M21,19H15a3,3,0,0,1-3-3V8a3,3,0,0,1,3-3h6a1,1,0,0,0,0-2H15a5,5,0,0,0-5,5v8a5,5,0,0,0,5,5h6a1,1,0,0,0,0-2ZM5,3A3,3,0,1,0,8,6,3,3,0,0,0,5,3ZM5,7A1,1,0,1,1,6,6,1,1,0,0,1,5,7Z"/>'},Wn={name:"channel",style:"line",path:'<path d="M20,16a3,3,0,0,0-1.73.56l-2.45-1.45A3.74,3.74,0,0,0,16,14a4,4,0,0,0-3-3.86V7.82a3,3,0,1,0-2,0v2.32A4,4,0,0,0,8,14a3.74,3.74,0,0,0,.18,1.11L5.73,16.56A3,3,0,0,0,4,16a3,3,0,1,0,3,3,3,3,0,0,0-.12-.8l2.3-1.37a4,4,0,0,0,5.64,0l2.3,1.37A3,3,0,1,0,20,16ZM4,20a1,1,0,1,1,1-1A1,1,0,0,1,4,20ZM12,4a1,1,0,1,1-1,1A1,1,0,0,1,12,4Zm0,12a2,2,0,1,1,2-2A2,2,0,0,1,12,16Zm8,4a1,1,0,1,1,1-1A1,1,0,0,1,20,20Z"/>'},Gn={name:"channel-add",style:"line",path:'<path d="M18,7h1V8a1,1,0,0,0,2,0V7h1a1,1,0,0,0,0-2H21V4a1,1,0,0,0-2,0V5H18a1,1,0,0,0,0,2Zm2,9a3,3,0,0,0-1.73.56l-2.45-1.45A3.74,3.74,0,0,0,16,14a4,4,0,0,0-3-3.86V7.82a3,3,0,1,0-2,0v2.32A4,4,0,0,0,8,14a3.74,3.74,0,0,0,.18,1.11L5.73,16.56A3,3,0,0,0,4,16a3,3,0,1,0,3,3,3,3,0,0,0-.12-.8l2.3-1.37a4,4,0,0,0,5.64,0l2.3,1.37A3,3,0,1,0,20,16ZM4,20a1,1,0,1,1,1-1A1,1,0,0,1,4,20ZM12,4a1,1,0,1,1-1,1A1,1,0,0,1,12,4Zm0,12a2,2,0,1,1,2-2A2,2,0,0,1,12,16Zm8,4a1,1,0,1,1,1-1A1,1,0,0,1,20,20Z"/>'},Qn={name:"chart",style:"line",path:'<path d="M12,6a1,1,0,0,0-1,1V17a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6ZM7,12a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V13A1,1,0,0,0,7,12Zm10-2a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V11A1,1,0,0,0,17,10Zm2-8H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Kn={name:"chart-bar",style:"line",path:'<path d="M21,20H20V5a1,1,0,0,0-2,0V20H16V13a1,1,0,0,0-2,0v7H12V9a1,1,0,0,0-2,0V20H8V17a1,1,0,0,0-2,0v3H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z"/>'},Jn={name:"chart-bar-alt",style:"line",path:'<path d="M21,20H4V18H7a1,1,0,0,0,0-2H4V14H15a1,1,0,0,0,0-2H4V10h7a1,1,0,0,0,0-2H4V6H19a1,1,0,0,0,0-2H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z"/>'},Xn={name:"chart-down",style:"line",path:'<path d="M21,11a1,1,0,0,0-1,1v2.59l-6.29-6.3a1,1,0,0,0-1.42,0L9,11.59,3.71,6.29A1,1,0,0,0,2.29,7.71l6,6a1,1,0,0,0,1.42,0L13,10.41,18.59,16H16a1,1,0,0,0,0,2h5a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,17V12A1,1,0,0,0,21,11Z"/>'},Yn={name:"chart-growth",style:"line",path:'<path d="M21,20H20V5a1,1,0,0,0-2,0V20H16V9a1,1,0,0,0-2,0V20H12V13a1,1,0,0,0-2,0v7H8V17a1,1,0,0,0-2,0v3H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z"/>'},ea={name:"chart-growth-alt",style:"line",path:'<path d="M21,20H4V18H7a1,1,0,0,0,0-2H4V14h7a1,1,0,0,0,0-2H4V10H15a1,1,0,0,0,0-2H4V6H19a1,1,0,0,0,0-2H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z"/>'},ta={name:"chart-line",style:"line",path:'<path d="M7,16a1.5,1.5,0,0,0,1.5-1.5.77.77,0,0,0,0-.15l2.79-2.79.23,0,.23,0,1.61,1.61s0,.05,0,.08a1.5,1.5,0,1,0,3,0v-.08L20,9.5h0A1.5,1.5,0,1,0,18.5,8a.77.77,0,0,0,0,.15l-3.61,3.61h-.16L13,10a1.49,1.49,0,0,0-3,0L7,13H7a1.5,1.5,0,0,0,0,3Zm13.5,4H3.5V3a1,1,0,0,0-2,0V21a1,1,0,0,0,1,1h18a1,1,0,0,0,0-2Z"/>'},na={name:"chart-pie",style:"line",path:'<path d="M12,2a10,10,0,1,0,4.93,18.69l.07,0,.05,0A10,10,0,0,0,12,2Zm1,2.07A8,8,0,0,1,19.93,11H13ZM12,20A8,8,0,0,1,11,4.07V12a1.09,1.09,0,0,0,.07.35l0,.08,0,.07,4,6.87A7.81,7.81,0,0,1,12,20Zm4.83-1.64L13.73,13h6.2A8,8,0,0,1,16.83,18.36Z"/>'},aa={name:"chart-pie-alt",style:"line",path:'<path d="M19,12h-7V5c0-0.6-0.4-1-1-1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9C20,12.4,19.6,12,19,12z M12,19.9c-3.8,0.6-7.4-2.1-7.9-5.9C3.5,10.2,6.2,6.6,10,6.1V13c0,0.6,0.4,1,1,1h6.9C17.5,17.1,15.1,19.5,12,19.9z M15,2c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1C22,5.1,18.9,2,15,2z M16,8V4.1C18,4.5,19.5,6,19.9,8H16z"/>'},ra={name:"chat",style:"line",path:'<path d="M18,2H6A3,3,0,0,0,3,5V16a3,3,0,0,0,3,3H8.59l2.7,2.71A1,1,0,0,0,12,22a1,1,0,0,0,.65-.24L15.87,19H18a3,3,0,0,0,3-3V5A3,3,0,0,0,18,2Zm1,14a1,1,0,0,1-1,1H15.5a1,1,0,0,0-.65.24l-2.8,2.4L9.71,17.29A1,1,0,0,0,9,17H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4H18a1,1,0,0,1,1,1Z"/>'},ia={name:"chat-bubble-user",style:"line",path:'<path d="M14.58,11.3a3.24,3.24,0,0,0,.71-2,3.29,3.29,0,0,0-6.58,0,3.24,3.24,0,0,0,.71,2,5,5,0,0,0-2,2.31,1,1,0,1,0,1.84.78A3,3,0,0,1,12,12.57h0a3,3,0,0,1,2.75,1.82,1,1,0,0,0,.92.61,1.09,1.09,0,0,0,.39-.08,1,1,0,0,0,.53-1.31A5,5,0,0,0,14.58,11.3ZM12,10.57h0a1.29,1.29,0,1,1,1.29-1.28A1.29,1.29,0,0,1,12,10.57ZM18,2H6A3,3,0,0,0,3,5V16a3,3,0,0,0,3,3H8.59l2.7,2.71A1,1,0,0,0,12,22a1,1,0,0,0,.65-.24L15.87,19H18a3,3,0,0,0,3-3V5A3,3,0,0,0,18,2Zm1,14a1,1,0,0,1-1,1H15.5a1,1,0,0,0-.65.24l-2.8,2.4L9.71,17.29A1,1,0,0,0,9,17H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4H18a1,1,0,0,1,1,1Z"/>'},la={name:"chat-info",style:"line",path:'<path d="M19.29,3.71a1,1,0,0,0,1.42,0,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,21,3a1,1,0,0,0-.29-.71l-.15-.12a.76.76,0,0,0-.18-.09,1,1,0,0,0-1.09.21A1,1,0,0,0,19,3a1,1,0,0,0,.08.38A1.15,1.15,0,0,0,19.29,3.71ZM20,5a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V6A1,1,0,0,0,20,5Zm.06,8a1,1,0,0,0-1.11.87A7,7,0,0,1,12,20H6.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,12,6a6.91,6.91,0,0,1,3.49.94,1,1,0,0,0,1-1.72A8.84,8.84,0,0,0,12,4,9,9,0,0,0,5,18.62L3.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,4,22h8a9,9,0,0,0,8.93-7.88A1,1,0,0,0,20.06,13Z"/>'},oa={name:"check",style:"line",path:'<path d="M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z"/>'},ca={name:"check-circle",style:"line",path:'<path d="M14.72,8.79l-4.29,4.3L8.78,11.44a1,1,0,1,0-1.41,1.41l2.35,2.36a1,1,0,0,0,.71.29,1,1,0,0,0,.7-.29l5-5a1,1,0,0,0,0-1.42A1,1,0,0,0,14.72,8.79ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ua={name:"check-square",style:"line",path:'<path d="M10.21,14.75a1,1,0,0,0,1.42,0l4.08-4.08a1,1,0,0,0-1.42-1.42l-3.37,3.38L9.71,11.41a1,1,0,0,0-1.42,1.42ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z"/>'},sa={name:"circle",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ha={name:"circle-layer",style:"line",path:'<path d="M15,2A7,7,0,0,0,8.12,7.74,6,6,0,0,0,5,12.41,5,5,0,1,0,11.59,19a6,6,0,0,0,4.67-3.09A7,7,0,0,0,15,2ZM10,17.43c0,.1,0,.2-.07.31h0a3,3,0,1,1-3.64-3.64h0L6.57,14A2.94,2.94,0,0,1,10,17.43Zm5-3.67a1.8,1.8,0,0,1-.05.19,3.74,3.74,0,0,1-.17.54,4,4,0,0,1-2.7,2.4c0-.18,0-.35-.06-.53s0-.27,0-.4-.12-.38-.18-.57-.07-.24-.12-.36a4.21,4.21,0,0,0-.3-.55c0-.09-.09-.19-.15-.28a5.3,5.3,0,0,0-.6-.73l-.2-.17a5.52,5.52,0,0,0-.53-.43,2.9,2.9,0,0,0-.34-.19,4,4,0,0,0-.5-.27,2.34,2.34,0,0,0-.4-.13,3.13,3.13,0,0,0-.52-.16c-.14,0-.29,0-.44-.06L7.13,12A4,4,0,0,1,9.52,9.3a3.27,3.27,0,0,1,.53-.17l.2-.05A3.74,3.74,0,0,1,11,9a4,4,0,0,1,4,4A3.84,3.84,0,0,1,14.92,13.76Zm2-.16q0-.3,0-.6a6,6,0,0,0-6-6q-.3,0-.6,0A5,5,0,1,1,17,13.6Z"/>'},da={name:"circuit",style:"line",path:'<path d="M10,13a1,1,0,1,0,1,1A1,1,0,0,0,10,13Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,10,9Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,14,9Zm7,4a1,1,0,0,0,0-2H19V9h2a1,1,0,0,0,0-2H18.82A3,3,0,0,0,17,5.18V3a1,1,0,0,0-2,0V5H13V3a1,1,0,0,0-2,0V5H9V3A1,1,0,0,0,7,3V5.18A3,3,0,0,0,5.18,7H3A1,1,0,0,0,3,9H5v2H3a1,1,0,0,0,0,2H5v2H3a1,1,0,0,0,0,2H5.18A3,3,0,0,0,7,18.82V21a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V18.82A3,3,0,0,0,18.82,17H21a1,1,0,0,0,0-2H19V13Zm-4,3a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8A1,1,0,0,1,8,7h8a1,1,0,0,1,1,1Zm-3-3a1,1,0,1,0,1,1A1,1,0,0,0,14,13Z"/>'},pa={name:"clapper-board",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM16.09,4l-4,4H7.91l4-4ZM4,5A1,1,0,0,1,5,4H9.09l-4,4H4ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10H20ZM20,8H14.91l4-4H19a1,1,0,0,1,1,1Z"/>'},fa={name:"clinic-medical",style:"line",path:'<path d="M11,12v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V15h1a1,1,0,0,0,0-2H13V12a1,1,0,0,0-2,0Zm10.66406-1.74756-9-8a.99893.99893,0,0,0-1.32812,0l-9,8a.99991.99991,0,0,0,1.32812,1.49512L4,11.449V21a.99974.99974,0,0,0,1,1H19a.99974.99974,0,0,0,1-1V11.449l.33594.29859a.99991.99991,0,0,0,1.32812-1.49512ZM18,20H6V9.6712l6-5.33331L18,9.6712Z"/>'},ma={name:"clipboard",style:"line",path:'<path d="M17,4H15.82A3,3,0,0,0,13,2H11A3,3,0,0,0,8.18,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm8,14a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8V7A1,1,0,0,0,9,8h6a1,1,0,0,0,1-1V6h1a1,1,0,0,1,1,1Z"/>'},va={name:"clipboard-alt",style:"line",path:'<path d="M15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-4H11a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm2-6H15.82A3,3,0,0,0,13,2H11A3,3,0,0,0,8.18,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm8,14a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8V7A1,1,0,0,0,9,8h6a1,1,0,0,0,1-1V6h1a1,1,0,0,1,1,1Z"/>'},Aa={name:"clipboard-blank",style:"line",path:'<path d="M17,4H16a2,2,0,0,0-2-2H10A2,2,0,0,0,8,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,4h4V5h0V6H10V4Zm8,15a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2h1a1,1,0,0,1,1,1Z"/>'},ya={name:"clipboard-notes",style:"line",path:'<path d="M13,14H9a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2ZM17,4H15.82A3,3,0,0,0,13,2H11A3,3,0,0,0,8.18,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm8,14a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8V7A1,1,0,0,0,9,8h6a1,1,0,0,0,1-1V6h1a1,1,0,0,1,1,1Zm-3-9H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},Ma={name:"clock",style:"line",path:'<path d="M15.09814,12.63379,13,11.42285V7a1,1,0,0,0-2,0v5a.99985.99985,0,0,0,.5.86621l2.59814,1.5a1.00016,1.00016,0,1,0,1-1.73242ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},Ha={name:"clock-eight",style:"line",path:'<path d="M12,6a.99974.99974,0,0,0-1,1v4.38379L8.56934,12.60693a.99968.99968,0,1,0,.89843,1.78614l2.98145-1.5A.99874.99874,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Zm0-4A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},ga={name:"clock-five",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Zm1-8.251V7a1,1,0,0,0-2,0v5a1.00586,1.00586,0,0,0,.11816.47217l1.5,2.79883a1.00029,1.00029,0,0,0,1.76368-.94434Z"/>'},Za={name:"clock-nine",style:"line",path:'<path d="M12,6a.99974.99974,0,0,0-1,1v4H9a1,1,0,0,0,0,2h3a.99974.99974,0,0,0,1-1V7A.99974.99974,0,0,0,12,6Zm0-4A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},Va={name:"clock-seven",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20ZM12,6a.99974.99974,0,0,0-1,1v4.749L9.61816,14.32666a1.00029,1.00029,0,0,0,1.76368.94434l1.5-2.79883A1.00586,1.00586,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Z"/>'},Ca={name:"clock-ten",style:"line",path:'<path d="M12,6a.99974.99974,0,0,0-1,1v3.26758L9.90234,9.63379a1.00016,1.00016,0,0,0-1,1.73242l2.59766,1.5A1,1,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Zm0-4A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},ba={name:"clock-three",style:"line",path:'<path d="M15,11H13V7a1,1,0,0,0-2,0v5a1,1,0,0,0,1,1h3a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},La={name:"clock-two",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20ZM14.09814,9.63379,13,10.26807V7a1,1,0,0,0-2,0v5a1.00025,1.00025,0,0,0,1.5.86621l2.59814-1.5a1.00016,1.00016,0,1,0-1-1.73242Z"/>'},Sa={name:"closed-captioning",style:"line",path:'<path d="M11.24,13.14a1,1,0,0,0-1.37.36,1,1,0,0,1-1.58.19A.93.93,0,0,1,8,13V11a1,1,0,0,1,1.88-.48,1,1,0,0,0,1.37.34,1,1,0,0,0,.34-1.38,3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,9,8a3,3,0,0,0-3,3v2a3,3,0,0,0,5.59,1.5A1,1,0,0,0,11.24,13.14Zm6,0a1,1,0,0,0-1.37.36,1,1,0,0,1-1.58.19A.93.93,0,0,1,14,13V11a1,1,0,0,1,1.88-.48,1,1,0,0,0,1.37.34,1,1,0,0,0,.34-1.38,3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,15,8a3,3,0,0,0-3,3v2a3,3,0,0,0,5.59,1.5A1,1,0,0,0,17.24,13.14ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},za={name:"closed-captioning-slash",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-8-8A7.92,7.92,0,0,1,5.69,7.1L7.2,8.61A3,3,0,0,0,6,11v2a3,3,0,0,0,5.59,1.5,1,1,0,1,0-1.72-1,1,1,0,0,1-1.58.19A.93.93,0,0,1,8,13V11a1,1,0,0,1,.67-.92L12,13.46A3,3,0,0,0,14.54,16l2.36,2.36A7.92,7.92,0,0,1,12,20Zm6.31-3.1-1.52-1.52a2.94,2.94,0,0,0,.8-.88,1,1,0,1,0-1.72-1,1,1,0,0,1-.55.41L14,12.59V11a1,1,0,0,1,1.88-.48,1,1,0,0,0,1.37.34,1,1,0,0,0,.34-1.38,3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,12,10.62l-.35-.35a1,1,0,0,0-.1-.79,3.08,3.08,0,0,0-.46-.59,2.94,2.94,0,0,0-1.67-.84L7.1,5.69A7.92,7.92,0,0,1,12,4a8,8,0,0,1,8,8A7.92,7.92,0,0,1,18.31,16.9Z"/>'},wa={name:"cloud",style:"line",path:'<path d="M18.42,9.21a7,7,0,0,0-13.36,1.9A4,4,0,0,0,6,19H17a5,5,0,0,0,1.42-9.79ZM17,17H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,17,17Z"/>'},xa={name:"cloud-block",style:"line",path:'<path d="M18.42,7.72A7,7,0,0,0,5.06,9.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12.5,5,5,0,0,0,18.42,7.72Zm-9.25,6a4,4,0,1,0,5.66,0A4.1,4.1,0,0,0,9.17,13.67ZM10,16.5a2,2,0,0,1,2-2,2.09,2.09,0,0,1,.51.07L10.07,17A2.09,2.09,0,0,1,10,16.5Zm3.41,1.41a2,2,0,0,1-1.91.5L13.93,16a2.09,2.09,0,0,1,.07.51A2,2,0,0,1,13.41,17.91Z"/>'},_a={name:"cloud-bookmark",style:"line",path:'<path d="M15,11H10a1,1,0,0,0-1,1v8a1,1,0,0,0,1.56.83l1.94-1.3,1.89,1.26A1,1,0,0,0,15,21a1,1,0,0,0,.44-.1A1,1,0,0,0,16,20V12A1,1,0,0,0,15,11Zm-1,7.12-.94-.63a1,1,0,0,0-1.12,0l-.94.64V13h3Zm4.42-10.9A7,7,0,0,0,5.06,9.11,4,4,0,0,0,6,17a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12,5,5,0,0,0,18.42,7.22Z"/>'},ka={name:"cloud-check",style:"line",path:'<path d="M14.29,14.19,11,17.48,9.71,16.19a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l2,2a1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,0-1.41A1,1,0,0,0,14.29,14.19Zm4.13-5.87a7,7,0,0,0-13.36,1.9,4,4,0,0,0-.38,7.65A1,1,0,1,0,5.32,16,2,2,0,0,1,4,14.1a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.6,1,1,0,0,0,.78.66A3,3,0,0,1,17.75,16,1,1,0,0,0,18,18l.25,0a5,5,0,0,0,.17-9.62Z"/>'},Ta={name:"cloud-computing",style:"line",path:'<path d="M21,20H18a1,1,0,0,1-1-1V16a5,5,0,0,0,1.42-9.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,6,16H7v3a1,1,0,0,1-1,1H3a1,1,0,0,0,0,2H6a3,3,0,0,0,3-3V16h2v5a1,1,0,0,0,2,0V16h2v3a3,3,0,0,0,3,3h3a1,1,0,0,0,0-2ZM6,14a2,2,0,0,1,0-4A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a3,3,0,0,1-3,3Z"/>'},Ea={name:"cloud-data-connection",style:"line",path:'<path d="M21,18.5H14.82A3,3,0,0,0,13,16.68V13.5h3.17A4.33,4.33,0,0,0,17.47,5,6,6,0,0,0,6.06,6.63,3.5,3.5,0,0,0,7,13.5h4v3.18A3,3,0,0,0,9.18,18.5H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2Zm-14-7a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,7.79-1.29,1,1,0,0,0,.78.67A2.31,2.31,0,0,1,18.5,9.17a2.34,2.34,0,0,1-2.33,2.33Zm5,9a1,1,0,1,1,1-1A1,1,0,0,1,12,20.5Z"/>'},Oa={name:"cloud-database-tree",style:"line",path:'<path d="M22.5,14.5a2,2,0,0,0-2-2h-6a2,2,0,0,0-2,2h-3v-3h2.33A3.66,3.66,0,0,0,13,4.37,5,5,0,0,0,3.57,5.65,3,3,0,0,0,4.5,11.5h3v8a1,1,0,0,0,1,1h4a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2v-2a2,2,0,0,0-.28-1,2,2,0,0,0,.28-1Zm-18-5a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,5.84-1,1,1,0,0,0,.78.66A1.65,1.65,0,0,1,13.5,7.83,1.67,1.67,0,0,1,11.83,9.5Zm8,9h-3v-2h3a2,2,0,0,0,.28,1A2,2,0,0,0,12.5,18.5Zm2,2v-2h6v2Zm0-4v-2h6v2Z"/>'},Pa={name:"cloud-download",style:"line",path:'<path d="M14.29,17.29,13,18.59V13a1,1,0,0,0-2,0v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3a1,1,0,0,0-1.42-1.42ZM18.42,6.22A7,7,0,0,0,5.06,8.11,4,4,0,0,0,6,16a1,1,0,0,0,0-2,2,2,0,0,1,0-4A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.24,5.84,1,1,0,1,0,.5,1.94,5,5,0,0,0,.17-9.62Z"/>'},Na={name:"cloud-drizzle",style:"line",path:'<path d="M12,19a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM8,11a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V12A1,1,0,0,0,8,11Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V17A1,1,0,0,0,8,16Zm4-2a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,12,14Zm6.42-7.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16,11a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V12A1,1,0,0,0,16,11Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V17A1,1,0,0,0,16,16ZM12,9a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V10A1,1,0,0,0,12,9Z"/>'},ja={name:"cloud-exclamation",style:"line",path:'<path d="M12.71,18.79a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.3-1.3A1,1,0,0,0,12.71,18.79ZM12,12.5a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,12,12.5Zm6.42-4.79A7,7,0,0,0,5.06,9.61,4,4,0,0,0,6,17.5H8a1,1,0,0,0,0-2H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,17,15.5H16a1,1,0,0,0,0,2h1a5,5,0,0,0,1.42-9.79Z"/>'},Da={name:"cloud-hail",style:"line",path:'<path d="M12,17a1,1,0,1,0,1,1A1,1,0,0,0,12,17ZM8,11a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm4,2a1,1,0,1,0,1,1A1,1,0,0,0,12,13ZM8,19a1,1,0,1,0,1,1A1,1,0,0,0,8,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,8,15Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,16,15ZM12,9a1,1,0,1,0,1,1A1,1,0,0,0,12,9Zm4,2a1,1,0,1,0,1,1A1,1,0,0,0,16,11Zm2.42-4.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16,19a1,1,0,1,0,1,1A1,1,0,0,0,16,19Z"/>'},qa={name:"cloud-heart",style:"line",path:'<path d="M18.42,7.72A7,7,0,0,0,5.06,9.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12.5,5,5,0,0,0,18.42,7.72ZM12,12.83a2.94,2.94,0,0,0-3.43.53,2.93,2.93,0,0,0,0,4.13l2.72,2.72a1,1,0,0,0,1.42,0l2.72-2.72a2.93,2.93,0,0,0,0-4.13A2.94,2.94,0,0,0,12,12.83Zm2,3.24-2,2-2-2a.88.88,0,0,1-.27-.65.89.89,0,0,1,.27-.65.92.92,0,0,1,1.3,0,1,1,0,0,0,1.42,0,.94.94,0,0,1,1.3,0,.89.89,0,0,1,.27.65A.88.88,0,0,1,14,16.07Z"/>'},Ra={name:"cloud-info",style:"line",path:'<path d="M11.29,12.29A1,1,0,0,0,12,14l.19,0a.6.6,0,0,0,.19-.06.56.56,0,0,0,.17-.09l.15-.12a1,1,0,0,0,0-1.42A1,1,0,0,0,11.29,12.29ZM12,15a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V16A1,1,0,0,0,12,15Zm6.42-6.78A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18H8a1,1,0,0,0,0-2H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,13a3,3,0,0,1-3,3H16a1,1,0,0,0,0,2h1a5,5,0,0,0,1.42-9.78Z"/>'},Ia={name:"cloud-lock",style:"line",path:'<path d="M18.42,6.72A7,7,0,0,0,5.06,8.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,12.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,11.5,5,5,0,0,0,18.42,6.72Zm-3.42,9V14.5a3,3,0,0,0-6,0v1.18a3,3,0,0,0,1,5.82h4a3,3,0,0,0,1-5.82ZM11,14.5a1,1,0,0,1,2,0v1H11Zm3,5H10a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z"/>'},Fa={name:"cloud-meatball",style:"line",path:'<path d="M14.5,15.92h-.77l.39-.67a1,1,0,0,0-1.74-1l-.38.67-.38-.67a1,1,0,0,0-1.74,1l.39.67H9.5a1,1,0,0,0,0,2h.77l-.39.66a1,1,0,0,0,1.74,1l.38-.66.38.66a1,1,0,0,0,1.74-1l-.39-.66h.77a1,1,0,0,0,0-2Zm3.92-7.79A7,7,0,0,0,5.06,10,4,4,0,0,0,2,13.92a4,4,0,0,0,3.34,3.93l.16,0a1,1,0,0,0,.16-2,2,2,0,0,1-1.66-2,2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66,3,3,0,0,1,.62,5.72,1,1,0,1,0,.74,1.85,5,5,0,0,0-.45-9.41Z"/>'},Ba={name:"cloud-moon",style:"line",path:'<path d="M21.7,9.07a1,1,0,0,0-.93-.26,3.13,3.13,0,0,1-.66.08,3,3,0,0,1-3-3,3.13,3.13,0,0,1,.08-.66,1,1,0,0,0-.26-.93A1,1,0,0,0,16,4a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,8a6,6,0,0,0-5.94,5.13A3.5,3.5,0,0,0,5.5,20h9.17A4.33,4.33,0,0,0,19,15.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,10,1,1,0,0,0,21.7,9.07Zm-7,8.93H5.5a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,6.18-3.34l0,0a3.94,3.94,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.33,2.33,0,0,1,14.67,18Zm2.44-6.11a2.61,2.61,0,0,1-.42,0,4.6,4.6,0,0,0-.72-.31,6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,11.89Z"/>'},Ua={name:"cloud-moon-hail",style:"line",path:'<path d="M9.21,16.29a1,1,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33A.84.84,0,0,0,7.5,17a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,9.21,16.29Zm0,4a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33,1,1,0,1,0,1.84,0A1.15,1.15,0,0,0,9.21,20.29Zm3.85-6.12-.18-.09L12.7,14a1,1,0,0,0-.58.06.93.93,0,0,0-.33.21,1,1,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,13.5,15a1.05,1.05,0,0,0-.29-.71Zm.15,4.12a1,1,0,0,0-1.09-.21.9.9,0,0,0-.54.54,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,13.21,18.29ZM21.7,7.07a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3,3,0,0,1,.08-.65A1,1,0,0,0,16,2a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,4-4,4.06,4.06,0,0,1,2.19.66h0a4,4,0,0,1,1.58,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8,1,1,0,0,0,21.7,7.07ZM17.11,9.89a2.72,2.72,0,0,1-.42,0A4.6,4.6,0,0,0,16,9.54a6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,9.89Z"/>'},$a={name:"cloud-moon-meatball",style:"line",path:'<path d="M21.7,8a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3.05,3.05,0,0,1,.08-.66,1,1,0,0,0-.26-.94A1,1,0,0,0,16,2.94a5,5,0,0,0-3.83,4.22,5.86,5.86,0,0,0-1.67-.24A6,6,0,0,0,4.56,12,3.52,3.52,0,0,0,2,15.42a3.47,3.47,0,0,0,1.41,2.79A1,1,0,1,0,4.59,16.6,1.46,1.46,0,0,1,4,15.42a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,6.17-3.35l0,0a3.9,3.9,0,0,1,1.57,2,1,1,0,0,0,.78.66,2.33,2.33,0,0,1,.54,4.44,1,1,0,0,0-.52,1.32,1,1,0,0,0,.92.6,1,1,0,0,0,.4-.09,4.33,4.33,0,0,0,2.6-4,4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8.92,1,1,0,0,0,21.7,8Zm-4.59,2.82a2.72,2.72,0,0,1-.42,0,4.6,4.6,0,0,0-.72-.31,5.91,5.91,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.22A3,3,0,0,1,17.11,10.81ZM12.5,16.92h-.77l.39-.67a1,1,0,0,0-1.74-1l-.38.67-.38-.67a1,1,0,0,0-1.74,1l.39.67H7.5a1,1,0,0,0,0,2h.77l-.39.66a1,1,0,0,0,1.74,1l.38-.66.38.66a1,1,0,1,0,1.74-1l-.39-.66h.77a1,1,0,0,0,0-2Z"/>'},Wa={name:"cloud-moon-rain",style:"line",path:'<path d="M8.5,14a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,8.5,19ZM21.7,7.07a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3.13,3.13,0,0,1,.08-.66,1,1,0,0,0-.26-.93A1,1,0,0,0,16,2a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.91,3.91,0,0,1,2.17.66l0,0a3.94,3.94,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.32,4.32,0,0,0,19,13.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8,1,1,0,0,0,21.7,7.07ZM17.11,9.89a2.72,2.72,0,0,1-.42,0A4.6,4.6,0,0,0,16,9.54a6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,9.89ZM12.5,13a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V19A1,1,0,0,0,12.5,18Z"/>'},Ga={name:"cloud-moon-showers",style:"line",path:'<path d="M8.5,14a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14Zm4-1a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Zm9.2-5.93a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3.13,3.13,0,0,1,.08-.66,1,1,0,0,0-.26-.93A1,1,0,0,0,16,2a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.91,3.91,0,0,1,2.17.66l0,0a3.94,3.94,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.32,4.32,0,0,0,19,13.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8,1,1,0,0,0,21.7,7.07ZM17.11,9.89a2.72,2.72,0,0,1-.42,0A4.6,4.6,0,0,0,16,9.54a6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,9.89Z"/>'},Qa={name:"cloud-question",style:"line",path:'<path d="M18.42,8.22A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18H8a1,1,0,0,0,0-2H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,13a3,3,0,0,1-3,3,1,1,0,0,0,0,2,5,5,0,0,0,1.42-9.78Zm-5.5,10.4a.56.56,0,0,0-.09-.17l-.12-.16a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21l-.12.16a.56.56,0,0,0-.09.17.64.64,0,0,0-.06.18,1.5,1.5,0,0,0,0,.2,1.23,1.23,0,0,0,0,.19.6.6,0,0,0,.06.19.56.56,0,0,0,.09.17l.12.16A1.05,1.05,0,0,0,12,20a1,1,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21l.12-.16a.56.56,0,0,0,.09-.17.6.6,0,0,0,.06-.19A1.23,1.23,0,0,0,13,19a1.5,1.5,0,0,0,0-.2A.64.64,0,0,0,12.92,18.62ZM12,11a3,3,0,0,0-2.6,1.5,1,1,0,0,0,.37,1.37,1,1,0,0,0,1.36-.37A1,1,0,0,1,12,13a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6Z"/>'},Ka={name:"cloud-rain",style:"line",path:'<path d="M12.56,12.67a1,1,0,0,0-1.12,0c-.11.08-2.69,1.86-2.69,4.58a3.25,3.25,0,0,0,6.5,0C15.25,14.5,12.67,12.74,12.56,12.67ZM12,18.5a1.25,1.25,0,0,1-1.25-1.25A3.66,3.66,0,0,1,12,14.8a3.61,3.61,0,0,1,1.25,2.45A1.25,1.25,0,0,1,12,18.5ZM18.42,7.72A7,7,0,0,0,5.06,9.61a4,4,0,0,0,.61,7.87h.08a1,1,0,0,0,1-.92,1,1,0,0,0-.92-1.08A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.43,5.79,1,1,0,0,0,.62,1.9,5,5,0,0,0-.14-9.53Z"/>'},Ja={name:"cloud-rain-sun",style:"line",path:'<path d="M21,7h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,3.8V3a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9H21a1,1,0,0,0,0-2ZM17.66,9.65h0a2.09,2.09,0,0,1-.6.42A4.17,4.17,0,0,0,16,9.54a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3ZM8.5,14a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14Zm4-1a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Z"/>'},Xa={name:"cloud-redo",style:"line",path:'<path d="M15,12.5a1,1,0,0,0-.91.6,4,4,0,1,0,.55,6.4A1,1,0,1,0,13.32,18a2,2,0,0,1-1.32.5,2,2,0,1,1,1-3.75h-.22a1,1,0,0,0,0,2H15a1,1,0,0,0,1-1V13.5A1,1,0,0,0,15,12.5Zm3.42-4.78A7,7,0,0,0,5.06,9.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12.5,5,5,0,0,0,18.42,7.72Z"/>'},Ya={name:"cloud-share",style:"line",path:'<path d="M14.5,15a2,2,0,1,0-2-2l-1.9.87a2,2,0,0,0-1.1-.33,2,2,0,0,0,0,4,1.88,1.88,0,0,0,.92-.24l2.1,1a2,2,0,1,0,.8-1.84l-1.75-.8,1.91-.88A2,2,0,0,0,14.5,15Zm3.92-7.78A7,7,0,0,0,5.06,9.11a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12,5,5,0,0,0,18.42,7.22Z"/>'},er={name:"cloud-shield",style:"line",path:'<path d="M18.42,7.22A7,7,0,0,0,5.06,9.11a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12,5,5,0,0,0,18.42,7.22Zm-3.63,4.44a2.73,2.73,0,0,1-2.2-.47,1,1,0,0,0-1.18,0,2.72,2.72,0,0,1-2.2.47,1,1,0,0,0-.84.2,1,1,0,0,0-.37.77V16a4.63,4.63,0,0,0,1.84,3.7l1.57,1.15a1,1,0,0,0,1.18,0l1.57-1.16A4.6,4.6,0,0,0,16,16V12.63a1,1,0,0,0-.37-.77A1,1,0,0,0,14.79,11.66ZM14,16A2.62,2.62,0,0,1,13,18l-1,.72L11,18A2.62,2.62,0,0,1,10,16V13.72a4.68,4.68,0,0,0,2-.55,4.68,4.68,0,0,0,2,.55Z"/>'},tr={name:"cloud-showers",style:"line",path:'<path d="M8,11a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,8,11Zm4,6a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17ZM8,17a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V18A1,1,0,0,0,8,17ZM18.42,6.22A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM12,11a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Zm4,0a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,16,11Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V18A1,1,0,0,0,16,17Z"/>'},nr={name:"cloud-showers-alt",style:"line",path:'<path d="M8,13a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V14A1,1,0,0,0,8,13Zm4-2a1,1,0,0,0-1,1v9a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Zm6.42-4.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16,13a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V14A1,1,0,0,0,16,13Z"/>'},ar={name:"cloud-showers-heavy",style:"line",path:'<path d="M12.89,18.06a1,1,0,0,0-1.28.6l-.73,2a1,1,0,0,0,.6,1.28,1,1,0,0,0,.34.06,1,1,0,0,0,.94-.66l.73-2A1,1,0,0,0,12.89,18.06Zm-4,0a1,1,0,0,0-1.28.6l-.73,2a1,1,0,0,0,.6,1.28,1,1,0,0,0,.34.06,1,1,0,0,0,.94-.66l.73-2A1,1,0,0,0,8.89,18.06Zm0-7a1,1,0,0,0-1.28.6l-1.1,3A1,1,0,0,0,7.45,16a1,1,0,0,0,.94-.66l1.1-3A1,1,0,0,0,8.89,11.06Zm4,0a1,1,0,0,0-1.28.6l-1.1,3A1,1,0,0,0,11.45,16a1,1,0,0,0,.94-.66l1.1-3A1,1,0,0,0,12.89,11.06Zm5.53-4.84A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16.89,18.06a1,1,0,0,0-1.28.6l-.73,2a1,1,0,0,0,.6,1.28,1,1,0,0,0,.34.06,1,1,0,0,0,.94-.66l.73-2A1,1,0,0,0,16.89,18.06Zm0-7a1,1,0,0,0-1.28.6l-1.1,3A1,1,0,0,0,15.45,16a1,1,0,0,0,.94-.66l1.1-3A1,1,0,0,0,16.89,11.06Z"/>'},rr={name:"cloud-slash",style:"line",path:'<path d="M16.71,16.29h0l-13-13A1,1,0,0,0,2.29,4.71L5.65,8.06a7,7,0,0,0-.59,2A4,4,0,0,0,6,18h9.59l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM6,16a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,.2-1.39L13.59,16ZM18.42,8.22A7,7,0,0,0,12,4a6.74,6.74,0,0,0-2.32.4,1,1,0,0,0,.66,1.88A4.91,4.91,0,0,1,12,6a5,5,0,0,1,4.73,3.39,1,1,0,0,0,.78.67,3,3,0,0,1,1.85,4.79,1,1,0,0,0,.16,1.4,1,1,0,0,0,.62.22,1,1,0,0,0,.78-.38,5,5,0,0,0-2.5-7.87Z"/>'},ir={name:"cloud-sun",style:"line",path:'<path d="M21,9h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,5.8V5a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,8a6,6,0,0,0-5.94,5.13A3.5,3.5,0,0,0,5.5,20h9.17A4.33,4.33,0,0,0,19,15.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,11H21a1,1,0,0,0,0-2Zm-6.33,9H5.5a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.33,2.33,0,0,1,14.67,18Zm3-6.35h0a2.17,2.17,0,0,1-.6.4A4.49,4.49,0,0,0,16,11.54a6.12,6.12,0,0,0-2.09-2.49,2.25,2.25,0,0,1,.46-.69h0a2.42,2.42,0,0,1,3.29,0h0a2.37,2.37,0,0,1,0,3.3Z"/>'},lr={name:"cloud-sun-hail",style:"line",path:'<path d="M9.21,20.29a1,1,0,0,0-1.09-.21.93.93,0,0,0-.33.21,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76.9.9,0,0,0,.54.54.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,9.5,21a.84.84,0,0,0-.08-.38A1.15,1.15,0,0,0,9.21,20.29Zm4-2a.93.93,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,1.3,1.3,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,13.21,18.29Zm-4-2a1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,9.5,17a.84.84,0,0,0-.08-.38A1.15,1.15,0,0,0,9.21,16.29Zm2.91-2.21a1,1,0,0,0-.33.21,1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21.84.84,0,0,0,.38.08,1,1,0,0,0,1-1,1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,12.12,14.08ZM21,7h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,3.8V3a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9H21a1,1,0,0,0,0-2ZM17.66,9.65h0a2.09,2.09,0,0,1-.6.42A4.17,4.17,0,0,0,16,9.54a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3Z"/>'},or={name:"cloud-sun-meatball",style:"line",path:'<path d="M12.5,16.92h-.77l.39-.67a1,1,0,0,0-1.74-1l-.38.67-.38-.67a1,1,0,0,0-1.74,1l.39.67H7.5a1,1,0,0,0,0,2h.77l-.39.66a1,1,0,0,0,1.74,1l.38-.66.38.66a1,1,0,1,0,1.74-1l-.39-.66h.77a1,1,0,0,0,0-2Zm8.5-9h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,4.72v-.8a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.56c-.09.16-.16.33-.24.49a5.85,5.85,0,0,0-1.58-.22A6,6,0,0,0,4.56,12,3.52,3.52,0,0,0,2,15.42a3.47,3.47,0,0,0,1.41,2.79A1,1,0,1,0,4.59,16.6,1.46,1.46,0,0,1,4,15.42a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.66,2.33,2.33,0,0,1,.54,4.44,1,1,0,0,0-.52,1.32,1,1,0,0,0,.92.6.93.93,0,0,0,.4-.09,4.33,4.33,0,0,0,2.6-4A4.29,4.29,0,0,0,18.7,13l.13.13a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42l-.56-.56a4.2,4.2,0,0,0,.52-1.26H21a1,1,0,0,0,0-2Zm-3.34,2.64h0a1.89,1.89,0,0,1-.6.41A4.15,4.15,0,0,0,16,10.46,6,6,0,0,0,13.88,8a2.18,2.18,0,0,1,.46-.7h0a2.42,2.42,0,0,1,3.3,0h0a2.34,2.34,0,0,1,0,3.29Z"/>'},cr={name:"cloud-sun-rain",style:"line",path:'<path d="M7.5,15a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V16A1,1,0,0,0,7.5,15ZM22,7H20.9a5.22,5.22,0,0,0-.73-1.76L21,4.47a1,1,0,1,0-1.42-1.42l-.77.78A5,5,0,0,0,17,3.1V2a1,1,0,0,0-2,0V3.1a5.22,5.22,0,0,0-1.76.73l-.77-.78a1,1,0,0,0-1.42,1.42l.78.77a5.06,5.06,0,0,0-.77,2A5.76,5.76,0,0,0,9.5,7a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,3,15.5,1.5,1.5,0,0,1,4.5,14a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,15,16.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,18,14.67a4.41,4.41,0,0,0-.45-1.92,5.17,5.17,0,0,0,1.21-.58l.77.78A1,1,0,0,0,21,13a1,1,0,0,0,0-1.42l-.78-.77A5,5,0,0,0,20.9,9H22a1,1,0,0,0,0-2Zm-3.87,3.12A3,3,0,0,1,16,11h-.06a4.12,4.12,0,0,0-1-.46,5.93,5.93,0,0,0-2-2.38c0-.06,0-.1,0-.16a3,3,0,0,1,.87-2.12,3.1,3.1,0,0,1,4.25,0,3,3,0,0,1,0,4.25ZM7.5,20a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V21A1,1,0,0,0,7.5,20Zm4-1a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,11.5,19Zm0-5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,11.5,14Z"/>'},ur={name:"cloud-sun-rain-alt",style:"line",path:'<path d="M8.5,19a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,8.5,19Zm0-5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14ZM21,7h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,3.8V3a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9H21a1,1,0,0,0,0-2ZM17.66,9.65h0a2.09,2.09,0,0,1-.6.42A4.17,4.17,0,0,0,16,9.54a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3ZM12.5,18a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V19A1,1,0,0,0,12.5,18Zm0-5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Z"/>'},sr={name:"cloud-sun-tear",style:"line",path:'<path d="M11.05,14.33a1,1,0,0,0-1.11,0C9.84,14.41,7.5,16,7.5,18.5a3,3,0,0,0,6,0C13.5,16,11.16,14.4,11.05,14.33ZM10.5,19.5a1,1,0,0,1-1-1,3,3,0,0,1,1-2,3,3,0,0,1,1,2A1,1,0,0,1,10.5,19.5ZM21,7.5h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,4.3V3.5a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,15a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,16.11a1,1,0,0,0,1.1,1.68,4.3,4.3,0,0,0,1.65-5.18l.13.13a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9.5H21a1,1,0,0,0,0-2Zm-3.34,2.65h0a2.45,2.45,0,0,1-.6.41A4.17,4.17,0,0,0,16,10a6.12,6.12,0,0,0-2.09-2.49,2.25,2.25,0,0,1,.46-.69h0a2.42,2.42,0,0,1,3.29,0h0a2.37,2.37,0,0,1,0,3.3Z"/>'},hr={name:"cloud-times",style:"line",path:'<path d="M18.42,8.22A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.24,5.84,1,1,0,0,0,.5,1.94,5,5,0,0,0,.17-9.62Zm-3.71,6.07a1,1,0,0,0-1.42,0L12,15.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L10.59,17l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,18.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,17l1.3-1.29A1,1,0,0,0,14.71,14.29Z"/>'},dr={name:"cloud-unlock",style:"line",path:'<path d="M14,15.5H11v-1A1,1,0,0,1,12.88,14a1,1,0,0,0,1.37.34A1,1,0,0,0,14.59,13a3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,12,11.5a3,3,0,0,0-3,3v1.18a3,3,0,0,0,1,5.82h4a3,3,0,0,0,0-6Zm0,4H10a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2ZM18.42,6.72A7,7,0,0,0,5.06,8.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,12.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,11.5,5,5,0,0,0,18.42,6.72Z"/>'},pr={name:"cloud-upload",style:"line",path:'<path d="M18.42,8.22A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.24,5.84,1,1,0,0,0,.5,1.94,5,5,0,0,0,.17-9.62Zm-5.71,2.07a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L11,13.41V19a1,1,0,0,0,2,0V13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},fr={name:"cloud-wifi",style:"line",path:'<path d="M8.5,5.94a7.1,7.1,0,0,1,7,0,1,1,0,0,0,1.37-.37,1,1,0,0,0-.37-1.36,9.14,9.14,0,0,0-9,0,1,1,0,0,0-.37,1.36A1,1,0,0,0,8.5,5.94Zm9.92,5.27a5.91,5.91,0,0,0-.36-.71,1,1,0,0,0-1.38-.33,1,1,0,0,0-.33,1.37,4.58,4.58,0,0,1,.38.84,1,1,0,0,0,.78.67A3,3,0,0,1,20,16a3,3,0,0,1-3,3L5.66,19A2,2,0,0,1,4,17.4,2,2,0,0,1,6,15a1,1,0,0,0,1-1,4.92,4.92,0,0,1,.67-2.49,1,1,0,0,0-.37-1.37,1,1,0,0,0-1.36.37,6.75,6.75,0,0,0-.88,2.6,4,4,0,0,0-2.13,1.33A4,4,0,0,0,5.46,21h.13L17,21a5,5,0,0,0,1.42-9.79ZM14.87,9s0,0,0-.06A.92.92,0,0,0,15,8.74a1,1,0,0,0-.57-1.29,6.36,6.36,0,0,0-1.74-.38c-.1,0-.2,0-.3,0a5.47,5.47,0,0,0-.81,0,3,3,0,0,0-.31,0,6.36,6.36,0,0,0-1.74.38A1,1,0,0,0,9,8.74a1.22,1.22,0,0,0,.12.19.61.61,0,0,0,0,.11,1,1,0,0,0,1.37.36,3.08,3.08,0,0,1,3,0A1,1,0,0,0,14.87,9ZM11,12a1,1,0,1,0,1-1A1,1,0,0,0,11,12Z"/>'},mr={name:"cloud-wind",style:"line",path:'<path d="M5,18a1,1,0,1,0,1,1A1,1,0,0,0,5,18Zm14-4H12a1,1,0,0,0,0,2h7a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6Zm-5-3a1,1,0,0,0,1,1h4a3,3,0,0,0,3-3,1,1,0,0,0-2,0,1,1,0,0,1-1,1H15A1,1,0,0,0,14,11Zm-4,4a1,1,0,0,0-1-1H6a2,2,0,0,1,0-4A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,1,0,1.9-.64A7,7,0,0,0,5.06,8.11,4,4,0,0,0,6,16H9A1,1,0,0,0,10,15Zm0-4a1,1,0,1,0,1-1A1,1,0,0,0,10,11Zm4,7H9a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1,1,1,0,0,0,2,0A3,3,0,0,0,14,18Z"/>'},vr={name:"clouds",style:"line",path:'<path d="M19.47,10.54A6,6,0,0,0,14,7a5.82,5.82,0,0,0-1.39.18,5,5,0,0,0-9,2A3,3,0,0,0,4.5,15h1a4,4,0,0,0,0,.5A3.5,3.5,0,0,0,9,19h9.17a4.33,4.33,0,0,0,1.3-8.46ZM4.5,13a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,3-3,3,3,0,0,1,2.22,1,6,6,0,0,0-2.66,4.13,3.49,3.49,0,0,0-1.5.87Zm13.67,4H9a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.33,2.33,0,0,1,18.17,17Z"/>'},Ar={name:"club",style:"line",path:'<path d="M21,12.5a5.52,5.52,0,0,0-3.51-5.12,5.49,5.49,0,0,0-11,0A5.5,5.5,0,0,0,8.5,18l.2,0a6.91,6.91,0,0,1-1.24,2.39A1,1,0,0,0,8.24,22h7.52a1,1,0,0,0,.78-1.63A6.91,6.91,0,0,1,15.3,18l.2,0A5.51,5.51,0,0,0,21,12.5ZM10.06,20a8.89,8.89,0,0,0,.81-2.56,5.47,5.47,0,0,0,1.13-.7,5.47,5.47,0,0,0,1.13.7A8.89,8.89,0,0,0,13.94,20Zm2.72-5.3-.08-.08-.08-.08-.07,0-.18-.09-.18-.06h-.38l-.18.06a.56.56,0,0,0-.17.09l-.08,0-.08.08-.08.08A3.5,3.5,0,1,1,7.75,9.08,1.11,1.11,0,0,0,7.91,9a1.42,1.42,0,0,0,.18-.08.83.83,0,0,0,.14-.13.62.62,0,0,0,.21-.31.61.61,0,0,0,.07-.17.69.69,0,0,0,0-.2,1,1,0,0,0,0-.17,3.4,3.4,0,0,1,0-.45,3.5,3.5,0,0,1,7,0,3.4,3.4,0,0,1,0,.45.81.81,0,0,0,0,.16.74.74,0,0,0,0,.21.61.61,0,0,0,.07.17.62.62,0,0,0,.21.31.83.83,0,0,0,.14.13,1.42,1.42,0,0,0,.18.08,1.11,1.11,0,0,0,.16.07,3.5,3.5,0,1,1-3.47,5.62Z"/>'},yr={name:"code-branch",style:"line",path:'<path d="M17,6.06a3,3,0,0,0-1.15,5.77A2,2,0,0,1,14,13.06H10a3.91,3.91,0,0,0-2,.56V7.88a3,3,0,1,0-2,0v8.36a3,3,0,1,0,2.16.05A2,2,0,0,1,10,15.06h4a4,4,0,0,0,3.91-3.16A3,3,0,0,0,17,6.06Zm-10-2a1,1,0,1,1-1,1A1,1,0,0,1,7,4.06Zm0,16a1,1,0,1,1,1-1A1,1,0,0,1,7,20.06Zm10-10a1,1,0,1,1,1-1A1,1,0,0,1,17,10.06Z"/>'},Mr={name:"coffee",style:"line",path:'<path d="M9,17h4a5,5,0,0,0,5-5V11h1a3,3,0,0,0,0-6H18V4a1,1,0,0,0-1-1H5A1,1,0,0,0,4,4v8A5,5,0,0,0,9,17ZM18,7h1a1,1,0,0,1,0,2H18ZM6,5H16v7a3,3,0,0,1-3,3H9a3,3,0,0,1-3-3ZM21,19H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},Hr={name:"cog",style:"line",path:'<path d="M21.32,9.55l-1.89-.63.89-1.78A1,1,0,0,0,20.13,6L18,3.87a1,1,0,0,0-1.15-.19l-1.78.89-.63-1.89A1,1,0,0,0,13.5,2h-3a1,1,0,0,0-.95.68L8.92,4.57,7.14,3.68A1,1,0,0,0,6,3.87L3.87,6a1,1,0,0,0-.19,1.15l.89,1.78-1.89.63A1,1,0,0,0,2,10.5v3a1,1,0,0,0,.68.95l1.89.63-.89,1.78A1,1,0,0,0,3.87,18L6,20.13a1,1,0,0,0,1.15.19l1.78-.89.63,1.89a1,1,0,0,0,.95.68h3a1,1,0,0,0,.95-.68l.63-1.89,1.78.89A1,1,0,0,0,18,20.13L20.13,18a1,1,0,0,0,.19-1.15l-.89-1.78,1.89-.63A1,1,0,0,0,22,13.5v-3A1,1,0,0,0,21.32,9.55ZM20,12.78l-1.2.4A2,2,0,0,0,17.64,16l.57,1.14-1.1,1.1L16,17.64a2,2,0,0,0-2.79,1.16l-.4,1.2H11.22l-.4-1.2A2,2,0,0,0,8,17.64l-1.14.57-1.1-1.1L6.36,16A2,2,0,0,0,5.2,13.18L4,12.78V11.22l1.2-.4A2,2,0,0,0,6.36,8L5.79,6.89l1.1-1.1L8,6.36A2,2,0,0,0,10.82,5.2l.4-1.2h1.56l.4,1.2A2,2,0,0,0,16,6.36l1.14-.57,1.1,1.1L17.64,8a2,2,0,0,0,1.16,2.79l1.2.4ZM12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z"/>'},gr={name:"coins",style:"line",path:'<path d="M21.22,12A3,3,0,0,0,22,10a3,3,0,0,0-3-3H13.82A3,3,0,0,0,11,3H5A3,3,0,0,0,2,6a3,3,0,0,0,.78,2,3,3,0,0,0,0,4,3,3,0,0,0,0,4A3,3,0,0,0,2,18a3,3,0,0,0,3,3H19a3,3,0,0,0,2.22-5,3,3,0,0,0,0-4ZM11,19H5a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm0-4H5a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm0-4H5A1,1,0,0,1,5,9h6a1,1,0,0,1,0,2Zm0-4H5A1,1,0,0,1,5,5h6a1,1,0,0,1,0,2Zm8.69,11.71A.93.93,0,0,1,19,19H13.82a2.87,2.87,0,0,0,0-2H19a1,1,0,0,1,1,1A1,1,0,0,1,19.69,18.71Zm0-4A.93.93,0,0,1,19,15H13.82a2.87,2.87,0,0,0,0-2H19a1,1,0,0,1,1,1A1,1,0,0,1,19.69,14.71Zm0-4A.93.93,0,0,1,19,11H13.82a2.87,2.87,0,0,0,0-2H19a1,1,0,0,1,1,1A1,1,0,0,1,19.69,10.71Z"/>'},Zr={name:"columns",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V4h7Zm9,0H13V4h7Z"/>'},Vr={name:"comment",style:"line",path:'<path d="M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z"/>'},Cr={name:"comment-add",style:"line",path:'<path d="M5,8A1,1,0,0,0,7,8V7H8A1,1,0,0,0,8,5H7V4A1,1,0,0,0,5,4V5H4A1,1,0,0,0,4,7H5ZM18,5H12a1,1,0,0,0,0,2h6a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8a1,1,0,0,1-1-1V12a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,20,21a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,21,20V8A3,3,0,0,0,18,5Z"/>'},br={name:"comment-alt",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Lr={name:"comment-alt-block",style:"line",path:'<path d="M19,6H15a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6Zm-8.46,4.54A5,5,0,1,0,7,12,5,5,0,0,0,10.54,10.54ZM4,7A3,3,0,0,1,7,4a3,3,0,0,1,1.28.3l-4,4A3,3,0,0,1,4,7ZM9.7,5.71A3,3,0,0,1,10,7,3,3,0,0,1,5.72,9.7Z"/>'},Sr={name:"comment-alt-chart-lines",style:"line",path:'<path d="M12,8a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8ZM8,11a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V12A1,1,0,0,0,8,11ZM19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM16,6a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V7A1,1,0,0,0,16,6Z"/>'},zr={name:"comment-alt-check",style:"line",path:'<path d="M6.77,9.15l5.44-5.44a1,1,0,1,0-1.42-1.42L6.06,7,4.21,5.17A1,1,0,0,0,2.79,6.59L5.35,9.15a1,1,0,0,0,1.42,0ZM18.5,6H13a1,1,0,0,0,0,2h5.5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1V12.5a1,1,0,0,0-2,0V16a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9A3,3,0,0,0,18.5,6Z"/>'},wr={name:"comment-alt-dots",style:"line",path:'<path d="M12,9a1,1,0,1,0,1,1A1,1,0,0,0,12,9Zm7-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM8,9a1,1,0,1,0,1,1A1,1,0,0,0,8,9Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,16,9Z"/>'},xr={name:"comment-alt-download",style:"line",path:'<path d="M6.12,11.92a.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,1,0,8.79,7.29L7.5,8.59V3a1,1,0,0,0-2,0V8.59L4.21,7.29A1,1,0,1,0,2.79,8.71l3,3A1,1,0,0,0,6.12,11.92ZM18.5,6h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9A3,3,0,0,0,18.5,6Z"/>'},_r={name:"comment-alt-edit",style:"line",path:'<path d="M18.5,5.5h-4a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1v-1a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V8.5A3,3,0,0,0,18.5,5.5Zm-9.42,7H11.5a1,1,0,0,0,1-1V9.08a1,1,0,0,0-.29-.71L6.63,2.79a1,1,0,0,0-1.41,0L2.79,5.22a1,1,0,0,0,0,1.41l5.58,5.58A1,1,0,0,0,9.08,12.5ZM5.92,4.91,10.5,9.49v1h-1L4.91,5.92Z"/>'},kr={name:"comment-alt-exclamation",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM12,12a1,1,0,1,0,1,1A1,1,0,0,0,12,12Zm0-6a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6Z"/>'},Tr={name:"comment-alt-heart",style:"line",path:'<path d="M12,6.35a3.07,3.07,0,0,0-3.54.53,3,3,0,0,0,0,4.24L11.29,14a1,1,0,0,0,1.42,0l2.83-2.83a3,3,0,0,0,0-4.24A3.07,3.07,0,0,0,12,6.35Zm2.12,3.36L12,11.83,9.88,9.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0,1,1,0,0,0,1.42,0,1,1,0,0,1,1.41,0A1,1,0,0,1,14.12,9.71ZM19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Er={name:"comment-alt-image",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2ZM5.77,16H5a1,1,0,0,1-1-1v-.42l3.3-3.29a1,1,0,0,1,1.41,0l.87.87ZM20,18.59l-2.29-2.3A1,1,0,0,0,17,16H8.59L15.3,9.29a1,1,0,0,1,1.4,0L20,12.58Zm0-8.83L18.12,7.89a3,3,0,0,0-4.24,0L11,10.76l-.88-.87a3.06,3.06,0,0,0-4.24,0L4,11.76V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Or={name:"comment-alt-info",style:"line",path:'<path d="M5,11a1,1,0,0,0,1-1V6A1,1,0,0,0,4,6v4A1,1,0,0,0,5,11ZM4.29,3.71a1,1,0,0,0,1.09.21,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,6,3a1,1,0,0,0-.29-.71,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21A1,1,0,0,0,4,3a1,1,0,0,0,.08.38A1.15,1.15,0,0,0,4.29,3.71ZM17,6H9A1,1,0,0,0,9,8h8a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H7a1,1,0,0,1-1-1V14a1,1,0,0,0-2,0v2a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,19,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,20,21V9A3,3,0,0,0,17,6Z"/>'},Pr={name:"comment-alt-lines",style:"line",path:'<path d="M13,11H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4-4H7A1,1,0,0,0,7,9H17a1,1,0,0,0,0-2Zm2-5H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Nr={name:"comment-alt-lock",style:"line",path:'<path d="M12,10V8a3,3,0,0,0-2-2.82V4A3,3,0,0,0,4,4V5.18A3,3,0,0,0,2,8v2a3,3,0,0,0,3,3H9A3,3,0,0,0,12,10ZM6,4A1,1,0,0,1,8,4V5H6ZM4,10V8A1,1,0,0,1,5,7H9a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1H5A1,1,0,0,1,4,10ZM19,7H15a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,23a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,22V10A3,3,0,0,0,19,7Z"/>'},jr={name:"comment-alt-medical",style:"line",path:'<path d="M14,9H13V8a1,1,0,0,0-2,0V9H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V11h1a1,1,0,0,0,0-2Zm5-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Dr={name:"comment-alt-message",style:"line",path:'<path d="M17,7H7A1,1,0,0,0,7,9H17a1,1,0,0,0,0-2Zm0,4H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm2-9H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},qr={name:"comment-alt-notes",style:"line",path:'<path d="M7,7A1,1,0,1,0,8,8,1,1,0,0,0,7,7Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,7,11Zm10,0H11a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-4H11a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm2-5H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Rr={name:"comment-alt-plus",style:"line",path:'<path d="M15,9H13V7a1,1,0,0,0-2,0V9H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V11h2a1,1,0,0,0,0-2Zm4-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Ir={name:"comment-alt-question",style:"line",path:'<path d="M6.29,10.3a1,1,0,0,0,1.09,1.63,1.19,1.19,0,0,0,.33-.22,1,1,0,0,0,.21-.32A.85.85,0,0,0,8,11a1,1,0,0,0-.29-.7A1,1,0,0,0,6.29,10.3ZM7,5A1,1,0,0,1,7,7,1,1,0,0,0,7,9,3,3,0,1,0,4.4,4.5a1,1,0,0,0,.37,1.37A1,1,0,0,0,6.13,5.5,1,1,0,0,1,7,5ZM19,6H13a1,1,0,0,0,0,2h6a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6Z"/>'},Fr={name:"comment-alt-redo",style:"line",path:'<path d="M10.3,10.75A1,1,0,1,0,9,9.25,3,3,0,1,1,7,4,3,3,0,0,1,9.23,5H8A1,1,0,0,0,8,7h3a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0h0a5,5,0,1,0,.3,7.75ZM19,6H15a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6Z"/>'},Br={name:"comment-alt-search",style:"line",path:'<path d="M19,6H14a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V14a1,1,0,0,0-2,0v2a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6ZM8.57,10l1.72,1.73a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L10,8.57a4.37,4.37,0,0,0,.65-2.26A4.32,4.32,0,1,0,2,6.31a4.32,4.32,0,0,0,4.31,4.32A4.35,4.35,0,0,0,8.57,10ZM4,6.31a2.29,2.29,0,0,1,.68-1.63A2.32,2.32,0,0,1,8,4.68,2.31,2.31,0,0,1,8,8,2.32,2.32,0,0,1,4,6.31Z"/>'},Ur={name:"comment-alt-share",style:"line",path:'<path d="M19.5,6.5h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9.5a1,1,0,0,1-1-1v-2a1,1,0,0,0-2,0v2a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9.5A3,3,0,0,0,19.5,6.5Zm-10,5A2,2,0,1,0,8.32,7.89l-1.75-.8,1.91-.88a2,2,0,0,0,1,.29,2,2,0,1,0-2-2l-1.9.87A2,2,0,0,0,4.5,5a2,2,0,0,0,0,4,2,2,0,0,0,.93-.24l2.09,1A2,2,0,0,0,9.5,11.5Z"/>'},$r={name:"comment-alt-shield",style:"line",path:'<path d="M6.57,12a1,1,0,0,0,.58-.19l1.62-1.16A4.56,4.56,0,0,0,10.68,7V3.63a1,1,0,0,0-.37-.77,1,1,0,0,0-.84-.2,3,3,0,0,1-2.33-.48A1,1,0,0,0,6,2.18a3,3,0,0,1-2.33.48,1,1,0,0,0-1.2,1V7a4.55,4.55,0,0,0,1.9,3.7L6,11.81A.94.94,0,0,0,6.57,12ZM4.46,7V4.72a5.16,5.16,0,0,0,2.11-.55,5.12,5.12,0,0,0,2.11.55V7A2.57,2.57,0,0,1,7.61,9l-1,.74L5.53,9A2.57,2.57,0,0,1,4.46,7ZM18.54,6h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72L18,17.27a.94.94,0,0,0-.68-.27H8.54a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3H16.9l3,2.73a1,1,0,0,0,.67.27,1.15,1.15,0,0,0,.41-.08,1,1,0,0,0,.59-.92V9A3,3,0,0,0,18.54,6Z"/>'},Wr={name:"comment-alt-slash",style:"line",path:'<path d="M10.66,6H17a1,1,0,0,1,1,1v6.34a1,1,0,1,0,2,0V7a3,3,0,0,0-3-3H10.66a1,1,0,0,0,0,2ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71l2,2A3,3,0,0,0,4,7V19a1,1,0,0,0,.62.92A.84.84,0,0,0,5,20a1,1,0,0,0,.71-.29L8.41,17h7.18l4.7,4.71a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM8,15a1,1,0,0,0-.71.29L6,16.59V7.41L13.59,15Z"/>'},Gr={name:"comment-alt-upload",style:"line",path:'<path d="M5.5,11a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3A1,1,0,0,0,4.21,6.71L5.5,5.41Zm13-5h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9A3,3,0,0,0,18.5,6Z"/>'},Qr={name:"comment-alt-verify",style:"line",path:'<path d="M15.71,6.29l-5.3,5.3L8.29,9.47a1,1,0,1,0-1.41,1.41l2.83,2.83a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29l6-6a1,1,0,0,0,0-1.42A1,1,0,0,0,15.71,6.29ZM19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Kr={name:"comment-block",style:"line",path:'<path d="M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,9.25,6.22a1,1,0,0,0-.5-1.94A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14ZM20.54,3.46A5,5,0,1,0,22,7,5,5,0,0,0,20.54,3.46ZM14,7a3,3,0,0,1,3-3,3,3,0,0,1,1.29.3l-4,4A3,3,0,0,1,14,7Zm5.12,2.12a3.08,3.08,0,0,1-3.4.57l4-4A3,3,0,0,1,20,7,3,3,0,0,1,19.12,9.12Z"/>'},Jr={name:"comment-chart-line",style:"line",path:'<path d="M12,10a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10ZM8,13a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V14A1,1,0,0,0,8,13ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20ZM16,8a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V9A1,1,0,0,0,16,8Z"/>'},Xr={name:"comment-check",style:"line",path:'<path d="M13.29,7.13a1,1,0,0,0,0,1.42l1.92,1.92a1,1,0,0,0,1.42,0l4.08-4.08A1,1,0,1,0,19.29,5L15.92,8.35,14.71,7.13A1,1,0,0,0,13.29,7.13Zm6.62,3.51A1,1,0,0,0,19,11.72,2.62,2.62,0,0,1,19,12a7,7,0,0,1-7,7H6.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,10.53,5.15a7.14,7.14,0,0,1,2.8,0,1,1,0,1,0,.4-2,9.15,9.15,0,0,0-3.61,0A9.05,9.05,0,0,0,3,12a9,9,0,0,0,2,5.62L3.29,19.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,4,21h8a9,9,0,0,0,9-9c0-.15,0-.29,0-.44A1,1,0,0,0,19.91,10.64Z"/>'},Yr={name:"comment-dots",style:"line",path:'<path d="M8,11a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,16,11ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20Z"/>'},ei={name:"comment-download",style:"line",path:'<path d="M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,11,6a8.49,8.49,0,0,1,.88,0,1,1,0,1,0,.24-2A8.32,8.32,0,0,0,11,4,9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14Zm2.71-6.74a1,1,0,0,0-1.42,0L19,8.59V3a1,1,0,0,0-2,0V8.59l-1.29-1.3a1,1,0,1,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,0,0,21.71,7.29Z"/>'},ti={name:"comment-edit",style:"line",path:'<path d="M21.71,4.72,19.28,2.29a1,1,0,0,0-1.41,0L12.29,7.87a1,1,0,0,0-.29.71V11a1,1,0,0,0,1,1h2.42a1,1,0,0,0,.71-.29l5.58-5.58A1,1,0,0,0,21.71,4.72ZM15,10H14V9l4.58-4.58,1,1Zm4,2h0a1,1,0,0,0-1,1,7,7,0,0,1-7,7H5.41l.64-.63a1,1,0,0,0,0-1.42A7,7,0,0,1,11,6a1,1,0,0,0,0-2h0A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,9-9A1,1,0,0,0,19,12Z"/>'},ni={name:"comment-exclamation",style:"line",path:'<path d="M12,14a1,1,0,1,0,1,1A1,1,0,0,0,12,14ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20ZM12,8a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z"/>'},ai={name:"comment-heart",style:"line",path:'<path d="M12,8.35a3.07,3.07,0,0,0-3.54.53,3,3,0,0,0,0,4.24L11.29,16a1,1,0,0,0,1.42,0l2.83-2.83a3,3,0,0,0,0-4.24A3.07,3.07,0,0,0,12,8.35Zm2.12,3.36L12,13.83,9.88,11.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0,1,1,0,0,0,1.42,0,1,1,0,0,1,1.41,0A1,1,0,0,1,14.12,11.71ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z"/>'},ri={name:"comment-image",style:"line",path:'<path d="M12,2A10,10,0,0,0,2.44,14.91a.29.29,0,0,0,0,.1,9.83,9.83,0,0,0,1.79,3.32l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9a10,10,0,0,0,9.46-6.78l0-.08A9.89,9.89,0,0,0,22,12,10,10,0,0,0,12,2Zm0,18H5.41l.3-.29,8.41-8.42a1,1,0,0,1,1.4,0l3.62,3.6.23.22A8,8,0,0,1,12,20ZM4.54,14.87l1.58-1.58a1,1,0,0,1,1.41,0l.87.87L5.68,16.9A7.67,7.67,0,0,1,4.54,14.87Zm15.41-2-3-3a3,3,0,0,0-4.24,0L9.82,12.76l-.88-.87a3,3,0,0,0-4.23,0L4,12.56A5.25,5.25,0,0,1,4,12a8,8,0,0,1,16,0A8.27,8.27,0,0,1,20,12.86Z"/>'},ii={name:"comment-info",style:"line",path:'<path d="M12,11a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Zm0-3a1,1,0,1,0,1,1A1,1,0,0,0,12,8Zm0-6A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20Z"/>'},li={name:"comment-info-alt",style:"line",path:'<path d="M12,9a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V10A1,1,0,0,0,12,9Zm7-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM12,6a1,1,0,1,0,1,1A1,1,0,0,0,12,6Z"/>'},oi={name:"comment-lines",style:"line",path:'<path d="M17,9H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm-4,4H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z"/>'},ci={name:"comment-lock",style:"line",path:'<path d="M18.92,16.13a1,1,0,0,0-1.37.37A7,7,0,0,1,11.5,20H5.91l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,10.62,6.05a1,1,0,1,0-.24-2A9,9,0,0,0,4.47,18.62L2.79,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3.5,22h8a9,9,0,0,0,7.79-4.5A1,1,0,0,0,18.92,16.13Zm.58-9.95V5a3,3,0,0,0-6,0V6.18A3,3,0,0,0,11.5,9v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V9A3,3,0,0,0,19.5,6.18ZM15.5,5a1,1,0,0,1,2,0V6h-2Zm4,6a1,1,0,0,1-1,1h-4a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Z"/>'},ui={name:"comment-medical",style:"line",path:'<path d="M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Zm2-9H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Z"/>'},si={name:"comment-message",style:"line",path:'<path d="M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Zm5-9H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm-2,4H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9,9h6a1,1,0,0,0,0-2H9A1,1,0,0,0,9,9Z"/>'},hi={name:"comment-notes",style:"line",path:'<path d="M11,11h6a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2ZM7,9a1,1,0,1,0,1,1A1,1,0,0,0,7,9Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,7,13ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20Zm5-7H11a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},di={name:"comment-plus",style:"line",path:'<path d="M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Zm3-9H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z"/>'},pi={name:"comment-question",style:"line",path:'<path d="M14.77,5.87a1,1,0,0,0,1.36-.37A1,1,0,0,1,18,6a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,1,0-2.6-4.5A1,1,0,0,0,14.77,5.87ZM19.07,13a1,1,0,0,0-1.12.86A7,7,0,0,1,11,20H5.41l.65-.65a1,1,0,0,0,0-1.41A7,7,0,0,1,11,6a1,1,0,0,0,0-2A9,9,0,0,0,4,18.61L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.93-7.87A1,1,0,0,0,19.07,13Zm-1.69-2.93A1,1,0,0,0,16.8,10l-.18.06-.18.09-.15.13a1,1,0,0,0-.21.32A.84.84,0,0,0,16,11a1,1,0,0,0,.07.39,1,1,0,0,0,.22.32A1,1,0,0,0,17,12a1,1,0,0,0,1-1,.84.84,0,0,0-.08-.38,1.07,1.07,0,0,0-.54-.54Z"/>'},fi={name:"comment-redo",style:"line",path:'<path d="M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,9.25,6.22a1,1,0,0,0-.5-1.94A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14ZM21,2a1,1,0,0,0-1,1h0a5,5,0,1,0,.3,7.75A1,1,0,1,0,19,9.25,3,3,0,1,1,17,4a3,3,0,0,1,2.23,1H18a1,1,0,0,0,0,2h3a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Z"/>'},mi={name:"comment-search",style:"line",path:'<path d="M21.21,10.29,19.48,8.57a4.37,4.37,0,0,0,.65-2.26,4.31,4.31,0,1,0-4.32,4.32A4.35,4.35,0,0,0,18.07,10l1.72,1.73a1,1,0,0,0,1.42,0A1,1,0,0,0,21.21,10.29ZM17.45,8A2.32,2.32,0,0,1,13.5,6.31a2.29,2.29,0,0,1,.68-1.63,2.32,2.32,0,0,1,3.27,0,2.31,2.31,0,0,1,0,3.27ZM19.5,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11.5,20H5.91l.64-.63a1,1,0,0,0,0-1.41,7,7,0,0,1-2-5A7,7,0,0,1,8.87,6.52a1,1,0,1,0-.74-1.86,9,9,0,0,0-3.66,14L2.79,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3.5,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19.5,14Z"/>'},vi={name:"comment-share",style:"line",path:'<path d="M19.06,13.51a1,1,0,0,0-1.11.87A7,7,0,0,1,11,20.5H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,9.25,6.72a1,1,0,0,0-.5-1.94A9,9,0,0,0,4,19.12L2.29,20.79a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22.5h8a9,9,0,0,0,8.93-7.88A1,1,0,0,0,19.06,13.51ZM19,7.5a2,2,0,0,0-1.18.39l-1.75-.8L18,6.21a2,2,0,0,0,1,.29,2,2,0,1,0-2-2l-1.9.87A2,2,0,0,0,14,5a2,2,0,0,0,0,4,2,2,0,0,0,.93-.24l2.09,1A2,2,0,1,0,19,7.5Z"/>'},Ai={name:"comment-shield",style:"line",path:'<path d="M21.7,2.86a1,1,0,0,0-.84-.2,3,3,0,0,1-2.33-.48,1,1,0,0,0-1.15,0,3,3,0,0,1-2.33.48,1,1,0,0,0-.84.2,1,1,0,0,0-.37.77V7a4.56,4.56,0,0,0,1.91,3.7l1.62,1.16a1,1,0,0,0,1.17,0l1.62-1.16A4.56,4.56,0,0,0,22.07,7V3.63A1,1,0,0,0,21.7,2.86ZM20.07,7A2.57,2.57,0,0,1,19,9l-1,.74L16.91,9A2.57,2.57,0,0,1,15.84,7V4.72A5.17,5.17,0,0,0,18,4.17a5.12,5.12,0,0,0,2.11.55ZM18.93,14a1,1,0,0,0-1.21.72A7,7,0,0,1,10.93,20H5.35L6,19.37A1,1,0,0,0,6,18,7,7,0,0,1,10.93,6a1,1,0,0,0,0-2,9,9,0,0,0-7,14.62L2.23,20.29A1,1,0,0,0,2.93,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,18.93,14Z"/>'},yi={name:"comment-slash",style:"line",path:'<path d="M10.19,5.23A7.12,7.12,0,0,1,12,5a7,7,0,0,1,7,7,7.12,7.12,0,0,1-.23,1.81,1,1,0,0,0,.7,1.23,1.15,1.15,0,0,0,.26,0,1,1,0,0,0,1-.74A8.91,8.91,0,0,0,21,12a9,9,0,0,0-9-9,8.91,8.91,0,0,0-2.33.3A1,1,0,0,0,9,4.53,1,1,0,0,0,10.19,5.23ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L5,6.38A9,9,0,0,0,5,17.62L3.29,19.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,4,21h8a9,9,0,0,0,5.62-2l2.67,2.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM12,19H6.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,6.4,7.81l9.79,9.79A7,7,0,0,1,12,19Z"/>'},Mi={name:"comment-upload",style:"line",path:'<path d="M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,11,6a1,1,0,0,0,0-2A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14Zm2.71-8.74-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L17,5.41V11a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,5.29Z"/>'},Hi={name:"comment-verify",style:"line",path:'<path d="M15.29,8.85l-4.73,4.74L8.71,11.73a1,1,0,0,0-1.42,1.42l2.56,2.56a1,1,0,0,0,1.42,0l5.44-5.44a1,1,0,1,0-1.42-1.42ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z"/>'},gi={name:"comments",style:"line",path:'<path d="M20.61,19.19A7,7,0,0,0,17.87,8.62,8,8,0,1,0,3.68,14.91L2.29,16.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,18H8.69A7,7,0,0,0,15,22h6a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09ZM8,15a6.63,6.63,0,0,0,.08,1H5.41l.35-.34a1,1,0,0,0,0-1.42A5.93,5.93,0,0,1,4,10a6,6,0,0,1,6-6,5.94,5.94,0,0,1,5.65,4c-.22,0-.43,0-.65,0A7,7,0,0,0,8,15ZM18.54,20l.05.05H15a5,5,0,1,1,3.54-1.46,1,1,0,0,0-.3.7A1,1,0,0,0,18.54,20Z"/>'},Zi={name:"comments-alt",style:"line",path:'<path d="M19,8H18V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V17a1,1,0,0,0,.62.92A.84.84,0,0,0,3,18a1,1,0,0,0,.71-.29l2.81-2.82H8v1.44a3,3,0,0,0,3,3h6.92l2.37,2.38A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V11A3,3,0,0,0,19,8ZM8,11v1.89H6.11a1,1,0,0,0-.71.29L4,14.59V5A1,1,0,0,1,5,4H15a1,1,0,0,1,1,1V8H11A3,3,0,0,0,8,11Zm12,7.59-1-1a1,1,0,0,0-.71-.3H11a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Z"/>'},Vi={name:"compact-disc",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z"/>'},Ci={name:"comparison",style:"line",path:'<path d="M21,20H4v-.54l5-5,3.8,3.8a1,1,0,0,0,1.41,0l7.5-7.5a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0l-6.8,6.8-3.79-3.8a1,1,0,0,0-1.41,0L4,16.63V11.46l5-5,2.8,2.8a1,1,0,0,0,1.41,0L18,4.47l2.19,2.19a1,1,0,0,0,1.41-1.42L18.69,2.35a1,1,0,0,0-1.41,0l-4.8,4.8L9.69,4.35a1,1,0,0,0-1.41,0L4,8.63V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z"/>'},bi={name:"compass",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,17.93V19a1,1,0,0,0-2,0v.93A8,8,0,0,1,4.07,13H5a1,1,0,0,0,0-2H4.07A8,8,0,0,1,11,4.07V5a1,1,0,0,0,2,0V4.07A8,8,0,0,1,19.93,11H19a1,1,0,0,0,0,2h.93A8,8,0,0,1,13,19.93ZM15.14,7.55l-5,2.12a1,1,0,0,0-.52.52l-2.12,5a1,1,0,0,0,.21,1.1,1,1,0,0,0,.7.3.93.93,0,0,0,.4-.09l5-2.12a1,1,0,0,0,.52-.52l2.12-5a1,1,0,0,0-1.31-1.31Zm-2.49,5.1-2.28,1,1-2.28,2.28-1Z"/>'},Li={name:"compress",style:"line",path:'<path d="M16,9h5a1,1,0,0,0,0-2H17V3a1,1,0,0,0-2,0V8A1,1,0,0,0,16,9ZM8,15H3a1,1,0,0,0,0,2H7v4a1,1,0,0,0,2,0V16A1,1,0,0,0,8,15ZM8,2A1,1,0,0,0,7,3V7H3A1,1,0,0,0,3,9H8A1,1,0,0,0,9,8V3A1,1,0,0,0,8,2ZM21,15H16a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V17h4a1,1,0,0,0,0-2Z"/>'},Si={name:"compress-alt",style:"line",path:'<path d="M21.71,2.29a1,1,0,0,0-1.42,0L14.5,8.09V6.5a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54,1,1,0,0,0,.38.08h4a1,1,0,0,0,0-2H15.91l5.8-5.79A1,1,0,0,0,21.71,2.29ZM10.88,12.58a1,1,0,0,0-.38-.08h-4a1,1,0,0,0,0,2H8.09l-5.8,5.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5.79-5.8V17.5a1,1,0,0,0,2,0v-4a1,1,0,0,0-.08-.38A1,1,0,0,0,10.88,12.58Z"/>'},zi={name:"compress-alt-left",style:"line",path:'<path d="M10.5,5.5a1,1,0,0,0-1,1V8.09L3.71,2.29A1,1,0,0,0,2.29,3.71L8.09,9.5H6.5a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54,1,1,0,0,0,.08-.38v-4A1,1,0,0,0,10.5,5.5ZM21.71,20.29l-5.8-5.79H17.5a1,1,0,0,0,0-2h-4a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54,1,1,0,0,0-.08.38v4a1,1,0,0,0,2,0V15.91l5.79,5.8a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Z"/>'},wi={name:"compress-arrows",style:"line",path:'<path d="M10.38,13.08A1,1,0,0,0,10,13H6a1,1,0,0,0,0,2H7.59l-5.3,5.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,16.41V18a1,1,0,0,0,2,0V14a1,1,0,0,0-.08-.38A1,1,0,0,0,10.38,13.08ZM10,5A1,1,0,0,0,9,6V7.59L3.71,2.29A1,1,0,0,0,2.29,3.71L7.59,9H6a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,11,10V6A1,1,0,0,0,10,5Zm3.62,5.92A1,1,0,0,0,14,11h4a1,1,0,0,0,0-2H16.41l5.3-5.29a1,1,0,1,0-1.42-1.42L15,7.59V6a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38A1,1,0,0,0,13.62,10.92ZM16.41,15H18a1,1,0,0,0,0-2H14a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,13,14v4a1,1,0,0,0,2,0V16.41l5.29,5.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},xi={name:"compress-lines",style:"line",path:'<path d="M17,20H13V16.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V20H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2ZM7,4h4V7.59l-.79-.8A1,1,0,1,0,8.79,8.21l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,1,0-1.42-1.42l-.79.8V4h4a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4Z"/>'},_i={name:"compress-point",style:"line",path:'<path d="M21.71,20.29,15.41,14H17a1,1,0,0,0,0-2H13.41l5.66-5.66a1,1,0,1,0-1.41-1.41L12,10.59V7a1,1,0,0,0-2,0V8.59L3.71,2.29A1,1,0,0,0,2.29,3.71L8.59,10H7a1,1,0,0,0,0,2h3.59L4.93,17.66a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0L12,13.41V17a1,1,0,0,0,2,0V15.41l6.29,6.3a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Z"/>'},ki={name:"compress-v",style:"line",path:'<path d="M12.71,13.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V21a1,1,0,0,0,2,0V16.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm-1.42-2.58a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,1,0-1.42-1.42l-.79.8V3a1,1,0,0,0-2,0V7.59l-.79-.8A1,1,0,1,0,8.79,8.21Z"/>'},Ti={name:"confused",style:"line",path:'<path d="M9,9a1,1,0,1,0,1,1A1,1,0,0,0,9,9Zm5.66,4.56-4.19,1.5A1,1,0,0,0,10.8,17a1,1,0,0,0,.34-.06l4.2-1.5a1,1,0,1,0-.68-1.88ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},Ei={name:"constructor",style:"line",path:'<path d="M20,9.67V9.5a7.95,7.95,0,0,0-5.59-7.62l-.06,0a8.32,8.32,0,0,0-2.59-.36A8.21,8.21,0,0,0,4,9.67a3,3,0,0,0,0,5.66,8,8,0,0,0,8,7.17h.23a8.13,8.13,0,0,0,7.68-7.16A3,3,0,0,0,20,9.67ZM12.18,20.5a6,6,0,0,1-6.09-5H17.86A6.09,6.09,0,0,1,12.18,20.5Zm6.82-7H5a1,1,0,0,1,0-2H7a1,1,0,0,0,0-2H6A6.4,6.4,0,0,1,9,4.35V7.5a1,1,0,0,0,2,0V3.59a7.34,7.34,0,0,1,.82-.09H12a6.64,6.64,0,0,1,1,.09V7.5a1,1,0,0,0,2,0V4.32a6.65,6.65,0,0,1,1.18.87A6,6,0,0,1,18,9.5H17a1,1,0,0,0,0,2h2a1,1,0,0,1,0,2Z"/>'},Oi={name:"copy",style:"line",path:'<path d="M21,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,14.05,2H10A3,3,0,0,0,7,5V6H6A3,3,0,0,0,3,9V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V18h1a3,3,0,0,0,3-3V9S21,9,21,8.94ZM15,5.41,17.59,8H16a1,1,0,0,1-1-1ZM15,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8H7v7a3,3,0,0,0,3,3h5Zm4-4a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h3V7a3,3,0,0,0,3,3h3Z"/>'},Pi={name:"copy-alt",style:"line",path:'<path d="M16,20H8a3,3,0,0,1-3-3V7A1,1,0,0,0,3,7V17a5,5,0,0,0,5,5h8a1,1,0,0,0,0-2ZM21,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L14.06,2H10A3,3,0,0,0,7,5V15a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V9S21,9,21,8.94ZM15,5.41,17.59,8H16a1,1,0,0,1-1-1ZM19,15a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h3V7a3,3,0,0,0,3,3h3Z"/>'},Ni={name:"copy-landscape",style:"line",path:'<path d="M18,19H6a3,3,0,0,1-3-3V8A1,1,0,0,0,1,8v8a5,5,0,0,0,5,5H18a1,1,0,0,0,0-2Zm5-9.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L16.06,3H8A3,3,0,0,0,5,6v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V10S23,10,23,9.94ZM17,6.41,19.59,9H18a1,1,0,0,1-1-1ZM21,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V6A1,1,0,0,1,8,5h7V8a3,3,0,0,0,3,3h3Z"/>'},ji={name:"copyright",style:"line",path:'<path d="M11,9h2a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v4a3,3,0,0,0,3,3h2a3,3,0,0,0,3-3,1,1,0,0,0-2,0,1,1,0,0,1-1,1H11a1,1,0,0,1-1-1V10A1,1,0,0,1,11,9Zm1-7A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},Di={name:"corner-down-left",style:"line",path:'<path d="M18.69,2a1,1,0,0,0-1,1V13.37a2,2,0,0,1-2,2h-8l2.92-2.92A1,1,0,0,0,9.24,11L4.61,15.66a1.19,1.19,0,0,0-.22.33,1,1,0,0,0,0,.76,1,1,0,0,0,.22.33l4.63,4.63a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L7.73,17.37h8a4,4,0,0,0,4-4V3A1,1,0,0,0,18.69,2Z"/>'},qi={name:"corner-down-right",style:"line",path:'<path d="M19.61,16a1.19,1.19,0,0,0-.22-.33L14.76,11a1,1,0,0,0-1.41,1.41l2.92,2.92h-7a3,3,0,0,1-3-3V3a1,1,0,1,0-2,0v9.37a5,5,0,0,0,5,5h7l-2.92,2.92a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.7-.29l4.63-4.63a1,1,0,0,0,.22-.33A1,1,0,0,0,19.61,16Z"/>'},Ri={name:"corner-down-right-alt",style:"line",path:'<path d="M20.92,12.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,12H8a1,1,0,0,1-1-1V7A1,1,0,0,0,5,7v4a3,3,0,0,0,3,3h9.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,20.92,12.62Z"/>'},Ii={name:"corner-left-down",style:"line",path:'<path d="M21,4.31H11.63a5,5,0,0,0-5,5v7L3.71,13.35a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.63,4.63a1,1,0,0,0,.33.22.94.94,0,0,0,.76,0,1.19,1.19,0,0,0,.33-.22L13,14.76a1,1,0,0,0-1.41-1.41L8.63,16.27v-7a3,3,0,0,1,3-3H21a1,1,0,0,0,0-2Z"/>'},Fi={name:"corner-right-down",style:"line",path:'<path d="M21.71,13.35a1,1,0,0,0-1.42,0l-2.92,2.92v-8a4,4,0,0,0-4-4H3a1,1,0,1,0,0,2H13.37a2,2,0,0,1,2,2v8l-2.92-2.92A1,1,0,0,0,11,14.76l4.62,4.63a1.19,1.19,0,0,0,.33.22.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.22l4.63-4.63A1,1,0,0,0,21.71,13.35Z"/>'},Bi={name:"corner-up-left",style:"line",path:'<path d="M14.69,6.63h-7l2.92-2.92a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0L4.61,6.92a1,1,0,0,0-.22.33,1,1,0,0,0,0,.76,1.19,1.19,0,0,0,.22.33L9.24,13a1,1,0,0,0,.7.3,1,1,0,0,0,.71-1.71L7.73,8.63h7a3,3,0,0,1,3,3V21a1,1,0,0,0,2,0V11.63A5,5,0,0,0,14.69,6.63Z"/>'},Ui={name:"corner-up-left-alt",style:"line",path:'<path d="M17,9.5H7.41l1.3-1.29A1,1,0,0,0,7.29,6.79l-3,3a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L7.41,11.5H17a1,1,0,0,1,1,1v4a1,1,0,0,0,2,0v-4A3,3,0,0,0,17,9.5Z"/>'},$i={name:"corner-up-right",style:"line",path:'<path d="M19.61,7.25a1,1,0,0,0-.22-.33L14.76,2.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l2.92,2.92h-8a4,4,0,0,0-4,4V21a1,1,0,0,0,2,0V10.63a2,2,0,0,1,2-2h8l-2.92,2.92a1,1,0,0,0,.71,1.71,1,1,0,0,0,.7-.3l4.63-4.62A1.19,1.19,0,0,0,19.61,8,1,1,0,0,0,19.61,7.25Z"/>'},Wi={name:"corner-up-right-alt",style:"line",path:'<path d="M19.92,10.12a1,1,0,0,0-.21-.33l-3-3a1,1,0,1,0-1.42,1.42l1.3,1.29H7a3,3,0,0,0-3,3v4a1,1,0,0,0,2,0v-4a1,1,0,0,1,1-1h9.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,19.92,10.12Z"/>'},Gi={name:"coronavirus",style:"line",path:'<path d="M9.5,9A1.5,1.5,0,1,0,11,10.5,1.5,1.5,0,0,0,9.5,9ZM9,14a1,1,0,1,0,1,1A1,1,0,0,0,9,14Zm6-6a1,1,0,1,0,1,1A1,1,0,0,0,15,8Zm-.5,4A1.5,1.5,0,1,0,16,13.5,1.5,1.5,0,0,0,14.5,12ZM22,11H20.941a8.95168,8.95168,0,0,0-1.916-4.6109l.75336-.75336a.99989.99989,0,0,0-1.41406-1.41406L17.6109,4.975A8.95168,8.95168,0,0,0,13,3.059V2a1,1,0,0,0-2,0V3.059A8.95168,8.95168,0,0,0,6.3891,4.975l-.75336-.75336A.99989.99989,0,0,0,4.22168,5.63574L4.975,6.3891A8.95168,8.95168,0,0,0,3.059,11H2a1,1,0,0,0,0,2H3.059a8.95168,8.95168,0,0,0,1.916,4.6109l-.75336.75336a.99989.99989,0,1,0,1.41406,1.41406L6.3891,19.025A8.95168,8.95168,0,0,0,11,20.941V22a1,1,0,0,0,2,0V20.941a8.95168,8.95168,0,0,0,4.6109-1.916l.75336.75336a.99989.99989,0,0,0,1.41406-1.41406L19.025,17.6109A8.95168,8.95168,0,0,0,20.941,13H22a1,1,0,0,0,0-2Zm-4,2h.92017A7.00413,7.00413,0,0,1,13,18.92017V17a1,1,0,0,0-2,0v1.92017A7.00413,7.00413,0,0,1,5.07983,13H6a1,1,0,0,0,0-2H5.07983A7.00413,7.00413,0,0,1,11,5.07983V7a1,1,0,0,0,2,0V5.07983A7.00413,7.00413,0,0,1,18.92017,11H18a1,1,0,0,0,0,2Z"/>'},Qi={name:"create-dashboard",style:"line",path:'<path d="M10,13H4a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13ZM9,19H5V15H9ZM20,3H14a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V4A1,1,0,0,0,20,3ZM19,9H15V5h4Zm1,7H18V14a1,1,0,0,0-2,0v2H14a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V18h2a1,1,0,0,0,0-2ZM10,3H4A1,1,0,0,0,3,4v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V4A1,1,0,0,0,10,3ZM9,9H5V5H9Z"/>'},Ki={name:"creative-commons-pd",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-8-8A7.92,7.92,0,0,1,5.69,7.1L8.05,9.47A3.07,3.07,0,0,0,8,10v4a3,3,0,0,0,3,3h2a3,3,0,0,0,1.89-.69l2,2A7.92,7.92,0,0,1,12,20Zm-2-6V11.41l3.46,3.46A.91.91,0,0,1,13,15H11A1,1,0,0,1,10,14Zm8.31,2.9L16,14.53A3.07,3.07,0,0,0,16,14a1,1,0,0,0-1-1,.91.91,0,0,0-.46.13l-4-4A.91.91,0,0,1,11,9h2a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H11a3,3,0,0,0-1.89.69l-2-2A7.92,7.92,0,0,1,12,4a8,8,0,0,1,8,8A7.92,7.92,0,0,1,18.31,16.9Z"/>'},Ji={name:"credit-card",style:"line",path:'<path d="M7,15h3a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2ZM19,5H5A3,3,0,0,0,2,8v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8A3,3,0,0,0,19,5Zm1,12a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11H20Zm0-8H4V8A1,1,0,0,1,5,7H19a1,1,0,0,1,1,1Z"/>'},Xi={name:"credit-card-search",style:"line",path:'<path d="M20,17.57a4.3,4.3,0,1,0-3.67,2.06A4.37,4.37,0,0,0,18.57,19l1.72,1.73a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM18,17a2.37,2.37,0,0,1-3.27,0,2.32,2.32,0,0,1,0-3.27,2.31,2.31,0,0,1,3.27,0A2.32,2.32,0,0,1,18,17ZM19,3H5A3,3,0,0,0,2,6v9a3,3,0,0,0,3,3H9a1,1,0,0,0,0-2H5a1,1,0,0,1-1-1V9H20v1a1,1,0,0,0,2,0V6A3,3,0,0,0,19,3Zm1,4H4V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1ZM10,11H7a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"/>'},Yi={name:"crockery",style:"line",path:'<path d="M18,12.15V3a1,1,0,0,0-2,0v9.15a4.16,4.16,0,0,0-3,4c0,2.05,1.52,5.8,4,5.8s4-3.75,4-5.8A4.16,4.16,0,0,0,18,12.15ZM17,20c-.8,0-2-2.27-2-3.8A2.11,2.11,0,0,1,17,14a2.11,2.11,0,0,1,2,2.2C19,17.73,17.8,20,17,20ZM10,2A1,1,0,0,0,9,3V8.46L8,9.13V3A1,1,0,0,0,6,3V9.13L5,8.46V3A1,1,0,0,0,3,3V9a1,1,0,0,0,.45.83L6,11.54V21a1,1,0,0,0,2,0V11.54l2.55-1.71A1,1,0,0,0,11,9V3A1,1,0,0,0,10,2Z"/>'},el={name:"crop-alt",style:"line",path:'<path d="M19,16H18V7a1,1,0,0,0-1-1H8V5A1,1,0,0,0,6,5V6H5A1,1,0,0,0,5,8H6v9a1,1,0,0,0,1,1h9v1a1,1,0,0,0,2,0V18h1a1,1,0,0,0,0-2Zm-3,0H8V8h8Z"/>'},tl={name:"crop-alt-rotate-left",style:"line",path:'<path d="M9.71,16.29a1,1,0,0,0-1.42,1.42l.3.29H8a3,3,0,0,1-3-3V13a1,1,0,0,0-2,0v2a5,5,0,0,0,5,5h.59l-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,0-1.42ZM20,12H19V5a1,1,0,0,0-1-1H11V3A1,1,0,0,0,9,3V4H8A1,1,0,0,0,8,6H9v7a1,1,0,0,0,1,1h7v1a1,1,0,0,0,2,0V14h1a1,1,0,0,0,0-2Zm-3,0H11V6h6Z"/>'},nl={name:"crop-alt-rotate-right",style:"line",path:'<path d="M16,4h-.59l.3-.29a1,1,0,1,0-1.42-1.42l-2,2a1,1,0,0,0,0,1.42l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L15.41,6H16a3,3,0,0,1,3,3v2a1,1,0,0,0,2,0V9A5,5,0,0,0,16,4Zm0,14H15V11a1,1,0,0,0-1-1H7V9A1,1,0,0,0,5,9v1H4a1,1,0,0,0,0,2H5v7a1,1,0,0,0,1,1h7v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Zm-3,0H7V12h6Z"/>'},al={name:"crosshair",style:"line",path:'<path d="M21,11H19.93A8,8,0,0,0,13,4.07V3a1,1,0,0,0-2,0V4.07A8,8,0,0,0,4.07,11H3a1,1,0,0,0,0,2H4.07A8,8,0,0,0,11,19.93V21a1,1,0,0,0,2,0V19.93A8,8,0,0,0,19.93,13H21a1,1,0,0,0,0-2Zm-4,2h.91A6,6,0,0,1,13,17.91V17a1,1,0,0,0-2,0v.91A6,6,0,0,1,6.09,13H7a1,1,0,0,0,0-2H6.09A6,6,0,0,1,11,6.09V7a1,1,0,0,0,2,0V6.09A6,6,0,0,1,17.91,11H17a1,1,0,0,0,0,2Zm-5-2a1,1,0,1,0,1,1A1,1,0,0,0,12,11Z"/>'},rl={name:"crosshair-alt",style:"line",path:'<path d="M12,11a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm0-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,17.93V17a1,1,0,0,0-2,0v2.93A8,8,0,0,1,4.07,13H7a1,1,0,0,0,0-2H4.07A8,8,0,0,1,11,4.07V7a1,1,0,0,0,2,0V4.07A8,8,0,0,1,19.93,11H17a1,1,0,0,0,0,2h2.93A8,8,0,0,1,13,19.93Z"/>'},il={name:"crosshairs",style:"line",path:'<path d="M21,11H19.93A8,8,0,0,0,13,4.07V3a1,1,0,0,0-2,0V4.07A8,8,0,0,0,4.07,11H3a1,1,0,0,0,0,2H4.07A8,8,0,0,0,11,19.93V21a1,1,0,0,0,2,0V19.93A8,8,0,0,0,19.93,13H21a1,1,0,0,0,0-2Zm-9,7a6,6,0,1,1,6-6A6,6,0,0,1,12,18Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z"/>'},ll={name:"css3-simple",style:"line",path:'<path d="M20.772,3.36426A1.00062,1.00062,0,0,0,20,3H6A1,1,0,0,0,6,5H18.78613l-.78094,4H5a1,1,0,0,0,0,2H17.61475l-1.1626,5.95508-6.32324,1.99658L4.71875,17.25244l.20361-1.06494a1.00015,1.00015,0,0,0-1.96484-.375L2.5874,17.75244A1.00059,1.00059,0,0,0,3.27,18.894L9.83008,20.9541a1.00175,1.00175,0,0,0,.60107-.00049l7.18994-2.27a1.00064,1.00064,0,0,0,.68018-.7622l2.68018-13.73A1.00008,1.00008,0,0,0,20.772,3.36426Z"/>'},ol={name:"cube",style:"line",path:'<path d="M20.47,7.37s0,0,0-.08l-.06-.15a.71.71,0,0,0-.07-.09.94.94,0,0,0-.09-.12l-.09-.07L20,6.78l-7.5-4.63a1,1,0,0,0-1.06,0L4,6.78l-.09.08-.09.07a.94.94,0,0,0-.09.12.71.71,0,0,0-.07.09l-.06.15s0,0,0,.08a1.15,1.15,0,0,0,0,.26v8.74a1,1,0,0,0,.47.85l7.5,4.63h0a.47.47,0,0,0,.15.06s.05,0,.08,0a.86.86,0,0,0,.52,0s.05,0,.08,0a.47.47,0,0,0,.15-.06h0L20,17.22a1,1,0,0,0,.47-.85V7.63A1.15,1.15,0,0,0,20.47,7.37ZM11,19.21l-5.5-3.4V9.43L11,12.82Zm1-8.12L6.4,7.63,12,4.18l5.6,3.45Zm6.5,4.72L13,19.21V12.82l5.5-3.39Z"/>'},cl={name:"dashboard",style:"line",path:'<path d="M19.088,4.95453c-.00732-.00781-.00952-.01819-.01715-.02582s-.01819-.00995-.02606-.01733a9.97886,9.97886,0,0,0-14.08948,0c-.00787.00738-.01837.00964-.02606.01733s-.00983.018-.01715.02582a10,10,0,1,0,14.1759,0ZM12,20a7.9847,7.9847,0,0,1-6.235-3H9.78027a2.9636,2.9636,0,0,0,4.43946,0h4.01532A7.9847,7.9847,0,0,1,12,20Zm-1-5a1,1,0,1,1,1,1A1.001,1.001,0,0,1,11,15Zm8.41022.00208L19.3999,15H15a2.99507,2.99507,0,0,0-2-2.81573V9a1,1,0,0,0-2,0v3.18427A2.99507,2.99507,0,0,0,9,15H4.6001l-.01032.00208A7.93083,7.93083,0,0,1,4.06946,13H5a1,1,0,0,0,0-2H4.06946A7.95128,7.95128,0,0,1,5.68854,7.10211l.65472.65473A.99989.99989,0,1,0,7.75732,6.34277l-.65466-.65466A7.95231,7.95231,0,0,1,11,4.06946V5a1,1,0,0,0,2,0V4.06946a7.95231,7.95231,0,0,1,3.89734,1.61865l-.65466.65466a.99989.99989,0,1,0,1.41406,1.41407l.65472-.65473A7.95128,7.95128,0,0,1,19.93054,11H19a1,1,0,0,0,0,2h.93054A7.93083,7.93083,0,0,1,19.41022,15.00208Z"/>'},ul={name:"data-sharing",style:"line",path:'<path d="M20.52,3.87A5,5,0,0,0,11.44,4H7A3,3,0,0,0,4,7v4a1,1,0,0,0,2,0V7A1,1,0,0,1,7,6H9.78A3,3,0,0,0,9,8a3,3,0,0,0,3,3h7.33a3.66,3.66,0,0,0,1.19-7.13ZM19.33,9H12a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,5.84-1,1,1,0,0,0,.78.67A1.65,1.65,0,0,1,21,7.33,1.67,1.67,0,0,1,19.33,9ZM19,13a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H14.74a3.66,3.66,0,0,0-2.22-2.13,5,5,0,0,0-9.45,1.28A3,3,0,0,0,4,23h7.33a3.66,3.66,0,0,0,3.6-3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13Zm-7.67,8H4a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,5.84-1,1,1,0,0,0,.78.67A1.65,1.65,0,0,1,13,19.33,1.67,1.67,0,0,1,11.33,21Z"/>'},sl={name:"database",style:"line",path:'<path d="M8,16.5a1,1,0,1,0,1,1A1,1,0,0,0,8,16.5ZM12,2C8,2,4,3.37,4,6V18c0,2.63,4,4,8,4s8-1.37,8-4V6C20,3.37,16,2,12,2Zm6,16c0,.71-2.28,2-6,2s-6-1.29-6-2V14.73A13.16,13.16,0,0,0,12,16a13.16,13.16,0,0,0,6-1.27Zm0-6c0,.71-2.28,2-6,2s-6-1.29-6-2V8.73A13.16,13.16,0,0,0,12,10a13.16,13.16,0,0,0,6-1.27ZM12,8C8.28,8,6,6.71,6,6s2.28-2,6-2,6,1.29,6,2S15.72,8,12,8ZM8,10.5a1,1,0,1,0,1,1A1,1,0,0,0,8,10.5Z"/>'},hl={name:"database-alt",style:"line",path:'<path d="M8,17a1,1,0,1,0,1,1A1,1,0,0,0,8,17Zm0-6a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm8-9H8A4,4,0,0,0,4,6V18a4,4,0,0,0,4,4h8a4,4,0,0,0,4-4V6A4,4,0,0,0,16,2Zm2,16a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V15.44A3.91,3.91,0,0,0,8,16h8a3.91,3.91,0,0,0,2-.56Zm0-6a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V9.44A3.91,3.91,0,0,0,8,10h8a3.91,3.91,0,0,0,2-.56ZM16,8H8A2,2,0,0,1,8,4h8a2,2,0,0,1,0,4Z"/>'},dl={name:"desert",style:"line",path:'<path d="M18,2a4,4,0,1,0,4,4A4,4,0,0,0,18,2Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,18,8ZM15,20H13V18a1,1,0,0,0-2,0v2H9V16.62l3.45-1.73A1,1,0,0,0,13,14V10a1,1,0,0,0-2,0v3.38l-2,1V8A1,1,0,0,0,7,8v8.38l-2-1V13a1,1,0,0,0-2,0v3a1,1,0,0,0,.55.89L7,18.62V20H3a1,1,0,0,0,0,2H15a1,1,0,0,0,0-2Z"/>'},pl={name:"desktop",style:"line",path:'<path d="M19,3H5A3,3,0,0,0,2,6v8a3,3,0,0,0,3,3h6v2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2H13V17h6a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Zm1,11a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1Z"/>'},fl={name:"desktop-alt",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H8v2H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2H16V18h3a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM14,20H10V18h4Zm6-5a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14H20Zm0-3H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},ml={name:"desktop-alt-slash",style:"line",path:'<path d="M21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71l1,1A3,3,0,0,0,3,6v8a3,3,0,0,0,3,3H9v2H6a1,1,0,0,0,0,2H18a1,1,0,0,0,.93-.66l1.36,1.37a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM5,6.41,9.59,11H5ZM13,19H11V17h2ZM6,15a1,1,0,0,1-1-1V13h6.59l2,2Zm9,4V17h.59l2,2ZM9.66,5H18a1,1,0,0,1,1,1v5H17.66a1,1,0,0,0,0,2H19v1a.37.37,0,0,1,0,.11,1,1,0,0,0,.78,1.18l.2,0a1,1,0,0,0,1-.8A2.84,2.84,0,0,0,21,14V6a3,3,0,0,0-3-3H9.66a1,1,0,0,0,0,2Z"/>'},vl={name:"desktop-cloud-alt",style:"line",path:'<path d="M4.5,10H10a3,3,0,0,0,1.07-5.8,4,4,0,0,0-7.48,1A2.5,2.5,0,0,0,4.5,10Zm0-3a1,1,0,0,0,1-1,2,2,0,0,1,3.89-.64,1,1,0,0,0,.78.66A1,1,0,0,1,11,7a1,1,0,0,1-1,1H4.5a.5.5,0,0,1,0-1ZM19,2H14a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v7H3a1,1,0,0,0-1,1v2a3,3,0,0,0,3,3H8v2H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2H16V18h3a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM14,20H10V18h4Zm6-5a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14H20Z"/>'},Al={name:"desktop-slash",style:"line",path:'<path d="M10.66,6H18a1,1,0,0,1,1,1v6a.94.94,0,0,1-.14.5,1,1,0,0,0,.31,1.38.94.94,0,0,0,.53.16,1,1,0,0,0,.84-.46A2.94,2.94,0,0,0,21,13V7a3,3,0,0,0-3-3H10.66a1,1,0,0,0,0,2ZM21.71,20.29,5.86,4.45h0L3.71,2.29A1,1,0,0,0,2.29,3.71L3.69,5.1A3,3,0,0,0,3,7v6a3,3,0,0,0,3,3h5v2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,.93-.66l2.36,2.37a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM6,14a1,1,0,0,1-1-1V7a1,1,0,0,1,.12-.46L12.59,14Zm7,4V16h1.59l2,2Z"/>'},yl={name:"dialpad",style:"line",path:'<path d="M7,2.25H3A.76.76,0,0,0,2.25,3V7A.76.76,0,0,0,3,7.75H7A.76.76,0,0,0,7.75,7V3A.76.76,0,0,0,7,2.25Zm-.75,4H3.75V3.75h2.5ZM21,2.25H17a.76.76,0,0,0-.75.75V7a.76.76,0,0,0,.75.75h4A.76.76,0,0,0,21.75,7V3A.76.76,0,0,0,21,2.25Zm-.75,4h-2.5V3.75h2.5ZM14,2.25H10A.76.76,0,0,0,9.25,3V7a.76.76,0,0,0,.75.75h4A.76.76,0,0,0,14.75,7V3A.76.76,0,0,0,14,2.25Zm-.75,4h-2.5V3.75h2.5ZM7,9.25H3a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75H7A.76.76,0,0,0,7.75,14V10A.76.76,0,0,0,7,9.25Zm-.75,4H3.75v-2.5h2.5Zm7.75-4H10a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75h4a.76.76,0,0,0,.75-.75V10A.76.76,0,0,0,14,9.25Zm-.75,4h-2.5v-2.5h2.5Zm7.75-4H17a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75h4a.76.76,0,0,0,.75-.75V10A.76.76,0,0,0,21,9.25Zm-.75,4h-2.5v-2.5h2.5Zm-6.25,3H10a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75h4a.76.76,0,0,0,.75-.75V17A.76.76,0,0,0,14,16.25Zm-.75,4h-2.5v-2.5h2.5Z"/>'},Ml={name:"dialpad-alt",style:"line",path:'<path d="M5,9.25A2.75,2.75,0,1,0,7.75,12,2.75,2.75,0,0,0,5,9.25Zm0,4A1.25,1.25,0,1,1,6.25,12,1.25,1.25,0,0,1,5,13.25Zm7-4A2.75,2.75,0,1,0,14.75,12,2.75,2.75,0,0,0,12,9.25Zm0,4A1.25,1.25,0,1,1,13.25,12,1.25,1.25,0,0,1,12,13.25Zm7-5.5A2.75,2.75,0,1,0,16.25,5,2.75,2.75,0,0,0,19,7.75Zm0-4A1.25,1.25,0,1,1,17.75,5,1.25,1.25,0,0,1,19,3.75Zm0,5.5A2.75,2.75,0,1,0,21.75,12,2.75,2.75,0,0,0,19,9.25Zm0,4A1.25,1.25,0,1,1,20.25,12,1.25,1.25,0,0,1,19,13.25ZM5,2.25A2.75,2.75,0,1,0,7.75,5,2.75,2.75,0,0,0,5,2.25Zm0,4A1.25,1.25,0,1,1,6.25,5,1.25,1.25,0,0,1,5,6.25Zm7,10A2.75,2.75,0,1,0,14.75,19,2.75,2.75,0,0,0,12,16.25Zm0,4A1.25,1.25,0,1,1,13.25,19,1.25,1.25,0,0,1,12,20.25Zm0-18A2.75,2.75,0,1,0,14.75,5,2.75,2.75,0,0,0,12,2.25Zm0,4A1.25,1.25,0,1,1,13.25,5,1.25,1.25,0,0,1,12,6.25Z"/>'},Hl={name:"diamond",style:"line",path:'<path d="M20,10.35,14.22,2.94A3.06,3.06,0,0,0,9.75,3L4,10.35A3.05,3.05,0,0,0,3.51,12,3.09,3.09,0,0,0,4,13.58l.06.07,5.74,7.41A3,3,0,0,0,12,22a3.06,3.06,0,0,0,2.26-1L20,13.65a3,3,0,0,0-.06-3.3Zm-1.57,2.14-5.67,7.22a1.11,1.11,0,0,1-1.42.07L5.65,12.47A1,1,0,0,1,5.51,12a1.11,1.11,0,0,1,.1-.45l5.67-7.22a1.11,1.11,0,0,1,1.42-.07l5.63,7.28a1,1,0,0,1,.16.54A1.11,1.11,0,0,1,18.39,12.49Z"/>'},gl={name:"diary",style:"line",path:'<path d="M17,2H5A1,1,0,0,0,4,3V19a1,1,0,0,0,1,1H6v1a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V20h9a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2ZM14,18H6V4h8Zm4-1a1,1,0,0,1-1,1H16V4h1a1,1,0,0,1,1,1Z"/>'},Zl={name:"diary-alt",style:"line",path:'<path d="M17,2H5A1,1,0,0,0,4,3V21a1,1,0,0,0,1,1H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2ZM8,20H6V4H8Zm10-1a1,1,0,0,1-1,1H10V4h7a1,1,0,0,1,1,1Z"/>'},Vl={name:"dice-five",style:"line",path:'<path d="M17,2H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3ZM8,15a1,1,0,1,0,1,1A1,1,0,0,0,8,15Zm4-4a1,1,0,1,0,1,1A1,1,0,0,0,12,11ZM8,7A1,1,0,1,0,9,8,1,1,0,0,0,8,7Zm8,8a1,1,0,1,0,1,1A1,1,0,0,0,16,15Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,16,7Z"/>'},Cl={name:"dice-four",style:"line",path:'<path d="M15,14a1,1,0,1,0,1,1A1,1,0,0,0,15,14ZM9,8a1,1,0,1,0,1,1A1,1,0,0,0,9,8Zm0,6a1,1,0,1,0,1,1A1,1,0,0,0,9,14Zm6-6a1,1,0,1,0,1,1A1,1,0,0,0,15,8Zm2-6H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Z"/>'},bl={name:"dice-one",style:"line",path:'<path d="M17,2H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-8-6a1,1,0,1,0,1,1A1,1,0,0,0,12,11Z"/>'},Ll={name:"dice-six",style:"line",path:'<path d="M9,11a1,1,0,1,0,1,1A1,1,0,0,0,9,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,9,15ZM9,7a1,1,0,1,0,1,1A1,1,0,0,0,9,7Zm6,0a1,1,0,1,0,1,1A1,1,0,0,0,15,7Zm2-5H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-5-6a1,1,0,1,0,1,1A1,1,0,0,0,15,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,15,15Z"/>'},Sl={name:"dice-three",style:"line",path:'<path d="M12,11a1,1,0,1,0,1,1A1,1,0,0,0,12,11ZM8,7A1,1,0,1,0,9,8,1,1,0,0,0,8,7Zm9-5H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-4-2a1,1,0,1,0,1,1A1,1,0,0,0,16,15Z"/>'},zl={name:"dice-two",style:"line",path:'<path d="M9,11a1,1,0,1,0,1,1A1,1,0,0,0,9,11Zm8-9H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-5-6a1,1,0,1,0,1,1A1,1,0,0,0,15,11Z"/>'},wl={name:"direction",style:"line",path:'<path d="M9.71,10.21,12,7.91l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,1.42,1.42Zm4.58,4.58L12,17.09l-2.29-2.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42Z"/>'},xl={name:"directions",style:"line",path:'<path d="M21.12,9.88l-7-7a3.08,3.08,0,0,0-4.24,0l-7,7a3,3,0,0,0,0,4.24l7,7a3,3,0,0,0,4.24,0l7-7A3,3,0,0,0,21.12,9.88Zm-1.41,2.83-7,7a1,1,0,0,1-1.42,0h0l-7-7a1,1,0,0,1,0-1.42l7-7a1,1,0,0,1,1.42,0l7,7A1,1,0,0,1,19.71,12.71Zm-5.5-3.42a1,1,0,0,0-1.42,1.42l.3.29H9.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V13h2.59l-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,0-1.42Z"/>'},_l={name:"discord",style:"line",path:'<path d="M10.13831,10.62982h-.00013a1.05288,1.05288,0,1,0,.00013,0Zm3.75427,0a1.14582,1.14582,0,1,0,1.04907,1.14166A1.09586,1.09586,0,0,0,13.89258,10.62982Zm4.99878-8.6297H5.10864A2.11364,2.11364,0,0,0,3,4.119V18.02527A2.11368,2.11368,0,0,0,5.10864,20.1441H16.77258l-.54516-1.90289,1.31653,1.224,1.24462,1.152L21,22.57153V4.119A2.11364,2.11364,0,0,0,18.89136,2.00012ZM14.92114,15.43323v.00006s-.37036-.44232-.67895-.83319a3.2459,3.2459,0,0,0,1.86181-1.224,5.87837,5.87837,0,0,1-1.18286.60681,6.76974,6.76974,0,0,1-1.49145.44232,7.206,7.206,0,0,1-2.66394-.01025,8.64456,8.64456,0,0,1-1.51209-.44226,6.03735,6.03735,0,0,1-.75085-.34973c-.03089-.02063-.06165-.03089-.09253-.05146a.14171.14171,0,0,1-.04114-.03082c-.18506-.10284-.28809-.17487-.28809-.17487A3.19975,3.19975,0,0,0,9.8811,14.57953c-.30847.39093-.68908.8537-.68908.8537a3.72892,3.72892,0,0,1-3.13709-1.56342A13.775,13.775,0,0,1,7.536,7.87323a5.08641,5.08641,0,0,1,2.89026-1.08l.10278.12348A6.93762,6.93762,0,0,0,7.824,8.2641s.22632-.12341.60682-.29828a7.722,7.722,0,0,1,2.335-.64795,1.00465,1.00465,0,0,1,.17492-.02063,8.702,8.702,0,0,1,2.07764-.02051,8.384,8.384,0,0,1,3.096.98737,6.84576,6.84576,0,0,0-2.561-1.30628l.14392-.16449a5.08575,5.08575,0,0,1,2.89026,1.08,13.77368,13.77368,0,0,1,1.4812,5.99652A3.75972,3.75972,0,0,1,14.92114,15.43323Z"/>'},kl={name:"dizzy-meh",style:"line",path:'<path d="M9,11.71l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,9.54,8.29l-.29.3L9,8.29A1,1,0,1,0,7.54,9.71l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0ZM15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8.29a1,1,0,0,0-1.42,0l-.29.3L15,8.29a1,1,0,0,0-1.42,1.42l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,17,8.29Z"/>'},Tl={name:"dna",style:"line",path:'<path d="M9.2,13.73a1,1,0,0,0-1.41-.05A11.18,11.18,0,0,0,4,22a1,1,0,0,0,2,0,9.15,9.15,0,0,1,3.15-6.86A1,1,0,0,0,9.2,13.73Zm10.17,4.64a10.86,10.86,0,0,0-1.6-3A14.31,14.31,0,0,0,14.06,12C16.3,10.57,20,7.4,20,2a1,1,0,0,0-2,0c0,5.4-4.59,8.17-6,8.89A13.42,13.42,0,0,1,9.31,9H12a1,1,0,0,0,0-2H7.55a9.39,9.39,0,0,1-1-2H15a1,1,0,0,0,0-2H6.06A8.14,8.14,0,0,1,6,2,1,1,0,0,0,4,2c0,7.57,7.3,10.79,7.61,10.92h0A12.93,12.93,0,0,1,14.7,15H12a1,1,0,0,0,0,2h4.43a9.07,9.07,0,0,1,1,2H9a1,1,0,0,0,0,2h8.94A8.26,8.26,0,0,1,18,22a1,1,0,0,0,2,0,10.5,10.5,0,0,0-.22-2.19A9.23,9.23,0,0,0,19.37,18.37Z"/>'},El={name:"docker",style:"line",path:'<path d="M8.8,8.8h1.8c0.1,0,0.2-0.1,0.2-0.2V7.1c0-0.1-0.1-0.2-0.2-0.2H8.8C8.7,6.9,8.6,7,8.6,7.1v1.6C8.6,8.7,8.7,8.8,8.8,8.8z M11.2,11.1H13c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2h-1.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C11,11,11.1,11.1,11.2,11.1z M11.2,8.8H13c0.1,0,0.2-0.1,0.2-0.2V7.1C13.1,7,13,6.9,13,6.9h-1.8C11.1,6.9,11,7,11,7.1v1.6C11,8.7,11.1,8.8,11.2,8.8z M13.7,11.1h1.8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2h-1.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C13.5,11,13.6,11.1,13.7,11.1z M11.2,6.5H13c0.1,0,0.2-0.1,0.2-0.2V4.8c0-0.1-0.1-0.2-0.2-0.2h-1.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C11,6.5,11.1,6.5,11.2,6.5z M3.8,11.1h1.8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2H3.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C3.7,11,3.8,11.1,3.8,11.1z M21.8,10.1c-0.5-0.3-1.1-0.5-1.6-0.4c-0.3,0-0.6,0-0.8,0.1c-0.2-0.9-0.7-1.7-1.4-2.1l-0.3-0.2l-0.2,0.3C17.2,8,17,8.4,16.9,8.9c-0.2,0.8-0.1,1.6,0.3,2.2c-0.5,0.2-1,0.3-1.5,0.4H2.6c-0.3,0-0.6,0.3-0.6,0.6c0,1.2,0.2,2.3,0.6,3.4c0.4,1.1,1.1,2,2,2.6c1.4,0.7,2.9,1,4.4,0.9c0.8,0,1.6-0.1,2.4-0.2c1.1-0.2,2.2-0.6,3.2-1.2c0.8-0.5,1.5-1.1,2.2-1.8c0.9-1.1,1.6-2.3,2.1-3.7h0.2c0.8,0,1.6-0.3,2.2-0.8c0.3-0.2,0.5-0.5,0.6-0.9l0.1-0.2L21.8,10.1z M6.3,11.1H8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2H6.3c-0.1,0-0.2,0.1-0.2,0.2v1.6C6.1,11,6.2,11.1,6.3,11.1z M6.3,8.8H8c0.1,0,0.2-0.1,0.2-0.2V7.1C8.2,7,8.1,6.9,8,6.9H6.3C6.2,6.9,6.1,7,6.1,7.1v1.6C6.1,8.7,6.2,8.8,6.3,8.8z M8.8,11.1h1.8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2H8.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C8.6,11,8.7,11.1,8.8,11.1z"/>'},Ol={name:"document-info",style:"line",path:'<path d="M12,14a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V15A1,1,0,0,0,12,14Zm.38-2.92A1,1,0,0,0,11.8,11l-.18.06-.18.09-.15.12A1,1,0,0,0,11,12a1,1,0,0,0,.29.71,1,1,0,0,0,.33.21A.84.84,0,0,0,12,13a1,1,0,0,0,.71-.29A1,1,0,0,0,13,12a1,1,0,0,0-.29-.71A1.15,1.15,0,0,0,12.38,11.08ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z"/>'},Pl={name:"document-layout-center",style:"line",path:'<path d="M9,12h6a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1H9A1,1,0,0,0,8,5v6A1,1,0,0,0,9,12Zm1-6h4v4H10Zm11,4H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2ZM19,8h2a1,1,0,0,0,0-2H19a1,1,0,0,0,0,2ZM3,8H5A1,1,0,0,0,5,6H3A1,1,0,0,0,3,8Zm0,4H5a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-8,4H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Z"/>'},Nl={name:"document-layout-left",style:"line",path:'<path d="M3,12H9a1,1,0,0,0,1-1V5A1,1,0,0,0,9,4H3A1,1,0,0,0,2,5v6A1,1,0,0,0,3,12ZM4,6H8v4H4Zm9,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2Zm0,10H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Zm8-4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"/>'},jl={name:"document-layout-right",style:"line",path:'<path d="M13,18H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2ZM3,8h8a1,1,0,0,0,0-2H3A1,1,0,0,0,3,8Zm0,4h8a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM21,4H15a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V5A1,1,0,0,0,21,4Zm-1,6H16V6h4Z"/>'},Dl={name:"dollar-alt",style:"line",path:'<path d="M14,11H13V7h2a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H13V3a1,1,0,0,0-2,0V5H10a4,4,0,0,0,0,8h1v4H9a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h2v2a1,1,0,0,0,2,0V19h1a4,4,0,0,0,0-8Zm-3,0H10a2,2,0,0,1,0-4h1Zm3,6H13V13h1a2,2,0,0,1,0,4Z"/>'},ql={name:"dollar-sign",style:"line",path:'<path d="M14,11H10a2,2,0,0,1,0-4h5a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H13V3a1,1,0,0,0-2,0V5H10a4,4,0,0,0,0,8h4a2,2,0,0,1,0,4H9a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h2v2a1,1,0,0,0,2,0V19h1a4,4,0,0,0,0-8Z"/>'},Rl={name:"dollar-sign-alt",style:"line",path:'<path d="M14,11H10a2,2,0,0,1,0-4h5a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H13V3a1,1,0,0,0-2,0V5H10a4,4,0,0,0,0,8h4a2,2,0,0,1,0,4H9a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h2v2a1,1,0,0,0,2,0V19h1a4,4,0,0,0,0-8Z"/>'},Il={name:"download-alt",style:"line",path:'<path d="M8.29,13.29a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42L13,14.59V3a1,1,0,0,0-2,0V14.59l-1.29-1.3A1,1,0,0,0,8.29,13.29ZM18,9H16a1,1,0,0,0,0,2h2a1,1,0,0,1,1,1v7a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H8A1,1,0,0,0,8,9H6a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A3,3,0,0,0,18,9Z"/>'},Fl={name:"draggabledots",style:"line",path:'<path d="M8.5,10a2,2,0,1,0,2,2A2,2,0,0,0,8.5,10Zm0,7a2,2,0,1,0,2,2A2,2,0,0,0,8.5,17Zm7-10a2,2,0,1,0-2-2A2,2,0,0,0,15.5,7Zm-7-4a2,2,0,1,0,2,2A2,2,0,0,0,8.5,3Zm7,14a2,2,0,1,0,2,2A2,2,0,0,0,15.5,17Zm0-7a2,2,0,1,0,2,2A2,2,0,0,0,15.5,10Z"/>'},Bl={name:"dribbble",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,2a7.94,7.94,0,0,1,5.51,2.22A24.93,24.93,0,0,1,12.68,8.4,29.07,29.07,0,0,0,9.81,4.31,7.94,7.94,0,0,1,12,4ZM7.89,5.15A27.16,27.16,0,0,1,10.7,9a25.11,25.11,0,0,1-6,.74H4.34A8,8,0,0,1,7.89,5.15ZM6,17.31A7.9,7.9,0,0,1,4,12c0-.1,0-.2,0-.29h.68a26.67,26.67,0,0,0,7-1c.32.61.62,1.24.91,1.89a14.3,14.3,0,0,0-4.29,2.41l-.3.24A21,21,0,0,0,6,17.31ZM12,20a7.92,7.92,0,0,1-4.47-1.37,17.92,17.92,0,0,1,1.56-1.58l.32-.27a12.63,12.63,0,0,1,4-2.27,32,32,0,0,1,1.4,5A8.08,8.08,0,0,1,12,20Zm4.63-1.49a34.87,34.87,0,0,0-1.28-4.46l.34,0a.25.25,0,0,1,.12,0h.11l.1,0,.48,0a9.43,9.43,0,0,1,3.09.53A7.94,7.94,0,0,1,16.63,18.51ZM16.5,12c-.21,0-.42,0-.62,0a1.56,1.56,0,0,0-.39,0,6.64,6.64,0,0,0-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.57,26.57,0,0,0,5.13-2.4A8,8,0,0,1,20,12c0,.17,0,.34,0,.51A11.48,11.48,0,0,0,16.5,12Z"/>'},Ul={name:"drill",style:"line",path:'<path d="M19,4H9A1,1,0,0,0,8,5V7H3A1,1,0,0,0,3,9H8v4a1,1,0,0,0,2,0V12h4v7a1,1,0,0,0,1,1h2a3,3,0,0,0,3-3V11.82A3,3,0,0,0,22,9V7A3,3,0,0,0,19,4ZM18,17a1,1,0,0,1-1,1H16V12h2Zm2-8a1,1,0,0,1-1,1H10V6h6V7a1,1,0,0,0,2,0V6h1a1,1,0,0,1,1,1Z"/>'},$l={name:"dropbox",style:"line",path:'<path d="M21.61,11.81,18.36,9.28l3.26-2.56A1,1,0,0,0,22,5.86a1.06,1.06,0,0,0-.5-.8L16.36,2.13a1,1,0,0,0-1.15.12L12,5.05,8.79,2.25a1,1,0,0,0-1.15-.12L2.5,5.06a1.06,1.06,0,0,0-.5.8,1,1,0,0,0,.38.86L5.64,9.28,2.39,11.77a1,1,0,0,0-.39.86,1,1,0,0,0,.5.8l3.41,2v2.47a1,1,0,0,0,.48.85l5.09,3.13a1,1,0,0,0,1,0l5.09-3.13a1,1,0,0,0,.48-.85V15.42l3.41-1.95a1,1,0,0,0,.5-.8A1,1,0,0,0,21.61,11.81ZM16,4.22l3.23,1.84-2.55,2-3-1.84ZM14.91,9.34l-2.91,2-2.91-2L12,7.55ZM4.79,6.06,8,4.22l2.31,2-3,1.84Zm0,6.39,2.5-1.92,3,2.08L8.07,14.34Zm11.29,4.86L12,19.83,7.91,17.31v-.8a1,1,0,0,0,.85-.18L12,13.83l3.24,2.5a1,1,0,0,0,.61.21,1,1,0,0,0,.24,0Zm-.15-3L13.7,12.61l3-2.08,2.51,1.94Z"/>'},Wl={name:"dumbbell",style:"line",path:'<path d="M17.48,6.55v0h0L14.64,3.71a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l2.12,2.12-8.1,8.1L5.12,13.22a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l2.81,2.81v0h0l2.81,2.81a1,1,0,0,0,.71.3,1,1,0,0,0,.71-1.71L8.66,16.76l8.1-8.1,2.12,2.12a1,1,0,1,0,1.41-1.42ZM3.71,17.46a1,1,0,0,0-1.42,1.42l2.83,2.83a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42Zm18-12.34L18.88,2.29a1,1,0,0,0-1.42,1.42l2.83,2.83a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,5.12Z"/>'},Gl={name:"ear",style:"line",path:'<title>Ear</title><path d="M12,8a1.00067,1.00067,0,0,1,1,1,1,1,0,0,0,2,0,2.9995,2.9995,0,1,0-5.01758,2.2207c.01.0091.16113.16992.19336.21485a.9875.9875,0,0,1,0,1.11914.99952.99952,0,1,0,1.64844,1.13086,2.98332,2.98332,0,0,0-.00488-3.38867,7.12392,7.12392,0,0,0-.49122-.55665,1.05523,1.05523,0,0,1-.1582-.18164A1.00072,1.00072,0,0,1,12,8Zm0-6a7.0006,7.0006,0,0,0-6.76172,8.81152A.99989.99989,0,0,0,7.16992,10.294,5.00018,5.00018,0,1,1,17,9a5.11412,5.11412,0,0,1-.70508,2.56738L12.73145,19A2.00462,2.00462,0,0,1,11,20a2.027,2.027,0,0,1-2-2,1.99224,1.99224,0,0,1,.26855-.999,1.00065,1.00065,0,0,0-1.73242-1.002,3.9988,3.9988,0,1,0,6.96289,3.9336L18.0625,12.5A7.00044,7.00044,0,0,0,12,2Z"/>'},Ql={name:"edit",style:"line",path:'<path d="M21,12a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h6a1,1,0,0,0,0-2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM6,12.76V17a1,1,0,0,0,1,1h4.24a1,1,0,0,0,.71-.29l6.92-6.93h0L21.71,8a1,1,0,0,0,0-1.42L17.47,2.29a1,1,0,0,0-1.42,0L13.23,5.12h0L6.29,12.05A1,1,0,0,0,6,12.76ZM16.76,4.41l2.83,2.83L18.17,8.66,15.34,5.83ZM8,13.17l5.93-5.93,2.83,2.83L10.83,16H8Z"/>'},Kl={name:"edit-alt",style:"line",path:'<path d="M5,18H9.24a1,1,0,0,0,.71-.29l6.92-6.93h0L19.71,8a1,1,0,0,0,0-1.42L15.47,2.29a1,1,0,0,0-1.42,0L11.23,5.12h0L4.29,12.05a1,1,0,0,0-.29.71V17A1,1,0,0,0,5,18ZM14.76,4.41l2.83,2.83L16.17,8.66,13.34,5.83ZM6,13.17l5.93-5.93,2.83,2.83L8.83,16H6ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},Jl={name:"elipsis-double-v-alt",style:"line",path:'<path d="M8.5,17c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S9.6,17,8.5,17z M15.5,7c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2S14.4,7,15.5,7z M8.5,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S9.6,10,8.5,10z M15.5,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S16.6,10,15.5,10z M15.5,17c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S16.6,17,15.5,17z M8.5,3c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S9.6,3,8.5,3z"/>'},Xl={name:"ellipsis-h",style:"line",path:'<path d="M12,10a2,2,0,1,0,2,2A2,2,0,0,0,12,10ZM5,10a2,2,0,1,0,2,2A2,2,0,0,0,5,10Zm14,0a2,2,0,1,0,2,2A2,2,0,0,0,19,10Z"/>'},Yl={name:"ellipsis-v",style:"line",path:'<path d="M12,7a2,2,0,1,0-2-2A2,2,0,0,0,12,7Zm0,10a2,2,0,1,0,2,2A2,2,0,0,0,12,17Zm0-7a2,2,0,1,0,2,2A2,2,0,0,0,12,10Z"/>'},eo={name:"emoji",style:"line",path:'<path d="M15,11a1,1,0,1,0-1-1A1,1,0,0,0,15,11ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm3-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm4.28-7.12a1,1,0,0,0-1.4-.16A2.78,2.78,0,0,0,14,14H10.35a2.81,2.81,0,0,0-.88-1.31,1,1,0,0,0-1.36.2,1,1,0,0,0,.14,1.39A1,1,0,0,1,8.5,15a1.09,1.09,0,0,1-.25.72A1,1,0,1,0,9.5,17.28,2.89,2.89,0,0,0,10.34,16H14a2.72,2.72,0,0,0,.89,1.31,1,1,0,0,0,.57.18,1,1,0,0,0,.78-.38,1,1,0,0,0-.14-1.39,1,1,0,0,1-.25-.72,1.09,1.09,0,0,1,.25-.72A1,1,0,0,0,16.28,12.88Z"/>'},to={name:"english-to-chinese",style:"line",path:'<path d="M14.022,7h1a1.0013,1.0013,0,0,1,1,1V9a1,1,0,0,0,2,0V8a3.00328,3.00328,0,0,0-3-3h-1a1,1,0,0,0,0,2Zm-4,9h-1a1.0013,1.0013,0,0,1-1-1V14a1,1,0,0,0-2,0v1a3.00328,3.00328,0,0,0,3,3h1a1,1,0,0,0,0-2Zm11-1a1,1,0,0,0,0-2h-3v-.5a1,1,0,0,0-2,0V13h-3a1,1,0,0,0,0,2h5.18427a6.72756,6.72756,0,0,1-1.22553,2.52667,6.66828,6.66828,0,0,1-.62915-.98272.99972.99972,0,1,0-1.77929.9121,8.67791,8.67791,0,0,0,.9591,1.468A6.6182,6.6182,0,0,1,13.10645,20.023a1.00008,1.00008,0,0,0,.42675,1.9541,8.63506,8.63506,0,0,0,3.445-1.62164,8.72368,8.72368,0,0,0,3.46857,1.62115,1,1,0,1,0,.43066-1.95312,6.72477,6.72477,0,0,1-2.4461-1.09009A8.73637,8.73637,0,0,0,20.24371,15ZM9.05176,11.24268a1.00011,1.00011,0,0,0,1.94043-.48536L9.23486,3.72754a2.28107,2.28107,0,0,0-4.42578,0L3.05176,10.75732a1.00011,1.00011,0,0,0,1.94043.48536L5.5528,9H8.49115ZM6.0528,7l.69671-2.78711a.2913.2913,0,0,1,.54492,0L7.99115,7Z"/>'},no={name:"enter",style:"line",path:'<path d="M19,6a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H7.41l1.3-1.29A1,1,0,0,0,7.29,9.29l-3,3a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L7.41,14H17a3,3,0,0,0,3-3V7A1,1,0,0,0,19,6Z"/>'},ao={name:"envelope",style:"line",path:'<path d="M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm-.41,2-5.88,5.88a1,1,0,0,1-1.42,0L5.41,6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7.41l5.88,5.88a3,3,0,0,0,4.24,0L20,7.41Z"/>'},ro={name:"envelope-add",style:"line",path:'<path d="M17,7h1V8a1,1,0,0,0,2,0V7h1a1,1,0,0,0,0-2H20V4a1,1,0,0,0-2,0V5H17a1,1,0,0,0,0,2Zm4,4a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.41L9.88,14.3a3,3,0,0,0,4.24,0l2.47-2.47a1,1,0,0,0-1.42-1.42L12.7,12.88a1,1,0,0,1-1.4,0L5.41,7H13a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V12A1,1,0,0,0,21,11Z"/>'},io={name:"envelope-alt",style:"line",path:'<path d="M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM5,6H19a1,1,0,0,1,1,1l-8,4.88L4,7A1,1,0,0,1,5,6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.28l7.48,4.57a1,1,0,0,0,1,0L20,9.28Z"/>'},lo={name:"envelope-block",style:"line",path:'<path d="M17.5,13.26A5,5,0,1,0,14,11.79,5,5,0,0,0,17.5,13.26Zm2.12-2.88a3,3,0,0,1-3.4.58l4-4A3,3,0,0,1,19.62,10.38ZM15.38,6.14a3,3,0,0,1,2.12-.88,3,3,0,0,1,1.28.3l-4,4A3,3,0,0,1,15.38,6.14Zm5.12,8.12a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.67l5.88,5.88a3,3,0,0,0,2.11.88,3,3,0,0,0,2.16-.91,1,1,0,0,0,0-1.39,1,1,0,0,0-1.43,0,1,1,0,0,1-1.4,0L4.91,8.26H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3v-4A1,1,0,0,0,20.5,14.26Z"/>'},oo={name:"envelope-bookmark",style:"line",path:'<path d="M21,15.26a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.67l5.88,5.89a3,3,0,0,0,2.1.87,3,3,0,0,0,1.43-.36,1,1,0,0,0,.4-1.36,1,1,0,0,0-1.36-.4,1,1,0,0,1-1.15-.17L5.41,8.26H12a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-3A1,1,0,0,0,21,15.26Zm0-12H16a1,1,0,0,0-1,1v8a1,1,0,0,0,1.57.82l1.93-1.29,1.91,1.28a1.06,1.06,0,0,0,.59.19,1,1,0,0,0,.41-.09,1,1,0,0,0,.59-.91v-8A1,1,0,0,0,21,3.26Zm-1,7.12-.94-.63a1,1,0,0,0-1.12,0l-.94.63V5.26h3Z"/>'},co={name:"envelope-check",style:"line",path:'<path d="M16.29,8.71a1,1,0,0,0,1.42,0l4-4a1,1,0,1,0-1.42-1.42L17,6.59l-1.29-1.3a1,1,0,0,0-1.42,1.42ZM21,8a1,1,0,0,0-1,1v9a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.41L9.88,14.3a3,3,0,0,0,2.11.87,3.08,3.08,0,0,0,2.16-.9l1.72-1.72a1,1,0,1,0-1.42-1.42L12.7,12.88a1,1,0,0,1-1.4,0L5.41,7H11a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A1,1,0,0,0,21,8Z"/>'},uo={name:"envelope-download",style:"line",path:'<path d="M20.5,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.41L9.38,15.3a3,3,0,0,0,4.24,0l1.64-1.64a1,1,0,1,0-1.42-1.42L12.2,13.88a1,1,0,0,1-1.4,0L4.91,8H11.5a1,1,0,0,0,0-2h-7a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V15A1,1,0,0,0,20.5,14Zm1.71-6.71a1,1,0,0,0-1.42,0L19.5,8.59V3a1,1,0,0,0-2,0V8.59l-1.29-1.3a1,1,0,1,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,0,0,22.21,7.29Z"/>'},so={name:"envelope-download-alt",style:"line",path:'<path d="M11.29,8.79a1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L13,5.67V2.92a1,1,0,0,0-2,0V5.67l-.29-.29a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41ZM16,11.08H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,11.08Zm-.42,2L12.7,16a1,1,0,0,1-1.4,0L8.42,13.08Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V14.49l2.88,2.88a3,3,0,0,0,4.24,0L17,14.49Z"/>'},ho={name:"envelope-edit",style:"line",path:'<path d="M14,11.51h2.42a1,1,0,0,0,.71-.29l4.58-4.58a1,1,0,0,0,0-1.42L19.29,2.8a1,1,0,0,0-1.42,0L13.29,7.38a1.05,1.05,0,0,0-.29.71v2.42A1,1,0,0,0,14,11.51Zm1-3,3.58-3.58,1,1L16,9.51H15Zm6,2a1,1,0,0,0-1,1v7a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.9l5.88,5.89a3,3,0,0,0,4.27,0,1,1,0,0,0,0-1.4,1,1,0,0,0-1.43,0,1,1,0,0,1-1.4,0L5.41,7.49H10a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-7A1,1,0,0,0,21,10.49Z"/>'},po={name:"envelope-exclamation",style:"line",path:'<path d="M21,13.5a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.91l5.88,5.88a3,3,0,0,0,4.24,0l3.59-3.58a1,1,0,0,0-1.42-1.42l-3.58,3.59a1,1,0,0,1-1.42,0L5.41,7.5H17a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-4A1,1,0,0,0,21,13.5Zm0-11a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A1,1,0,0,0,21,2.5Zm-.2,7a.64.64,0,0,0-.18.06.76.76,0,0,0-.18.09l-.15.12a1.05,1.05,0,0,0-.29.71,1.23,1.23,0,0,0,0,.19.6.6,0,0,0,.06.19.76.76,0,0,0,.09.18,1.58,1.58,0,0,0,.12.15,1,1,0,0,0,1.42,0l.12-.15a.76.76,0,0,0,.09-.18.6.6,0,0,0,.06-.19,1.23,1.23,0,0,0,0-.19,1,1,0,0,0-1.2-1Z"/>'},fo={name:"envelope-heart",style:"line",path:'<path d="M20.5,13a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V8.41L9.38,14.3a3,3,0,0,0,2.11.87,3,3,0,0,0,2.15-.9l.89-.88A1,1,0,0,0,13.13,12l-.93.91a1,1,0,0,1-1.4,0L4.91,7H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3V18a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V14A1,1,0,0,0,20.5,13Zm1.05-9a3.33,3.33,0,0,0-3.88-.54,3.25,3.25,0,0,0-3.88,5.13L17,11.71a1.05,1.05,0,0,0,.71.29,1,1,0,0,0,.71-.29l3.17-3.17A3.26,3.26,0,0,0,21.55,4ZM20.14,7.12,17.67,9.59,15.21,7.12A1.24,1.24,0,0,1,17,5.36a1,1,0,0,0,1.42,0,1.28,1.28,0,0,1,1.76,0A1.26,1.26,0,0,1,20.14,7.12Z"/>'},mo={name:"envelope-info",style:"line",path:'<path d="M21,13.5a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.91l5.88,5.88a3,3,0,0,0,4.24,0l3.59-3.58a1,1,0,0,0-1.42-1.42l-3.58,3.59a1,1,0,0,1-1.42,0L5.41,7.5H17a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-4A1,1,0,0,0,21,13.5Zm0-9a1.05,1.05,0,0,0,.71-.29l.12-.16a.56.56,0,0,0,.09-.17A.64.64,0,0,0,22,3.7a1.36,1.36,0,0,0,0-.2,1.05,1.05,0,0,0-.29-.71,1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42A1.05,1.05,0,0,0,21,4.5Zm0,1a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A1,1,0,0,0,21,5.5Z"/>'},vo={name:"envelope-lock",style:"line",path:'<path d="M20.5,7.44V6.26a3,3,0,1,0-6,0V7.44a3,3,0,0,0-2,2.82v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3v-2A3,3,0,0,0,20.5,7.44Zm-4-1.18a1,1,0,1,1,2,0v1h-2Zm4,6a1,1,0,0,1-1,1h-4a1,1,0,0,1-1-1v-2a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.67l5.88,5.88a1,1,0,0,0,1.42-1.41L4.91,8.26H10.5a1,1,0,0,0,0-2h-6a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3v-1A1,1,0,0,0,20.5,17.26Z"/>'},Ao={name:"envelope-minus",style:"line",path:'<path d="M21,8a1,1,0,0,0-1,1v8a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7.41l5.88,5.88a3,3,0,0,0,4.24,0l3.59-3.58a1,1,0,0,0-1.42-1.42l-3.58,3.59a1,1,0,0,1-1.42,0L5.41,6H13a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A1,1,0,0,0,21,8ZM17,6h4a1,1,0,0,0,0-2H17a1,1,0,0,0,0,2Z"/>'},yo={name:"envelope-open",style:"line",path:'<path d="M20.21,8.82h0l0,0h0L14,2.78a2.83,2.83,0,0,0-3.9,0l-6.21,6h0v0A2.6,2.6,0,0,0,3,10.71v8.58A2.75,2.75,0,0,0,5.78,22H18.22A2.75,2.75,0,0,0,21,19.29V10.71A2.67,2.67,0,0,0,20.21,8.82Zm-8.77-4.6a.83.83,0,0,1,1.12,0L18,9.5l-5.47,5.28a.83.83,0,0,1-1.12,0L6,9.5ZM19,19.29a.76.76,0,0,1-.78.71H5.78A.76.76,0,0,1,5,19.29V11.35l4.05,3.9-1.66,1.6a1,1,0,0,0,0,1.41,1,1,0,0,0,.72.31,1,1,0,0,0,.69-.28l1.77-1.7a2.8,2.8,0,0,0,2.92,0l1.77,1.7a1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31,1,1,0,0,0,0-1.41L15,15.25l4-3.9Z"/>'},Mo={name:"envelope-question",style:"line",path:'<path d="M16.77,5.37A1,1,0,0,0,18.13,5,1,1,0,0,1,19,4.5a1,1,0,0,1,0,2,1,1,0,0,0,0,2A3,3,0,1,0,16.4,4,1,1,0,0,0,16.77,5.37ZM21,13.5a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.91L9.88,14.8a3,3,0,0,0,4.24,0l1.64-1.64a1,1,0,1,0-1.42-1.42L12.7,13.38a1,1,0,0,1-1.4,0L5.41,7.5H13a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-4A1,1,0,0,0,21,13.5ZM18.29,9.79a1,1,0,0,0,0,1.42l.15.12a.76.76,0,0,0,.18.09.64.64,0,0,0,.18.06l.2,0a1,1,0,0,0,.71-1.71A1,1,0,0,0,18.29,9.79Z"/>'},Ho={name:"envelope-receive",style:"line",path:'<path d="M8.29,6.21l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29H15a1,1,0,0,0,0-2H11.41l.3-.29a1,1,0,1,0-1.42-1.42l-2,2a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76A1,1,0,0,0,8.29,6.21ZM16,10.5H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,10.5Zm-.42,2L12.7,15.38a1,1,0,0,1-1.4,0L8.42,12.5Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V13.91l2.88,2.87a2.94,2.94,0,0,0,2.12.89,3,3,0,0,0,2.12-.88L17,13.91Z"/>'},go={name:"envelope-redo",style:"line",path:'<path d="M20.5,14.26a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.67l5.88,5.88a3,3,0,0,0,2.11.88,3,3,0,0,0,2.16-.91,1,1,0,0,0,0-1.39,1,1,0,0,0-1.43,0,1,1,0,0,1-1.4,0L4.91,8.26H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3v-4A1,1,0,0,0,20.5,14.26Zm1-11a1,1,0,0,0-1,1h0a5,5,0,1,0-3,9A5,5,0,0,0,20.8,12a1,1,0,0,0-1.32-1.51,3,3,0,1,1,.25-4.24H18.5a1,1,0,0,0,0,2h3a1,1,0,0,0,1-1v-3A1,1,0,0,0,21.5,3.26Z"/>'},Zo={name:"envelope-search",style:"line",path:'<path d="M22.21,10.29,20.48,8.57a4.37,4.37,0,0,0,.65-2.26,4.31,4.31,0,1,0-4.32,4.32A4.37,4.37,0,0,0,19.07,10l1.72,1.73a1,1,0,0,0,1.42,0A1,1,0,0,0,22.21,10.29ZM18.45,8a2.37,2.37,0,0,1-3.27,0,2.3,2.3,0,0,1-.68-1.64A2.32,2.32,0,0,1,16.81,4a2.3,2.3,0,0,1,1.64.68,2.28,2.28,0,0,1,.68,1.63A2.3,2.3,0,0,1,18.45,8ZM20.5,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.41L9.38,15.3a3,3,0,0,0,4.24,0L15,13.88a1,1,0,0,0-1.42-1.42L12.2,13.88a1,1,0,0,1-1.4,0L4.91,8H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V15A1,1,0,0,0,20.5,14Z"/>'},Vo={name:"envelope-send",style:"line",path:'<path d="M16,10.5H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,10.5Zm-.42,2L12.7,15.38a1,1,0,0,1-1.4,0L8.42,12.5Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V13.91l2.88,2.87a2.94,2.94,0,0,0,2.12.89,3,3,0,0,0,2.12-.88L17,13.91ZM9,6.5h3.59l-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-2-2a1,1,0,0,0-1.42,1.42l.3.29H9a1,1,0,0,0,0,2Z"/>'},Co={name:"envelope-share",style:"line",path:'<path d="M20,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V9.41L8.88,15.3a3,3,0,0,0,2.11.87,3.08,3.08,0,0,0,2.16-.9l1.72-1.72a1,1,0,1,0-1.42-1.42L11.7,13.88a1,1,0,0,1-1.4,0L4.41,8H10a1,1,0,0,0,0-2H4A3,3,0,0,0,1,9V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V15A1,1,0,0,0,20,14Zm0-6a2,2,0,0,0-1.18.39l-1.75-.8L19,6.71A2,2,0,0,0,20,7a2,2,0,1,0-2-2l-1.9.87A2,2,0,0,0,15,5.5a2,2,0,0,0,0,4,1.88,1.88,0,0,0,.92-.24l2.1,1A2,2,0,1,0,20,8Z"/>'},bo={name:"envelope-shield",style:"line",path:'<path d="M21.63,5.12a1,1,0,0,0-.84-.2,2.74,2.74,0,0,1-2.2-.46,1,1,0,0,0-1.18,0,2.74,2.74,0,0,1-2.2.46A1,1,0,0,0,14,5.9V9.21a4.62,4.62,0,0,0,1.84,3.7l1.57,1.16a1,1,0,0,0,1.18,0l1.57-1.16A4.62,4.62,0,0,0,22,9.21V5.9A1,1,0,0,0,21.63,5.12ZM20,9.21a2.61,2.61,0,0,1-1,2.09L18,12l-1-.72a2.61,2.61,0,0,1-1-2.09V7a4.67,4.67,0,0,0,2-.54A4.67,4.67,0,0,0,20,7Zm1,6a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.67l5.88,5.88a3,3,0,0,0,2.11.88,3,3,0,0,0,2.15-.9l-.7-.71-.74-.68a1,1,0,0,1-1.4,0L5.41,8.26H11a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-3A1,1,0,0,0,21,15.26Z"/>'},Lo={name:"envelope-star",style:"line",path:'<path d="M13.64,9.74l-.29,1.73A1.55,1.55,0,0,0,14,13a1.46,1.46,0,0,0,1.58.09L17,12.28l1.44.79A1.46,1.46,0,0,0,20,13a1.55,1.55,0,0,0,.63-1.51l-.29-1.73,1.2-1.22a1.54,1.54,0,0,0-.85-2.6l-1.62-.24-.73-1.55a1.5,1.5,0,0,0-2.72,0l-.73,1.55-1.62.24a1.54,1.54,0,0,0-.85,2.6Zm1.83-2.13a1.51,1.51,0,0,0,1.14-.85L17,5.93l.39.83a1.55,1.55,0,0,0,1.14.86l1,.14-.73.74a1.57,1.57,0,0,0-.42,1.34l.16,1-.79-.43a1.48,1.48,0,0,0-1.44,0l-.79.43.16-1a1.54,1.54,0,0,0-.42-1.33l-.73-.75ZM21,15.26a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.67l5.88,5.88a2.94,2.94,0,0,0,2.1.88l.27,0a1,1,0,0,0,.91-1.08,1,1,0,0,0-1.09-.91.94.94,0,0,1-.77-.28L5.41,8.26H9a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-3A1,1,0,0,0,21,15.26Z"/>'},So={name:"envelope-times",style:"line",path:'<path d="M21,11a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.41L9.88,14.3a3,3,0,0,0,2.11.87,3.08,3.08,0,0,0,2.16-.9l1.72-1.72a1,1,0,1,0-1.42-1.42L12.7,12.88a1,1,0,0,1-1.4,0L5.41,7H13a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V12A1,1,0,0,0,21,11Zm-.59-5,1.3-1.29a1,1,0,1,0-1.42-1.42L19,4.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L17.59,6l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L19,7.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},zo={name:"envelope-upload",style:"line",path:'<path d="M20.5,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.41L9.38,15.3a3,3,0,0,0,4.24,0l1.64-1.64a1,1,0,1,0-1.42-1.42L12.2,13.88a1,1,0,0,1-1.4,0L4.91,8H11.5a1,1,0,0,0,0-2h-7a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V15A1,1,0,0,0,20.5,14Zm1.71-8.71-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42l1.29-1.3V11a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0A1,1,0,0,0,22.21,5.29Z"/>'},wo={name:"envelope-upload-alt",style:"line",path:'<path d="M16,11.08H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,11.08Zm-.42,2L12.7,16a1,1,0,0,1-1.4,0L8.42,13.08Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V14.49l2.88,2.88a3,3,0,0,0,4.24,0L17,14.49ZM10.71,5.62,11,5.33V8.08a1,1,0,0,0,2,0V5.33l.29.29a1,1,0,1,0,1.42-1.41l-2-2a1,1,0,0,0-1.42,0l-2,2a1,1,0,0,0,0,1.41A1,1,0,0,0,10.71,5.62Z"/>'},xo={name:"envelopes",style:"line",path:'<path d="M17,21.63H5a3,3,0,0,1-3-3v-8a1,1,0,0,0-2,0v8a5,5,0,0,0,5,5H17a1,1,0,0,0,0-2Zm4-18H7a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3v-10A3,3,0,0,0,21,3.63Zm-.41,2-5.88,5.88a1,1,0,0,1-1.42,0L7.41,5.63Zm1.41,11a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7l5.88,5.88a3,3,0,0,0,4.24,0L22,7Z"/>'},_o={name:"equal-circle",style:"line",path:'<path d="M15,13H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-4H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ko={name:"estate",style:"line",path:'<path d="M20,8h0L14,2.74a3,3,0,0,0-4,0L4,8a3,3,0,0,0-1,2.26V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V10.25A3,3,0,0,0,20,8ZM14,20H10V15a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1Zm5-1a1,1,0,0,1-1,1H16V15a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v5H6a1,1,0,0,1-1-1V10.25a1,1,0,0,1,.34-.75l6-5.25a1,1,0,0,1,1.32,0l6,5.25a1,1,0,0,1,.34.75Z"/>'},To={name:"euro",style:"line",path:'<path d="M19.2,17.41A6,6,0,0,1,14.46,20c-2.68,0-5-2-6-5H14a1,1,0,0,0,0-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1,1,0,0,0,0-2H8.47c1-3,3.31-5,6-5A6,6,0,0,1,19.2,6.59a1,1,0,1,0,1.6-1.18A7.92,7.92,0,0,0,14.46,2c-3.76,0-7,2.84-8.07,7H4a1,1,0,0,0,0,2H6.05c0,.33,0,.67,0,1s0,.67,0,1H4a1,1,0,0,0,0,2H6.39c1.09,4.16,4.31,7,8.07,7a7.92,7.92,0,0,0,6.34-3.41,1,1,0,0,0-1.6-1.18Z"/>'},Eo={name:"euro-circle",style:"line",path:'<path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Zm.59-13.33a3.34,3.34,0,0,1,2.62,1.38,1,1,0,0,0,1.4.19,1,1,0,0,0,.18-1.41,5.32,5.32,0,0,0-4.2-2.16A5.57,5.57,0,0,0,7.46,9.5H6a1,1,0,0,0,0,2H7c0,.17,0,.33,0,.5s0,.33,0,.5H6a1,1,0,0,0,0,2H7.46a5.57,5.57,0,0,0,5.13,3.83,5.32,5.32,0,0,0,4.2-2.16A1,1,0,1,0,15.21,15a3.34,3.34,0,0,1-2.62,1.38A3.42,3.42,0,0,1,9.67,14.5H12a1,1,0,0,0,0-2H9.05A4.23,4.23,0,0,1,9,12a4.23,4.23,0,0,1,.05-.5H12a1,1,0,0,0,0-2H9.67A3.42,3.42,0,0,1,12.59,7.67Z"/>'},Oo={name:"exchange",style:"line",path:'<path d="M18,10a1,1,0,0,0-1-1H5.41l2.3-2.29A1,1,0,0,0,6.29,5.29l-4,4a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,11H17A1,1,0,0,0,18,10Zm3.92,3.62A1,1,0,0,0,21,13H7a1,1,0,0,0,0,2H18.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4A1,1,0,0,0,21.92,13.62Z"/>'},Po={name:"exchange-alt",style:"line",path:'<path d="M21.71,9.29l-4-4a1,1,0,0,0-1.42,1.42L18.59,9H7a1,1,0,0,0,0,2H21a1,1,0,0,0,.92-.62A1,1,0,0,0,21.71,9.29ZM17,13H3a1,1,0,0,0-.92.62,1,1,0,0,0,.21,1.09l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,15H17a1,1,0,0,0,0-2Z"/>'},No={name:"exclamation",style:"line",path:'<path d="M12,14a1,1,0,0,0,1-1V7a1,1,0,0,0-2,0v6A1,1,0,0,0,12,14Zm0,4a1.25,1.25,0,1,0-1.25-1.25A1.25,1.25,0,0,0,12,18Z"/>'},jo={name:"exclamation-circle",style:"line",path:'<path d="M12,14a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,14Zm0-1.5a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,12,12.5ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},Do={name:"exclamation-octagon",style:"line",path:'<path d="M12,7a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V8A1,1,0,0,0,12,7Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,12,15Zm9.71-7.44L16.44,2.29A1.05,1.05,0,0,0,15.73,2H8.27a1.05,1.05,0,0,0-.71.29L2.29,7.56A1.05,1.05,0,0,0,2,8.27v7.46a1.05,1.05,0,0,0,.29.71l5.27,5.27a1.05,1.05,0,0,0,.71.29h7.46a1.05,1.05,0,0,0,.71-.29l5.27-5.27a1.05,1.05,0,0,0,.29-.71V8.27A1.05,1.05,0,0,0,21.71,7.56ZM20,15.31,15.31,20H8.69L4,15.31V8.69L8.69,4h6.62L20,8.69Z"/>'},qo={name:"exclamation-triangle",style:"line",path:'<path d="M12,16a1,1,0,1,0,1,1A1,1,0,0,0,12,16Zm10.67,1.47-8.05-14a3,3,0,0,0-5.24,0l-8,14A3,3,0,0,0,3.94,22H20.06a3,3,0,0,0,2.61-4.53Zm-1.73,2a1,1,0,0,1-.88.51H3.94a1,1,0,0,1-.88-.51,1,1,0,0,1,0-1l8-14a1,1,0,0,1,1.78,0l8.05,14A1,1,0,0,1,20.94,19.49ZM12,8a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z"/>'},Ro={name:"exclude",style:"line",path:'<path d="M9.54,7.54h-1a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0,1,1,0,1,0,0-2Zm5.92,5.92a1,1,0,0,0-1,1,1,1,0,0,0,0,2h1a1,1,0,0,0,1-1v-1A1,1,0,0,0,15.46,13.46ZM21,7.54H16.46V3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V15.46a1,1,0,0,0,1,1H7.54V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V8.54A1,1,0,0,0,21,7.54ZM20,20H9.54V16.46a1,1,0,0,0,0-2,1,1,0,0,0-2,0H4V4H14.46V7.54a1,1,0,0,0,0,2,1,1,0,0,0,2,0H20Z"/>'},Io={name:"expand-alt",style:"line",path:'<path d="M9.79,12.79,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41l5.8-5.79a1,1,0,0,0-1.42-1.42ZM21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59l-5.8,5.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V7a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},Fo={name:"expand-arrows",style:"line",path:'<path d="M21,8a1,1,0,0,0,1-1V3a1,1,0,0,0-.08-.38,1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59L12,10.59,5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41L10.59,12,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41L12,13.41,18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17a1,1,0,0,0-2,0v1.59L13.41,12,20,5.41V7A1,1,0,0,0,21,8Z"/>'},Bo={name:"expand-arrows-alt",style:"line",path:'<path d="M9.29,13.29,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41l5.3-5.29a1,1,0,0,0-1.42-1.42ZM5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41l5.29,5.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM21,16a1,1,0,0,0-1,1v1.59l-5.29-5.3a1,1,0,0,0-1.42,1.42L18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Zm.92-13.38a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59l-5.3,5.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V7a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},Uo={name:"expand-from-corner",style:"line",path:'<path d="M11,12H3a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V13A1,1,0,0,0,11,12Zm-1,8H4V14h6ZM21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59l-5.3,5.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},$o={name:"expand-left",style:"line",path:'<path d="M9.17,10.17a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41L8.46,9.88A1,1,0,0,0,9.17,10.17Zm6.37-1.71a1,1,0,0,0-1.42,0L8.46,14.12a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l5.66-5.66A1,1,0,0,0,15.54,8.46ZM21,16a1,1,0,0,0-1,1v1.59l-4.46-4.47a1,1,0,1,0-1.42,1.42L18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Z"/>'},Wo={name:"expand-right",style:"line",path:'<path d="M8.5,14.1L4,18.6V17c0-0.6-0.4-1-1-1s-1,0.4-1,1v4c0,0.1,0,0.3,0.1,0.4c0.1,0.2,0.3,0.4,0.5,0.5C2.7,22,2.9,22,3,22h4c0.6,0,1-0.4,1-1s-0.4-1-1-1H5.4l4.5-4.5c0.4-0.4,0.4-1,0-1.4C9.5,13.7,8.9,13.7,8.5,14.1z M21.7,2.3C21.7,2.3,21.7,2.3,21.7,2.3C21.5,2.1,21.2,2,21,2h-4c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.6l-4.5,4.5c-0.4,0.4-0.4,1,0,1.4l0,0c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3L20,5.4V7c0,0.6,0.4,1,1,1s1-0.4,1-1V3C22,2.8,21.9,2.5,21.7,2.3z M15.5,14.1L9.9,8.5c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l5.7,5.7c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C15.9,15.2,15.9,14.5,15.5,14.1C15.5,14.1,15.5,14.1,15.5,14.1z"/>'},Go={name:"export",style:"line",path:'<path d="M8.71,7.71,11,5.41V15a1,1,0,0,0,2,0V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71ZM21,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v4a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A1,1,0,0,0,21,14Z"/>'},Qo={name:"exposure-alt",style:"line",path:'<path d="M11,6H7A1,1,0,0,0,7,8h4a1,1,0,0,0,0-2Zm8-4H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM4,18.59V5A1,1,0,0,1,5,4H18.59ZM20,19a1,1,0,0,1-1,1H5.41L20,5.41Zm-7-2h1v1a1,1,0,0,0,2,0V17h1a1,1,0,0,0,0-2H16V14a1,1,0,0,0-2,0v1H13a1,1,0,0,0,0,2Z"/>'},Ko={name:"exposure-increase",style:"line",path:'<path d="M11,7H10V6A1,1,0,0,0,8,6V7H7A1,1,0,0,0,7,9H8v1a1,1,0,0,0,2,0V9h1a1,1,0,0,0,0-2Zm2,11h4a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM4,18.59V5A1,1,0,0,1,5,4H18.59ZM20,19a1,1,0,0,1-1,1H5.41L20,5.41Z"/>'},Jo={name:"external-link-alt",style:"line",path:'<path d="M18,10.82a1,1,0,0,0-1,1V19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7h7.18a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V19a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3V11.82A1,1,0,0,0,18,10.82Zm3.92-8.2a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L8.29,14.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},Xo={name:"eye",style:"line",path:'<path d="M21.92,11.6C19.9,6.91,16.1,4,12,4S4.1,6.91,2.08,11.6a1,1,0,0,0,0,.8C4.1,17.09,7.9,20,12,20s7.9-2.91,9.92-7.6A1,1,0,0,0,21.92,11.6ZM12,18c-3.17,0-6.17-2.29-7.9-6C5.83,8.29,8.83,6,12,6s6.17,2.29,7.9,6C18.17,15.71,15.17,18,12,18ZM12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z"/>'},Yo={name:"eye-slash",style:"line",path:'<path d="M10.94,6.08A6.93,6.93,0,0,1,12,6c3.18,0,6.17,2.29,7.91,6a15.23,15.23,0,0,1-.9,1.64,1,1,0,0,0-.16.55,1,1,0,0,0,1.86.5,15.77,15.77,0,0,0,1.21-2.3,1,1,0,0,0,0-.79C19.9,6.91,16.1,4,12,4a7.77,7.77,0,0,0-1.4.12,1,1,0,1,0,.34,2ZM3.71,2.29A1,1,0,0,0,2.29,3.71L5.39,6.8a14.62,14.62,0,0,0-3.31,4.8,1,1,0,0,0,0,.8C4.1,17.09,7.9,20,12,20a9.26,9.26,0,0,0,5.05-1.54l3.24,3.25a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm6.36,9.19,2.45,2.45A1.81,1.81,0,0,1,12,14a2,2,0,0,1-2-2A1.81,1.81,0,0,1,10.07,11.48ZM12,18c-3.18,0-6.17-2.29-7.9-6A12.09,12.09,0,0,1,6.8,8.21L8.57,10A4,4,0,0,0,14,15.43L15.59,17A7.24,7.24,0,0,1,12,18Z"/>'},ec={name:"facebook",style:"line",path:'<path d="M20.9,2H3.1A1.1,1.1,0,0,0,2,3.1V20.9A1.1,1.1,0,0,0,3.1,22h9.58V14.25h-2.6v-3h2.6V9a3.64,3.64,0,0,1,3.88-4,20.26,20.26,0,0,1,2.33.12v2.7H17.3c-1.26,0-1.5.6-1.5,1.47v1.93h3l-.39,3H15.8V22h5.1A1.1,1.1,0,0,0,22,20.9V3.1A1.1,1.1,0,0,0,20.9,2Z"/>'},tc={name:"facebook-f",style:"line",path:'<path d="M15.12,5.32H17V2.14A26.11,26.11,0,0,0,14.26,2C11.54,2,9.68,3.66,9.68,6.7V9.32H6.61v3.56H9.68V22h3.68V12.88h3.06l.46-3.56H13.36V7.05C13.36,6,13.64,5.32,15.12,5.32Z"/>'},nc={name:"facebook-messenger",style:"line",path:'<path d="M12,2A9.65,9.65,0,0,0,2,11.7a9.51,9.51,0,0,0,3.14,7.18.81.81,0,0,1,.27.56l0,1.78a.81.81,0,0,0,1.13.71l2-.87a.75.75,0,0,1,.53,0,11,11,0,0,0,2.9.38A9.7,9.7,0,1,0,12,2Zm6,7.46-2.93,4.66a1.5,1.5,0,0,1-2.17.4l-2.34-1.75a.6.6,0,0,0-.72,0l-3.16,2.4A.47.47,0,0,1,6,14.54L8.93,9.88a1.5,1.5,0,0,1,2.17-.4l2.34,1.75a.6.6,0,0,0,.72,0l3.16-2.4A.47.47,0,0,1,18,9.46Z"/>'},ac={name:"facebook-messenger-alt",style:"line",path:'<path d="M11.99121,1.00044a10.61443,10.61443,0,0,0-11,10.70019,10.46132,10.46132,0,0,0,3.41406,7.86524L4.457,21.2563a1.79959,1.79959,0,0,0,1.79883,1.74316,1.81992,1.81992,0,0,0,.72656-.15234l1.9209-.84668a11.89548,11.89548,0,0,0,3.08789.40039,10.61525,10.61525,0,0,0,11.001-10.7002A10.61525,10.61525,0,0,0,11.99121,1.00044Zm0,19.40039a9.86205,9.86205,0,0,1-2.63476-.35059,1.79856,1.79856,0,0,0-1.19629.0918l-1.71387.75586-.04492-1.49316a1.80968,1.80968,0,0,0-.60157-1.27442,8.4876,8.4876,0,0,1-2.80859-6.42969,8.65949,8.65949,0,0,1,9-8.70019,8.70522,8.70522,0,1,1,0,17.40039ZM15.72559,8.5854l-2.3125,2.75488L10.06641,9.28364a.99809.99809,0,0,0-1.28907.21L5.72559,13.13032a.99955.99955,0,1,0,1.53125,1.28516l2.498-2.97559,3.34668,2.05567a.99823.99823,0,0,0,1.28906-.209l2.86622-3.416A.99955.99955,0,1,0,15.72559,8.5854Z"/>'},rc={name:"fahrenheit",style:"line",path:'<path d="M20.5,3h-7a3,3,0,0,0-3,3V20a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2h-6V6a1,1,0,0,1,1-1h7a1,1,0,0,0,0-2ZM5.5,3a3,3,0,1,0,3,3A3,3,0,0,0,5.5,3Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,5.5,7Z"/>'},ic={name:"fast-mail",style:"line",path:'<path d="M4.79,10.5h-2a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2ZM21.57,7.66l0-.06,0,0h0A3,3,0,0,0,19.2,6.5H11.27a3,3,0,0,0-2,.74h0v0A2.93,2.93,0,0,0,8.31,9l-.88,5a3,3,0,0,0,.66,2.45,3,3,0,0,0,2.29,1.07h7.94a3,3,0,0,0,3-2.48l.88-5A3,3,0,0,0,21.57,7.66Zm-2.74.84-3.4,2.76a1,1,0,0,1-1.38-.12L11.72,8.5Zm.48,6.17a1,1,0,0,1-1,.83H10.38a1,1,0,0,1-.76-.36,1,1,0,0,1-.22-.81l.8-4.53,2.35,2.66a3,3,0,0,0,4.14.35L20.13,10ZM5.79,6.5h-3a1,1,0,1,0,0,2h3a1,1,0,0,0,0-2Z"/>'},lc={name:"fast-mail-alt",style:"line",path:'<path d="M15.69,9a2.93,2.93,0,0,0-1-1.71v0h0a3,3,0,0,0-2-.74H4.8A3,3,0,0,0,2.5,7.57h0l0,0,0,.06A3,3,0,0,0,1.84,10l.88,5a3,3,0,0,0,3,2.48h7.94a3,3,0,0,0,2.29-1.07A3,3,0,0,0,16.57,14ZM12.28,8.5,9.94,11.14a1,1,0,0,1-1.38.11L5.17,8.5Zm2.1,6.64a1,1,0,0,1-.76.36H5.68a1,1,0,0,1-1-.83L3.87,10,7.3,12.8a3,3,0,0,0,4.14-.34L13.8,9.8l.8,4.53A1,1,0,0,1,14.38,15.14Zm6.83-4.64h-2a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm0-2a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2Z"/>'},oc={name:"favorite",style:"line",path:'<path d="M22,9.67A1,1,0,0,0,21.14,9l-5.69-.83L12.9,3a1,1,0,0,0-1.8,0L8.55,8.16,2.86,9a1,1,0,0,0-.81.68,1,1,0,0,0,.25,1l4.13,4-1,5.68A1,1,0,0,0,6.9,21.44L12,18.77l5.1,2.67a.93.93,0,0,0,.46.12,1,1,0,0,0,.59-.19,1,1,0,0,0,.4-1l-1-5.68,4.13-4A1,1,0,0,0,22,9.67Zm-6.15,4a1,1,0,0,0-.29.88l.72,4.2-3.76-2a1.06,1.06,0,0,0-.94,0l-3.76,2,.72-4.2a1,1,0,0,0-.29-.88l-3-3,4.21-.61a1,1,0,0,0,.76-.55L12,5.7l1.88,3.82a1,1,0,0,0,.76.55l4.21.61Z"/>'},cc={name:"feedback",style:"line",path:'<path d="M22,1H15a2.44,2.44,0,0,0-2.41,2l-.92,5.05a2.44,2.44,0,0,0,.53,2,2.47,2.47,0,0,0,1.88.88H17l-.25.66A3.26,3.26,0,0,0,19.75,16a1,1,0,0,0,.92-.59l2.24-5.06A1,1,0,0,0,23,10V2A1,1,0,0,0,22,1ZM21,9.73l-1.83,4.13a1.33,1.33,0,0,1-.45-.4,1.23,1.23,0,0,1-.14-1.16l.38-1a1.68,1.68,0,0,0-.2-1.58A1.7,1.7,0,0,0,17.35,9H14.06a.46.46,0,0,1-.35-.16.5.5,0,0,1-.09-.37l.92-5A.44.44,0,0,1,15,3h6ZM9.94,13.05H7.05l.25-.66A3.26,3.26,0,0,0,4.25,8a1,1,0,0,0-.92.59L1.09,13.65a1,1,0,0,0-.09.4v8a1,1,0,0,0,1,1H9a2.44,2.44,0,0,0,2.41-2l.92-5a2.44,2.44,0,0,0-.53-2A2.47,2.47,0,0,0,9.94,13.05Zm-.48,7.58A.44.44,0,0,1,9,21H3V14.27l1.83-4.13a1.33,1.33,0,0,1,.45.4,1.23,1.23,0,0,1,.14,1.16l-.38,1a1.68,1.68,0,0,0,.2,1.58,1.7,1.7,0,0,0,1.41.74H9.94a.46.46,0,0,1,.35.16.5.5,0,0,1,.09.37Z"/>'},uc={name:"fidget-spinner",style:"line",path:'<path d="M12,7a1,1,0,1,0,1,1A1,1,0,0,0,12,7ZM6.30383,16.134a1,1,0,1,0,1.366.366A1,1,0,0,0,6.30383,16.134Zm11.39234,0a1,1,0,1,0,.366,1.366A.99992.99992,0,0,0,17.69617,16.134Zm2.91418-2.7912v-.00048a4.91843,4.91843,0,0,0-4.52588-1.19678L15.665,11.3833a4.98871,4.98871,0,0,0-2.50342-8.25146,5.03485,5.03485,0,0,0-4.27832.958A4.97824,4.97824,0,0,0,7,8a4.92853,4.92853,0,0,0,1.35156,3.3916l-.41845.75a4.9889,4.9889,0,0,0-5.92627,6.28613,5.02991,5.02991,0,0,0,2.96972,3.22608,4.96944,4.96944,0,0,0,6.58887-3.18994l.8667.01416a4.98119,4.98119,0,0,0,4.76025,3.52441,5.01726,5.01726,0,0,0,4.79981-3.57373A4.95006,4.95006,0,0,0,20.61035,13.34277Zm-.52881,4.49512a3.0059,3.0059,0,0,1-4.38574,1.75977,2.96456,2.96456,0,0,1-1.35156-1.70508,1.99436,1.99436,0,0,0-1.90967-1.42871h-.86914a1.99451,1.99451,0,0,0-1.90967,1.42822A2.98084,2.98084,0,0,1,5.70654,19.792a2.99293,2.99293,0,0,1,1.76709-5.7041,1.96659,1.96659,0,0,0,2.17383-.94238l.43555-.75342a1.99513,1.99513,0,0,0-.28125-2.36865,2.9795,2.9795,0,0,1,.3291-4.37012A2.99279,2.99279,0,0,1,14.19971,10.022a2.00015,2.00015,0,0,0-.28272,2.37012l.43506.75293a1.97369,1.97369,0,0,0,2.17432.94336,2.98771,2.98771,0,0,1,3.55517,3.74951Z"/>'},sc={name:"file",style:"line",path:'<path d="M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H14ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V9a1,1,0,0,0,1,1h5Z"/>'},hc={name:"file-alt",style:"line",path:'<path d="M9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm0,2a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-3-3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},dc={name:"file-blank",style:"line",path:'<path d="M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z"/>'},pc={name:"file-block-alt",style:"line",path:'<path d="M7,8a1,1,0,0,0,0,2H8A1,1,0,0,0,8,8Zm5,12H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.06,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM12,5.41,14.59,8H13a1,1,0,0,1-1-1Zm8.83,9.76a4.1,4.1,0,0,0-5.66,0,4,4,0,1,0,5.66,0ZM16,18a2,2,0,0,1,2-2,2.09,2.09,0,0,1,.51.07l-2.44,2.44A2.09,2.09,0,0,1,16,18Zm3.41,1.41a2,2,0,0,1-1.91.5l2.43-2.42A2.09,2.09,0,0,1,20,18,2,2,0,0,1,19.41,19.41ZM11,18a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Zm2-6H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},fc={name:"file-bookmark-alt",style:"line",path:'<path d="M7.5,10h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm4,6h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm0-4h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6.92-2.62a1,1,0,0,0-.21-1.09l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.56,2H5.5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2h-6a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h4A1,1,0,0,0,18.42,9.38ZM13.5,8a1,1,0,0,1-1-1V5.41L15.09,8Zm7,4h-5a1,1,0,0,0-1,1v8a1,1,0,0,0,.53.88,1,1,0,0,0,1-.05L18,20.53,20,21.83A1,1,0,0,0,21.5,21V13A1,1,0,0,0,20.5,12Zm-1,7.12-.94-.63a1,1,0,0,0-1.12,0l-.94.63V14h3Z"/>'},mc={name:"file-check",style:"line",path:'<path d="M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-3.71-6.71L11,15.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l4-4a1,1,0,0,0-1.42-1.42Z"/>'},vc={name:"file-check-alt",style:"line",path:'<path d="M11.5,20h-6a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h3v5a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,11.56,2H5.5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2Zm1-14.59L15.09,8H13.5a1,1,0,0,1-1-1ZM7.5,14h6a1,1,0,0,0,0-2h-6a1,1,0,0,0,0,2Zm4,2h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-4-6h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm13.71,6.29a1,1,0,0,0-1.42,0l-3.29,3.3-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l4-4A1,1,0,0,0,21.21,16.29Z"/>'},Ac={name:"file-contract",style:"line",path:'<path d="M13.2,15c-0.2,0.1-0.4,0.1-0.6,0.2c-0.1-0.2-0.2-0.4-0.3-0.5c-0.8-0.7-2-0.8-3-0.2C8.5,15,8,16,8,17c0,0.5,0.5,1,1,0.9c0,0,0,0,0,0c0.5,0,1-0.5,1-1c0-0.3,0.1-0.5,0.3-0.7c0.1,0,0.2-0.1,0.3-0.1l0,0c-0.3,0.6-0.1,1.3,0.5,1.7c0.2,0.1,0.3,0.1,0.5,0.1c0.4,0,0.8-0.2,1.1-0.5c0.1-0.1,0.3-0.2,0.5-0.3c0.1,0.4,0.5,0.8,1,0.8H15c0.6,0,1-0.4,1-1c0-0.5-0.4-0.9-0.9-1c-0.1-0.2-0.1-0.3-0.3-0.5C14.5,15.1,13.8,14.9,13.2,15z M20,8.9c0-0.1,0-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0-0.1-0.1-0.2-0.2-0.3l-6-6c-0.1-0.1-0.2-0.1-0.3-0.2c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3-0.1c0,0,0,0-0.1,0H7C5.3,2,4,3.3,4,5v14c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3L20,8.9C20,9,20,9,20,8.9z M14,5.4L16.6,8H15c-0.6,0-1-0.4-1-1V5.4z M18,19c0,0.6-0.4,1-1,1H7c-0.6,0-1-0.4-1-1V5c0-0.6,0.4-1,1-1h5v3c0,1.7,1.3,3,3,3h3V19z M9,10h1c0.6,0,1-0.4,1-1s-0.4-1-1-1H9C8.4,8,8,8.4,8,9S8.4,10,9,10z"/>'},yc={name:"file-contract-dollar",style:"line",path:'<path d="M21.71,20.29,20,18.56c0-.11,0-.21,0-.31a2.75,2.75,0,0,0-2.75-2.75h-.34l-1.44-1.44a.67.67,0,0,1,.28-.06H19a1,1,0,0,0,0-2H17.5V11a1,1,0,0,0-2,0v1a2.74,2.74,0,0,0-1.47.59l-1.32-1.33a1,1,0,0,0-1.42,1.42L13,14.44c0,.11,0,.21,0,.31a2.75,2.75,0,0,0,2.75,2.75h.34l1.44,1.44a.67.67,0,0,1-.28.06H14a1,1,0,0,0,0,2h1.5v1a1,1,0,0,0,2,0V21A2.74,2.74,0,0,0,19,20.38l1.32,1.33a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM10,19H5a1,1,0,0,1-1-1V4A1,1,0,0,1,5,3h6V7a1,1,0,0,0,1,1h5a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-5-5h0a1.07,1.07,0,0,0-.28-.19l-.09,0A1.31,1.31,0,0,0,12.06,1H5A3,3,0,0,0,2,4V18a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM13,4.41,14.59,6H13Z"/>'},Mc={name:"file-copy-alt",style:"line",path:'<path d="M16,20H8a3,3,0,0,1-3-3V7A1,1,0,0,0,3,7V17a5,5,0,0,0,5,5h8a1,1,0,0,0,0-2Zm-6-7a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H11A1,1,0,0,0,10,13ZM21,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,14.05,2H10A3,3,0,0,0,7,5V15a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V9S21,9,21,8.94ZM15,5.41,17.59,8H16a1,1,0,0,1-1-1ZM19,15a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h3V7a3,3,0,0,0,.18,1H11a1,1,0,0,0,0,2h8Z"/>'},Hc={name:"file-download",style:"line",path:'<path d="M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-4.71-4.71-.29.3V12a1,1,0,0,0-2,0v2.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42Z"/>'},gc={name:"file-download-alt",style:"line",path:'<path d="M8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm5,12H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM14,12H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm6.71,6.29a1,1,0,0,0-1.42,0l-.29.3V16a1,1,0,0,0-2,0v2.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2A1,1,0,0,0,20.71,18.29ZM12,18a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z"/>'},Zc={name:"file-edit-alt",style:"line",path:'<path d="M20.71,16.71l-2.42-2.42a1,1,0,0,0-1.42,0l-3.58,3.58a1,1,0,0,0-.29.71V21a1,1,0,0,0,1,1h2.42a1,1,0,0,0,.71-.29l3.58-3.58A1,1,0,0,0,20.71,16.71ZM16,20H15V19l2.58-2.58,1,1Zm-6,0H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h4a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,14h6a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm0-4H9A1,1,0,0,0,9,8H8a1,1,0,0,0,0,2Zm2,6H8a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z"/>'},Vc={name:"file-exclamation",style:"line",path:'<path d="M12.92,16.62a.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.5,1.5,0,0,0,0,.2.84.84,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,12,18a.84.84,0,0,0,.38-.08.9.9,0,0,0,.54-.54A.84.84,0,0,0,13,17a1.5,1.5,0,0,0,0-.2A.64.64,0,0,0,12.92,16.62ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-6-8a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Z"/>'},Cc={name:"file-exclamation-alt",style:"line",path:'<path d="M9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm6,2H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0,4H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4.71,4.29a1.58,1.58,0,0,0-.15-.12.76.76,0,0,0-.18-.09L19.2,20a1,1,0,0,0-.58.06.9.9,0,0,0-.54.54A.84.84,0,0,0,18,21a1,1,0,1,0,1.92-.38A1.15,1.15,0,0,0,19.71,20.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9S20,9,20,8.94ZM15,8a1,1,0,0,1-1-1V5.41L16.59,8Zm4,7a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V16A1,1,0,0,0,19,15Z"/>'},bc={name:"file-export",style:"line",path:'<path d="M20.92,15.62a1.15,1.15,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,15H12a1,1,0,0,0,0,2h5.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a.93.93,0,0,0,.21-.33A1,1,0,0,0,20.92,15.62ZM14,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h4a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1Z"/>'},Lc={name:"file-graph",style:"line",path:'<path d="M9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm5.21045,2.38623-1.67334,2.15186-.86816-.78125a.9997.9997,0,0,0-1.44971.11865l-2,2.5a.9998.9998,0,1,0,1.56152,1.249l1.33789-1.67236.87891.791a.99989.99989,0,0,0,1.45849-.12939l2.3335-3a1.00005,1.00005,0,0,0-1.5791-1.22754Zm5.7771-3.44794a1.0088,1.0088,0,0,0-.27936-.64373l-.00146-.0019L13.70734,2.29327l-.00183-.00146a.99022.99022,0,0,0-.28608-.19281c-.0299-.014-.061-.02191-.09246-.033a.98253.98253,0,0,0-.26667-.05383C13.03925,2.01086,13.02136,2,13,2H7A3.00328,3.00328,0,0,0,4,5V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V9C20,8.97809,19.989,8.95984,19.98755,8.93829ZM14,5.41406,16.58594,8H15a1.0013,1.0013,0,0,1-1-1ZM18,19a1.0013,1.0013,0,0,1-1,1H7a1.0013,1.0013,0,0,1-1-1V5A1.0013,1.0013,0,0,1,7,4h5V7a3.00328,3.00328,0,0,0,3,3h3Z"/>'},Sc={name:"file-heart",style:"line",path:'<path d="M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-6-7.66A2.92,2.92,0,0,0,8.57,16l2.72,2.72a1,1,0,0,0,1.42,0L15.43,16A2.92,2.92,0,0,0,12,11.34Zm2,1.93a.92.92,0,0,1,0,1.3l-2,2-2-2a.92.92,0,0,1,0-1.3.92.92,0,0,1,1.3,0,1,1,0,0,0,1.42,0A.92.92,0,0,1,14,13.27Z"/>'},zc={name:"file-import",style:"line",path:'<path d="M11,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.32,1.32,0,0,0-.19-.29h0l-6-6h0a1.32,1.32,0,0,0-.29-.19.32.32,0,0,0-.09,0L12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM19,15H13.41l1.3-1.29a1,1,0,0,0-1.42-1.42l-3,3a1.15,1.15,0,0,0-.21.33,1,1,0,0,0,0,.76.93.93,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,17H19a1,1,0,0,0,0-2Z"/>'},wc={name:"file-info-alt",style:"line",path:'<path d="M15,16H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm6,2H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4.71,3.29a1,1,0,0,0-.33-.21.92.92,0,0,0-.76,0,1,1,0,0,0-.33.21,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,.21,1.09A1,1,0,0,0,19,17a1,1,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,19.71,15.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9S20,9,20,8.94ZM15,8a1,1,0,0,1-1-1V5.41L16.59,8Zm4,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,19,18Z"/>'},xc={name:"file-landscape",style:"line",path:'<path d="M22,10.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,15.06,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V11S22,11,22,10.94ZM16,7.41,18.59,10H17a1,1,0,0,1-1-1ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7A1,1,0,0,1,5,6h9V9a3,3,0,0,0,3,3h3Z"/>'},_c={name:"file-landscape-alt",style:"line",path:'<path d="M22,10.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,15.06,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V11S22,11,22,10.94ZM16,7.41,18.59,10H17a1,1,0,0,1-1-1ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7A1,1,0,0,1,5,6h9V9a3,3,0,0,0,3,3h3ZM7,12h4a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Zm0,2a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/>'},kc={name:"file-lanscape-slash",style:"line",path:'<path d="M22,10.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,15.05,4H10.66a1,1,0,0,0,0,2H14V9a3,3,0,0,0,3,3h3v3.34a1,1,0,1,0,2,0V11S22,11,22,10.94ZM17,10a1,1,0,0,1-1-1V7.41L18.59,10ZM3.71,2.29A1,1,0,0,0,2.29,3.71l.91.9A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H18.59l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM5,18a1,1,0,0,1-1-1V7a1,1,0,0,1,.66-.93L16.59,18Z"/>'},Tc={name:"file-lock-alt",style:"line",path:'<path d="M10,20H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h5V7a3,3,0,0,0,3,3h4a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.06,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM12,5.41,14.59,8H13a1,1,0,0,1-1-1ZM13,13a1,1,0,0,0-1-1H7a1,1,0,0,0,0,2h5A1,1,0,0,0,13,13ZM7,10H8A1,1,0,0,0,8,8H7a1,1,0,0,0,0,2Zm0,6a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm13-.82V15a3,3,0,0,0-6,0v.18A3,3,0,0,0,12,18v1a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V18A3,3,0,0,0,20,15.18ZM17,14a1,1,0,0,1,1,1H16A1,1,0,0,1,17,14Zm3,5a1,1,0,0,1-1,1H15a1,1,0,0,1-1-1V18a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Z"/>'},Ec={name:"file-medical",style:"line",path:'<path d="M14,14H13V13a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V16h1a1,1,0,0,0,0-2Zm6-5.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z"/>'},Oc={name:"file-medical-alt",style:"line",path:'<path d="M18,18a1,1,0,0,0-1,1,1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27.32.32,0,0,0,0-.09,1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.14,1.14,0,0,0,12.07,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3A1,1,0,0,0,18,18ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM20,14H17.5a1,1,0,0,0-.71.29l-1.24,1.25-2.8-3.2a1,1,0,0,0-1.46-.05L9.59,14H8a1,1,0,0,0,0,2h2a1,1,0,0,0,.71-.29L12,14.46l2.8,3.2a1,1,0,0,0,.72.34h0a1,1,0,0,0,.71-.29L17.91,16H20a1,1,0,0,0,0-2Z"/>'},Pc={name:"file-minus",style:"line",path:'<path d="M14,14H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6-5.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z"/>'},Nc={name:"file-minus-alt",style:"line",path:'<path d="M8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm5,12H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v5a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM20,18H16a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-7-2H8a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm1-4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},jc={name:"file-network",style:"line",path:'<path d="M21,19H14.82A3,3,0,0,0,13,17.18V15h3a3,3,0,0,0,3-3V8s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,12.05,1H8A3,3,0,0,0,5,4v8a3,3,0,0,0,3,3h3v2.18A3,3,0,0,0,9.18,19H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM13,4.41,15.59,7H14a1,1,0,0,1-1-1ZM8,13a1,1,0,0,1-1-1V4A1,1,0,0,1,8,3h3V6a3,3,0,0,0,3,3h3v3a1,1,0,0,1-1,1Zm4,8a1,1,0,1,1,1-1A1,1,0,0,1,12,21Z"/>'},Dc={name:"file-plus",style:"line",path:'<path d="M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-4-5H13V13a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V16h1a1,1,0,0,0,0-2Z"/>'},qc={name:"file-plus-alt",style:"line",path:'<path d="M20,18H19V17a1,1,0,0,0-2,0v1H16a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Zm-7,2H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v3a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm5,8H8a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm1-4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},Rc={name:"file-question",style:"line",path:'<path d="M12.57,17.29a1,1,0,0,0-1.41,0,1.06,1.06,0,0,0-.22.33,1.07,1.07,0,0,0,0,.76,1.19,1.19,0,0,0,.22.33,1,1,0,0,0,.32.21,1,1,0,0,0,.39.08,1,1,0,0,0,.92-1.38A.91.91,0,0,0,12.57,17.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-6.13-9a3,3,0,0,0-2.6,1.5,1,1,0,1,0,1.73,1,1,1,0,0,1,.87-.5,1,1,0,0,1,0,2,1,1,0,1,0,0,2,3,3,0,0,0,0-6Z"/>'},Ic={name:"file-question-alt",style:"line",path:'<path d="M13.07,12h-5a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm1,8h-8a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9a.14.14,0,0,0,0-.06A.86.86,0,0,0,19,8.67l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1,1,0,0,0-.29-.19s-.05,0-.08,0A.88.88,0,0,0,12.12,2h-6a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2Zm-1-14.59L15.65,8H14.07a1,1,0,0,1-1-1Zm5.57,14.88a1.58,1.58,0,0,0-.15-.12,1.08,1.08,0,0,0-.36-.15,1,1,0,0,0-.9.27,1,1,0,0,0,0,1.42,1,1,0,0,0,.7.29,1,1,0,0,0,.93-1.38A1.19,1.19,0,0,0,18.64,20.29ZM13.07,16h-5a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm4.86-3a3,3,0,0,0-2.6,1.5,1,1,0,1,0,1.74,1,1,1,0,1,1,.86,1.5,1,1,0,0,0,0,2,3,3,0,0,0,0-6ZM8.07,10h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Z"/>'},Fc={name:"file-redo-alt",style:"line",path:'<path d="M14,13a1,1,0,0,0-1-1H8a1,1,0,0,0,0,2h5A1,1,0,0,0,14,13Zm-3,7H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.18,1.18,0,0,0-.06-.27l0-.09a.92.92,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.86.86,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM20,14a1,1,0,0,0-.91.6A4.07,4.07,0,0,0,17,14a4,4,0,1,0,2.64,7,1,1,0,0,0-1.32-1.51A2,2,0,0,1,17,20a2,2,0,1,1,1-3.75h-.22a1,1,0,0,0,0,2H20a1,1,0,0,0,1-1V15A1,1,0,0,0,20,14ZM8,10H9A1,1,0,0,0,9,8H8a1,1,0,0,0,0,2Zm0,6a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z"/>'},Bc={name:"file-search-alt",style:"line",path:'<path d="M12,20H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,11.05,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM12,5.41,14.59,8H13a1,1,0,0,1-1-1ZM7,8a1,1,0,0,0,0,2H8A1,1,0,0,0,8,8ZM21.71,20.29l-1.17-1.16A3.44,3.44,0,0,0,20,15h0A3.49,3.49,0,0,0,14,17.49a3.46,3.46,0,0,0,5.13,3.05l1.16,1.17a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Zm-3.17-1.75a1.54,1.54,0,0,1-2.11,0A1.5,1.5,0,0,1,16,17.49a1.46,1.46,0,0,1,.44-1.06,1.48,1.48,0,0,1,1-.43A1.47,1.47,0,0,1,19,17.49,1.5,1.5,0,0,1,18.54,18.54ZM13,12H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm-2,6a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z"/>'},Uc={name:"file-share-alt",style:"line",path:'<path d="M13.5,12.5a1,1,0,0,0-1-1h-5a1,1,0,0,0,0,2h5A1,1,0,0,0,13.5,12.5Zm5,5a2,2,0,0,0-1.18.39l-1.75-.8,1.91-.88a2,2,0,0,0,1,.29,2,2,0,1,0-2-2l-1.89.87A2,2,0,1,0,13.5,19a1.88,1.88,0,0,0,.92-.24l2.1,1a2,2,0,1,0,2-2.23Zm-8,2h-5a1,1,0,0,1-1-1V4.5a1,1,0,0,1,1-1h5v3a3,3,0,0,0,3,3h3a1,1,0,0,0,2,0v-1s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0,1.1,1.1,0,0,0-.26-.06H5.5a3,3,0,0,0-3,3v14a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Zm2-14.59L15.09,7.5H13.5a1,1,0,0,1-1-1ZM7.5,15.5a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0-6h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Z"/>'},$c={name:"file-shield-alt",style:"line",path:'<path d="M10.5,20h-5a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h3a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.56,2H5.5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Zm2-14.59L15.09,8H13.5a1,1,0,0,1-1-1ZM7.5,8a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm13.63,5.86a1,1,0,0,0-.84-.2,2.77,2.77,0,0,1-2.2-.47,1,1,0,0,0-1.18,0,2.78,2.78,0,0,1-2.2.47,1,1,0,0,0-1.21,1V17a4.6,4.6,0,0,0,1.84,3.69L16.9,21.8a1,1,0,0,0,1.2,0l1.56-1.16A4.6,4.6,0,0,0,21.5,17V14.63A1,1,0,0,0,21.13,13.86ZM19.5,17a2.62,2.62,0,0,1-1,2.09l-1,.72-1-.72a2.62,2.62,0,0,1-1-2.09V15.72a4.68,4.68,0,0,0,2-.55,4.68,4.68,0,0,0,2,.55Zm-9-.95h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm1-4h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z"/>'},Wc={name:"file-slash",style:"line",path:'<path d="M21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L4,5.41V19a3,3,0,0,0,3,3H17a3,3,0,0,0,2.39-1.2l.9.91a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM17,20H7a1,1,0,0,1-1-1V7.41L17.93,19.34A1,1,0,0,1,17,20ZM8.66,4H12V7a3,3,0,0,0,3,3h3v3.34a1,1,0,1,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L13.06,2H8.66a1,1,0,0,0,0,2ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1Z"/>'},Gc={name:"file-times",style:"line",path:'<path d="M14.71,12.29a1,1,0,0,0-1.42,0L12,13.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L10.59,15l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,16.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,15l1.3-1.29A1,1,0,0,0,14.71,12.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z"/>'},Qc={name:"file-times-alt",style:"line",path:'<path d="M14,12H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm5.41,7,1.3-1.29a1,1,0,0,0-1.42-1.42L18,17.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L16.59,19l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,20.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v3a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm4,8H8a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z"/>'},Kc={name:"file-upload",style:"line",path:'<path d="M12.71,11.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2a1,1,0,0,0,1.42,1.42l.29-.3V17a1,1,0,0,0,2,0V14.41l.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z"/>'},Jc={name:"file-upload-alt",style:"line",path:'<path d="M13,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,12.05,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm6,4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm6.71,5.29-2-2a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2a1,1,0,0,0,1.42,1.42l.29-.3V21a1,1,0,0,0,2,0V18.41l.29.3a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,17.29ZM12,18a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z"/>'},Xc={name:"files-landscapes",style:"line",path:'<path d="M23,9.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,16.05,3H8A3,3,0,0,0,5,6V7H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3V17h1a3,3,0,0,0,3-3V10S23,10,23,9.94ZM17,6.41,19.59,9H18a1,1,0,0,1-1-1ZM17,18a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V10A1,1,0,0,1,4,9H5v5a3,3,0,0,0,3,3h9Zm4-4a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V6A1,1,0,0,1,8,5h7V8a3,3,0,0,0,3,3h3Z"/>'},Yc={name:"files-landscapes-alt",style:"line",path:'<path d="M18,19H6a3,3,0,0,1-3-3V8A1,1,0,0,0,1,8v8a5,5,0,0,0,5,5H18a1,1,0,0,0,0-2Zm-4-8H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm9-1.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,16.05,3H8A3,3,0,0,0,5,6v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V10S23,10,23,9.94ZM17,6.41,19.59,9H18a1,1,0,0,1-1-1ZM21,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V6A1,1,0,0,1,8,5h7V8a3,3,0,0,0,3,3h3ZM10,9h2a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z"/>'},eu={name:"film",style:"line",path:'<path d="M21,2a1,1,0,0,0-1,1V5H18V3a1,1,0,0,0-2,0V4H8V3A1,1,0,0,0,6,3V5H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,2,0V19H6v2a1,1,0,0,0,2,0V20h8v1a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2ZM6,17H4V15H6Zm0-4H4V11H6ZM6,9H4V7H6Zm10,9H8V13h8Zm0-7H8V6h8Zm4,6H18V15h2Zm0-4H18V11h2Zm0-4H18V7h2Z"/>'},tu={name:"filter",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V6.17a3,3,0,0,0,.25,1.2l0,.06a2.81,2.81,0,0,0,.59.86L9,14.41V21a1,1,0,0,0,.47.85A1,1,0,0,0,10,22a1,1,0,0,0,.45-.11l4-2A1,1,0,0,0,15,19V14.41l6.12-6.12a2.81,2.81,0,0,0,.59-.86l0-.06A3,3,0,0,0,22,6.17V5A3,3,0,0,0,19,2ZM13.29,13.29A1,1,0,0,0,13,14v4.38l-2,1V14a1,1,0,0,0-.29-.71L5.41,8H18.59ZM20,6H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},nu={name:"filter-slash",style:"line",path:'<path d="M19.22,6H12.66a1,1,0,0,0,0,2h6.56a.78.78,0,0,1,.78.78v.78H16.22a1,1,0,1,0,0,2h2.37l-.7.69a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l1.88-1.88a2.51,2.51,0,0,0,.54-.8h0l0-.1A2.59,2.59,0,0,0,22,9.82v-1A2.79,2.79,0,0,0,19.22,6ZM3.71,2.29A1,1,0,0,0,2.29,3.71L5.14,6.55A2.73,2.73,0,0,0,4,8.78v1a2.65,2.65,0,0,0,.24,1.1l0,.06a2.61,2.61,0,0,0,.54.81l5.41,5.4V21a1,1,0,0,0,.47.85,1,1,0,0,0,.53.15,1,1,0,0,0,.45-.11l3.56-1.78a1,1,0,0,0,.55-.89v-2h0l4.51,4.52a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM6,8.78a.76.76,0,0,1,.5-.72L6.59,8,8.15,9.56H6Zm8.07,7.29a1,1,0,0,0-.29.71V18.6l-1.56.78v-2.6a1,1,0,0,0-.29-.71L7.41,11.56h2.74l4.22,4.22Z"/>'},au={name:"fire",style:"line",path:'<path d="M8.46777,8.39453l-.00225.00183-.00214.00208ZM18.42188,8.208a1.237,1.237,0,0,0-.23-.17481.99959.99959,0,0,0-1.39941.41114,5.78155,5.78155,0,0,1-1.398,1.77734,8.6636,8.6636,0,0,0,.1333-1.50977,8.71407,8.71407,0,0,0-4.40039-7.582,1.00009,1.00009,0,0,0-1.49121.80567A7.017,7.017,0,0,1,7.165,6.87793l-.23047.1875a8.51269,8.51269,0,0,0-1.9873,1.8623A8.98348,8.98348,0,0,0,8.60254,22.83594.99942.99942,0,0,0,9.98,21.91016a1.04987,1.04987,0,0,0-.0498-.3125,6.977,6.977,0,0,1-.18995-2.58106,9.004,9.004,0,0,0,4.3125,4.0166.997.997,0,0,0,.71534.03809A8.99474,8.99474,0,0,0,18.42188,8.208ZM14.51709,21.03906a6.964,6.964,0,0,1-3.57666-4.40234,8.90781,8.90781,0,0,1-.17969-.96387,1.00025,1.00025,0,0,0-.79931-.84473A.982.982,0,0,0,9.77,14.80957a.99955.99955,0,0,0-.8667.501,8.9586,8.9586,0,0,0-1.20557,4.71777,6.98547,6.98547,0,0,1-1.17529-9.86816,6.55463,6.55463,0,0,1,1.562-1.458.74507.74507,0,0,0,.07422-.05469s.29669-.24548.30683-.2511a8.96766,8.96766,0,0,0,2.89874-4.63269,6.73625,6.73625,0,0,1,1.38623,8.08789,1.00024,1.00024,0,0,0,1.18359,1.418,7.85568,7.85568,0,0,0,3.86231-2.6875,7.00072,7.00072,0,0,1-3.2793,10.457Z"/>'},ru={name:"flask",style:"line",path:'<path d="M20.11,17.49,15,8.73V4h1a1,1,0,0,0,0-2H8A1,1,0,0,0,8,4H9V8.73L3.89,17.49A3,3,0,0,0,6.48,22h11a3,3,0,0,0,2.59-4.51Zm-9.25-8A1,1,0,0,0,11,9V4h2V9a1,1,0,0,0,.14.5L14,11H10Zm7.52,10a1,1,0,0,1-.86.5h-11a1,1,0,0,1-.86-.5,1,1,0,0,1,0-1L8.83,13h6.35l3.2,5.5A1,1,0,0,1,18.38,19.5ZM10,15a1,1,0,1,0,1,1A1,1,0,0,0,10,15Zm4,1a1,1,0,1,0,1,1A1,1,0,0,0,14,16Z"/>'},iu={name:"flask-potion",style:"line",path:'<path d="M18.93,11.67a.42.42,0,0,0,0-.1A7.4,7.4,0,0,0,15,7.62V4h1a1,1,0,0,0,0-2H8A1,1,0,0,0,8,4H9V7.62a7.4,7.4,0,0,0-3.89,4,.42.42,0,0,0,0,.1,7.5,7.5,0,1,0,13.86,0ZM10.31,9.26A1,1,0,0,0,11,8.31V4h2V8.31a1,1,0,0,0,.69.95A5.43,5.43,0,0,1,16.23,11H7.77A5.43,5.43,0,0,1,10.31,9.26ZM12,20a5.51,5.51,0,0,1-5.5-5.5A5.34,5.34,0,0,1,6.72,13H17.28a5.34,5.34,0,0,1,.22,1.5A5.51,5.51,0,0,1,12,20Zm2-4a1,1,0,1,0,1,1A1,1,0,0,0,14,16Zm-4-1a1,1,0,1,0,1,1A1,1,0,0,0,10,15Z"/>'},lu={name:"flip-h",style:"line",path:'<path d="M21,11H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM10.93,9h1.5a1,1,0,0,0,0-2h-1.5a1,1,0,0,0,0,2Zm4.5-1a1,1,0,0,0,1,1H17a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-.66-.65a1,1,0,0,0-1.41,0,1,1,0,0,0-.19,1.15A1.49,1.49,0,0,0,15.43,8ZM11.65,4.77,12,4.41l.81.81a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41L13.16,2.75a.91.91,0,0,0-.26-.19,1,1,0,0,0-1.61-.27L10.23,3.35a1,1,0,0,0,1.42,1.42ZM17,15H7a1,1,0,0,0-.92.62,1,1,0,0,0,.21,1.09l5,5a1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-1.09A1,1,0,0,0,17,15Zm-5,4.59L9.41,17h5.18ZM7.05,9a1,1,0,0,0,.71-.29L8.82,7.6A1,1,0,0,0,7.4,6.18L6.34,7.24a1,1,0,0,0,0,1.42A1,1,0,0,0,7.05,9Z"/>'},ou={name:"flip-h-alt",style:"line",path:'<path d="M13.21,5.7a1,1,0,0,0,.24,0l1.94-.49A1,1,0,0,0,16.12,4a1,1,0,0,0-1.21-.73L13,3.73a1,1,0,0,0,.24,2ZM9.51,9h-2a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2Zm4,0a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2ZM7.39,7.15l.24,0,1.94-.48A1,1,0,0,0,9.09,4.7l-1.94.48a1,1,0,0,0,.24,2ZM4,10.51a1,1,0,0,0,1-1v-2a1,1,0,0,0-2,0v2A1,1,0,0,0,4,10.51Zm16.62-8.3A1,1,0,0,0,19.76,2l-1,.24a1,1,0,0,0-.73,1.21,1,1,0,0,0,1,.76A1,1,0,0,0,21,4V3A1,1,0,0,0,20.62,2.21ZM20,7a1,1,0,0,0-1,1V9.14A1,1,0,0,0,19.51,11H20a1,1,0,0,0,1-1V8A1,1,0,0,0,20,7Zm0,6H4a1,1,0,0,0-1,1v3a1,1,0,0,0,.76,1l16,4A1,1,0,0,0,20,22a1,1,0,0,0,1-1V14A1,1,0,0,0,20,13Zm-1,6.72L5,16.22V15H19Z"/>'},cu={name:"flip-v",style:"line",path:'<path d="M7.6,15.18A1,1,0,0,0,6.18,16.6l1.06,1.06a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM3.81,9.78,2.75,10.84a.91.91,0,0,0-.19.26,1,1,0,0,0-.27,1.61l1.06,1.06a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L4.41,12l.81-.81A1,1,0,0,0,3.81,9.78ZM8,10.57a1,1,0,0,0-1,1v1.5a1,1,0,0,0,2,0v-1.5A1,1,0,0,0,8,10.57Zm13.71.72-5-5a1,1,0,0,0-1.09-.21A1,1,0,0,0,15,7V17a1,1,0,0,0,.62.92A.84.84,0,0,0,16,18a1,1,0,0,0,.71-.29l5-5A1,1,0,0,0,21.71,11.29ZM17,14.59V9.41L19.59,12ZM12,2a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V3A1,1,0,0,0,12,2ZM8.38,6.08a1,1,0,0,0-1.09.21L6.64,7a1,1,0,0,0,0,1.41,1,1,0,0,0,.7.3,1,1,0,0,0,.45-.11A1,1,0,0,0,9,7.57V7A1,1,0,0,0,8.38,6.08Z"/>'},uu={name:"flip-v-alt",style:"line",path:'<path d="M4.94,12.24A1,1,0,0,0,3.73,13l-.49,1.94A1,1,0,0,0,4,16.12a1,1,0,0,0,1.21-.73l.49-1.94A1,1,0,0,0,4.94,12.24Zm17,7.52-4-16A1,1,0,0,0,17,3H14a1,1,0,0,0-1,1V20a1,1,0,0,0,1,1h7a1,1,0,0,0,.79-.38A1,1,0,0,0,22,19.76ZM15,19V5h1.22l3.5,14ZM6.4,6.42a1,1,0,0,0-1.22.73L4.7,9.09a1,1,0,0,0,.73,1.21l.24,0a1,1,0,0,0,1-.76l.48-1.94A1,1,0,0,0,6.4,6.42ZM7.51,5h2a1,1,0,0,0,0-2h-2a1,1,0,0,0,0,2ZM4.24,19a1,1,0,0,0-2-.24l-.24,1a1,1,0,0,0,.18.86A1,1,0,0,0,3,21H4a1,1,0,0,0,.24-2ZM10,6.51a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,10,6.51Zm0,6a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,10,12.51Zm0,6a1,1,0,0,0-.86.49H8a1,1,0,0,0,0,2h2a1,1,0,0,0,1-1v-.49A1,1,0,0,0,10,18.51Z"/>'},su={name:"flower",style:"line",path:'<path d="M19.68,6.88a4.4,4.4,0,0,0-3.31-.32,4.37,4.37,0,0,0-8.73,0,4.48,4.48,0,0,0-3.31.29,4.37,4.37,0,0,0,.61,8,4.4,4.4,0,0,0-.8,2.5,5,5,0,0,0,.07.75A4.34,4.34,0,0,0,8.5,21.73a4.68,4.68,0,0,0,.64,0A4.42,4.42,0,0,0,12,20a4.42,4.42,0,0,0,2.86,1.69,4.68,4.68,0,0,0,.64,0,4.36,4.36,0,0,0,3.56-6.87,4.36,4.36,0,0,0,.62-8ZM10.34,4.94a2.4,2.4,0,0,1,3.32,0,2.43,2.43,0,0,1,.52,2.66l-.26.59-.66.58A4.07,4.07,0,0,0,12,8.55a4,4,0,0,0-1.61.34L9.83,7.6A2.39,2.39,0,0,1,10.34,4.94Zm-6.1,6.84A2.37,2.37,0,0,1,7.94,9l.49.43.35.8A3.92,3.92,0,0,0,8,12.55,2.85,2.85,0,0,0,8,13l-.55,0h0l-.84.08A2.37,2.37,0,0,1,4.24,11.78Zm6.6,6.08a2.38,2.38,0,0,1-4.66-.08,3.07,3.07,0,0,1,0-.42,2.33,2.33,0,0,1,1.17-2L7.86,15l.91-.1a4,4,0,0,0,2.38,1.57ZM12,14.55a2,2,0,1,1,2-2A2,2,0,0,1,12,14.55Zm5.82,3.22a2.36,2.36,0,0,1-2.68,1.94,2.39,2.39,0,0,1-2-1.85l-.14-.6.21-.92a4,4,0,0,0,2.2-1.76l.5.3.09,0,.66.39A2.38,2.38,0,0,1,17.82,17.77Zm1.94-6a2.39,2.39,0,0,1-2.13,1.33h-.24L16.75,13,16,12.59v0a4,4,0,0,0-1-2.64l.43-.37,0,0L16.06,9a2.37,2.37,0,0,1,3.7,2.82Z"/>'},hu={name:"focus",style:"line",path:'<path d="M8,2H3A1,1,0,0,0,2,3V8A1,1,0,0,0,4,8V4H8A1,1,0,0,0,8,2ZM8,20H4V16a1,1,0,0,0-2,0v5a1,1,0,0,0,1,1H8a1,1,0,0,0,0-2ZM21,2H16a1,1,0,0,0,0,2h4V8a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2Zm0,13a1,1,0,0,0-1,1v4H16a1,1,0,0,0,0,2h5a1,1,0,0,0,1-1V16A1,1,0,0,0,21,15Z"/>'},du={name:"focus-add",style:"line",path:'<path d="M8,20H5a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2ZM3,9A1,1,0,0,0,4,8V5A1,1,0,0,1,5,4H8A1,1,0,0,0,8,2H5A3,3,0,0,0,2,5V8A1,1,0,0,0,3,9ZM19,2H16a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,19,2ZM16,12a1,1,0,0,0-1-1H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2A1,1,0,0,0,16,12Zm5,3a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h3a3,3,0,0,0,3-3V16A1,1,0,0,0,21,15Z"/>'},pu={name:"focus-target",style:"line",path:'<path d="M3,9A1,1,0,0,0,4,8V5A1,1,0,0,1,5,4H8A1,1,0,0,0,8,2H5A3,3,0,0,0,2,5V8A1,1,0,0,0,3,9ZM8,20H5a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2Zm9-7a1,1,0,0,0,0-2H15.86A4,4,0,0,0,13,8.14V7a1,1,0,0,0-2,0V8.14A4,4,0,0,0,8.14,11H7a1,1,0,0,0,0,2H8.14A4,4,0,0,0,11,15.86V17a1,1,0,0,0,2,0V15.86A4,4,0,0,0,15.86,13Zm-5,1a2,2,0,1,1,2-2A2,2,0,0,1,12,14Zm9,1a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h3a3,3,0,0,0,3-3V16A1,1,0,0,0,21,15ZM19,2H16a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,19,2Z"/>'},fu={name:"folder",style:"line",path:'<path d="M19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},mu={name:"folder-check",style:"line",path:'<path d="M14.29,10.79,11,14.09l-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l4-4a1,1,0,0,0-1.42-1.42ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},vu={name:"folder-download",style:"line",path:'<path d="M13.29,13.79l-.29.3V11.5a1,1,0,0,0-2,0v2.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},Au={name:"folder-exclamation",style:"line",path:'<path d="M12.92,16.12a.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15l-.15-.12-.18-.09a.6.6,0,0,0-.19-.06,1,1,0,0,0-.9.27l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33,1,1,0,0,0,1.09.22,1.46,1.46,0,0,0,.33-.22,1.46,1.46,0,0,0,.22-.33A1,1,0,0,0,13,16.5a1.36,1.36,0,0,0,0-.2A.64.64,0,0,0,12.92,16.12ZM12,10.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,12,10.5Zm7-5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},yu={name:"folder-heart",style:"line",path:'<path d="M12,9.84a2.92,2.92,0,0,0-3.43,4.65l2.72,2.72a1,1,0,0,0,1.42,0l2.72-2.72A2.92,2.92,0,0,0,12,9.84Zm2,3.23-2,2-2-2a.92.92,0,0,1,0-1.3.92.92,0,0,1,1.3,0,1,1,0,0,0,1.42,0,.92.92,0,0,1,1.3,1.3ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},Mu={name:"folder-info",style:"line",path:'<path d="M12,13.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,12,13.5Zm7-8H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Zm-7.29-7.71a1,1,0,0,0-1.09-.21.93.93,0,0,0-.33.21,1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.7,1,1,0,0,0,1.42,0,1,1,0,0,0,.29-.7,1,1,0,0,0-.08-.38A.93.93,0,0,0,12.71,10.79Z"/>'},Hu={name:"folder-lock",style:"line",path:'<path d="M4,4H8.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,11,7h7a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H11.72l-.32-1A3,3,0,0,0,8.56,2H4A3,3,0,0,0,1,5V18a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2H4a1,1,0,0,1-1-1V5A1,1,0,0,1,4,4ZM21,15.18V14a3,3,0,0,0-6,0v1.18A3,3,0,0,0,13,18v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V18A3,3,0,0,0,21,15.18ZM17,14a1,1,0,0,1,2,0v1H17Zm4,6a1,1,0,0,1-1,1H16a1,1,0,0,1-1-1V18a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Z"/>'},gu={name:"folder-medical",style:"line",path:'<path d="M14,12.5H13v-1a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm5-7H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},Zu={name:"folder-minus",style:"line",path:'<path d="M14,12.5H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm5-7H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},Vu={name:"folder-network",style:"line",path:'<path d="M21,18H14.82A3,3,0,0,0,13,16.18V14h3.67A2.34,2.34,0,0,0,19,11.67V6.33A2.34,2.34,0,0,0,16.67,4h-4l-.13-.41A2.34,2.34,0,0,0,10.37,2h-3A2.34,2.34,0,0,0,5,4.33v7.34A2.34,2.34,0,0,0,7.33,14H11v2.18A3,3,0,0,0,9.18,18H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM7.33,12A.33.33,0,0,1,7,11.67V4.33A.33.33,0,0,1,7.33,4h3a.33.33,0,0,1,.32.23l.36,1.09A1,1,0,0,0,12,6h4.67a.33.33,0,0,1,.33.33v5.34a.33.33,0,0,1-.33.33ZM12,20a1,1,0,1,1,1-1A1,1,0,0,1,12,20Z"/>'},Cu={name:"folder-open",style:"line",path:'<path d="M22.78,10.37A1,1,0,0,0,22,10H20V9a3,3,0,0,0-3-3H10.72l-.32-1A3,3,0,0,0,7.56,3H4A3,3,0,0,0,1,6V18a3,3,0,0,0,3,3H18.4a3,3,0,0,0,2.92-2.35L23,11.22A1,1,0,0,0,22.78,10.37ZM5.37,18.22a1,1,0,0,1-1,.78H4a1,1,0,0,1-1-1V6A1,1,0,0,1,4,5H7.56a1,1,0,0,1,1,.68l.54,1.64A1,1,0,0,0,10,8h7a1,1,0,0,1,1,1v1H8a1,1,0,0,0-1,.78Zm14,0a1,1,0,0,1-1,.78H7.21a1.42,1.42,0,0,0,.11-.35L8.8,12h12Z"/>'},bu={name:"folder-plus",style:"line",path:'<path d="M14,12.5H13v-1a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm5-7H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},Lu={name:"folder-question",style:"line",path:'<path d="M12.57,16.3a.64.64,0,0,0-.15-.13l-.17-.09L12.06,16a1,1,0,0,0-.9.28,1,1,0,0,0-.22.32,1,1,0,0,0-.07.39,1,1,0,0,0,.29.7,1,1,0,0,0,.32.22,1,1,0,0,0,.39.07,1,1,0,0,0,.38-.07,1,1,0,0,0,.32-.22,1,1,0,0,0,.3-.7,1,1,0,0,0-.08-.39A.87.87,0,0,0,12.57,16.3ZM11.87,9a3,3,0,0,0-2.6,1.5,1,1,0,1,0,1.73,1,1,1,0,0,1,1.87.5,1,1,0,0,1-1,1,1,1,0,1,0,0,2,3,3,0,0,0,0-6ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},Su={name:"folder-slash",style:"line",path:'<path d="M21.71,20.29l-1.6-1.6h0L3.71,2.29A1,1,0,0,0,2.29,3.71L3.69,5.1A3,3,0,0,0,3,7V18a3,3,0,0,0,3,3H18a3,3,0,0,0,1.29-.3l1,1a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM6,19a1,1,0,0,1-1-1V7a1,1,0,0,1,.12-.46L17.59,19ZM10.62,6a1,1,0,0,1,.89.67l.54,1.64A1,1,0,0,0,13,9h5a1,1,0,0,1,1,1v4.34a1,1,0,1,0,2,0V10a3,3,0,0,0-3-3H13.72L13.4,6a3,3,0,0,0-2.68-2,1,1,0,0,0-.1,2Z"/>'},zu={name:"folder-times",style:"line",path:'<path d="M14.71,10.79a1,1,0,0,0-1.42,0L12,12.09l-1.29-1.3a1,1,0,0,0-1.42,1.42l1.3,1.29-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,14.91l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-1.3-1.29,1.3-1.29A1,1,0,0,0,14.71,10.79ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},wu={name:"folder-upload",style:"line",path:'<path d="M12.71,10.79a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2a1,1,0,0,0,1.42,1.42l.29-.3V16.5a1,1,0,0,0,2,0V13.91l.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z"/>'},xu={name:"font",style:"line",path:'<path d="M21,20H20V3a1,1,0,0,0-1-1H15.5a1,1,0,0,0-.86.5L4.43,20H3a1,1,0,0,0,0,2H7a1,1,0,0,0,0-2H6.74l3.5-6H18v6H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-3-8H11.41l4.66-8H18Z"/>'},_u={name:"football",style:"line",path:'<path d="M20.07,6.11a9.85,9.85,0,0,0-4.3-3.36A10,10,0,0,0,2,12c0,.19,0,.38,0,.56A9.94,9.94,0,0,0,3.33,17a10,10,0,0,0,5.89,4.65h0A10.11,10.11,0,0,0,12,22a9.45,9.45,0,0,0,1.88-.18,10,10,0,0,0,8-8.41A9.46,9.46,0,0,0,22,12,9.83,9.83,0,0,0,20.07,6.11Zm-2,.77L17,9.74l-1.62.44L13,8.49V6.64l2.49-1.81A7.81,7.81,0,0,1,18.11,6.88ZM14,11.67,13.22,14H10.77L10,11.67l2-1.43ZM12,4a8,8,0,0,1,1.11.09L12,4.89l-1.11-.8A8,8,0,0,1,12,4ZM4.88,8.37l.4,1.32-1.13.79A7.88,7.88,0,0,1,4.88,8.37Zm1.37,9.17,1.38.05L8,18.92A8.32,8.32,0,0,1,6.25,17.54ZM8,15.6l-3.15-.11A7.83,7.83,0,0,1,4.07,13l2.49-1.74L8,11.88l.89,2.76Zm.86-5.53-1.56-.7-.91-3A7.93,7.93,0,0,1,8.5,4.83L11,6.64V8.49ZM13,19.93a8.08,8.08,0,0,1-2.63-.12l-.83-2.92.83-.89h3.07l.67,1Zm2.41-.7L15.87,18l1.36.07A7.83,7.83,0,0,1,15.38,19.23Zm3.46-3.12L15.76,16l-.71-1.1.89-2.76,1.51-.41,2.36,2A7.84,7.84,0,0,1,18.84,16.11Zm.05-5.83L19.4,9a7.4,7.4,0,0,1,.53,2.13Z"/>'},ku={name:"football-american",style:"line",path:'<path d="M21.84,5.56A4.08,4.08,0,0,0,20.7,3.31h0a4.08,4.08,0,0,0-2.25-1.14,13.65,13.65,0,0,0-5.29.24,1.17,1.17,0,0,0-.2.06,14.44,14.44,0,0,0-6.69,3.8A14.59,14.59,0,0,0,2.45,13c0,.06,0,.12-.05.19a13.7,13.7,0,0,0-.24,5.3A4.08,4.08,0,0,0,3.3,20.69h0a4.08,4.08,0,0,0,2.25,1.14A13.12,13.12,0,0,0,7.63,22a13.8,13.8,0,0,0,3.26-.41l.14,0a14.54,14.54,0,0,0,10.52-10.5c0-.06,0-.12.05-.19A13.7,13.7,0,0,0,21.84,5.56ZM16.37,4a10.44,10.44,0,0,1,1.76.14,1.68,1.68,0,0,1,.24.07L17,5.59,15.46,4.05C15.76,4,16.07,4,16.37,4ZM7.67,7.67a12.72,12.72,0,0,1,5.4-3.19L15.59,7,13.44,9.15l-.73-.73a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l.73.73L10.56,12l-.73-.73a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.73.73L7,15.59,4.49,13.08A12.67,12.67,0,0,1,7.67,7.67ZM4.21,18.37a1.68,1.68,0,0,1-.07-.24A11.38,11.38,0,0,1,4,15.46L5.59,17Zm1.66,1.49a1.68,1.68,0,0,1-.24-.07L7,18.41,8.54,20A11.38,11.38,0,0,1,5.87,19.86Zm10.46-3.53a12.67,12.67,0,0,1-5.41,3.18L8.41,17l2.15-2.15.73.73a1,1,0,1,0,1.42-1.41L12,13.44,13.44,12l.73.73a1,1,0,0,0,.71.29,1,1,0,0,0,.7-1.71l-.73-.73L17,8.41l2.51,2.51A12.67,12.67,0,0,1,16.33,16.33ZM20,8.54,18.41,7l1.38-1.37a1.68,1.68,0,0,1,.07.24A11.38,11.38,0,0,1,20,8.54Z"/>'},Tu={name:"football-ball",style:"line",path:'<path d="M21.84,5.56A4.08,4.08,0,0,0,20.7,3.31h0a4.08,4.08,0,0,0-2.25-1.14A14.45,14.45,0,0,0,2.16,18.44,4.08,4.08,0,0,0,3.3,20.69h0a4.08,4.08,0,0,0,2.25,1.14A13.12,13.12,0,0,0,7.63,22a14.37,14.37,0,0,0,10.11-4.26A14.23,14.23,0,0,0,21.84,5.56ZM4.21,18.37a1.68,1.68,0,0,1-.07-.24A12.21,12.21,0,0,1,7.67,7.67,12.39,12.39,0,0,1,16.37,4a10.44,10.44,0,0,1,1.76.14,1.68,1.68,0,0,1,.24.07L13.44,9.15l-.73-.73a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l.73.73L10.56,12l-.73-.73a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.73.73Zm12.12-2A12.24,12.24,0,0,1,5.87,19.86a1.68,1.68,0,0,1-.24-.07l4.93-4.94.73.73a1,1,0,1,0,1.42-1.41L12,13.44,13.44,12l.73.73a1,1,0,0,0,.71.29,1,1,0,0,0,.7-1.71l-.73-.73,4.94-4.93a1.68,1.68,0,0,1,.07.24A12.21,12.21,0,0,1,16.33,16.33Z"/>'},Eu={name:"forecastcloud-moon-tear",style:"line",path:'<path d="M21.7,7.57a1,1,0,0,0-.93-.26,3.2,3.2,0,0,1-.66.08,3,3,0,0,1-3-3,3,3,0,0,1,.08-.65A1,1,0,0,0,16,2.53a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,15a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.92,3.92,0,0,1,2.18.66h0a4,4,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,16.11a1,1,0,0,0,1.1,1.68A4.32,4.32,0,0,0,19,14.17a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8.5,1,1,0,0,0,21.7,7.57Zm-4.59,2.82a2.61,2.61,0,0,1-.42,0A4.6,4.6,0,0,0,16,10a6,6,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,10.39Zm-6,3.94a1,1,0,0,0-1.12,0C9.84,14.41,7.5,16,7.5,18.5a3,3,0,0,0,6,0C13.5,16,11.15,14.4,11.06,14.33ZM10.5,19.5a1,1,0,0,1-1-1,3,3,0,0,1,1-2,3,3,0,0,1,1,2A1,1,0,0,1,10.5,19.5Z"/>'},Ou={name:"forwaded-call",style:"line",path:'<path d="M14.94,6.56h3.58l-.79.8a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l2.5-2.5a1,1,0,0,0,0-1.41l-2.5-2.5a1,1,0,0,0-1.41,1.41l.79.79H14.94a1,1,0,0,0,0,2ZM19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z"/>'},Pu={name:"forward",style:"line",path:'<path d="M20.67,9.69,14,5.84a2.67,2.67,0,0,0-4,2.31h0L6,5.84A2.67,2.67,0,0,0,2,8.15v7.7a2.63,2.63,0,0,0,1.33,2.3,2.61,2.61,0,0,0,1.34.37A2.69,2.69,0,0,0,6,18.16l4-2.31h0a2.65,2.65,0,0,0,1.33,2.31,2.66,2.66,0,0,0,2.67,0l6.67-3.85a2.67,2.67,0,0,0,0-4.62ZM10,13.54,5,16.42a.67.67,0,0,1-1-.57V8.15a.67.67,0,0,1,1-.57l5,2.88Zm9.67-1L13,16.43a.69.69,0,0,1-.67,0,.66.66,0,0,1-.33-.58V8.15a.66.66,0,0,1,.33-.58.78.78,0,0,1,.34-.09.63.63,0,0,1,.33.09l6.67,3.85a.67.67,0,0,1,0,1.16Z"/>'},Nu={name:"frown",style:"line",path:'<path d="M8.36,15.33a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.4A5.81,5.81,0,0,0,8.36,15.33ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm3-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9Z"/>'},ju={name:"game-structure",style:"line",path:'<path d="M21,18H19V15a1,1,0,0,0-1-1H13V11.29l1.13.59a1,1,0,0,0,1.45-1.05l-.4-2.37L16.9,6.77a1,1,0,0,0,.26-1,1,1,0,0,0-.81-.68L14,4.72,12.9,2.56a1,1,0,0,0-1.8,0L10,4.72l-2.39.35a1,1,0,0,0-.81.68,1,1,0,0,0,.26,1L8.82,8.46l-.4,2.37a1,1,0,0,0,1.45,1.05L11,11.29V14H6a1,1,0,0,0-1,1v3H3a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V20H8v1a1,1,0,0,0,2,0V19a1,1,0,0,0-1-1H7V16H17v2H15a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V20h4v1a1,1,0,0,0,2,0V19A1,1,0,0,0,21,18ZM12,8.63a1,1,0,0,0-.47.12l-.8.42.15-.9a1,1,0,0,0-.29-.88l-.65-.64.9-.13a1,1,0,0,0,.76-.54l.4-.82.4.82a1,1,0,0,0,.76.54l.9.13-.65.64a1,1,0,0,0-.29.88l.15.9-.8-.42A1,1,0,0,0,12,8.63Z"/>'},Du={name:"gift",style:"line",path:'<path d="M18,7h-.35A3.45,3.45,0,0,0,18,5.5a3.49,3.49,0,0,0-6-2.44A3.49,3.49,0,0,0,6,5.5,3.45,3.45,0,0,0,6.35,7H6a3,3,0,0,0-3,3v2a1,1,0,0,0,1,1H5v6a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V13h1a1,1,0,0,0,1-1V10A3,3,0,0,0,18,7ZM11,20H8a1,1,0,0,1-1-1V13h4Zm0-9H5V10A1,1,0,0,1,6,9h5Zm0-4H9.5A1.5,1.5,0,1,1,11,5.5Zm2-1.5A1.5,1.5,0,1,1,14.5,7H13ZM17,19a1,1,0,0,1-1,1H13V13h4Zm2-8H13V9h5a1,1,0,0,1,1,1Z"/>'},qu={name:"github",style:"line",path:'<path d="M12,2.2467A10.00042,10.00042,0,0,0,8.83752,21.73419c.5.08752.6875-.21247.6875-.475,0-.23749-.01251-1.025-.01251-1.86249C7,19.85919,6.35,18.78423,6.15,18.22173A3.636,3.636,0,0,0,5.125,16.8092c-.35-.1875-.85-.65-.01251-.66248A2.00117,2.00117,0,0,1,6.65,17.17169a2.13742,2.13742,0,0,0,2.91248.825A2.10376,2.10376,0,0,1,10.2,16.65923c-2.225-.25-4.55-1.11254-4.55-4.9375a3.89187,3.89187,0,0,1,1.025-2.6875,3.59373,3.59373,0,0,1,.1-2.65s.83747-.26251,2.75,1.025a9.42747,9.42747,0,0,1,5,0c1.91248-1.3,2.75-1.025,2.75-1.025a3.59323,3.59323,0,0,1,.1,2.65,3.869,3.869,0,0,1,1.025,2.6875c0,3.83747-2.33752,4.6875-4.5625,4.9375a2.36814,2.36814,0,0,1,.675,1.85c0,1.33752-.01251,2.41248-.01251,2.75,0,.26251.1875.575.6875.475A10.0053,10.0053,0,0,0,12,2.2467Z"/>'},Ru={name:"github-alt",style:"line",path:'<path d="M10.07031,20.50291a1.00008,1.00008,0,0,0-1.18115-.9834c-1.30908.24024-2.96191.27637-3.40137-.958a5.70754,5.70754,0,0,0-1.83691-2.415,1.20073,1.20073,0,0,1-.1665-.10938,1,1,0,0,0-.93067-.64551H2.54883a.99965.99965,0,0,0-1,.99512c-.00391.81543.811,1.33789,1.1416,1.51465a4.4408,4.4408,0,0,1,.92383,1.35937c.36426,1.02344,1.42285,2.57617,4.46582,2.376.001.03516.00195.06836.00244.09863l.00439.26758a1,1,0,0,0,2,0l-.00488-.31836C10.07715,21.4951,10.07031,21.22068,10.07031,20.50291Zm10.667-15.126c.03174-.125.063-.26367.09034-.41992a6.27792,6.27792,0,0,0-.40821-3.293,1.002,1.002,0,0,0-.61572-.58007c-.356-.12012-1.67041-.35645-4.18408,1.25a13.86918,13.86918,0,0,0-6.354,0C6.76221.751,5.45459.9658,5.10205,1.07908a.99744.99744,0,0,0-.63135.584,6.3003,6.3003,0,0,0-.40332,3.35644c.02442.12793.05078.2461.07813.35449A6.26928,6.26928,0,0,0,2.89014,9.20311a8.42168,8.42168,0,0,0,.04248.92187c.334,4.60254,3.334,5.98438,5.42431,6.459-.04345.125-.083.25878-.11816.40039a1.00023,1.00023,0,0,0,1.94238.47851,1.6784,1.6784,0,0,1,.46778-.87793.99947.99947,0,0,0-.5459-1.74512c-3.4541-.39453-4.95362-1.80175-5.1792-4.89843a6.61076,6.61076,0,0,1-.03369-.73828,4.25769,4.25769,0,0,1,.91943-2.71289,3.022,3.022,0,0,1,.1958-.23145.99988.99988,0,0,0,.188-1.02441,3.3876,3.3876,0,0,1-.15527-.55567A4.09356,4.09356,0,0,1,6.1167,3.06346a7.54263,7.54263,0,0,1,2.415,1.17968,1.00877,1.00877,0,0,0,.82764.13282,11.77716,11.77716,0,0,1,6.17285.001,1.00549,1.00549,0,0,0,.83056-.13769,7.572,7.572,0,0,1,2.40528-1.19043,4.03977,4.03977,0,0,1,.0874,1.57812,3.205,3.205,0,0,1-.16895.60743.9999.9999,0,0,0,.188,1.02441c.07715.08691.1543.18066.22363.26855A4.12186,4.12186,0,0,1,20,9.20311a7.03888,7.03888,0,0,1-.0376.77734c-.22021,3.05566-1.72558,4.46387-5.1958,4.85937a1,1,0,0,0-.54541,1.7461,1.63079,1.63079,0,0,1,.46631.9082,3.06079,3.06079,0,0,1,.09229.81934v2.334C14.77,21.2949,14.77,21.78025,14.77,22.00291a1,1,0,1,0,2,0c0-.2168,0-.69238.00977-1.33984V18.31346a4.8815,4.8815,0,0,0-.15479-1.31153,4.25638,4.25638,0,0,0-.11621-.416,6.51258,6.51258,0,0,0,5.44531-6.42383A8.69677,8.69677,0,0,0,22,9.20311,6.13062,6.13062,0,0,0,20.7373,5.37693Z"/>'},Iu={name:"gitlab",style:"line",path:'<path d="M21.93927,12.86542,20.87433,9.58563l.0011.00446L20.87415,9.585l-.00007-.00024V9.58459L18.76,3.07593a.83318.83318,0,0,0-.79865-.57013.82178.82178,0,0,0-.78851.57519L15.16614,9.25885H8.83435L6.82391,3.08057a.82167.82167,0,0,0-.78839-.57483H6.03107a.83857.83857,0,0,0-.796.57544L3.12683,9.58392l-.0003.00086V9.5849l-.00129.005.0011-.00451-1.06884,3.28a1.19529,1.19529,0,0,0,.43426,1.33917l9.229,6.70557.00428.00262.01178.00836-.011-.00787-.00006-.00006.00189.00116.00165.001.00018.00013a.46566.46566,0,0,0,.04444.02734l.00616.00378.00012.00007.00379.00213.003.00122.00219.00086.00531.00225.02472.01032.02314.0097.001.00043.00385.00159.00488.00177.00195.00049.00641.00152.00244.00055c.01111.00336.02259.0058.03406.00836l.01331.00324.00195.00049.00439.001.00727.00153.00586.00049.001.00006h.0003A.4672.4672,0,0,0,11.99731,21h.0008a.46889.46889,0,0,0,.0664-.00531h.00025l.0011-.00006.00592-.00049.00732-.00153.00434-.001.00189-.00049.01361-.0033.03363-.00824.00232-.00049.00659-.00164.002-.00043.005-.00183.00378-.00159.001-.00043.02454-.01019.02282-.00958.0055-.00232.00225-.00092.00306-.00128.004-.00219.00006-.00007.00635-.0039a.46772.46772,0,0,0,.04419-.02716l.0036-.00214.00092-.00061.00433-.00268,9.23041-6.70563A1.19522,1.19522,0,0,0,21.93927,12.86542Zm-3.972-9.17975L19.7774,9.25885H16.157ZM6.02979,3.68561,7.84332,9.25885H4.223ZM3.046,13.44238a.25481.25481,0,0,1-.09222-.28546l.79449-2.43829,5.82184,7.464Zm1.494-3.24109h3.6098l2.57342,7.92737Zm7.16467,10.69642-.00537-.00458-.00116-.001-.01044-.009-.01965-.01807.00165.00134.00219.00184a.47345.47345,0,0,0,.04261.03631l.00048.00037.002.00177Zm.29352-1.8938-1.51435-4.66468L9.1405,10.20129h5.71936Zm.30993,1.87921-.01055.00909-.00123.0011-.00531.00452-.0122.009.002-.00171.00037-.0003a.45512.45512,0,0,0,.04242-.0362l.00171-.0014.00213-.00183Zm3.54279-10.68183h3.60956l-.73865.94642-5.448,6.98046Zm5.10028,3.24091-6.52319,4.73889,5.82373-7.46191.79138,2.43725A.25519.25519,0,0,1,20.95111,13.4422Z"/>'},Fu={name:"glass",style:"line",path:'<path d="M19.75,2.33A1,1,0,0,0,19,2H5a1,1,0,0,0-.75.33A1,1,0,0,0,4,3.11l1.8,16.22a3,3,0,0,0,3,2.67h6.42a3,3,0,0,0,3-2.67L20,3.11A1,1,0,0,0,19.75,2.33ZM16.2,19.11a1,1,0,0,1-1,.89H8.79a1,1,0,0,1-1-.89L6.78,10H17.22ZM17.44,8H6.56L6.12,4H17.88Z"/>'},Bu={name:"glass-martini",style:"line",path:'<path d="M18,20H13V14.94A9,9,0,0,0,21,6a8.72,8.72,0,0,0-.67-3.39,1,1,0,0,0-.22-.32L20,2.21a.92.92,0,0,0-.21-.13A.94.94,0,0,0,19.51,2l-.1,0H4.59L4.5,2a.94.94,0,0,0-.29.06A2.12,2.12,0,0,0,4,2.2l-.12.09a1,1,0,0,0-.22.32A8.72,8.72,0,0,0,3,6a9,9,0,0,0,8,8.94V20H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2ZM5,6a6.91,6.91,0,0,1,.29-2H18.71A6.91,6.91,0,0,1,19,6,7,7,0,0,1,5,6Z"/>'},Uu={name:"glass-martini-alt",style:"line",path:'<path d="M21.78,3.62a1,1,0,0,0,.12-1.05A1,1,0,0,0,21,2H3a1,1,0,0,0-.9.57,1,1,0,0,0,.12,1.05L11,14.6V20H5.25a1,1,0,0,0,0,2h13.5a1,1,0,0,0,0-2H13V14.6ZM5.08,4H18.92l-2.4,3h-9ZM12,12.65,9.08,9h5.84Z"/>'},$u={name:"glass-martini-alt-slash",style:"line",path:'<path d="M19.71,16.29l-14-14A1,1,0,0,0,4.29,3.71L6.59,6H5a1,1,0,0,0-.9.57,1,1,0,0,0,.12,1L11,16.1V20H6.75a1,1,0,0,0,0,2h10.5a1,1,0,0,0,0-2H13V16.1l1.64-2,3.65,3.65a1,1,0,0,0,1.42,0A1,1,0,0,0,19.71,16.29ZM7.08,8H8.59l1.89,1.89H8.59ZM12,14.15l-1.81-2.26h2.29l.74.74ZM14.66,8h2.26l-.63.79a1,1,0,0,0,.15,1.4,1,1,0,0,0,.63.22,1,1,0,0,0,.78-.37l1.93-2.42a1,1,0,0,0,.12-1A1,1,0,0,0,19,6H14.66a1,1,0,0,0,0,2Z"/>'},Wu={name:"glass-tea",style:"line",path:'<path d="M19,3a3,3,0,0,0-2.23-1H7.23a3,3,0,0,0-3,3.33l1.56,14a3,3,0,0,0,3,2.67h6.42a3,3,0,0,0,3-2.67l1.56-14A3,3,0,0,0,19,3ZM16.2,19.11a1,1,0,0,1-1,.89H8.79a1,1,0,0,1-1-.89L6.78,10H17.22ZM17.44,8H6.56L6.24,5.11a1,1,0,0,1,.25-.78A1,1,0,0,1,7.23,4h9.54a1,1,0,0,1,.74.33,1,1,0,0,1,.25.78ZM14,18a1,1,0,0,0,1-1V13a1,1,0,0,0-2,0v4A1,1,0,0,0,14,18Zm-4,0a1,1,0,0,0,1-1V13a1,1,0,0,0-2,0v4A1,1,0,0,0,10,18Z"/>'},Gu={name:"globe",style:"line",path:'<path d="M21.41,8.64s0,0,0-.05a10,10,0,0,0-18.78,0s0,0,0,.05a9.86,9.86,0,0,0,0,6.72s0,0,0,.05a10,10,0,0,0,18.78,0s0,0,0-.05a9.86,9.86,0,0,0,0-6.72ZM4.26,14a7.82,7.82,0,0,1,0-4H6.12a16.73,16.73,0,0,0,0,4Zm.82,2h1.4a12.15,12.15,0,0,0,1,2.57A8,8,0,0,1,5.08,16Zm1.4-8H5.08A8,8,0,0,1,7.45,5.43,12.15,12.15,0,0,0,6.48,8ZM11,19.7A6.34,6.34,0,0,1,8.57,16H11ZM11,14H8.14a14.36,14.36,0,0,1,0-4H11Zm0-6H8.57A6.34,6.34,0,0,1,11,4.3Zm7.92,0h-1.4a12.15,12.15,0,0,0-1-2.57A8,8,0,0,1,18.92,8ZM13,4.3A6.34,6.34,0,0,1,15.43,8H13Zm0,15.4V16h2.43A6.34,6.34,0,0,1,13,19.7ZM15.86,14H13V10h2.86a14.36,14.36,0,0,1,0,4Zm.69,4.57a12.15,12.15,0,0,0,1-2.57h1.4A8,8,0,0,1,16.55,18.57ZM19.74,14H17.88A16.16,16.16,0,0,0,18,12a16.28,16.28,0,0,0-.12-2h1.86a7.82,7.82,0,0,1,0,4Z"/>'},Qu={name:"gold",style:"line",path:'<path d="M8,11h8a1,1,0,0,0,.77-.37A1,1,0,0,0,17,9.8l-1-5A1,1,0,0,0,15,4H9a1,1,0,0,0-1,.8l-1,5a1,1,0,0,0,.21.83A1,1,0,0,0,8,11ZM9.82,6h4.36l.6,3H9.22ZM22,13.8a1,1,0,0,0-1-.8H15a1,1,0,0,0-1,.8l-1,5a1,1,0,0,0,.21.83A1,1,0,0,0,14,20h8a1,1,0,0,0,.77-.37A1,1,0,0,0,23,18.8ZM15.22,18l.6-3h4.36l.6,3ZM9,13H3a1,1,0,0,0-1,.8l-1,5a1,1,0,0,0,.21.83A1,1,0,0,0,2,20h8a1,1,0,0,0,.77-.37A1,1,0,0,0,11,18.8l-1-5A1,1,0,0,0,9,13ZM3.22,18l.6-3H8.18l.6,3Z"/>'},Ku={name:"golf-ball",style:"line",path:'<path d="M14,9a1,1,0,1,0,1,1A1,1,0,0,0,14,9Zm0-3a1,1,0,1,0,1,1A1,1,0,0,0,14,6ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8a1,1,0,1,0,1,1A1,1,0,0,0,17,8Z"/>'},Ju={name:"google",style:"line",path:'<path d="M22.60229,10.00391a1.00005,1.00005,0,0,0-.98388-.82227H12.2a.99974.99974,0,0,0-1,1V14.0498a.99974.99974,0,0,0,1,1h3.9624a3.65162,3.65162,0,0,1-1.13183,1.1875A5.0604,5.0604,0,0,1,12.2,17.02246a4.93525,4.93525,0,0,1-4.64624-3.4378L7.55347,13.583a4.90382,4.90382,0,0,1,0-3.167l.00024-.00165A4.9356,4.9356,0,0,1,12.2,6.97754,4.37756,4.37756,0,0,1,15.3313,8.19531a1.00053,1.00053,0,0,0,1.39844-.01562L19.5979,5.31152a.99918.99918,0,0,0-.02539-1.43847A10.62342,10.62342,0,0,0,12.2,1,10.949,10.949,0,0,0,2.37134,7.05878l-.00147.00177A10.92175,10.92175,0,0,0,1.2,12a11.07862,11.07862,0,0,0,1.16992,4.93945l.00147.00177A10.949,10.949,0,0,0,12.2,23a10.5255,10.5255,0,0,0,7.29468-2.687l.00073-.00049.00079-.00085.00019-.00013.00006-.00012a10.78575,10.78575,0,0,0,3.30365-8.08386A12.51533,12.51533,0,0,0,22.60229,10.00391ZM12.2,3a8.68219,8.68219,0,0,1,5.2085,1.67285L15.95483,6.126A6.46322,6.46322,0,0,0,12.2,4.97754,6.88648,6.88648,0,0,0,6.21069,8.52832L5.14148,7.69958l-.585-.45367A8.95257,8.95257,0,0,1,12.2,3ZM3.67944,14.90332a9.02957,9.02957,0,0,1,0-5.80664l1.78223,1.38184a6.85381,6.85381,0,0,0,0,3.042ZM12.2,21A8.9528,8.9528,0,0,1,4.5564,16.75391l.37841-.29352,1.27588-.98969A6.88482,6.88482,0,0,0,12.2,19.02246a7.27662,7.27662,0,0,0,3.30573-.75079L17.19739,19.585A8.88989,8.88989,0,0,1,12.2,21Zm6.52588-2.76074-.183-.142L17.16553,17.028a5.60626,5.60626,0,0,0,1.39966-2.79553.9998.9998,0,0,0-.9834-1.18262H13.2V11.18164h7.54883c.03418.3457.05127.69531.05127,1.0459A9.05156,9.05156,0,0,1,18.72583,18.23926Z"/>'},Xu={name:"google-drive",style:"line",path:'<path d="M21.4231,13.88785,15.33356,3.33792H8.66663l6.09,10.54993ZM8.08917,4.33835,2,14.88736l3.33356,5.77472,6.08911-10.54926Zm1.73273,10.549L6.48877,20.66208H18.66663L22,14.88736Z"/>'},Yu={name:"google-drive-alt",style:"line",path:'<path d="M22,14.44a.62.62,0,0,0,0-.13.61.61,0,0,1,0-.12l-.05-.12h0l-6-10.29A1,1,0,0,0,15,3.29H9a1,1,0,0,0-.5.13l-.11.08a.73.73,0,0,0-.09.08.58.58,0,0,0-.1.12s0,0-.06.08h0l-6,10.33a1,1,0,0,0,0,1l3,5.08h0a.83.83,0,0,0,.11.15l0,.06a1.1,1.1,0,0,0,.44.26h0a.83.83,0,0,0,.22,0H18a1,1,0,0,0,.86-.49l3-5.14h0l.05-.12a.61.61,0,0,1,0-.12.53.53,0,0,0,0-.13.51.51,0,0,0,0-.13A.59.59,0,0,0,22,14.44ZM6,17.73l-1.79-3.1L9,6.27l.87,1.5,1,1.66L7,15.91ZM12,11.41l1.26,2.16H10.72Zm5.43,7.3H7.7l1.84-3.14h9.72Zm-1.86-5.14L10.74,5.29h3.69l4.83,8.28Z"/>'},es={name:"google-hangouts",style:"line",path:'<path d="M20.44411,9.05505a8.50456,8.50456,0,0,0-2.17292-4.334,8.40344,8.40344,0,0,0-1.62213-1.35748,8.48891,8.48891,0,0,0-3.6405-1.30927A4.15272,4.15272,0,0,1,12.52766,2H11.3932c-.01226.02863-.03857.01819-.05944.02014-.29212.02576-.58283.059-.87116.11365A8.45336,8.45336,0,0,0,5.28615,5.2384a8.35853,8.35853,0,0,0-1.8393,4.7085,8.58926,8.58926,0,0,0,.18476,2.52869,8.1479,8.1479,0,0,0,.62426,1.79c.02448.04871.04859.09742.07349.14606A8.601,8.601,0,0,0,6.1125,16.80835a8.5306,8.5306,0,0,0,5.76313,2.33246c.10015.0014.12744.02606.12683.12848-.00458.87353-.00263,1.74719-.00238,2.62085.00006.03393.00268.06775.00464.10986.02825-.01147.04595-.018.063-.02606A17.98894,17.98894,0,0,0,16.558,19.008q.40055-.36466.76892-.76246c.10529-.11334.20972-.22869.31525-.34191.163-.17432.30407-.36908.45776-.55262.17749-.21173.33679-.43676.494-.66327a11.03342,11.03342,0,0,0,.91852-1.5744c.13195-.27887.25756-.55993.36877-.84759a.09617.09617,0,0,0,.01105-.01612,10.277,10.277,0,0,0,.60058-2.439c.03607-.29126.05945-.58435.07422-.87726A8.14067,8.14067,0,0,0,20.44411,9.05505Zm-9.18994,2.81934a2.5047,2.5047,0,0,1-.84,1.87732c-.02844.02637-.056.05389-.08374.08087a2.68427,2.68427,0,0,1-.93378.48065,3.80048,3.80048,0,0,1-.44757.0849.2109.2109,0,0,1-.23492-.15216l.00116-.96814c.00567-.095-.0326-.19678.04352-.28058A.26578.26578,0,0,1,8.897,12.9129a1.77446,1.77446,0,0,0,.49414-.16845,1.13159,1.13159,0,0,0,.53808-.73169c.01215-.05011.02381-.10053.0354-.15088Q8.9438,11.86,7.92323,11.85852a.65268.65268,0,0,1-.17431-.018.413.413,0,0,1-.30652-.38532q-.00192-1.54339.00152-3.087a.46722.46722,0,0,1,.13837-.436.387.387,0,0,1,.25629-.10205q1.50083-.00027,3.00177-.00055a.41616.41616,0,0,1,.39929.52765.38789.38789,0,0,1,.0166.153C11.25649,9.63147,11.26277,10.75317,11.25417,11.87439Zm5.3031.005a2.55694,2.55694,0,0,1-1.55652,2.32789c-.02338.01-.04566.02294-.06848.03442l-.03815.01068-.02161.01227a4.5917,4.5917,0,0,1-.5888.12933.2158.2158,0,0,1-.26941-.21692c-.00153-.10736-.00232-.215-.00318-.32245l.00556-.57727c-.00086-.04254-.00238-.08471-.00226-.127.00018-.14783.057-.2102.24078-.25214a1.31856,1.31856,0,0,0,.63361-.29693,1.26351,1.26351,0,0,0,.37756-.73963l-1.8858-.0036c-.06836-.00012-.13678.00086-.20526-.0003a.419.419,0,0,1-.43244-.43982q.00047-1.52445.00238-3.04877l-.0017-.02936a.43441.43441,0,0,1,.20385-.45166A.38972.38972,0,0,1,13.16,7.83q1.49094-.00082,2.98187-.00086a.41625.41625,0,0,1,.39917.52771.39178.39178,0,0,1,.01654.15289Q16.55757,10.19455,16.55727,11.87939Z"/>'},ts={name:"google-hangouts-alt",style:"line",path:'<path d="M8.9917,7.69049a2,2,0,0,0,0,4l.01514-.00153v.50147a.501.501,0,0,1-.5.5,1,1,0,0,0,0,2,2.50232,2.50232,0,0,0,2.5-2.5v-2.5A.94144.94144,0,0,0,10.9765,9.54,1.99365,1.99365,0,0,0,8.9917,7.69049Zm2.99951-6.68854a9.78734,9.78734,0,0,0-1,19.52344V22.002a.99911.99911,0,0,0,1.23926.97071A12.53481,12.53481,0,0,0,21.69727,11.998a9.73409,9.73409,0,0,0-9.70606-10.9961ZM19.709,11.78223a10.54778,10.54778,0,0,1-6.71777,8.86035V19.57617a.99942.99942,0,0,0-1-1,7.78711,7.78711,0,1,1,7.78809-7.78711A7.94524,7.94524,0,0,1,19.709,11.78223ZM14.9917,7.69049a2,2,0,1,0,0,4l.01514-.00153v.50147a.501.501,0,0,1-.5.5,1,1,0,0,0,0,2,2.50232,2.50232,0,0,0,2.5-2.5v-2.5A.94144.94144,0,0,0,16.9765,9.54,1.99365,1.99365,0,0,0,14.9917,7.69049Z"/>'},ns={name:"google-play",style:"line",path:'<path d="M20.91887,10.653c-.31445-.16992-3.01074-1.73438-4.02246-2.32324l-.00293-.002L4.6386,1.25262a1.679,1.679,0,0,0-1.40711-.1593c-.02618.0094-.05078.01886-.07623.03051a1.41835,1.41835,0,0,0-.17291.06922,1.51864,1.51864,0,0,0-.73828,1.36426V21.54266a1.43542,1.43542,0,0,0,.69238,1.2705,1.30761,1.30761,0,0,0,.15479.06373c.02893.01336.05651.025.08636.03552a1.37893,1.37893,0,0,0,.44635.0824,1.67263,1.67263,0,0,0,.83106-.23145c.38867-.22559,12.43847-7.18262,12.43847-7.18262L20.914,13.25945a1.52522,1.52522,0,0,0,.8418-1.334A1.49078,1.49078,0,0,0,20.91887,10.653ZM4.24407,19.839V4.10186l7.94012,7.85907Zm5.018-2.16168,4.34351-4.30957,1.14954,1.13782C13.49047,15.23583,11.35381,16.4696,9.26207,17.67736Zm4.3418-7.125L9.206,6.19933l5.55365,3.2063ZM16.55065,13.469l-1.52539-1.50977L16.553,10.44341c.72027.41828,1.84283,1.06934,2.6159,1.51429Z"/>'},as={name:"graduation-cap",style:"line",path:'<path d="M21.49,10.19l-1-.55h0l-9-5-.11,0a1.06,1.06,0,0,0-.19-.06l-.19,0-.18,0a1.17,1.17,0,0,0-.2.06l-.11,0-9,5a1,1,0,0,0,0,1.74L4,12.76V17.5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V12.76l2-1.12V14.5a1,1,0,0,0,2,0V11.06A1,1,0,0,0,21.49,10.19ZM16,17.5a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V13.87l4.51,2.5.15.06.09,0a1,1,0,0,0,.25,0h0a1,1,0,0,0,.25,0l.09,0a.47.47,0,0,0,.15-.06L16,13.87Zm-5-3.14L4.06,10.5,11,6.64l6.94,3.86Z"/>'},rs={name:"graph-bar",style:"line",path:'<path d="M6,13H2a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V14A1,1,0,0,0,6,13ZM5,21H3V15H5ZM22,9H18a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V10A1,1,0,0,0,22,9ZM21,21H19V11h2ZM14,1H10A1,1,0,0,0,9,2V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V2A1,1,0,0,0,14,1ZM13,21H11V3h2Z"/>'},is={name:"grid",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V16h7Zm0-6H4V10h7Zm9,6H13V16h7Zm0-6H13V10h7Zm0-6H4V4H20Z"/>'},ls={name:"grids",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V4H8Zm6,0H10V4h4Zm6,0H16V4h4Z"/>'},os={name:"grin",style:"line",path:'<path d="M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm3-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm3-7H9a1,1,0,0,0-1,1,4,4,0,0,0,8,0A1,1,0,0,0,15,13Zm-3,3a2,2,0,0,1-1.73-1h3.46A2,2,0,0,1,12,16Zm3-7a1,1,0,1,0,1,1A1,1,0,0,0,15,9Z"/>'},cs={name:"grin-tongue-wink",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17.62,9.13a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,2H9a1,1,0,0,0,0,2,3,3,0,0,0,6,0,1,1,0,0,0,0-2Zm-3,3a1,1,0,0,1-1-1h2A1,1,0,0,1,12,16Z"/>'},us={name:"grin-tongue-wink-alt",style:"line",path:'<path d="M9.21,10.54a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9Zm0,4H9a1,1,0,0,0,0,2,3,3,0,0,0,6,0,1,1,0,0,0,0-2Zm-3,3a1,1,0,0,1-1-1h2A1,1,0,0,1,12,16Z"/>'},ss={name:"grip-horizontal-line",style:"line",path:'<path d="M3,11H21a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},hs={name:"hard-hat",style:"line",path:'<path d="M20,13.17V13a8,8,0,0,0-2.42-5.74A7.84,7.84,0,0,0,14.4,5.38l-.05,0A8.24,8.24,0,0,0,11.76,5,8.21,8.21,0,0,0,4,13.17,3,3,0,0,0,5,19H19a3,3,0,0,0,1-5.83ZM19,17H5a1,1,0,0,1,0-2H7a1,1,0,0,0,0-2H6A6.41,6.41,0,0,1,9,7.85V11a1,1,0,0,0,2,0V7.09A7.34,7.34,0,0,1,11.82,7H12a5.56,5.56,0,0,1,1,.1V11a1,1,0,0,0,2,0V7.82a6.65,6.65,0,0,1,1.18.87A6,6,0,0,1,18,13H17a1,1,0,0,0,0,2h2a1,1,0,0,1,0,2Z"/>'},ds={name:"hdd",style:"line",path:'<path d="M22,14.86a0,0,0,0,1,0,0v-.05a2.61,2.61,0,0,0-.1-.57L20.26,4.51a3,3,0,0,0-3-2.51H6.69A3,3,0,0,0,3.74,4.51L2.12,14.22a2.61,2.61,0,0,0-.1.57v.05a0,0,0,0,1,0,0C2,14.91,2,15,2,15v4a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15C22,15,22,14.91,22,14.86ZM5.71,4.83a1,1,0,0,1,1-.83H17.31a1,1,0,0,1,1,.83l1.2,7.22A2.63,2.63,0,0,0,19,12H5a2.63,2.63,0,0,0-.49.05ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15.08l.08-.46A1,1,0,0,1,5,14H19a1,1,0,0,1,.92.62l.08.46Zm-3-3a1,1,0,1,0,1,1A1,1,0,0,0,17,16Z"/>'},ps={name:"head-side",style:"line",path:'<path d="M13.23047,2.00342A7.37247,7.37247,0,0,0,7.77734,4.11719,7.44044,7.44044,0,0,0,5.5,9.5v.03027L3.5957,13.57373A.99944.99944,0,0,0,4.5,15h1v2a2.00229,2.00229,0,0,0,2,2h1v2a1,1,0,0,0,2,0V19a1,1,0,0,0,0-2h-3V14a.99974.99974,0,0,0-1-1H6.07617L7.416,10.15576a.99036.99036,0,0,0,.09472-.46435c0-.01026-.00976-.18116-.01074-.19141A5.45491,5.45491,0,0,1,9.16992,5.55273a5.52688,5.52688,0,0,1,4-1.55029A5.6849,5.6849,0,0,1,18.5,9.77246l-1.9668,7.50488a1.01018,1.01018,0,0,0,.00586.5337l1,3.4663a1.00148,1.00148,0,0,0,.96094.72315,1.01777,1.01777,0,0,0,.27734-.03955,1.00043,1.00043,0,0,0,.6836-1.23828l-.92383-3.2002,1.92969-7.26611A1.03147,1.03147,0,0,0,20.5,10V9.77246A7.698,7.698,0,0,0,13.23047,2.00342Z"/>'},fs={name:"head-side-cough",style:"line",path:'<path d="M4.29291,20.29291a1,1,0,1,0,1.41418,0A.99988.99988,0,0,0,4.29291,20.29291Zm-3-3a1,1,0,1,0,1.41418,0A.99988.99988,0,0,0,1.29291,17.29291Zm4-1.00073a1,1,0,1,0,1.41418,0A.99988.99988,0,0,0,5.29291,16.29218ZM16.15039,2.00342a7.06726,7.06726,0,0,0-7.28418,7.063V9.082L7.0957,12.84033A.99943.99943,0,0,0,8,14.2666h.86621v1.79981A1.9355,1.9355,0,0,0,10.7998,18H11.667v1.7998a1,1,0,0,0,2,0V17.98639A.99416.99416,0,0,0,13.59961,16l-.8324.0202A.94008.94008,0,0,0,12.667,16a.94011.94011,0,0,0-.12756.02576l-1.67322.04065V13.2666a.99974.99974,0,0,0-1-1H9.57715l1.20508-2.55908a.99032.99032,0,0,0,.09472-.46729c0-.01074-.00976-.16259-.01074-.17382A5.02527,5.02527,0,0,1,12.4043,5.43066a5.09178,5.09178,0,0,1,3.68554-1.42822A5.23852,5.23852,0,0,1,21,9.32129l-1.833,6.9873a1.0083,1.0083,0,0,0,.00586.53321l.93262,3.23486a1.00046,1.00046,0,0,0,.96094.72363,1.01739,1.01739,0,0,0,.27734-.03955.99991.99991,0,0,0,.68359-1.23779l-.85644-2.96924,1.7959-6.76416A1.03147,1.03147,0,0,0,23,9.5332V9.32129A7.25231,7.25231,0,0,0,16.15039,2.00342Z"/>'},ms={name:"head-side-mask",style:"line",path:'<path d="M13.23047,2.00342A7.36652,7.36652,0,0,0,7.77734,4.11719,7.44119,7.44119,0,0,0,5.5,9.46533L3.65625,12.46289a.995.995,0,0,0-.15625.52v.04053a.99952.99952,0,0,0,.07031.34668l1.43946,3.87256c.01269.03418.02734.06689.043.09912A2.9843,2.9843,0,0,0,7.73633,19H8.5v2a1,1,0,0,0,2,0V19h1.99689l.00311.00049a.99907.99907,0,0,0,.32129-.05371l3.70026-1.25623a.99865.99865,0,0,0,.01751.12049l1,3.4663a1.00148,1.00148,0,0,0,.96094.72315,1.01777,1.01777,0,0,0,.27734-.03955,1.00043,1.00043,0,0,0,.6836-1.23828l-.92383-3.2002,1.92969-7.26611A1.03147,1.03147,0,0,0,20.5,10V9.77246A7.698,7.698,0,0,0,13.23047,2.00342ZM11.5,17H7.73633a.99477.99477,0,0,1-.874-.51318L5.93848,14H11.5Zm5.523-1.59137-3.523,1.196V13.72089l4.34479-1.44831Zm1.41211-5.38843a.973.973,0,0,0-.25147.03107L12.3374,12H6.28906l1.07422-1.74658a.99913.99913,0,0,0,.14746-.562c0-.01026-.00976-.18116-.01074-.19141A5.45491,5.45491,0,0,1,9.16992,5.55273a5.52222,5.52222,0,0,1,4-1.55029A5.6849,5.6849,0,0,1,18.5,9.77246Z"/>'},vs={name:"headphone-slash",style:"line",path:'<path d="M19.06934,5.93555a9.94468,9.94468,0,0,0-9.38868-2.6709.99992.99992,0,0,0,.43848,1.95117A8.0193,8.0193,0,0,1,20,13h-.33984a1,1,0,0,0,0,2H20v.33984a1,1,0,1,0,2,0V13A9.88842,9.88842,0,0,0,19.06934,5.93555ZM3.707,2.293A.99989.99989,0,0,0,2.293,3.707L4.72833,6.1424A9.96176,9.96176,0,0,0,2,13v7a1,1,0,0,0,1,1H6a3.00328,3.00328,0,0,0,3-3V16a3.00328,3.00328,0,0,0-3-3H4A7.96344,7.96344,0,0,1,6.14453,7.55859L15,16.41406V18a3.00328,3.00328,0,0,0,3,3h1.58594l.707.707A.99989.99989,0,0,0,21.707,20.293ZM6,15a1.0013,1.0013,0,0,1,1,1v2a1.0013,1.0013,0,0,1-1,1H4V15Z"/>'},As={name:"headphones",style:"line",path:'<path d="M12,3A10,10,0,0,0,2,13v7a1,1,0,0,0,1,1H6a3,3,0,0,0,3-3V16a3,3,0,0,0-3-3H4a8,8,0,0,1,16,0H18a3,3,0,0,0-3,3v2a3,3,0,0,0,3,3h3a1,1,0,0,0,1-1V13A10,10,0,0,0,12,3ZM6,15a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1H4V15Zm14,4H18a1,1,0,0,1-1-1V16a1,1,0,0,1,1-1h2Z"/>'},ys={name:"headphones-alt",style:"line",path:'<path d="M20,13.18V11A8,8,0,0,0,4,11v2.18A3,3,0,0,0,2,16v2a3,3,0,0,0,3,3H8a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1H6V11a6,6,0,0,1,12,0v2H16a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h3a3,3,0,0,0,3-3V16A3,3,0,0,0,20,13.18ZM7,15v4H5a1,1,0,0,1-1-1V16a1,1,0,0,1,1-1Zm13,3a1,1,0,0,1-1,1H17V15h2a1,1,0,0,1,1,1Z"/>'},Ms={name:"heart",style:"line",path:'<path d="M20.16,5A6.29,6.29,0,0,0,12,4.36a6.27,6.27,0,0,0-8.16,9.48l6.21,6.22a2.78,2.78,0,0,0,3.9,0l6.21-6.22A6.27,6.27,0,0,0,20.16,5Zm-1.41,7.46-6.21,6.21a.76.76,0,0,1-1.08,0L5.25,12.43a4.29,4.29,0,0,1,0-6,4.27,4.27,0,0,1,6,0,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,0A4.29,4.29,0,0,1,18.75,12.43Z"/>'},Hs={name:"heart-alt",style:"line",path:'<path d="M20.16,4.61A6.27,6.27,0,0,0,12,4a6.27,6.27,0,0,0-8.16,9.48l7.45,7.45a1,1,0,0,0,1.42,0l7.45-7.45A6.27,6.27,0,0,0,20.16,4.61Zm-1.41,7.46L12,18.81,5.25,12.07a4.28,4.28,0,0,1,3-7.3,4.25,4.25,0,0,1,3,1.25,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,6.05Z"/>'},gs={name:"heart-break",style:"line",path:'<path d="M20.16,4.61A6.27,6.27,0,0,0,12,4a6.27,6.27,0,0,0-8.16,9.48l7.45,7.46a1,1,0,0,0,1.42,0l7.45-7.46A6.27,6.27,0,0,0,20.16,4.61Zm-1.41,7.45L12,18.81,5.25,12.06a4.26,4.26,0,0,1,5.54-6.45l-1.71,4a1,1,0,0,0,0,.83,1,1,0,0,0,.65.53l2.77.7L11.1,14.56a1,1,0,0,0,.46,1.34A1,1,0,0,0,12,16a1,1,0,0,0,.9-.56l2-4a1,1,0,0,0,0-.86,1.05,1.05,0,0,0-.67-.55l-2.83-.71,1.45-3.39a4.26,4.26,0,0,1,5.92,6.13Z"/>'},Zs={name:"heart-medical",style:"line",path:'<path d="M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Zm6.16-6A6.29,6.29,0,0,0,12,4.41a6.27,6.27,0,0,0-8.16,9.48l6,6.05a3,3,0,0,0,4.24,0l6-6.05A6.27,6.27,0,0,0,20.16,5Zm-1.41,7.46-6,6a1,1,0,0,1-1.42,0l-6-6a4.29,4.29,0,0,1,0-6,4.27,4.27,0,0,1,6,0,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,0A4.29,4.29,0,0,1,18.75,12.48Z"/>'},Vs={name:"heart-rate",style:"line",path:'<path d="M21,11H17.06a.78.78,0,0,0-.21,0l-.17,0a1.3,1.3,0,0,0-.15.1,1.67,1.67,0,0,0-.16.12,1,1,0,0,0-.09.13,1.32,1.32,0,0,0-.12.2v0l-1.6,4.41L10.39,4.66a1,1,0,0,0-1.88,0L6.2,11H3a1,1,0,0,0,0,2H6.92L7.15,13l.15,0a.86.86,0,0,0,.16-.1,1.67,1.67,0,0,0,.16-.12l.09-.13a1,1,0,0,0,.12-.2v0L9.45,7.92l4.16,11.42a1,1,0,0,0,.94.66h0a1,1,0,0,0,.94-.66L17.79,13H21a1,1,0,0,0,0-2Z"/>'},Cs={name:"heart-sign",style:"line",path:'<path d="M20.16,5A6.29,6.29,0,0,0,12,4.41a6.27,6.27,0,0,0-8.16,9.48l6,6.05a3,3,0,0,0,4.24,0l6-6.05A6.27,6.27,0,0,0,20.16,5Zm-1.41,7.46-6,6a1,1,0,0,1-1.42,0l-6-6a4.29,4.29,0,0,1,0-6,4.27,4.27,0,0,1,6,0,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,6Z"/>'},bs={name:"heartbeat",style:"line",path:'<path d="M21,10.41H18.5a1,1,0,0,0-.71.3L16.55,12l-2.8-3.19a1,1,0,0,0-1.46,0l-1.7,1.7H9a1,1,0,0,0,0,2h2a1,1,0,0,0,.71-.29L13,10.88l2.8,3.19a1,1,0,0,0,.72.34h0a1,1,0,0,0,.71-.29l1.7-1.71H21a1,1,0,0,0,0-2Zm-7.39,5.3-1.9,1.9a1,1,0,0,1-1.42,0L5.08,12.4a3.69,3.69,0,0,1,0-5.22,3.69,3.69,0,0,1,5.21,0,1,1,0,0,0,1.42,0,3.78,3.78,0,0,1,5.21,0,3.94,3.94,0,0,1,.58.75,1,1,0,0,0,1.72-1,6,6,0,0,0-.88-1.13A5.68,5.68,0,0,0,11,5.17,5.68,5.68,0,0,0,2,9.79a5.62,5.62,0,0,0,1.67,4L8.88,19a3,3,0,0,0,4.24,0L15,17.12a1,1,0,0,0,0-1.41A1,1,0,0,0,13.61,15.71Z"/>'},Ls={name:"hindi-to-chinese",style:"line",path:'<path d="M11.022,2h-2a1,1,0,0,0,0,2V6H7.83771A2.96481,2.96481,0,0,0,8.022,5,3,3,0,0,0,2.42383,3.5a1.00016,1.00016,0,1,0,1.73242,1A1.00171,1.00171,0,0,1,5.022,4a1,1,0,0,1,0,2,1,1,0,0,0,0,2,1,1,0,0,1,0,2,1.00171,1.00171,0,0,1-.86572-.5,1.00016,1.00016,0,1,0-1.73242,1A3,3,0,0,0,8.022,9a2.96481,2.96481,0,0,0-.18426-1H9.022v3a1,1,0,0,0,2,0V4a1,1,0,0,0,0-2Zm3,5h1a1.0013,1.0013,0,0,1,1,1V9a1,1,0,0,0,2,0V8a3.00328,3.00328,0,0,0-3-3h-1a1,1,0,0,0,0,2Zm-4,9h-1a1.0013,1.0013,0,0,1-1-1V14a1,1,0,0,0-2,0v1a3.00328,3.00328,0,0,0,3,3h1a1,1,0,0,0,0-2Zm11-1a1,1,0,0,0,0-2h-3v-.5a1,1,0,0,0-2,0V13h-3a1,1,0,0,0,0,2h5.18427a6.72756,6.72756,0,0,1-1.22553,2.52667,6.66828,6.66828,0,0,1-.62915-.98272.99972.99972,0,1,0-1.77929.9121,8.67791,8.67791,0,0,0,.9591,1.468A6.6182,6.6182,0,0,1,13.10645,20.023a1.00008,1.00008,0,0,0,.42675,1.9541,8.63506,8.63506,0,0,0,3.445-1.62164,8.72368,8.72368,0,0,0,3.46857,1.62115,1,1,0,1,0,.43066-1.95312,6.72477,6.72477,0,0,1-2.4461-1.09009A8.73637,8.73637,0,0,0,20.24371,15Z"/>'},Ss={name:"hipchat",style:"line",path:'<path d="M17.5,13.9c0-0.2-0.2-0.4-0.4-0.4c-0.1,0-0.2,0-0.3,0.1c-1.3,1.1-3,1.7-4.8,1.7h0c-1.7,0-3.4-0.6-4.8-1.7c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.4,0.2-0.4,0.4c0,0,0,0,0,0c0,0.2,0.1,0.3,0.2,0.5C8,16,10,16.9,12,16.8h0c2,0.1,3.9-0.8,5.2-2.4C17.4,14.2,17.4,14.1,17.5,13.9z M20.2,20.8c-0.8-0.4-1.4-1.2-1.7-2c-0.1-0.2,0-0.3,0.1-0.4c2.1-1.5,3.3-3.9,3.3-6.4c0-4.8-4.5-8.6-10-8.6c-5.5,0-10,3.9-10,8.6c0,4.8,4.5,8.6,10,8.6c0.7,0,1.4-0.1,2.1-0.2c0.1,0,0.3,0,0.4,0.1c1.6,0.9,3.4,1.5,5.2,1.5c0.4,0.1,0.7-0.2,0.8-0.6c0,0,0-0.1,0-0.1C20.5,21.1,20.4,20.9,20.2,20.8z M17.5,20L17.5,20c0,0,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.1c-1.1-0.3-2-0.8-2.9-1.5c-0.1-0.1-0.3-0.1-0.5-0.1c-0.7,0.2-1.4,0.2-2.1,0.2c-4.6,0-8.3-3.1-8.3-6.9c0-3.8,3.7-6.9,8.3-6.9c4.6,0,8.3,3.1,8.3,6.9c-0.1,2.3-1.4,4.4-3.4,5.5c-0.2,0.1-0.3,0.3-0.3,0.4C16.8,18.7,17.1,19.4,17.5,20z"/>'},zs={name:"history",style:"line",path:'<path d="M12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.62a1,1,0,0,0,0-2H6.22A8,8,0,1,1,4,12a1,1,0,0,0-2,0A10,10,0,1,0,12,2Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2H13V9A1,1,0,0,0,12,8Z"/>'},ws={name:"history-alt",style:"line",path:'<path d="M11.44,2A10,10,0,0,0,4.56,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.06a1,1,0,0,0,0-2H5.66A8,8,0,1,1,11.44,20a1,1,0,1,0,0,2,10,10,0,1,0,0-20Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2h-1V9A1,1,0,0,0,11.44,8Z"/>'},xs={name:"home",style:"line",path:'<path d="M21.66,10.25l-9-8a1,1,0,0,0-1.32,0l-9,8a1,1,0,0,0-.27,1.11A1,1,0,0,0,3,12H4v9a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V12h1a1,1,0,0,0,.93-.64A1,1,0,0,0,21.66,10.25ZM13,20H11V17a1,1,0,0,1,2,0Zm5,0H15V17a3,3,0,0,0-6,0v3H6V12H18ZM5.63,10,12,4.34,18.37,10Z"/>'},_s={name:"horizontal-align-center",style:"line",path:'<path d="M21,10H19V7a1,1,0,0,0-1-1H13V3a1,1,0,0,0-2,0V6H6A1,1,0,0,0,5,7v3H3a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h8v3a1,1,0,0,0,2,0V18h8a1,1,0,0,0,1-1V11A1,1,0,0,0,21,10ZM7,8H17v2H7Zm13,8H4V12H20Z"/>'},ks={name:"horizontal-align-left",style:"line",path:'<path d="M21,10H16V7a1,1,0,0,0-1-1H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,2,0V18H21a1,1,0,0,0,1-1V11A1,1,0,0,0,21,10ZM4,8H14v2H4Zm16,8H4V12H20Z"/>'},Ts={name:"horizontal-align-right",style:"line",path:'<path d="M21,2a1,1,0,0,0-1,1V6H9A1,1,0,0,0,8,7v3H3a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H20v3a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2ZM20,16H4V12H20Zm0-6H10V8H20Z"/>'},Es={name:"horizontal-distribution-center",style:"line",path:'<path d="M19,5H18V3a1,1,0,0,0-2,0V5H15a1,1,0,0,0-1,1V18a1,1,0,0,0,1,1h1v2a1,1,0,0,0,2,0V19h1a1,1,0,0,0,1-1V6A1,1,0,0,0,19,5ZM18,17H16V7h2ZM11,4H9V3A1,1,0,0,0,7,3V4H5A1,1,0,0,0,4,5V19a1,1,0,0,0,1,1H7v1a1,1,0,0,0,2,0V20h2a1,1,0,0,0,1-1V5A1,1,0,0,0,11,4ZM10,18H6V6h4Z"/>'},Os={name:"horizontal-distribution-left",style:"line",path:'<path d="M11,4H6V3A1,1,0,0,0,4,3V21a1,1,0,0,0,2,0V20h5a1,1,0,0,0,1-1V5A1,1,0,0,0,11,4ZM10,18H6V6h4ZM19,5H16V3a1,1,0,0,0-2,0V21a1,1,0,0,0,2,0V19h3a1,1,0,0,0,1-1V6A1,1,0,0,0,19,5ZM18,17H16V7h2Z"/>'},Ps={name:"horizontal-distribution-right",style:"line",path:'<path d="M19,2a1,1,0,0,0-1,1V4H13a1,1,0,0,0-1,1V19a1,1,0,0,0,1,1h5v1a1,1,0,0,0,2,0V3A1,1,0,0,0,19,2ZM18,18H14V6h4ZM9,2A1,1,0,0,0,8,3V5H5A1,1,0,0,0,4,6V18a1,1,0,0,0,1,1H8v2a1,1,0,0,0,2,0V3A1,1,0,0,0,9,2ZM8,17H6V7H8Z"/>'},Ns={name:"hospital",style:"line",path:'<path d="M12.5,16.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0-4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-5,4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0-4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm14-6h-3v-4a.99974.99974,0,0,0-1-1H6.5a.99974.99974,0,0,0-1,1v4h-3a.99974.99974,0,0,0-1,1v14a.99974.99974,0,0,0,1,1h19a.99974.99974,0,0,0,1-1V7.5A.99974.99974,0,0,0,21.5,6.5Zm-1,14H3.5V8.5h3a.99974.99974,0,0,0,1-1v-4h9v4a.99974.99974,0,0,0,1,1h3Zm-4-8a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM13.5,7H13V6.5a1,1,0,0,0-2,0V7h-.5a1,1,0,0,0,0,2H11v.5a1,1,0,0,0,2,0V9h.5a1,1,0,0,0,0-2Zm4,9.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"/>'},js={name:"hospital-square-sign",style:"line",path:'<path d="M15,6a.99974.99974,0,0,0-1,1v4H10V7A1,1,0,0,0,8,7V17a1,1,0,0,0,2,0V13h4v4a1,1,0,0,0,2,0V7A.99974.99974,0,0,0,15,6Zm4-4H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2Zm1,17a1.001,1.001,0,0,1-1,1H5a1.001,1.001,0,0,1-1-1V5A1.001,1.001,0,0,1,5,4H19a1.001,1.001,0,0,1,1,1Z"/>'},Ds={name:"hospital-symbol",style:"line",path:'<path d="M15,7a.99974.99974,0,0,0-1,1v3H10V8A1,1,0,0,0,8,8v8a1,1,0,0,0,2,0V13h4v3a1,1,0,0,0,2,0V8A.99974.99974,0,0,0,15,7ZM12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z"/>'},qs={name:"hourglass",style:"line",path:'<path d="M18.9917,21.002h-1V19.335a5.00057,5.00057,0,0,0-.29956-1.67773c-.01093-.02936-.0224-.05658-.03589-.08454a4.97694,4.97694,0,0,0-.66455-1.23675l-1.3999-1.86719a3.01933,3.01933,0,0,1-.6001-1.80078V11.6582a3.02108,3.02108,0,0,1,.87842-2.12109l.65722-.65723A4.94566,4.94566,0,0,0,17.92365,6.0415c.00054-.01391.008-.02551.008-.03955l-.00281-.01373a5.01836,5.01836,0,0,0,.06287-.64349V3.002h1a1,1,0,0,0,0-2h-14a1,1,0,0,0,0,2h1V5.34473a5.01836,5.01836,0,0,0,.06287.64349L6.05176,6.002c0,.014.00744.02564.008.03955a4.94571,4.94571,0,0,0,1.3963,2.83838l.65723.65723A3.02108,3.02108,0,0,1,8.9917,11.6582V12.668a3.02212,3.02212,0,0,1-.59961,1.80078L6.99121,16.33594a4.98221,4.98221,0,0,0-.66437,1.23718c-.0133.02771-.02472.05463-.03552.08368A5.00309,5.00309,0,0,0,5.9917,19.335v1.667h-1a1,1,0,0,0,0,2h14a1,1,0,0,0,0-2Zm-11-16v-2h8v2Zm.87842,2.46387A2.97036,2.97036,0,0,1,8.49323,7.002h6.99694a2.97094,2.97094,0,0,1-.37689.46387l-.65723.65723a4.9603,4.9603,0,0,0-1.42187,2.8789h-2.085A4.96025,4.96025,0,0,0,9.52734,8.123ZM9.99219,15.668a5.03688,5.03688,0,0,0,.98828-2.666h2.02246a5.03332,5.03332,0,0,0,.98877,2.666l1.00012,1.334H8.99133Zm5.99951,5.334h-8V19.335a2.954,2.954,0,0,1,.02722-.333h7.94556a2.954,2.954,0,0,1,.02722.333Z"/>'},Rs={name:"house-user",style:"line",path:'<path d="M21.66406,10.25244l-9-8a.99893.99893,0,0,0-1.32812,0l-9,8a.99991.99991,0,0,0,1.32812,1.49512L4,11.449V21a.99974.99974,0,0,0,1,1H19a.99974.99974,0,0,0,1-1V11.449l.33594.29859a.99991.99991,0,0,0,1.32812-1.49512ZM9.18427,20a2.98208,2.98208,0,0,1,5.63146,0ZM10.5,14.5A1.5,1.5,0,1,1,12,16,1.50164,1.50164,0,0,1,10.5,14.5ZM18,20H16.89893a5.00092,5.00092,0,0,0-2.25867-3.22821A3.46849,3.46849,0,0,0,15.5,14.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A5.00092,5.00092,0,0,0,7.10107,20H6V9.6712l6-5.33331L18,9.6712Z"/>'},Is={name:"html3",style:"line",path:'<path d="M3.19467,2,4.79734,19.99433,11.98947,22l7.2119-2.01315L20.80533,2ZM17.476,6.12274l-.53371,5.99468.00193.03234-.00255.07415v-.00068l-.37922,4.19135-.04178.37236L12,18.03717v.00063l-.00366.00317L7.48367,16.78309l-.30574-3.46518h2.213l.15692,1.76226,2.45276.6644L12,15.74569l2.46141-.6743.26028-2.86933H9.57589L9.53173,11.717l-.10093-1.1364-.05224-.61022h5.53877l.20163-2.2317H6.68232L6.638,7.2542l-.10026-1.137L6.48482,5.507H17.52887Zm0,0"/>'},Fs={name:"html3-alt",style:"line",path:'<path d="M7.95215,8.00044h6.98633l-.17719,2H9.99121a1,1,0,0,0,0,2h4.59284L14.32031,14.977l-2.3291.52832L9.66309,14.976l-.09571-1.06445a1,1,0,1,0-1.99218.17774l.16015,1.79a1.00142,1.00142,0,0,0,.77442.88672l3.25976.74024a1.0188,1.0188,0,0,0,.44336,0l3.26074-.74024a1.00139,1.00139,0,0,0,.77442-.88769l.43158-4.86792.002-.01-.00079-.00391.34649-3.9082a1.001,1.001,0,0,0-.99609-1.08789H7.95215a1,1,0,0,0,0,2ZM20.6543,2.32563a1.002,1.002,0,0,0-.73828-.32519H4.06641a.99963.99963,0,0,0-.9961,1.08887L4.51367,19.28364a.999.999,0,0,0,.72754.874l6.47266,1.80566a.99028.99028,0,0,0,.53711,0l6.49023-1.8125a.999.999,0,0,0,.72754-.874l1.44336-16.1875A1.00166,1.00166,0,0,0,20.6543,2.32563Zm-3.11621,16.085-5.55567,1.55176L6.44434,18.41743,5.15918,4.00044H18.82324Z"/>'},Bs={name:"html5",style:"line",path:'<path d="M3.1825,2.00012,4.78735,20.00079l7.20191,1.99933,7.22168-2.00207L20.8175,2.00012ZM17.32507,7.88739H8.87683l.20178,2.26074h8.04554l-.60584,6.778L12,18.17834v.00043l-.01013.00275L7.46753,16.92615,7.1582,13.45972H9.37439l.1571,1.76074,2.45874.66388.00208-.00049v-.00018l2.46228-.66461.25635-2.86323H7.05957L6.46411,5.67969h11.0586Z"/>'},Us={name:"html5-alt",style:"line",path:'<path d="M21.46777,2.3252A1.00007,1.00007,0,0,0,20.73,2H3.27a1.00039,1.00039,0,0,0-.99609,1.08887l1.52,17a.99944.99944,0,0,0,.72851.87451l7.2002,2A.99628.99628,0,0,0,11.99023,23a1.01206,1.01206,0,0,0,.26709-.03613l7.21973-2a1.00055,1.00055,0,0,0,.729-.875l1.52-17A1,1,0,0,0,21.46777,2.3252Zm-3.19238,16.896L11.99072,20.9624,5.72461,19.22168,4.36328,4H19.63672ZM7.81982,13h6.895l-.32714,3.271-2.56788.917L8.65625,16.05811a1.00017,1.00017,0,1,0-.67285,1.88378l3.5,1.25a1.00291,1.00291,0,0,0,.67285,0l3.5-1.25a1.00044,1.00044,0,0,0,.65869-.84228l.5-5A1.00064,1.00064,0,0,0,15.81982,11H8.72461L8.4248,8h7.895a1,1,0,0,0,0-2h-9a1.00064,1.00064,0,0,0-.99511,1.09961l.5,5A1.00012,1.00012,0,0,0,7.81982,13Z"/>'},$s={name:"hunting",style:"line",path:'<path d="M12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Zm9-2H19.93A8,8,0,0,0,13,4.07V3a1,1,0,0,0-2,0V4.07A8,8,0,0,0,4.07,11H3a1,1,0,0,0,0,2H4.07A8,8,0,0,0,11,19.93V21a1,1,0,0,0,2,0V19.93A8,8,0,0,0,19.93,13H21a1,1,0,0,0,0-2Zm-9,7a6,6,0,1,1,6-6A6,6,0,0,1,12,18Z"/>'},Ws={name:"icons",style:"line",path:'<path d="M13.6,10.9C13.7,11,13.8,11,14,11h7c0.6,0,1-0.4,1-1c0-0.2,0-0.3-0.1-0.4l-3.5-7c-0.3-0.5-0.9-0.7-1.4-0.4c-0.1,0.1-0.3,0.2-0.4,0.4l-3.5,7C12.9,10,13.1,10.6,13.6,10.9z M17.5,5.2L19.4,9h-3.8L17.5,5.2z M6.5,2C4,2,2,4,2,6.5S4,11,6.5,11S11,9,11,6.5C11,4,9,2,6.5,2z M6.5,9C5.1,9,4,7.9,4,6.5S5.1,4,6.5,4S9,5.1,9,6.5C9,7.9,7.9,9,6.5,9z M10.7,13.3C10.7,13.3,10.7,13.3,10.7,13.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-2.8,2.8l-2.8-2.8c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.8,2.8l-2.8,2.8c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0c0,0,0,0,0,0l2.8-2.8l2.8,2.8c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.8-2.8l2.8-2.8C11.1,14.3,11.1,13.7,10.7,13.3z M21,13h-7c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1v-7C22,13.4,21.6,13,21,13z M20,20h-5v-5h5V20z"/>'},Gs={name:"illustration",style:"line",path:'<path d="M21.9,9.6c-0.2-0.5-0.8-0.7-1.3-0.5l0,0l-2.9,1.4l-2.1-2.1l-2.1-2.1l1.4-2.9c0.2-0.5,0-1.1-0.5-1.3c-0.5-0.2-1.1,0-1.3,0.5l-1.5,3.1l-6.4,1C4.8,6.8,4.5,7.1,4.4,7.5L2,19.1c-0.1,0.3,0,0.7,0.3,0.9L4,21.7C4.2,21.9,4.5,22,4.7,22c0.1,0,0.1,0,0.2,0l11.6-2.4c0.4-0.1,0.7-0.4,0.8-0.8l1-6.4l3.1-1.5C21.9,10.7,22.1,10.1,21.9,9.6z M15.4,17.8l-9.8,2l3.7-3.7c1.5,0.7,3.3,0.1,4-1.4s0.1-3.3-1.4-4c-1.1-0.5-2.5-0.3-3.4,0.6v0c-0.9,0.9-1.1,2.3-0.6,3.4l-3.7,3.7l2-9.8L12,7.6l2.2,2.2l2.2,2.2L15.4,17.8z M9.6,13.4c0-0.3,0.1-0.5,0.3-0.7v0c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0C9.7,13.9,9.6,13.6,9.6,13.4z"/>'},Qs={name:"image",style:"line",path:'<path d="M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM5,18a1,1,0,0,1-1-1V14.58l3.3-3.29a1,1,0,0,1,1.4,0L15.41,18Zm15-1a1,1,0,0,1-1,1h-.77l-3.81-3.83.88-.88a1,1,0,0,1,1.4,0L20,16.58Zm0-3.24-1.88-1.87a3.06,3.06,0,0,0-4.24,0l-.88.88L10.12,9.89a3.06,3.06,0,0,0-4.24,0L4,11.76V7A1,1,0,0,1,5,6H19a1,1,0,0,1,1,1Z"/>'},Ks={name:"image-alt-slash",style:"line",path:'<path d="M21.71,20.29l-.93-.93-.09-.1-.06-.07-.5-.5L20,18.62l-5.18-5.2-.09-.08-3.2-3.21L11.43,10,3.71,2.29A1,1,0,0,0,2.29,3.71l1,1A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a2.9,2.9,0,0,0,1.27-.31l0,0h0s0,0,.05,0l.95,1a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM5,6.41,8.24,9.65a2.84,2.84,0,0,0-.67.48L5,12.71ZM6,19a1,1,0,0,1-1-1V15.54l4-4a.81.81,0,0,1,1.1,0L17.59,19ZM9.66,5H18a1,1,0,0,1,1,1v5.94l0,0a1,1,0,1,0-1.42,1.42l1.74,1.74a1,1,0,0,0,1.42,0,1,1,0,0,0,.29-.72h0V6a3,3,0,0,0-3-3H9.66a1,1,0,0,0,0,2Z"/>'},Js={name:"image-block",style:"line",path:'<path d="M20.54,2.46A5,5,0,1,0,22,6,5,5,0,0,0,20.54,2.46ZM14,6a3,3,0,0,1,3-3,3,3,0,0,1,1.29.3l-4,4A3,3,0,0,1,14,6Zm5.12,2.12a3.08,3.08,0,0,1-3.4.57l4-4A3,3,0,0,1,20,6,3,3,0,0,1,19.12,8.12ZM19,13a1,1,0,0,0-1,1v.39L16.52,12.9a2.87,2.87,0,0,0-3.93,0l-.7.71L9.41,11.12a2.87,2.87,0,0,0-3.93,0L4,12.61V7A1,1,0,0,1,5,6H9A1,1,0,0,0,9,4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,.95-.17l.09,0A3,3,0,0,0,20,19.44a1.43,1.43,0,0,0,0-.22V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.89a.79.79,0,0,1,1.09,0l3.19,3.18h0L15.46,20Zm13-1a1,1,0,0,1-.18.54L13.3,15l.71-.7a.79.79,0,0,1,1.09,0L18,17.21Z"/>'},Xs={name:"image-broken",style:"line",path:'<path d="M21.71,14.54,19.21,12a1,1,0,0,0-1.42,0L15,14.84,12.21,12a1,1,0,0,0-1.42,0L8.5,14.34,6.21,12a1,1,0,0,0-1.42,0l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0-.08.38V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15.25a1,1,0,0,0-.08-.38A1,1,0,0,0,21.71,14.54ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15.66l1.5-1.5,2.29,2.3a1,1,0,0,0,1.42,0l2.29-2.3L14.29,17a1,1,0,0,0,1.42,0l2.79-2.8,1.5,1.5ZM19,2H5A3,3,0,0,0,2,5v5.26a1.17,1.17,0,0,0,0,.27s0,.07,0,.1a1,1,0,0,0,1.66.31L5.5,9.16l2.29,2.3a1,1,0,0,0,1.42,0l2.29-2.3L14.29,12a1,1,0,0,0,1.42,0l2.79-2.8,1.77,1.78a1,1,0,0,0,1.66-.31.28.28,0,0,0,0-.09.88.88,0,0,0,.06-.28V5A3,3,0,0,0,19,2Zm1,5.84L19.21,7a1,1,0,0,0-1.42,0L15,9.84,12.21,7a1,1,0,0,0-1.42,0L8.5,9.34,6.21,7A1,1,0,0,0,4.79,7L4,7.84V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Ys={name:"image-check",style:"line",path:'<path d="M21.71,2.3a1,1,0,0,0-1.41,0L16.92,5.6,15.7,4.4a1,1,0,0,0-1.4,1.43l1.92,1.88a1,1,0,0,0,1.4,0l4.08-4A1,1,0,0,0,21.71,2.3ZM19,9a1,1,0,0,0-1,1v4.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h6a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V10A1,1,0,0,0,19,9ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22Z"/>'},eh={name:"image-download",style:"line",path:'<path d="M22.71,6.29a1,1,0,0,0-1.42,0L20,7.59V2a1,1,0,0,0-2,0V7.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,0,0,22.71,6.29ZM19,13a1,1,0,0,0-1,1v.38L16.52,12.9a2.79,2.79,0,0,0-3.93,0l-.7.7L9.41,11.12a2.85,2.85,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.46,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.77.77,0,0,1,1.1,0L18,17.21Z"/>'},th={name:"image-edit",style:"line",path:'<path d="M21.73682,3.751,19.31689,1.33105a.99964.99964,0,0,0-1.41406,0L13.32275,5.91113a1.00013,1.00013,0,0,0-.293.707V9.03809a1.00005,1.00005,0,0,0,1,1H16.4502a1.00014,1.00014,0,0,0,.707-.293L21.73682,5.165A.99964.99964,0,0,0,21.73682,3.751ZM16.03613,8.03809H15.02979V7.03223l3.58007-3.58008L19.61572,4.458ZM19,11a1,1,0,0,0-1,1v2.3916l-1.48047-1.48047a2.78039,2.78039,0,0,0-3.92822,0l-.698.698L9.40723,11.123a2.777,2.777,0,0,0-3.92432,0L4,12.606V7A1.0013,1.0013,0,0,1,5,6h6a1,1,0,0,0,0-2H5A3.00328,3.00328,0,0,0,2,7V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V12A1,1,0,0,0,19,11ZM5,20a1.0013,1.0013,0,0,1-1-1V15.43408l2.897-2.897a.79926.79926,0,0,1,1.09619,0l3.168,3.16711c.00849.00916.0116.02179.02045.03064L15.44714,20Zm13-1a.97137.97137,0,0,1-.17877.53705l-4.51386-4.51386.698-.698a.77979.77979,0,0,1,1.1001,0L18,17.21973Z"/>'},nh={name:"image-lock",style:"line",path:'<path d="M20,5.18V4a3,3,0,0,0-6,0V5.18A3,3,0,0,0,12,8v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5.18ZM16,4a1,1,0,0,1,2,0V5H16Zm4,6a1,1,0,0,1-1,1H15a1,1,0,0,1-1-1V8a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Zm-1,5a1,1,0,0,0-1,1v3a.89.89,0,0,1-.18.53L9.41,11.12a2.86,2.86,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h5a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V16A1,1,0,0,0,19,15ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0L15.46,20Z"/>'},ah={name:"image-minus",style:"line",path:'<path d="M21,4.00781H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2ZM19,8a1,1,0,0,0-1,1v5.3916l-1.48047-1.48047a2.78039,2.78039,0,0,0-3.92822,0l-.698.698L9.40723,11.123a2.777,2.777,0,0,0-3.92432,0L4,12.606V7A1.0013,1.0013,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3.00328,3.00328,0,0,0,2,7V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V9A1,1,0,0,0,19,8ZM5,20a1.0013,1.0013,0,0,1-1-1V15.43408l2.897-2.897a.79926.79926,0,0,1,1.09619,0l3.168,3.16711c.00849.00916.0116.02179.02045.03064L15.44714,20Zm13-1a.97137.97137,0,0,1-.17877.53705l-4.51386-4.51386.698-.698a.77979.77979,0,0,1,1.1001,0L18,17.21973Z"/>'},rh={name:"image-plus",style:"line",path:'<path d="M19,10a1,1,0,0,0-1,1v3.38L16.52,12.9a2.79,2.79,0,0,0-3.93,0l-.7.71L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.61V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19.22A2.79,2.79,0,0,0,4.78,22H17.22a2.88,2.88,0,0,0,.8-.12h0a2.74,2.74,0,0,0,2-2.65V11A1,1,0,0,0,19,10ZM5,20a1,1,0,0,1-1-1V15.43l2.89-2.89a.78.78,0,0,1,1.1,0L15.46,20Zm13-1a1,1,0,0,1-.18.54L13.3,15l.71-.7a.77.77,0,0,1,1.1,0L18,17.21ZM21,4H20V3a1,1,0,0,0-2,0V4H17a1,1,0,0,0,0,2h1V7a1,1,0,0,0,2,0V6h1a1,1,0,0,0,0-2Z"/>'},ih={name:"image-question",style:"line",path:'<path d="M19,13a1,1,0,0,0-1,1v.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.86,2.86,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a1,1,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22ZM19,2a3,3,0,0,0-2.6,1.5,1,1,0,0,0,.37,1.37,1,1,0,0,0,1.36-.37A1,1,0,0,1,20,5a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,0-6Zm.38,7.08A1,1,0,0,0,18.8,9l-.18.06-.18.09-.15.13A1,1,0,0,0,18,10a1,1,0,0,0,.29.71,1,1,0,0,0,1.42,0A1,1,0,0,0,20,10a1,1,0,0,0-.62-.92Z"/>'},lh={name:"image-redo",style:"line",path:'<path d="M21.5,1.5a1,1,0,0,0-1,1h0a5,5,0,1,0,.3,7.75,1,1,0,0,0-1.32-1.51,3,3,0,1,1,.25-4.25H18.5a1,1,0,0,0,0,2h3a1,1,0,0,0,1-1v-3A1,1,0,0,0,21.5,1.5Zm-3,12a1,1,0,0,0-1,1v.39L16,13.41a2.77,2.77,0,0,0-3.93,0l-.7.7L8.91,11.62a2.79,2.79,0,0,0-3.93,0L3.5,13.1V7.5a1,1,0,0,1,1-1h5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3v12a3,3,0,0,0,3,3h12a3,3,0,0,0,3-3v-5A1,1,0,0,0,18.5,13.5Zm-14,7a1,1,0,0,1-1-1V15.93L6.4,13a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15,20.5Zm13-1a1,1,0,0,1-.18.53l-4.51-4.51.7-.7a.78.78,0,0,1,1.1,0l2.89,2.9Z"/>'},oh={name:"image-resize-landscape",style:"line",path:'<path d="M13,11H2a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H12.86c.05,0,.09,0,.14,0a1,1,0,0,0,1-1V12A1,1,0,0,0,13,11ZM7.44,20l1.93-1.93a.3.3,0,0,1,.5,0L11.79,20ZM12,17.38l-.72-.71a2.41,2.41,0,0,0-3.33,0L4.61,20H3V13h9ZM2,4.11a1,1,0,0,0,.86-.49A1.05,1.05,0,0,0,3.05,3,1,1,0,0,0,2,2,1,1,0,0,0,1,3v.1A1,1,0,0,0,2,4.11ZM9.91,4h.19a1,1,0,0,0,0-2H9.91a1,1,0,0,0,0,2ZM2,8.78a1,1,0,0,0,1-1V7.56a1,1,0,1,0-2,0v.22A1,1,0,0,0,2,8.78ZM14.09,2H13.9a1,1,0,0,0,0,2h.19a1,1,0,0,0,0-2ZM5.91,4H6.1a1,1,0,0,0,0-2H5.91a1,1,0,0,0,0,2ZM22,6.4a1,1,0,0,0-1,1v.21a1,1,0,0,0,2,0V7.4A1,1,0,0,0,22,6.4ZM17.12,20h-.24a1,1,0,1,0,0,2h.24a1,1,0,0,0,0-2ZM21.9,2A1,1,0,0,0,21,3a1,1,0,0,0,.1.42A1,1,0,0,0,23,3.11V3A1.09,1.09,0,0,0,21.9,2ZM22,10.9a1,1,0,0,0-1,1v.22a1,1,0,0,0,2,0V11.9A1,1,0,0,0,22,10.9ZM18.09,2H17.9a1,1,0,0,0,0,2h.19a1,1,0,0,0,0-2ZM22,20a.93.93,0,0,0-.44.11A1,1,0,0,0,21,21,1,1,0,0,0,22,22a1.09,1.09,0,0,0,1-1.1A1,1,0,0,0,22,20Zm0-4.56a1,1,0,0,0-1,1v.22a1,1,0,1,0,2,0V16.4A1,1,0,0,0,22,15.4Z"/>'},ch={name:"image-resize-square",style:"line",path:'<path d="M3,8.1a1,1,0,0,0,1-1V6.91a1,1,0,0,0-2,0V7.1A1,1,0,0,0,3,8.1Zm0-4A1,1,0,0,0,3.42,4,1,1,0,0,0,3.1,2H3A1.09,1.09,0,0,0,2,3.1,1,1,0,0,0,3,4.05Zm17.39-.19A1,1,0,0,0,22,3a1,1,0,0,0-1-1h-.1a1,1,0,0,0-.51,1.86ZM11.89,4h.22a1,1,0,0,0,0-2h-.22a1,1,0,0,0,0,2ZM7.39,4H7.6a1,1,0,0,0,0-2H7.39a1,1,0,0,0,0,2ZM21,20a1,1,0,0,0-.42.1A1,1,0,0,0,20.9,22H21a1.09,1.09,0,0,0,1-1.1A1,1,0,0,0,21,20ZM14,11a1,1,0,0,0-1-1H3.27A1.08,1.08,0,0,0,3,10,1,1,0,0,0,2,11V21a1,1,0,0,0,1,1H13.1a1,1,0,0,0,.9-1.42Zm-2,9H5.52l3.91-3.9a.33.33,0,0,1,.47,0L12,18.19Zm0-4.63-.68-.69a2.35,2.35,0,0,0-3.31,0l-4,4V12h8Zm9,0a1,1,0,0,0-1,1v.21a1,1,0,0,0,2,0V16.4A1,1,0,0,0,21,15.4Zm0-9a1,1,0,0,0-1,1V7.6a1,1,0,1,0,2,0V7.39A1,1,0,0,0,21,6.39Zm0,4.5a1,1,0,0,0-1,1v.22a1,1,0,0,0,2,0v-.22A1,1,0,0,0,21,10.89ZM17.1,20h-.2a1,1,0,1,0,0,2h.2a1,1,0,0,0,0-2ZM16.61,4a1,1,0,0,0,0-2H16.4a1,1,0,1,0,0,2Z"/>'},uh={name:"image-search",style:"line",path:'<path d="M19,13a1,1,0,0,0-1,1v.39l-1.48-1.48a2.79,2.79,0,0,0-3.93,0l-.7.7L9.41,11.12a2.87,2.87,0,0,0-3.93,0L4,12.61V7A1,1,0,0,1,5,6H9A1,1,0,0,0,9,4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.89a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a1,1,0,0,1-.18.54L13.31,15l.7-.69a.77.77,0,0,1,1.1,0L18,17.22Zm3.71-8.71L20,8.57a4.31,4.31,0,1,0-6.72.79,4.27,4.27,0,0,0,3,1.26A4.34,4.34,0,0,0,18.57,10l1.72,1.73a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,10.29ZM18,8a2.32,2.32,0,1,1,0-3.27A2.32,2.32,0,0,1,18,8Z"/>'},sh={name:"image-share",style:"line",path:'<path d="M20,7a2,2,0,0,0-1.18.39l-1.75-.8L19,5.71A2,2,0,0,0,20,6a2,2,0,1,0-2-2l-1.89.87A2,2,0,1,0,15,8.5a1.88,1.88,0,0,0,.92-.24l2.1,1A2,2,0,1,0,20,7Zm-1,6a1,1,0,0,0-1,1v.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h5a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22Z"/>'},hh={name:"image-shield",style:"line",path:'<path d="M22.13,2.36a1,1,0,0,0-.84-.2,2.7,2.7,0,0,1-2.2-.47,1,1,0,0,0-1.18,0,2.7,2.7,0,0,1-2.2.47,1,1,0,0,0-.84.2,1,1,0,0,0-.37.78V6.45a4.63,4.63,0,0,0,1.84,3.7l1.57,1.16a1,1,0,0,0,1.18,0l1.57-1.16a4.63,4.63,0,0,0,1.84-3.7V3.14A1,1,0,0,0,22.13,2.36ZM20.5,6.45a2.62,2.62,0,0,1-1,2.09l-1,.72-1-.72a2.62,2.62,0,0,1-1-2.09V4.22a4.81,4.81,0,0,0,2-.54,4.81,4.81,0,0,0,2,.54Zm-2,7.05a1,1,0,0,0-1,1v.39L16,13.41a2.77,2.77,0,0,0-3.93,0l-.7.7L8.91,11.62a2.85,2.85,0,0,0-3.93,0L3.5,13.1V7.5a1,1,0,0,1,1-1h7a1,1,0,0,0,0-2h-7a3,3,0,0,0-3,3v12a3,3,0,0,0,3,3h12a3,3,0,0,0,3-3v-5A1,1,0,0,0,18.5,13.5Zm-14,7a1,1,0,0,1-1-1V15.93L6.4,13a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15,20.5Zm13-1a1,1,0,0,1-.18.53l-4.51-4.51.7-.7a.78.78,0,0,1,1.1,0l2.89,2.9Z"/>'},dh={name:"image-slash",style:"line",path:'<path d="M19.5,4H10a1,1,0,0,0,0,2H19.5a1,1,0,0,1,1,1v6.76l-1.88-1.88a3,3,0,0,0-1.14-.71,1,1,0,1,0-.64,1.9.82.82,0,0,1,.36.23l3.31,3.29a.66.66,0,0,0,0,.15.83.83,0,0,0,0,.15,1.18,1.18,0,0,0,.13.18.48.48,0,0,0,.09.11.9.9,0,0,0,.2.14.6.6,0,0,0,.11.06.91.91,0,0,0,.37.08,1,1,0,0,0,1-1V7A3,3,0,0,0,19.5,4ZM3.21,2.29A1,1,0,0,0,1.79,3.71L3.18,5.1A3,3,0,0,0,2.5,7V17a3,3,0,0,0,3,3H18.09l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM4.5,7a1,1,0,0,1,.12-.46L7.34,9.25a3,3,0,0,0-1,.63L4.5,11.76Zm1,11a1,1,0,0,1-1-1V14.58l3.3-3.29a1,1,0,0,1,1.4,0L15.91,18Z"/>'},ph={name:"image-times",style:"line",path:'<path d="M19,10a1,1,0,0,0-1,1v3.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V11A1,1,0,0,0,19,10ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22ZM20.41,5l1.3-1.29a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L19,3.59,17.71,2.3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L17.59,5l-1.3,1.3a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0L19,6.42l1.29,1.29a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41Z"/>'},fh={name:"image-upload",style:"line",path:'<path d="M19,13a1,1,0,0,0-1,1v.38L16.52,12.9a2.79,2.79,0,0,0-3.93,0l-.7.7L9.41,11.12a2.85,2.85,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h7a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.46,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.77.77,0,0,1,1.1,0L18,17.21ZM22.71,4.29l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L18,4.41V10a1,1,0,0,0,2,0V4.41l1.29,1.3a1,1,0,0,0,1.42,0A1,1,0,0,0,22.71,4.29Z"/>'},mh={name:"image-v",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a2.81,2.81,0,0,0,.49-.05l.3-.07.07,0h0l.05,0,.37-.14.13-.07c.1-.06.21-.11.31-.18a3.79,3.79,0,0,0,.38-.32l.07-.09a2.69,2.69,0,0,0,.27-.32l.09-.13a2.31,2.31,0,0,0,.18-.35,1,1,0,0,0,.07-.15c.05-.12.08-.25.12-.38l0-.15A2.6,2.6,0,0,0,22,19V5A3,3,0,0,0,19,2ZM5,20a1,1,0,0,1-1-1V14.69l3.29-3.3h0a1,1,0,0,1,1.42,0L17.31,20Zm15-1a1,1,0,0,1-.07.36,1,1,0,0,1-.08.14.94.94,0,0,1-.09.12l-5.35-5.35.88-.88a1,1,0,0,1,1.42,0h0L20,16.69Zm0-5.14L18.12,12a3.08,3.08,0,0,0-4.24,0l-.88.88L10.12,10a3.08,3.08,0,0,0-4.24,0L4,11.86V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},vh={name:"images",style:"line",path:'<path d="M18,15V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H15A3,3,0,0,0,18,15ZM4,5A1,1,0,0,1,5,4H15a1,1,0,0,1,1,1V9.36L14.92,8.27a2.56,2.56,0,0,0-1.81-.75h0a2.58,2.58,0,0,0-1.81.75l-.91.91-.81-.81a2.93,2.93,0,0,0-4.11,0L4,9.85Zm.12,10.45A.94.94,0,0,1,4,15V12.67L6.88,9.79a.91.91,0,0,1,1.29,0L9,10.6Zm8.6-5.76a.52.52,0,0,1,.39-.17h0a.52.52,0,0,1,.39.17L16,12.18V15a1,1,0,0,1-1,1H6.4ZM21,6a1,1,0,0,0-1,1V17a3,3,0,0,1-3,3H7a1,1,0,0,0,0,2H17a5,5,0,0,0,5-5V7A1,1,0,0,0,21,6Z"/>'},Ah={name:"import",style:"line",path:'<path d="M21,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v4a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A1,1,0,0,0,21,14Zm-9.71,1.71a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42L13,12.59V3a1,1,0,0,0-2,0v9.59l-2.29-2.3a1,1,0,1,0-1.42,1.42Z"/>'},yh={name:"inbox",style:"line",path:'<path d="M19.05566,2h-14a3.00328,3.00328,0,0,0-3,3V19a3.00328,3.00328,0,0,0,3,3h14a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19.05566,2Zm-14,2h14a1.001,1.001,0,0,1,1,1v8H17.59082a1.99687,1.99687,0,0,0-1.66406.89062L14.52051,16H9.59082L8.18457,13.89062A1.99687,1.99687,0,0,0,6.52051,13H4.05566V5A1.001,1.001,0,0,1,5.05566,4Zm14,16h-14a1.001,1.001,0,0,1-1-1V15H6.52051l1.40625,2.10938A1.99687,1.99687,0,0,0,9.59082,18h4.92969a1.99687,1.99687,0,0,0,1.66406-.89062L17.59082,15h2.46484v4A1.001,1.001,0,0,1,19.05566,20Z"/>'},Mh={name:"incoming-call",style:"line",path:'<path d="M15.55,9a1.07,1.07,0,0,0,.39.07h4a1,1,0,0,0,0-2H18.35l3.29-3.29a1,1,0,1,0-1.41-1.41L16.94,5.65V4.06a1,1,0,1,0-2,0v4a1.07,1.07,0,0,0,.07.39A1,1,0,0,0,15.55,9Zm3.89,4c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z"/>'},Hh={name:"info",style:"line",path:'<path d="M12,10a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Zm0-4a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,6Z"/>'},gh={name:"info-circle",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Zm0-8.5a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,12,11.5Zm0-4a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,7.5Z"/>'},Zh={name:"instagram",style:"line",path:'<path d="M17.34,5.46h0a1.2,1.2,0,1,0,1.2,1.2A1.2,1.2,0,0,0,17.34,5.46Zm4.6,2.42a7.59,7.59,0,0,0-.46-2.43,4.94,4.94,0,0,0-1.16-1.77,4.7,4.7,0,0,0-1.77-1.15,7.3,7.3,0,0,0-2.43-.47C15.06,2,14.72,2,12,2s-3.06,0-4.12.06a7.3,7.3,0,0,0-2.43.47A4.78,4.78,0,0,0,3.68,3.68,4.7,4.7,0,0,0,2.53,5.45a7.3,7.3,0,0,0-.47,2.43C2,8.94,2,9.28,2,12s0,3.06.06,4.12a7.3,7.3,0,0,0,.47,2.43,4.7,4.7,0,0,0,1.15,1.77,4.78,4.78,0,0,0,1.77,1.15,7.3,7.3,0,0,0,2.43.47C8.94,22,9.28,22,12,22s3.06,0,4.12-.06a7.3,7.3,0,0,0,2.43-.47,4.7,4.7,0,0,0,1.77-1.15,4.85,4.85,0,0,0,1.16-1.77,7.59,7.59,0,0,0,.46-2.43c0-1.06.06-1.4.06-4.12S22,8.94,21.94,7.88ZM20.14,16a5.61,5.61,0,0,1-.34,1.86,3.06,3.06,0,0,1-.75,1.15,3.19,3.19,0,0,1-1.15.75,5.61,5.61,0,0,1-1.86.34c-1,.05-1.37.06-4,.06s-3,0-4-.06A5.73,5.73,0,0,1,6.1,19.8,3.27,3.27,0,0,1,5,19.05a3,3,0,0,1-.74-1.15A5.54,5.54,0,0,1,3.86,16c0-1-.06-1.37-.06-4s0-3,.06-4A5.54,5.54,0,0,1,4.21,6.1,3,3,0,0,1,5,5,3.14,3.14,0,0,1,6.1,4.2,5.73,5.73,0,0,1,8,3.86c1,0,1.37-.06,4-.06s3,0,4,.06a5.61,5.61,0,0,1,1.86.34A3.06,3.06,0,0,1,19.05,5,3.06,3.06,0,0,1,19.8,6.1,5.61,5.61,0,0,1,20.14,8c.05,1,.06,1.37.06,4S20.19,15,20.14,16ZM12,6.87A5.13,5.13,0,1,0,17.14,12,5.12,5.12,0,0,0,12,6.87Zm0,8.46A3.33,3.33,0,1,1,15.33,12,3.33,3.33,0,0,1,12,15.33Z"/>'},Vh={name:"instagram-alt",style:"line",path:'<path d="M12,9.52A2.48,2.48,0,1,0,14.48,12,2.48,2.48,0,0,0,12,9.52Zm9.93-2.45a6.53,6.53,0,0,0-.42-2.26,4,4,0,0,0-2.32-2.32,6.53,6.53,0,0,0-2.26-.42C15.64,2,15.26,2,12,2s-3.64,0-4.93.07a6.53,6.53,0,0,0-2.26.42A4,4,0,0,0,2.49,4.81a6.53,6.53,0,0,0-.42,2.26C2,8.36,2,8.74,2,12s0,3.64.07,4.93a6.86,6.86,0,0,0,.42,2.27,3.94,3.94,0,0,0,.91,1.4,3.89,3.89,0,0,0,1.41.91,6.53,6.53,0,0,0,2.26.42C8.36,22,8.74,22,12,22s3.64,0,4.93-.07a6.53,6.53,0,0,0,2.26-.42,3.89,3.89,0,0,0,1.41-.91,3.94,3.94,0,0,0,.91-1.4,6.6,6.6,0,0,0,.42-2.27C22,15.64,22,15.26,22,12S22,8.36,21.93,7.07Zm-2.54,8A5.73,5.73,0,0,1,19,16.87,3.86,3.86,0,0,1,16.87,19a5.73,5.73,0,0,1-1.81.35c-.79,0-1,0-3.06,0s-2.27,0-3.06,0A5.73,5.73,0,0,1,7.13,19a3.51,3.51,0,0,1-1.31-.86A3.51,3.51,0,0,1,5,16.87a5.49,5.49,0,0,1-.34-1.81c0-.79,0-1,0-3.06s0-2.27,0-3.06A5.49,5.49,0,0,1,5,7.13a3.51,3.51,0,0,1,.86-1.31A3.59,3.59,0,0,1,7.13,5a5.73,5.73,0,0,1,1.81-.35h0c.79,0,1,0,3.06,0s2.27,0,3.06,0A5.73,5.73,0,0,1,16.87,5a3.51,3.51,0,0,1,1.31.86A3.51,3.51,0,0,1,19,7.13a5.73,5.73,0,0,1,.35,1.81c0,.79,0,1,0,3.06S19.42,14.27,19.39,15.06Zm-1.6-7.44a2.38,2.38,0,0,0-1.41-1.41A4,4,0,0,0,15,6c-.78,0-1,0-3,0s-2.22,0-3,0a4,4,0,0,0-1.38.26A2.38,2.38,0,0,0,6.21,7.62,4.27,4.27,0,0,0,6,9c0,.78,0,1,0,3s0,2.22,0,3a4.27,4.27,0,0,0,.26,1.38,2.38,2.38,0,0,0,1.41,1.41A4.27,4.27,0,0,0,9,18.05H9c.78,0,1,0,3,0s2.22,0,3,0a4,4,0,0,0,1.38-.26,2.38,2.38,0,0,0,1.41-1.41A4,4,0,0,0,18.05,15c0-.78,0-1,0-3s0-2.22,0-3A3.78,3.78,0,0,0,17.79,7.62ZM12,15.82A3.81,3.81,0,0,1,8.19,12h0A3.82,3.82,0,1,1,12,15.82Zm4-6.89a.9.9,0,0,1,0-1.79h0a.9.9,0,0,1,0,1.79Z"/>'},Ch={name:"intercom",style:"line",path:'<path d="M19.5,2H4.5A2.5,2.5,0,0,0,2,4.5v15A2.5,2.5,0,0,0,4.5,22h15A2.5,2.5,0,0,0,22,19.5V4.5A2.5,2.5,0,0,0,19.5,2ZM14.67,5.67A.66.66,0,0,1,15.34,5a.68.68,0,0,1,.66.66v8.9a.67.67,0,0,1-1.33,0Zm-3.34-.34A.67.67,0,0,1,12,4.66h0a.67.67,0,0,1,.67.67V15a.67.67,0,0,1-1.34,0ZM8,5.67a.67.67,0,0,1,1.33,0v8.9a.66.66,0,0,1-.67.66A.68.68,0,0,1,8,14.57ZM4.67,7A.67.67,0,0,1,6,7v6a.67.67,0,0,1-.67.66A.67.67,0,0,1,4.67,13ZM19.1,17.17A11.3,11.3,0,0,1,12,19.33a11.3,11.3,0,0,1-7.1-2.16.67.67,0,0,1,.87-1A10.2,10.2,0,0,0,12,18a10.15,10.15,0,0,0,6.23-1.84.67.67,0,0,1,.87,1ZM19.33,13A.67.67,0,0,1,18,13V7a.67.67,0,0,1,.67-.66.66.66,0,0,1,.66.66Z"/>'},bh={name:"intercom-alt",style:"line",path:'<path d="M9.99121,15.00044a.99942.99942,0,0,0,1-1v-8a1,1,0,1,0-2,0v8A.99943.99943,0,0,0,9.99121,15.00044Zm4,0a.99942.99942,0,0,0,1-1v-8a1,1,0,1,0-2,0v8A.99943.99943,0,0,0,13.99121,15.00044Zm-8-2a.99942.99942,0,0,0,1-1v-4a1,1,0,0,0-2,0v4A.99943.99943,0,0,0,5.99121,13.00044Zm14-12h-16a3.00328,3.00328,0,0,0-3,3v16a3.00328,3.00328,0,0,0,3,3h16a3.00328,3.00328,0,0,0,3-3v-16A3.00328,3.00328,0,0,0,19.99121,1.00044Zm1,19a1.00067,1.00067,0,0,1-1,1h-16a1.00067,1.00067,0,0,1-1-1v-16a1.00067,1.00067,0,0,1,1-1h16a1.00067,1.00067,0,0,1,1,1Zm-3.64355-4.5918a8.82089,8.82089,0,0,1-5.35645,1.5918,8.98692,8.98692,0,0,1-5.35644-1.5918,1.00017,1.00017,0,1,0-1.28711,1.53125,10.79981,10.79981,0,0,0,6.64355,2.06055,10.79989,10.79989,0,0,0,6.64356-2.06055,1.00017,1.00017,0,0,0-1.28711-1.53125Zm.64355-8.4082a.99942.99942,0,0,0-1,1v4a1,1,0,1,0,2,0v-4A.99942.99942,0,0,0,17.99121,7.00044Z"/>'},Lh={name:"invoice",style:"line",path:'<path d="M13,16H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9,10h2a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm12,2H18V3a1,1,0,0,0-.5-.87,1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM5,20a1,1,0,0,1-1-1V4.73L6,5.87a1.08,1.08,0,0,0,1,0l3-1.72,3,1.72a1.08,1.08,0,0,0,1,0l2-1.14V19a3,3,0,0,0,.18,1Zm15-1a1,1,0,0,1-2,0V14h2Zm-7-7H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},Sh={name:"italic",style:"line",path:'<path d="M17,6H11a1,1,0,0,0,0,2h1.52l-3.2,8H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H11.48l3.2-8H17a1,1,0,0,0,0-2Z"/>'},zh={name:"jackhammer",style:"line",path:'<path d="M18.85,15.69a1,1,0,0,0-1.41,0l-2.06,2.06a1,1,0,0,0,.45,1.67l.26.07-.8.8a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,.26-1,1,1,0,0,0-.71-.71L18,17.94l.83-.84A1,1,0,0,0,18.85,15.69ZM7.91,19.49l.26-.07a1,1,0,0,0,.45-1.67L6.56,15.69A1,1,0,0,0,5.15,17.1l.83.84L5.72,18a1,1,0,0,0-.71.71,1,1,0,0,0,.26,1l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM21,4a1,1,0,0,0-1,1H17a3,3,0,0,0-3-3H10A3,3,0,0,0,7,5H4A1,1,0,0,0,2,5V7A1,1,0,0,0,4,7H7V9a3,3,0,0,0,2,2.83V13a2,2,0,0,0,2,2v6a1,1,0,0,0,2,0V15a2,2,0,0,0,2-2V11.83A3,3,0,0,0,17,9V7h3a1,1,0,0,0,2,0V5A1,1,0,0,0,21,4ZM15,9a1,1,0,0,1-1,1,1,1,0,0,0-1,1v2H11V11a1,1,0,0,0-1-1A1,1,0,0,1,9,9V5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1ZM12,6a1,1,0,0,0-1,1V8a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6Z"/>'},wh={name:"java-script",style:"line",path:'<path d="M14.478,14.8829a4.06111,4.06111,0,0,1-2.18725-.39825,1.4389,1.4389,0,0,1-.53547-1.01019.22184.22184,0,0,0-.22662-.21942c-.31659-.00385-.63312-.003-.94965-.00043a.2113.2113,0,0,0-.23138.18628,2.33854,2.33854,0,0,0,.75305,1.84454,3.99135,3.99135,0,0,0,2.22827.8382,8.06151,8.06151,0,0,0,2.53308-.10755,3.12591,3.12591,0,0,0,1.67823-.90442,2.33824,2.33824,0,0,0,.396-2.23077,1.869,1.869,0,0,0-1.2304-1.09454c-1.28077-.4494-2.66431-.41541-3.97-.7569-.22668-.07135-.50366-.1488-.60467-.38879a.85461.85461,0,0,1,.28418-.95478,2.5576,2.5576,0,0,1,1.34875-.33581,4.07051,4.07051,0,0,1,1.88416.26959,1.43564,1.43564,0,0,1,.68677.99219.243.243,0,0,0,.2276.23565c.31433.00641.62878.00171.94311.00214a.22791.22791,0,0,0,.24732-.16772,2.43369,2.43369,0,0,0-1.18665-2.106,5.8791,5.8791,0,0,0-3.2182-.49243V8.08341a3.50546,3.50546,0,0,0-2.17615.87438,2.1746,2.1746,0,0,0-.43438,2.26264,1.92964,1.92964,0,0,0,1.21838,1.06177c1.27649.46106,2.67554.31311,3.96442.72082.25116.08521.54364.21552.6206.49506a.9907.9907,0,0,1-.26965.94616A2.97065,2.97065,0,0,1,14.478,14.8829Zm5.81891-8.44537q-3.73837-2.114-7.47845-4.22418a1.67742,1.67742,0,0,0-1.63733,0Q7.4556,4.31715,3.72968,6.42075a1.54242,1.54242,0,0,0-.8042,1.34271V16.2377a1.55266,1.55266,0,0,0,.8352,1.355c.71351.38837,1.40674.81629,2.13318,1.17884a3.06373,3.06373,0,0,0,2.73822.07525,2.1275,2.1275,0,0,0,.99482-1.92114c.00555-2.79669.00085-5.59351.00213-8.39026a.21981.21981,0,0,0-.20727-.25415c-.31739-.00513-.63526-.003-.95264-.00085a.20935.20935,0,0,0-.228.21368c-.00427,2.77875.00086,5.55829-.00256,8.33746a.94053.94053,0,0,1-.609.88373,1.53242,1.53242,0,0,1-1.23993-.16595q-.99152-.56-1.983-1.11988a.23714.23714,0,0,1-.13464-.23529q0-4.19383,0-8.38726a.2589.2589,0,0,1,.157-.2602Q8.1423,5.4553,11.85419,3.35953a.258.258,0,0,1,.29163.00043Q15.859,5.452,19.57184,7.5455a.262.262,0,0,1,.15613.26142Q19.72733,12,19.72712,16.19376a.242.242,0,0,1-.13294.23828q-3.65643,2.06753-7.31677,4.12909c-.11658.06494-.25458.16943-.39093.09076-.6391-.36176-1.27039-.73755-1.90735-1.10273a.20589.20589,0,0,0-.22968-.01379,5.21834,5.21834,0,0,1-.88208.41162c-.13806.05591-.30792.07184-.40295.19989a1.31566,1.31566,0,0,0,.43127.31061q1.11741.647,2.236,1.29285a1.62967,1.62967,0,0,0,1.65539.046q3.7261-2.101,7.45185-4.20392a1.55627,1.55627,0,0,0,.83563-1.35474V7.76346A1.53956,1.53956,0,0,0,20.29694,6.43753Z"/>'},xh={name:"kayak",style:"line",path:'<path d="M21.12,16.88a3,3,0,0,0-3.4-.58l-1.15-1.14A24,24,0,0,0,21.78,6.3,3.19,3.19,0,0,0,17.7,2.22,24,24,0,0,0,8.84,7.43L7.7,6.28a3,3,0,1,0-4.82.84A3,3,0,0,0,5,8a3,3,0,0,0,1.28-.3L7.43,8.84A24,24,0,0,0,2.22,17.7,3.24,3.24,0,0,0,3,21,3.17,3.17,0,0,0,5.22,22a3.74,3.74,0,0,0,1.08-.17,24,24,0,0,0,8.86-5.21l1.14,1.15a3,3,0,1,0,4.82-.84ZM5.71,5.7h0A1,1,0,0,1,4.29,4.29,1,1,0,0,1,5.71,5.7Zm12.6-1.57a1.6,1.6,0,0,1,.47-.08,1.16,1.16,0,0,1,.83.34,1.23,1.23,0,0,1,.26,1.3,22.09,22.09,0,0,1-2.13,4.64L13.67,6.26A22.09,22.09,0,0,1,18.31,4.13ZM5.69,19.87a1.2,1.2,0,0,1-1.56-1.56,22.09,22.09,0,0,1,2.13-4.64l4.07,4.07A22.09,22.09,0,0,1,5.69,19.87ZM12,16.59,7.41,12a21.29,21.29,0,0,1,1.43-1.74l4.91,4.91A21.29,21.29,0,0,1,12,16.59Zm3.15-2.84L10.25,8.84A21.29,21.29,0,0,1,12,7.41l4.6,4.6A21.29,21.29,0,0,1,15.16,13.75Zm4.55,6a1,1,0,1,1-1.42-1.41h0a1,1,0,0,1,1.41,0A1,1,0,0,1,19.71,19.71Z"/>'},_h={name:"key-skeleton",style:"line",path:'<path d="M21,4.41l.71-.7a1,1,0,1,0-1.42-1.42L18.89,3.7h0L16.06,6.53h0L9.75,12.83a5,5,0,1,0,1.42,1.42l5.59-5.6,2.12,2.13a1,1,0,1,0,1.41-1.42L18.17,7.24l1.42-1.41.7.7a1,1,0,1,0,1.42-1.41ZM7,20a3,3,0,1,1,3-3A3,3,0,0,1,7,20Z"/>'},kh={name:"key-skeleton-alt",style:"line",path:'<path d="M21.71,6.53,20.29,5.12l1.42-1.41a1,1,0,1,0-1.42-1.42L9.75,12.83a5,5,0,1,0,1.42,1.42l4.88-4.89,1.41,1.42a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L17.46,8l1.42-1.42L20.29,8a1,1,0,0,0,.71.29A1,1,0,0,0,21.71,8,1,1,0,0,0,21.71,6.53ZM7,20a3,3,0,1,1,3-3A3,3,0,0,1,7,20Z"/>'},Th={name:"keyboard",style:"line",path:'<path d="M6.21,13.29a.93.93,0,0,0-.33-.21,1,1,0,0,0-.76,0,.9.9,0,0,0-.54.54,1,1,0,1,0,1.84,0A1,1,0,0,0,6.21,13.29ZM13.5,11h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm-4,0h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm-3-2h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM20,5H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H20a1,1,0,0,1,1,1Zm-6-3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm3.5-4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm.71,4.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,.93.93,0,0,0-.33.21,1,1,0,0,0-.21.33A1,1,0,1,0,19.5,14a.84.84,0,0,0-.08-.38A1,1,0,0,0,19.21,13.29Z"/>'},Eh={name:"keyboard-alt",style:"line",path:'<path d="M6.71,9.29a1,1,0,0,0-1.42,0,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21A.84.84,0,0,0,6,11a1,1,0,0,0,.92-1.38A1,1,0,0,0,6.71,9.29ZM10,11a1,1,0,0,0,.92-1.38,1,1,0,0,0-.21-.33A1,1,0,0,0,9.81,9a.6.6,0,0,0-.19.06l-.18.09-.15.12A1.05,1.05,0,0,0,9,10a1,1,0,0,0,1,1ZM6.38,13.08a1,1,0,0,0-.76,0A1,1,0,0,0,5,14a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,7,14a1,1,0,0,0-.29-.71A.93.93,0,0,0,6.38,13.08ZM14,13H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm.71-3.71a1,1,0,0,0-1.42,0,1,1,0,0,0-.21.33A1,1,0,1,0,15,10a.84.84,0,0,0-.08-.38A1,1,0,0,0,14.71,9.29Zm3.85,3.88a.76.76,0,0,0-.18-.09,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21A1.05,1.05,0,0,0,17,14a1,1,0,1,0,2,0,1.05,1.05,0,0,0-.29-.71ZM20,5H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H20a1,1,0,0,1,1,1ZM18.71,9.29A1,1,0,0,0,17,10a1,1,0,1,0,1.92-.38A1,1,0,0,0,18.71,9.29Z"/>'},Oh={name:"keyboard-hide",style:"line",path:'<path d="M6.71,10.29a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.3-1.3A1,1,0,0,0,6.71,10.29ZM9.29,7.71A1,1,0,0,0,10,8a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76,1.15,1.15,0,0,0-.21-.33,1,1,0,0,0-1.42,0,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76A1.15,1.15,0,0,0,9.29,7.71ZM6.71,6.29A1,1,0,0,0,5,7a1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,6,8a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1.15,1.15,0,0,0,6.71,6.29Zm6.58,12L12,19.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l2-2a1,1,0,0,0-1.42-1.42Zm5.42-12A1,1,0,0,0,17,7a.84.84,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33,1,1,0,0,0,1.42,0,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,19,7a1,1,0,0,0-.08-.38A1.15,1.15,0,0,0,18.71,6.29ZM14,10H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6-8H4A3,3,0,0,0,1,5v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V5A3,3,0,0,0,20,2Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V5A1,1,0,0,1,4,4H20a1,1,0,0,1,1,1Zm-2.29-2.71a1,1,0,0,0-.33-.21.92.92,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21A1.05,1.05,0,0,0,17,11a1,1,0,1,0,1.92-.38A1,1,0,0,0,18.71,10.29ZM13.62,6.08a1.15,1.15,0,0,0-.33.21A1.05,1.05,0,0,0,13,7a1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,14,8a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,15,7a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,13.62,6.08Z"/>'},Ph={name:"keyboard-show",style:"line",path:'<path d="M6.71,10.29A1,1,0,0,0,5,11a1,1,0,1,0,1.92-.38A1,1,0,0,0,6.71,10.29ZM9.29,7.71A1,1,0,0,0,10,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,11,7a1.05,1.05,0,0,0-.29-.71l-.15-.12-.18-.09A.6.6,0,0,0,10.19,6a1,1,0,0,0-.9.27,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76A1.15,1.15,0,0,0,9.29,7.71ZM6.56,6.17a.76.76,0,0,0-.18-.09L6.2,6a1,1,0,0,0-.91.27,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21A.84.84,0,0,0,6,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,7,7a1.05,1.05,0,0,0-.29-.71Zm6.15,12.12a1,1,0,0,0-1.42,0l-2,2a1,1,0,0,0,1.42,1.42L12,20.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm6-8a1,1,0,0,0-1.42,0,1,1,0,0,0-.21.33,1,1,0,0,0,1.3,1.3,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,19,11a.84.84,0,0,0-.08-.38A1,1,0,0,0,18.71,10.29ZM14,10H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6-8H4A3,3,0,0,0,1,5v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V5A3,3,0,0,0,20,2Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V5A1,1,0,0,1,4,4H20a1,1,0,0,1,1,1ZM17.62,6.08a.93.93,0,0,0-.33.21A1.05,1.05,0,0,0,17,7a1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,18,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,19,7a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,17.62,6.08Zm-3.06.09-.18-.09L14.2,6a1,1,0,0,0-.58.06.93.93,0,0,0-.33.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,14,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,15,7a1.05,1.05,0,0,0-.29-.71Z"/>'},Nh={name:"keyhole-circle",style:"line",path:'<path d="M12,8a2,2,0,0,0-2,2,2,2,0,0,0,1,1.72V15a1,1,0,0,0,2,0V11.72A2,2,0,0,0,14,10,2,2,0,0,0,12,8Zm0-6A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},jh={name:"keyhole-square",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM12,8a2,2,0,0,0-2,2,2,2,0,0,0,1,1.72V15a1,1,0,0,0,2,0V11.72A2,2,0,0,0,14,10,2,2,0,0,0,12,8Z"/>'},Dh={name:"keyhole-square-full",style:"line",path:'<path d="M11,11.72V15a1,1,0,0,0,2,0V11.72A2,2,0,0,0,14,10a2,2,0,0,0-4,0A2,2,0,0,0,11,11.72ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z"/>'},qh={name:"kid",style:"line",path:'<path d="M10,10a1,1,0,1,0-1,1A1,1,0,0,0,10,10Zm4.5,4.06a1,1,0,0,0-1.37.36,1.3,1.3,0,0,1-2.26,0,1,1,0,0,0-1.37-.36,1,1,0,0,0-.37,1.36,3.31,3.31,0,0,0,5.74,0A1,1,0,0,0,14.5,14.06ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18A8,8,0,0,1,9,4.57,3,3,0,0,0,9,5a3,3,0,0,0,3,3,1,1,0,0,0,0-2,1,1,0,0,1,0-2,8,8,0,0,1,0,16Z"/>'},Rh={name:"label",style:"line",path:'<path d="M21.71,11.29l-5-5A1,1,0,0,0,16,6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H16a1,1,0,0,0,.71-.29l5-5A1,1,0,0,0,21.71,11.29ZM15.59,16H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H15.59l4,4Z"/>'},Ih={name:"label-alt",style:"line",path:'<path d="M15,12a1,1,0,1,0,1-1A1,1,0,0,0,15,12Zm6.71-.71-5-5A1,1,0,0,0,16,6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H16a1,1,0,0,0,.71-.29l5-5A1,1,0,0,0,21.71,11.29ZM15.59,16H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H15.59l4,4Z"/>'},Fh={name:"lamp",style:"line",path:'<path d="M18,2.78A1,1,0,0,0,17,2H7a1,1,0,0,0-1,.78l-2,9a1,1,0,0,0,.2.85A1,1,0,0,0,5,13H8.94A8.26,8.26,0,0,1,9,14a8.92,8.92,0,0,1-2.57,6.3A1,1,0,0,0,7.14,22h9.72a1,1,0,0,0,.71-1.7A8.92,8.92,0,0,1,15,14a8.26,8.26,0,0,1,.06-1H16v2a1,1,0,0,0,2,0V13h1a1,1,0,0,0,.78-.37,1,1,0,0,0,.2-.85ZM9.22,20A10.9,10.9,0,0,0,11,14c0-.33,0-.67-.05-1h2.1c0,.33-.05.67-.05,1a10.9,10.9,0,0,0,1.78,6Zm-3-9L7.8,4h8.4l1.55,7Z"/>'},Bh={name:"language",style:"line",path:'<path d="M21.05566,12h-2a1,1,0,0,0,0,2v2H17.8714a2.96481,2.96481,0,0,0,.18426-1A2.99955,2.99955,0,0,0,12.458,13.50049a.99992.99992,0,1,0,1.73242.999A1.0009,1.0009,0,0,1,15.05566,14a1,1,0,0,1,0,2,1,1,0,0,0,0,2,1,1,0,1,1,0,2,1.0009,1.0009,0,0,1-.86523-.49951.99992.99992,0,1,0-1.73242.999A2.99955,2.99955,0,0,0,18.05566,19a2.96481,2.96481,0,0,0-.18426-1h1.18426v3a1,1,0,0,0,2,0V14a1,1,0,1,0,0-2ZM9.08594,11.24268a.99963.99963,0,1,0,1.93945-.48536L9.26855,3.72754a2.28044,2.28044,0,0,0-4.4248,0L3.08594,10.75732a.99963.99963,0,1,0,1.93945.48536L5.58618,9H8.52545ZM6.0863,7l.6969-2.78711a.29222.29222,0,0,1,.5459,0L8.02563,7Zm7.96936,0h1a1.001,1.001,0,0,1,1,1V9a1,1,0,0,0,2,0V8a3.00328,3.00328,0,0,0-3-3h-1a1,1,0,0,0,0,2Zm-4,9h-1a1.001,1.001,0,0,1-1-1V14a1,1,0,0,0-2,0v1a3.00328,3.00328,0,0,0,3,3h1a1,1,0,0,0,0-2Z"/>'},Uh={name:"laptop",style:"line",path:'<path d="M21,14H20V7a3,3,0,0,0-3-3H7A3,3,0,0,0,4,7v7H3a1,1,0,0,0-1,1v2a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A1,1,0,0,0,21,14ZM6,7A1,1,0,0,1,7,6H17a1,1,0,0,1,1,1v7H6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V16H20Z"/>'},$h={name:"laptop-cloud",style:"line",path:'<path d="M4.5,10H10a3,3,0,0,0,1.07-5.8,4,4,0,0,0-7.48,1A2.5,2.5,0,0,0,4.5,10Zm0-3a1,1,0,0,0,1-1,2,2,0,0,1,3.89-.64,1,1,0,0,0,.78.66A1,1,0,0,1,11,7a1,1,0,0,1-1,1H4.5a.5.5,0,0,1,0-1ZM21,16H20V9a3,3,0,0,0-3-3H16a1,1,0,0,0,0,2h1a1,1,0,0,1,1,1v7H6V13a1,1,0,0,0-2,0v3H3a1,1,0,0,0-1,1v2a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V17A1,1,0,0,0,21,16Zm-1,3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V18H20Z"/>'},Wh={name:"laptop-connection",style:"line",path:'<path d="M21,18H14.82A3,3,0,0,0,13,16.18V13h7a1,1,0,0,0,0-2H19V5a3,3,0,0,0-3-3H8A3,3,0,0,0,5,5v6H4a1,1,0,0,0,0,2h7v3.18A3,3,0,0,0,9.18,18H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM7,11V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1v6Zm5,9a1,1,0,1,1,1-1A1,1,0,0,1,12,20Z"/>'},Gh={name:"laughing",style:"line",path:'<path d="M14.16,12.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L14.79,10l.79-.79a1,1,0,1,0-1.42-1.42l-1.5,1.5a1,1,0,0,0,0,1.42Zm-5.08,0,1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29A1,1,0,0,0,9.08,12.21Zm5.28,2a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},Qh={name:"layer-group",style:"line",path:'<path d="M2.5,8.86l9,5.2a1,1,0,0,0,1,0l9-5.2A1,1,0,0,0,22,8a1,1,0,0,0-.5-.87l-9-5.19a1,1,0,0,0-1,0l-9,5.19A1,1,0,0,0,2,8,1,1,0,0,0,2.5,8.86ZM12,4l7,4-7,4L5,8Zm8.5,7.17L12,16,3.5,11.13a1,1,0,0,0-1.37.37,1,1,0,0,0,.37,1.36l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,.37-1.36A1,1,0,0,0,20.5,11.13Zm0,4L12,20,3.5,15.13a1,1,0,0,0-1.37.37,1,1,0,0,0,.37,1.36l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,.37-1.36A1,1,0,0,0,20.5,15.13Z"/>'},Kh={name:"layer-group-slash",style:"line",path:'<path d="M10.26,5,12,4l7,4L15.85,9.83a1,1,0,0,0-.37,1.36,1,1,0,0,0,1.37.37L21.5,8.87a1,1,0,0,0,0-1.74l-9-5.2a1,1,0,0,0-1,0L9.26,3.23A1,1,0,0,0,8.89,4.6,1,1,0,0,0,10.26,5ZM3.71,2.29A1,1,0,0,0,2.29,3.71L4.54,6l-2,1.17a1,1,0,0,0,0,1.74l9,5.2a1,1,0,0,0,1,0l.1-.06,1.07,1.07-1.67,1L3.5,11.13a1,1,0,1,0-1,1.74l9,5.2a1,1,0,0,0,.5.13,1,1,0,0,0,.5-.13l2.63-1.52,1.07,1.07L12,20,3.5,15.13a1,1,0,0,0-1,1.74l9,5.2a1,1,0,0,0,1,0l5.17-3,2.62,2.63a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM5,8l1-.58,2.75,2.75Zm15.5,3.13-2.12,1.22a1,1,0,0,0,1,1.74l2.12-1.22a1,1,0,1,0-1-1.74Z"/>'},Jh={name:"layers",style:"line",path:'<path d="M2.5,10.56l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,0-1.73l-9-5.2a1,1,0,0,0-1,0l-9,5.2a1,1,0,0,0,0,1.73ZM12,5.65l7,4-7,4.05L5,9.69Zm8.5,7.79L12,18.35,3.5,13.44a1,1,0,0,0-1.37.36,1,1,0,0,0,.37,1.37l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,.37-1.37A1,1,0,0,0,20.5,13.44Z"/>'},Xh={name:"layers-alt",style:"line",path:'<path d="M21,2H9A1,1,0,0,0,8,3V7H6A1,1,0,0,0,5,8v4H3a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19h4a1,1,0,0,0,1-1V16h4a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM10,20H4V14h6Zm5-3H12V13a1,1,0,0,0-1-1H7V9h8Zm5-3H17V8a1,1,0,0,0-1-1H10V4H20Z"/>'},Yh={name:"layers-slash",style:"line",path:'<path d="M20.49,13.94l-.34.2a1,1,0,0,0-.35,1.37,1,1,0,0,0,.86.49,1,1,0,0,0,.51-.14l.34-.2a1,1,0,0,0-1-1.72ZM11.65,6.36,12,6.15l7,4-1.76,1a1,1,0,0,0,.5,1.87,1,1,0,0,0,.5-.13l3.26-1.89a1,1,0,0,0,0-1.74l-9-5.19a1,1,0,0,0-1,0l-.85.49a1,1,0,0,0,1,1.74ZM3.71,2.29A1,1,0,0,0,2.29,3.71L5.93,7.34l-3.43,2a1,1,0,0,0,0,1.74l9,5.2a1.09,1.09,0,0,0,.5.13,1.13,1.13,0,0,0,.5-.13L14,15.4l1.45,1.46-3.44,2L3.5,13.93a1,1,0,0,0-1,1.74l9,5.2a1,1,0,0,0,1,0l4.41-2.55,3.38,3.39a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm8.29,12L5,10.19,7.4,8.81l5.12,5.13Z"/>'},ed={name:"left-arrow-from-left",style:"line",path:'<path d="M17,11H5.41l2.3-2.29A1,1,0,1,0,6.29,7.29l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H17a1,1,0,0,0,0-2Zm4-7a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,21,4Z"/>'},td={name:"left-arrow-to-left",style:"line",path:'<path d="M21,11H9.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.41,13H21a1,1,0,0,0,0-2ZM3,3A1,1,0,0,0,2,4V20a1,1,0,0,0,2,0V4A1,1,0,0,0,3,3Z"/>'},nd={name:"left-indent",style:"line",path:'<path d="M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7Zm0,4H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2ZM21.77,9.69a1,1,0,0,0-1.41-.12l-2,1.66a1,1,0,0,0,0,1.54l2,1.66a1,1,0,0,0,.64.24,1,1,0,0,0,.77-.36,1,1,0,0,0-.13-1.41L20.56,12l1.08-.9A1,1,0,0,0,21.77,9.69ZM21,17H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3,15H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Z"/>'},ad={name:"left-indent-alt",style:"line",path:'<path d="M9,5A1,1,0,0,0,8,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,9,5Zm4,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2ZM5.77,9.69a1,1,0,0,0-1.41-.13l-2,1.67a1,1,0,0,0,0,1.54l2,1.67a1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.41L4.56,12l1.08-.9A1,1,0,0,0,5.77,9.69ZM21,9H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"/>'},rd={name:"left-to-right-text-direction",style:"line",path:'<path d="M21.42,17.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L18.09,17H3.5a1,1,0,0,0,0,2H18.09l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,21.42,17.62ZM8.5,10v4a1,1,0,0,0,2,0V4h2V14a1,1,0,0,0,2,0V4h1a1,1,0,0,0,0-2h-7a4,4,0,0,0,0,8Zm0-6V8a2,2,0,0,1,0-4Z"/>'},id={name:"letter-chinese-a",style:"line",path:'<path d="M20,5H13V4a1,1,0,0,0-2,0V5H4A1,1,0,0,0,4,7H15.88214a14.49252,14.49252,0,0,1-3.94067,7.95227A14.42561,14.42561,0,0,1,8.66406,9.67041a1.0002,1.0002,0,0,0-1.88867.65918,16.41412,16.41412,0,0,0,3.68012,5.95825,14.29858,14.29858,0,0,1-5.769,2.73511A1.00015,1.00015,0,0,0,4.89941,21a1.01758,1.01758,0,0,0,.21485-.023,16.297,16.297,0,0,0,6.831-3.31885A16.38746,16.38746,0,0,0,18.78711,20.977a1,1,0,0,0,.42578-1.9541,14.38226,14.38226,0,0,1-5.78955-2.73316A16.4802,16.4802,0,0,0,17.89233,7H20a1,1,0,0,0,0-2Z"/>'},ld={name:"letter-english-a",style:"line",path:'<path d="M18.97021,19.75732,15.34912,5.27246A2.9958,2.9958,0,0,0,12.43848,3h-.877A2.9958,2.9958,0,0,0,8.65088,5.27246L5.02979,19.75732a1.0001,1.0001,0,0,0,1.94042.48536L8.28082,15h7.43836l1.31061,5.24268a1.0001,1.0001,0,0,0,1.94042-.48536ZM8.78082,13l1.81049-7.24219A.99825.99825,0,0,1,11.56152,5h.877a.99825.99825,0,0,1,.97021.75781L15.21918,13Z"/>'},od={name:"letter-hindi-a",style:"line",path:'<path d="M20.022,3h-5a1,1,0,0,0,0,2h1.5v6H11.57208a4.95124,4.95124,0,0,0,1.02558-3A5,5,0,0,0,3.26758,5.5.99974.99974,0,1,0,4.999,6.5,3.00021,3.00021,0,1,1,7.59766,11a1,1,0,0,0,0,2A3,3,0,1,1,4.999,17.5a.99974.99974,0,0,0-1.73144,1A5,5,0,0,0,12.59766,16a4.95124,4.95124,0,0,0-1.02558-3H16.522v7a1,1,0,0,0,2,0V5h1.5a1,1,0,0,0,0-2Z"/>'},cd={name:"letter-japanese-a",style:"line",path:'<path d="M20.47168,11.99707a4.86537,4.86537,0,0,0-4.00049-2.2038A5.59215,5.59215,0,0,0,16.34082,8.769a.9997.9997,0,1,0-1.94531.46192,3.55342,3.55342,0,0,1,.0827.60132,13.57729,13.57729,0,0,0-3.257.82189c.02252-1.20385.07678-2.40728.19672-3.60729l.03827-.38221a33.43522,33.43522,0,0,0,3.48224-.66418l.12011-.02979a1,1,0,1,0-.48047-1.9414l-.12207.03027c-.92163.23047-1.85565.40448-2.79394.5506l.15137-1.51056a1.00009,1.00009,0,0,0-1.99024-.19922L9.627,4.85962C8.69312,4.94336,7.75665,5,6.81836,5a1,1,0,0,0,0,2c.87054,0,1.7395-.04639,2.60681-.1142A46.66015,46.66015,0,0,0,9.222,11.58386c-.13421.07324-.26965.14209-.40264.21936a16.4074,16.4074,0,0,0-1.94922,1.31055l-.02246.01807a13.7396,13.7396,0,0,0-2.64844,2.70068,3.00419,3.00419,0,0,0,2.94629,4.71875A9.74034,9.74034,0,0,0,9.98328,19.5379a.99564.99564,0,0,0,1.82141-.70245c-.02423-.1452-.03534-.29193-.05811-.43732a13.83775,13.83775,0,0,0,1.314-1.15545,13.16694,13.16694,0,0,0,2.10168-2.729c.02289-.03949.04212-.0791.06445-.11865.118-.21057.22944-.422.33179-.63495.05383-.11108.1023-.22174.15155-.33282.05994-.13623.11719-.27222.17047-.40882.05646-.14361.10981-.28662.15845-.42968.03235-.09583.06055-.19123.08948-.28693.05133-.16882.10174-.3371.142-.50427l.005-.01776a3.01462,3.01462,0,0,1,2.46582,1.21972c1.01856,1.76709-.96289,4.977-4.417,7.15479a.99976.99976,0,1,0,1.0664,1.6914C19.88965,19.00977,22.07422,14.77734,20.47168,11.99707ZM6.7959,18.58252a1.00469,1.00469,0,0,1-.97949-1.57373,11.89343,11.89343,0,0,1,2.291-2.32275l.02637-.02149c.35388-.27692.742-.539,1.144-.793.0611,1.19537.17285,2.38684.32593,3.57489A8.18484,8.18484,0,0,1,6.7959,18.58252Zm7.32977-6.583a8.16646,8.16646,0,0,1-.31616.78137c-.0556.1189-.118.23774-.18018.35694q-.14419.27851-.3106.55432c-.08466.13953-.17188.27887-.26514.41742a11.48078,11.48078,0,0,1-1.40711,1.719c-.06982.06983-.14343.1333-.2146.201q-.16314-1.5975-.21124-3.20276a12.51276,12.51276,0,0,1,2.94-.93237C14.149,11.9295,14.13794,11.96436,14.12567,11.99951Z"/>'},ud={name:"life-ring",style:"line",path:'<path d="M22,11.05c0-.11,0-.22,0-.33l-.09-.6-.09-.39c0-.17-.08-.34-.13-.51s-.08-.27-.13-.4a2.17,2.17,0,0,1-.07-.24s0,0,0-.05a10.1,10.1,0,0,0-5.9-5.9s0,0-.05,0l-.23-.07-.42-.13c-.15,0-.31-.08-.46-.12l-.46-.1-.46-.07c-.16,0-.31,0-.48-.06s-.35,0-.52,0L12,2l-.39,0c-.17,0-.35,0-.52,0s-.32,0-.48.06l-.46.07-.46.1c-.15,0-.31.07-.46.12l-.42.13-.23.07s0,0-.05,0a10.1,10.1,0,0,0-5.9,5.9s0,0,0,.05a2.17,2.17,0,0,1-.07.24c0,.13-.09.26-.13.4s-.09.34-.13.51l-.09.39-.09.6c0,.11,0,.22,0,.33,0,.31,0,.63,0,.95s0,.64,0,.95c0,.11,0,.22,0,.33l.09.6.09.39c0,.17.08.34.13.51s.08.27.13.4a2.17,2.17,0,0,1,.07.24.43.43,0,0,1,0,.07,10,10,0,0,0,5.89,5.88s0,0,.05,0l.24.07.4.13.51.13.39.09.6.09.33,0c.31,0,.63.05.95.05s.64,0,.95-.05l.33,0,.6-.09.39-.09.51-.13.4-.13.24-.07s0,0,.05,0a10,10,0,0,0,5.89-5.88.43.43,0,0,1,0-.07c0-.08.05-.16.07-.24s.09-.26.13-.4.09-.34.13-.51l.09-.39.09-.6c0-.11,0-.22,0-.33,0-.31.05-.63.05-.95S22,11.36,22,11.05Zm-6.3-6.16a8,8,0,0,1,3.46,3.46l-2.86,1a5.14,5.14,0,0,0-1.64-1.64Zm-5.36-.7c.21-.05.41-.08.61-.11l.24,0a8.24,8.24,0,0,1,1.72,0l.24,0c.2,0,.4.06.61.11h.06l-1,2.86A4.49,4.49,0,0,0,12,7a4.4,4.4,0,0,0-.73.06l-1-2.86Zm-1.94.7,1,2.86A5.14,5.14,0,0,0,7.75,9.39l-2.86-1A8,8,0,0,1,8.35,4.89ZM4.19,13.71a4.17,4.17,0,0,1-.1-.6c0-.09,0-.17,0-.25a7.42,7.42,0,0,1,0-1.72c0-.08,0-.16,0-.25a4.17,4.17,0,0,1,.1-.6s0,0,0-.06l2.86,1a4.47,4.47,0,0,0,0,1.46l-2.86,1S4.19,13.73,4.19,13.71Zm4.16,5.4a8,8,0,0,1-3.46-3.46l2.86-1a5.14,5.14,0,0,0,1.64,1.64Zm5.36.7c-.21.05-.41.08-.61.11l-.24,0a8.24,8.24,0,0,1-1.72,0l-.24,0c-.2,0-.4-.06-.61-.11h-.06l1-2.86a4.47,4.47,0,0,0,1.46,0l1,2.86Zm-.67-5h0c-.17.06-.34.1-.5.14a2.73,2.73,0,0,1-1,0c-.16,0-.33-.08-.5-.14h0A3,3,0,0,1,9.2,13v0a3.23,3.23,0,0,1-.14-.51,2.63,2.63,0,0,1,0-1A3.23,3.23,0,0,1,9.19,11v0A3,3,0,0,1,11,9.2h0c.17-.06.34-.1.5-.14a2.73,2.73,0,0,1,1,0c.16,0,.33.08.5.14h0A3,3,0,0,1,14.8,11v0a3.23,3.23,0,0,1,.14.51,2.63,2.63,0,0,1,0,1,3.23,3.23,0,0,1-.14.51v0A3,3,0,0,1,13,14.8Zm2.61,4.31-1-2.86a5.14,5.14,0,0,0,1.64-1.64l2.86,1A8,8,0,0,1,15.65,19.11ZM20,12.86c0,.08,0,.16,0,.25a4.17,4.17,0,0,1-.1.6s0,0,0,.06l-2.86-1a4.47,4.47,0,0,0,0-1.46l2.86-1s0,0,0,.06a4.17,4.17,0,0,1,.1.6c0,.09,0,.17,0,.25a7.42,7.42,0,0,1,0,1.72Z"/>'},sd={name:"lightbulb",style:"line",path:'<path d="M17.45,12.46a7,7,0,0,0-1-9.83,7.09,7.09,0,0,0-5.92-1.4,7,7,0,0,0-4,11.15,4.76,4.76,0,0,1,1.08,2.86v.29A2,2,0,0,0,7,16.93v2a2,2,0,0,0,2,2v1a1,1,0,0,0,2,0v-1h2v1a1,1,0,0,0,2,0v-1a2,2,0,0,0,2-2v-2a2,2,0,0,0-.57-1.4V15.1A4.26,4.26,0,0,1,17.45,12.46ZM9,18.93v-2h6v2Zm6.89-7.72a6.18,6.18,0,0,0-1.46,3.72H9.56a6.67,6.67,0,0,0-1.5-3.78,5,5,0,0,1,2.84-8A5,5,0,0,1,17,8.07,4.92,4.92,0,0,1,15.89,11.21Z"/>'},hd={name:"lightbulb-alt",style:"line",path:'<path d="M17.09,2.82a8,8,0,0,0-6.68-1.66A8,8,0,0,0,4.14,7.48a8.07,8.07,0,0,0,1.72,6.65A4.54,4.54,0,0,1,7,17v3a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V17.19A5.17,5.17,0,0,1,18.22,14a8,8,0,0,0-1.13-11.2ZM15,20a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V19h6Zm1.67-7.24A7.13,7.13,0,0,0,15,17H13V14a1,1,0,0,0-2,0v3H9a6.5,6.5,0,0,0-1.6-4.16,6,6,0,0,1,3.39-9.72A6,6,0,0,1,18,9,5.89,5.89,0,0,1,16.67,12.76Z"/>'},dd={name:"line",style:"line",path:'<path d="M13.78,9.46h0a.38.38,0,0,0-.38.38v1.67L12,9.65a.4.4,0,0,0-.33-.19h0a.38.38,0,0,0-.38.38v2.84a.38.38,0,0,0,.38.38h0a.38.38,0,0,0,.38-.38V11l1.39,1.91,0,0h0a.27.27,0,0,0,.15.11.32.32,0,0,0,.14,0h0A.33.33,0,0,0,14,13l.1-.07h0a.39.39,0,0,0,.11-.27V9.84A.38.38,0,0,0,13.78,9.46ZM9.2,12.27H8.14V9.84a.38.38,0,0,0-.38-.38h0a.38.38,0,0,0-.38.38v2.84a.38.38,0,0,0,.38.38H9.2a.39.39,0,0,0,.39-.38v0A.39.39,0,0,0,9.2,12.27Zm1.11-2.81h0a.39.39,0,0,0-.39.38v2.84a.39.39,0,0,0,.39.38h0a.38.38,0,0,0,.38-.38V9.84A.38.38,0,0,0,10.31,9.46ZM17.91,2H6.09A4.1,4.1,0,0,0,2,6.09V17.91A4.1,4.1,0,0,0,6.09,22H17.91A4.1,4.1,0,0,0,22,17.91V6.09A4.1,4.1,0,0,0,17.91,2Zm.31,12.28a1.55,1.55,0,0,1-.13.17h0a5.5,5.5,0,0,1-.8.8c-2,1.87-5.36,4.11-5.81,3.76s.64-1.76-.53-2a1,1,0,0,1-.25,0h0c-3.44-.48-6-2.89-6-5.78,0-3.25,3.29-5.88,7.34-5.88s7.34,2.63,7.34,5.88A5,5,0,0,1,18.22,14.28ZM16.51,9.47H15a.38.38,0,0,0-.38.38v2.84a.38.38,0,0,0,.38.38h1.48a.38.38,0,0,0,.38-.38v0a.38.38,0,0,0-.38-.38H15.45v-.6h1.06a.39.39,0,0,0,.38-.39v0a.38.38,0,0,0-.38-.38H15.45v-.61h1.06a.38.38,0,0,0,.38-.38v0A.38.38,0,0,0,16.51,9.47Z"/>'},pd={name:"line-alt",style:"line",path:'<path d="M21.71,3.29a1,1,0,0,0-1.42,0l-18,18a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l18-18A1,1,0,0,0,21.71,3.29Z"/>'},fd={name:"line-spacing",style:"line",path:'<path d="M6.29,9.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2-2a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2A1,1,0,0,0,3.71,9.71L4,9.41v5.18l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42l-.29.3V9.41ZM11,8H21a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm10,3H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,5H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},md={name:"link",style:"line",path:'<path d="M10,17.55,8.23,19.27a2.47,2.47,0,0,1-3.5-3.5l4.54-4.55a2.46,2.46,0,0,1,3.39-.09l.12.1a1,1,0,0,0,1.4-1.43A2.75,2.75,0,0,0,14,9.59a4.46,4.46,0,0,0-6.09.22L3.31,14.36a4.48,4.48,0,0,0,6.33,6.33L11.37,19A1,1,0,0,0,10,17.55ZM20.69,3.31a4.49,4.49,0,0,0-6.33,0L12.63,5A1,1,0,0,0,14,6.45l1.73-1.72a2.47,2.47,0,0,1,3.5,3.5l-4.54,4.55a2.46,2.46,0,0,1-3.39.09l-.12-.1a1,1,0,0,0-1.4,1.43,2.75,2.75,0,0,0,.23.21,4.47,4.47,0,0,0,6.09-.22l4.55-4.55A4.49,4.49,0,0,0,20.69,3.31Z"/>'},vd={name:"link-add",style:"line",path:'<path d="M12.11,15.39,8.23,19.27a2.47,2.47,0,0,1-3.5,0,2.46,2.46,0,0,1,0-3.5l3.88-3.88a1,1,0,1,0-1.42-1.42L3.31,14.36a4.48,4.48,0,0,0,6.33,6.33l3.89-3.88a1,1,0,0,0-1.42-1.42Zm-3.28-.22a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.92-4.92a1,1,0,1,0-1.42-1.42L8.83,13.75A1,1,0,0,0,8.83,15.17ZM21,18H20V17a1,1,0,0,0-2,0v1H17a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Zm-4.19-4.47,3.88-3.89a4.48,4.48,0,0,0-6.33-6.33L10.47,7.19a1,1,0,1,0,1.42,1.42l3.88-3.88a2.47,2.47,0,0,1,3.5,0,2.46,2.46,0,0,1,0,3.5l-3.88,3.88a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0Z"/>'},Ad={name:"link-alt",style:"line",path:'<path d="M12.11,15.39,8.23,19.27a2.52,2.52,0,0,1-3.5,0,2.47,2.47,0,0,1,0-3.5l3.88-3.88a1,1,0,1,0-1.42-1.42L3.31,14.36a4.48,4.48,0,0,0,6.33,6.33l3.89-3.88a1,1,0,0,0-1.42-1.42ZM20.69,3.31a4.49,4.49,0,0,0-6.33,0L10.47,7.19a1,1,0,1,0,1.42,1.42l3.88-3.88a2.52,2.52,0,0,1,3.5,0,2.47,2.47,0,0,1,0,3.5l-3.88,3.88a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3.88-3.89A4.49,4.49,0,0,0,20.69,3.31ZM8.83,15.17a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.92-4.92a1,1,0,1,0-1.42-1.42L8.83,13.75A1,1,0,0,0,8.83,15.17Z"/>'},yd={name:"link-broken",style:"line",path:'<path d="M4.76,10.59a1,1,0,0,0,.26-2L3.26,8.15a1,1,0,1,0-.52,1.93l1.76.47A.78.78,0,0,0,4.76,10.59ZM8.62,5a1,1,0,0,0,1,.74.82.82,0,0,0,.26,0,1,1,0,0,0,.7-1.22l-.47-1.76a1,1,0,1,0-1.93.52Zm4.83,10A1,1,0,0,0,12,15L8.5,18.56a2.21,2.21,0,0,1-3.06,0,2.15,2.15,0,0,1,0-3.06L9,12a1,1,0,1,0-1.41-1.41L4,14.08A4.17,4.17,0,1,0,9.92,20l3.53-3.53A1,1,0,0,0,13.45,15ZM5.18,6.59a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41L5.3,3.89A1,1,0,0,0,3.89,5.3Zm16.08,7.33-1.76-.47A1,1,0,1,0,19,15.38l1.76.47.26,0a1,1,0,0,0,.26-2ZM15.38,19a1,1,0,0,0-1.23-.7,1,1,0,0,0-.7,1.22l.47,1.76a1,1,0,0,0,1,.74,1.15,1.15,0,0,0,.26,0,1,1,0,0,0,.71-1.23Zm3.44-1.57a1,1,0,0,0-1.41,1.41l1.29,1.29a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM21.2,7A4.16,4.16,0,0,0,14.08,4L10.55,7.56A1,1,0,1,0,12,9L15.5,5.44a2.21,2.21,0,0,1,3.06,0,2.15,2.15,0,0,1,0,3.06L15,12a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0L20,9.92A4.19,4.19,0,0,0,21.2,7Z"/>'},Md={name:"link-h",style:"line",path:'<path d="M8,12a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H9A1,1,0,0,0,8,12Zm2,3H7A3,3,0,0,1,7,9h3a1,1,0,0,0,0-2H7A5,5,0,0,0,7,17h3a1,1,0,0,0,0-2Zm7-8H14a1,1,0,0,0,0,2h3a3,3,0,0,1,0,6H14a1,1,0,0,0,0,2h3A5,5,0,0,0,17,7Z"/>'},Hd={name:"linkedin",style:"line",path:'<path d="M20.47,2H3.53A1.45,1.45,0,0,0,2.06,3.43V20.57A1.45,1.45,0,0,0,3.53,22H20.47a1.45,1.45,0,0,0,1.47-1.43V3.43A1.45,1.45,0,0,0,20.47,2ZM8.09,18.74h-3v-9h3ZM6.59,8.48h0a1.56,1.56,0,1,1,0-3.12,1.57,1.57,0,1,1,0,3.12ZM18.91,18.74h-3V13.91c0-1.21-.43-2-1.52-2A1.65,1.65,0,0,0,12.85,13a2,2,0,0,0-.1.73v5h-3s0-8.18,0-9h3V11A3,3,0,0,1,15.46,9.5c2,0,3.45,1.29,3.45,4.06Z"/>'},gd={name:"linkedin-alt",style:"line",path:'<path d="M17.5,8.999a5.41868,5.41868,0,0,0-2.56543.64453A.99918.99918,0,0,0,14,8.999H10a.99943.99943,0,0,0-1,1v12a.99942.99942,0,0,0,1,1h4a.99942.99942,0,0,0,1-1v-5.5a1,1,0,1,1,2,0v5.5a.99942.99942,0,0,0,1,1h4a.99942.99942,0,0,0,1-1v-7.5A5.50685,5.50685,0,0,0,17.5,8.999Zm3.5,12H19v-4.5a3,3,0,1,0-6,0v4.5H11v-10h2v.70313a1.00048,1.00048,0,0,0,1.78125.625A3.48258,3.48258,0,0,1,21,14.499Zm-14-12H3a.99943.99943,0,0,0-1,1v12a.99942.99942,0,0,0,1,1H7a.99942.99942,0,0,0,1-1v-12A.99943.99943,0,0,0,7,8.999Zm-1,12H4v-10H6ZM5.01465,1.542A3.23283,3.23283,0,1,0,4.958,7.999h.02832a3.23341,3.23341,0,1,0,.02832-6.457ZM4.98633,5.999H4.958A1.22193,1.22193,0,0,1,3.58887,4.77051c0-.7461.55957-1.22852,1.42578-1.22852A1.2335,1.2335,0,0,1,6.41113,4.77051C6.41113,5.5166,5.85156,5.999,4.98633,5.999Z"/>'},Zd={name:"linux",style:"line",path:'<path d="M19.7,17.6c-0.1-0.2-0.2-0.4-0.2-0.6c0-0.4-0.2-0.7-0.5-1c-0.1-0.1-0.3-0.2-0.4-0.2c0.6-1.8-0.3-3.6-1.3-4.9c0,0,0,0,0,0c-0.8-1.2-2-2.1-1.9-3.7c0-1.9,0.2-5.4-3.3-5.1C8.5,2.3,9.5,6,9.4,7.3c0,1.1-0.5,2.2-1.3,3.1c-0.2,0.2-0.4,0.5-0.5,0.7c-1,1.2-1.5,2.8-1.5,4.3c-0.2,0.2-0.4,0.4-0.5,0.6c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.1-0.3,0.2-0.5,0.3c-0.4,0.1-0.7,0.3-0.9,0.7c-0.1,0.3-0.2,0.7-0.1,1.1c0.1,0.2,0.1,0.4,0,0.7c-0.2,0.4-0.2,0.9,0,1.4c0.3,0.4,0.8,0.5,1.5,0.6c0.5,0,1.1,0.2,1.6,0.4l0,0c0.5,0.3,1.1,0.5,1.7,0.5c0.3,0,0.7-0.1,1-0.2c0.3-0.2,0.5-0.4,0.6-0.7c0.4,0,1-0.2,1.7-0.2c0.6,0,1.2,0.2,2,0.1c0,0.1,0,0.2,0.1,0.3c0.2,0.5,0.7,0.9,1.3,1c0.1,0,0.1,0,0.2,0c0.8-0.1,1.6-0.5,2.1-1.1l0,0c0.4-0.4,0.9-0.7,1.4-0.9c0.6-0.3,1-0.5,1.1-1C20.3,18.6,20.1,18.2,19.7,17.6z M12.8,4.8c0.6,0.1,1.1,0.6,1,1.2c0,0.3-0.1,0.6-0.3,0.9c0,0,0,0-0.1,0c-0.2-0.1-0.3-0.1-0.4-0.2c0.1-0.1,0.1-0.3,0.2-0.5c0-0.4-0.2-0.7-0.4-0.7c-0.3,0-0.5,0.3-0.5,0.7c0,0,0,0.1,0,0.1c-0.1-0.1-0.3-0.1-0.4-0.2c0,0,0-0.1,0-0.1C11.8,5.5,12.2,4.9,12.8,4.8z M12.5,6.8c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0,0.3,0.1,0.4,0.2c0.2,0.1,0.4,0.2,0.4,0.5c0,0.3-0.3,0.6-0.9,0.8c-0.2,0.1-0.3,0.1-0.4,0.2c-0.3,0.2-0.6,0.3-1,0.3c-0.3,0-0.6-0.2-0.8-0.4c-0.1-0.1-0.2-0.2-0.4-0.3C10.1,8.2,9.9,8,9.8,7.7c0-0.1,0.1-0.2,0.2-0.3c0.3-0.2,0.4-0.3,0.5-0.4l0.1-0.1c0.2-0.3,0.6-0.5,1-0.5C11.9,6.5,12.2,6.6,12.5,6.8z M10.4,5c0.4,0,0.7,0.4,0.8,1.1c0,0.1,0,0.1,0,0.2c-0.1,0-0.3,0.1-0.4,0.2c0,0,0-0.1,0-0.2c0-0.3-0.2-0.6-0.4-0.5c-0.2,0-0.3,0.3-0.3,0.6c0,0.2,0.1,0.3,0.2,0.4l0,0c0,0-0.1,0.1-0.2,0.1C9.9,6.7,9.7,6.4,9.7,6.1C9.7,5.5,10,5,10.4,5z M9.4,21.1c-0.7,0.3-1.6,0.2-2.2-0.2c-0.6-0.3-1.1-0.4-1.8-0.4c-0.5-0.1-1-0.1-1.1-0.3c-0.1-0.2-0.1-0.5,0.1-1c0.1-0.3,0.1-0.6,0-0.9c-0.1-0.3-0.1-0.5,0-0.8C4.5,17.2,4.7,17.1,5,17c0.3-0.1,0.5-0.2,0.7-0.4c0.1-0.1,0.2-0.2,0.3-0.4c0.3-0.4,0.5-0.6,0.8-0.6c0.6,0.1,1.1,1,1.5,1.9c0.2,0.3,0.4,0.7,0.7,1c0.4,0.5,0.9,1.2,0.9,1.6C9.9,20.6,9.7,20.9,9.4,21.1z M14.3,18.9c0,0.1,0,0.1-0.1,0.2c-1.2,0.9-2.8,1-4.1,0.3c-0.2-0.3-0.4-0.6-0.6-0.9c0.9-0.1,0.7-1.3-1.2-2.5c-2-1.3-0.6-3.7,0.1-4.8c0.1-0.1,0.1,0-0.3,0.8c-0.3,0.6-0.9,2.1-0.1,3.2c0-0.8,0.2-1.6,0.5-2.4c0.7-1.3,1.2-2.8,1.5-4.3c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0.1,0.2,0.2,0.3,0.2c0.2,0.3,0.6,0.4,0.9,0.4c0,0,0.1,0,0.1,0c0.4,0,0.8-0.1,1.1-0.4c0.1-0.1,0.2-0.2,0.4-0.2c0.3-0.1,0.6-0.3,0.9-0.6c0.4,1.3,0.8,2.5,1.4,3.6c0.4,0.8,0.7,1.6,0.9,2.5c0.3,0,0.7,0.1,1,0.3c0.8,0.4,1.1,0.7,1,1.2c-0.1,0-0.1,0-0.2,0c0-0.3-0.2-0.6-0.9-0.9c-0.7-0.3-1.3-0.3-1.5,0.4c-0.1,0-0.2,0.1-0.3,0.1c-0.8,0.4-0.8,1.5-0.9,2.6C14.5,18.2,14.4,18.5,14.3,18.9z M18.9,19.5c-0.6,0.2-1.1,0.6-1.5,1.1c-0.4,0.6-1.1,1-1.9,0.9c-0.4,0-0.8-0.3-0.9-0.7c-0.1-0.6-0.1-1.2,0.2-1.8c0.1-0.4,0.2-0.7,0.3-1.1c0.1-1.2,0.1-1.9,0.6-2.2h0c0,0.5,0.3,0.8,0.7,1c0.5,0,1-0.1,1.4-0.5c0.1,0,0.1,0,0.2,0c0.3,0,0.5,0,0.7,0.2c0.2,0.2,0.3,0.5,0.3,0.7c0,0.3,0.2,0.6,0.3,0.9c0.5,0.5,0.5,0.8,0.5,0.9C19.7,19.1,19.3,19.3,18.9,19.5z M9.9,7.5c-0.1,0-0.1,0-0.1,0.1c0,0,0,0.1,0.1,0.1c0,0,0,0,0,0c0.1,0,0.1,0.1,0.1,0.1c0.3,0.4,0.8,0.6,1.4,0.7c0.5-0.1,1-0.2,1.5-0.6c0.2-0.1,0.4-0.2,0.6-0.3c0.1,0,0.1-0.1,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0c-0.2,0.1-0.5,0.2-0.7,0.3c-0.4,0.3-0.9,0.5-1.4,0.5c-0.5,0-0.9-0.3-1.2-0.6C10.1,7.6,10,7.5,9.9,7.5z"/>'},Vd={name:"lira-sign",style:"line",path:'<path d="M18,12a1,1,0,0,0-1,1,7.00787,7.00787,0,0,1-7,7V11.13538l5.2168-1.15931a.99986.99986,0,0,0-.4336-1.95214L10,9.08685V7.13538l5.2168-1.15931a.99986.99986,0,1,0-.4336-1.95214L10,5.08685V3A1,1,0,0,0,8,3V5.53131l-2.2168.49262a.99986.99986,0,1,0,.4336,1.95214L8,7.57983V9.53131l-2.2168.49262a.99986.99986,0,1,0,.4336,1.95214L8,11.57983V21a1,1,0,0,0,1,1h1a9.01047,9.01047,0,0,0,9-9A1,1,0,0,0,18,12Z"/>'},Cd={name:"list-ol",style:"line",path:'<path d="M7,20H4v-0.1C4,19.4,4.4,19,4.9,19c1.4,0,2.6-0.9,3-2.2c0.4-1.6-0.5-3.3-2.1-3.7c-1.3-0.4-2.7,0.2-3.4,1.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0c0.3-0.5,0.9-0.6,1.4-0.3c0.1,0.1,0.2,0.1,0.2,0.2C6,15.7,6,16,6,16.3c-0.2,0.4-0.6,0.7-1,0.7C3.3,17,2,18.3,2,19.9V21c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,20,7,20z M11,7h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H11c-0.6,0-1,0.4-1,1S10.4,7,11,7z M7,9H6V3c0-0.6-0.4-1-1-1S4,2.4,4,3v1H3C2.4,4,2,4.4,2,5s0.4,1,1,1h1v3H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,9,7,9z M21,16H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,16,21,16z"/>'},bd={name:"list-ol-alt",style:"line",path:'<path d="M7,20H4v-0.1C4,19.4,4.4,19,4.9,19c1.4,0,2.6-0.9,3-2.2c0.4-1.6-0.5-3.3-2.1-3.7c-1.3-0.4-2.7,0.2-3.4,1.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0c0.3-0.5,0.9-0.6,1.4-0.3c0.1,0.1,0.2,0.1,0.2,0.2C6,15.7,6,16,6,16.3c-0.2,0.4-0.6,0.7-1,0.7C3.3,17,2,18.3,2,19.9V21c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,20,7,20z M7,9H6V3c0-0.6-0.4-1-1-1S4,2.4,4,3v1H3C2.4,4,2,4.4,2,5s0.4,1,1,1h1v3H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,9,7,9z M11,6h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H11c-0.6,0-1,0.4-1,1S10.4,6,11,6z M21,20H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,20,21,20z M21,9H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,9,21,9z M21,15H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,15,21,15z"/>'},Ld={name:"list-ui-alt",style:"line",path:'<path d="M3.5,6a1,1,0,1,0,1,1A1,1,0,0,0,3.5,6Zm4,2h14a1,1,0,0,0,0-2H7.5a1,1,0,0,0,0,2Zm0,3a1,1,0,1,0,1,1A1,1,0,0,0,7.5,11Zm4,5a1,1,0,1,0,1,1A1,1,0,0,0,11.5,16Zm10-5h-10a1,1,0,0,0,0,2h10a1,1,0,0,0,0-2Zm0,5h-6a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},Sd={name:"list-ul",style:"line",path:'<path d="M3.71,16.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1,1,0,0,0,3.71,16.29ZM7,8H21a1,1,0,0,0,0-2H7A1,1,0,0,0,7,8ZM3.71,11.29a1,1,0,0,0-1.09-.21,1.15,1.15,0,0,0-.33.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,3.71,11.29ZM21,11H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.09-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1.15,1.15,0,0,0,3.71,6.29ZM21,16H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},zd={name:"location-arrow",style:"line",path:'<path d="M21.15,2.86a2.89,2.89,0,0,0-3-.71L4,6.88a2.9,2.9,0,0,0-.12,5.47l5.24,2h0a.93.93,0,0,1,.53.52l2,5.25A2.87,2.87,0,0,0,14.36,22h.07a2.88,2.88,0,0,0,2.69-2L21.85,5.83A2.89,2.89,0,0,0,21.15,2.86ZM20,5.2,15.22,19.38a.88.88,0,0,1-.84.62.92.92,0,0,1-.87-.58l-2-5.25a2.91,2.91,0,0,0-1.67-1.68l-5.25-2A.9.9,0,0,1,4,9.62a.88.88,0,0,1,.62-.84L18.8,4.05A.91.91,0,0,1,20,5.2Z"/>'},wd={name:"location-arrow-alt",style:"line",path:'<path d="M21.68,17.65l-7-14a3,3,0,0,0-5.36,0l-7,14a3,3,0,0,0,3.9,4.08l5.37-2.4h0a1.06,1.06,0,0,1,.82,0l5.37,2.4a3,3,0,0,0,3.9-4.08Zm-2,2a1,1,0,0,1-1.13.22l-5.37-2.39a3,3,0,0,0-2.44,0L5.41,19.9a1,1,0,0,1-1.3-1.35l7-14a1,1,0,0,1,1.78,0l7,14A1,1,0,0,1,19.72,19.68Z"/>'},xd={name:"location-pin-alt",style:"line",path:'<path d="M12,10.8a2,2,0,1,0-2-2A2,2,0,0,0,12,10.8Zm-.71,6.91a1,1,0,0,0,1.42,0l4.09-4.1a6.79,6.79,0,1,0-9.6,0ZM7.23,8.34A4.81,4.81,0,0,1,9.36,4.79a4.81,4.81,0,0,1,5.28,0,4.82,4.82,0,0,1,.75,7.41L12,15.59,8.61,12.2A4.77,4.77,0,0,1,7.23,8.34ZM19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z"/>'},_d={name:"location-point",style:"line",path:'<path d="M18,4.48a8.45,8.45,0,0,0-12,12l5.27,5.28a1,1,0,0,0,1.42,0L18,16.43A8.45,8.45,0,0,0,18,4.48ZM16.57,15,12,19.59,7.43,15a6.46,6.46,0,1,1,9.14,0ZM9,7.41a4.32,4.32,0,0,0,0,6.1,4.31,4.31,0,0,0,7.36-3,4.24,4.24,0,0,0-1.26-3.05A4.3,4.3,0,0,0,9,7.41Zm4.69,4.68a2.33,2.33,0,1,1,.67-1.63A2.33,2.33,0,0,1,13.64,12.09Z"/>'},kd={name:"lock",style:"line",path:'<path d="M17,9V7A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9ZM9,7a3,3,0,0,1,6,0V9H9Zm9,12a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},Td={name:"lock-access",style:"line",path:'<path d="M21,2H15a1,1,0,0,0,0,2h5V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2Zm0,12a1,1,0,0,0-1,1v5H15a1,1,0,0,0,0,2h6a1,1,0,0,0,1-1V15A1,1,0,0,0,21,14ZM12,6A3,3,0,0,0,9,9v1a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2V9A3,3,0,0,0,12,6ZM11,9a1,1,0,0,1,2,0v1H11Zm4,7H9V12h6ZM3,10A1,1,0,0,0,4,9V4H9A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V9A1,1,0,0,0,3,10ZM9,20H4V15a1,1,0,0,0-2,0v6a1,1,0,0,0,1,1H9a1,1,0,0,0,0-2Z"/>'},Ed={name:"lock-alt",style:"line",path:'<path d="M12,13a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V14A1,1,0,0,0,12,13Zm5-4V7A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9ZM9,7a3,3,0,0,1,6,0V9H9Zm9,12a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},Od={name:"lock-open-alt",style:"line",path:'<path d="M12,13a1.49,1.49,0,0,0-1,2.61V17a1,1,0,0,0,2,0V15.61A1.49,1.49,0,0,0,12,13Zm5-4H9V7a3,3,0,0,1,5.12-2.13,3.08,3.08,0,0,1,.78,1.38,1,1,0,1,0,1.94-.5,5.09,5.09,0,0,0-1.31-2.29A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9Zm1,10a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},Pd={name:"lock-slash",style:"line",path:'<path d="M10.84,5.38a2,2,0,0,1,2.57.21A2,2,0,0,1,14,7v3a1,1,0,0,0,1,1h1a1,1,0,0,1,1,1v.34a1,1,0,0,0,2,0V12a3,3,0,0,0-3-3V7a4,4,0,0,0-1.17-2.83,4.06,4.06,0,0,0-5.19-.39,1,1,0,1,0,1.2,1.6ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L7.62,9A3,3,0,0,0,5,12v6a3,3,0,0,0,3,3h8a3,3,0,0,0,2.39-1.2l1.9,1.91a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM16,19H8a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H9.59l2.07,2.07A1,1,0,0,0,11,14v2a1,1,0,0,0,2,0V14.41l3.93,3.93A1,1,0,0,1,16,19Z"/>'},Nd={name:"lottiefiles",style:"line",path:'<path d="M17,6c-2.8,0-4.4,2.8-5.9,5.5C9.9,13.8,8.7,16,7,16c-0.6,0-1,0.4-1,1s0.4,1,1,1c2.8,0,4.4-2.8,5.9-5.5C14.1,10.2,15.3,8,17,8c0.6,0,1-0.4,1-1S17.6,6,17,6z M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M20,19c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1V5c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1V19z"/>'},jd={name:"lottiefiles-alt",style:"line",path:'<path d="M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2ZM17,8c-1.65918,0-2.85645,2.17725-4.124,4.48193C11.38379,15.19482,9.84082,18,7,18a1,1,0,0,1,0-2c1.65918,0,2.85645-2.17725,4.124-4.48193C12.61621,8.80518,14.15918,6,17,6a1,1,0,0,1,0,2Z"/>'},Dd={name:"luggage-cart",style:"line",path:'<path d="M2,13.5v2a1,1,0,0,0,1,1H13a3,3,0,0,0,6,0h2a1,1,0,0,0,1-1v-8a3,3,0,0,0-3-3H9a3,3,0,0,0-3,3v7H4v-1a1,1,0,0,0-2,0Zm13,3a1,1,0,1,1,1,1A1,1,0,0,1,15,16.5Zm-7-6H20v4H18.22a3,3,0,0,0-4.44,0H8Zm0-3a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1v1H8Z"/>'},qd={name:"mailbox",style:"line",path:'<path d="M8,12h2a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm9-6H12V4h1a1,1,0,0,0,0-2H11a1,1,0,0,0-1,1V6H7a4,4,0,0,0-4,4v6a1,1,0,0,0,1,1h6v4a1,1,0,0,0,2,0V17h8a1,1,0,0,0,1-1V10A4,4,0,0,0,17,6Zm-4,4v5H5V10A2,2,0,0,1,7,8h6.56A3.91,3.91,0,0,0,13,10Zm6,5H15V10a2,2,0,0,1,4,0Z"/>'},Rd={name:"mailbox-alt",style:"line",path:'<path d="M11,13h2a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm8,7H18V9h1a1,1,0,0,0,0-2H17.91A6,6,0,0,0,6.09,7H5A1,1,0,0,0,5,9H6V20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2ZM12,4a4,4,0,0,1,3.86,3H8.14A4,4,0,0,1,12,4Zm4,16H8V18h8Zm0-4H8V9h8Z"/>'},Id={name:"map",style:"line",path:'<path d="M21.32,5.05l-6-2h-.07a.7.7,0,0,0-.14,0h-.23l-.13,0h-.07L9,5,3.32,3.05a1,1,0,0,0-.9.14A1,1,0,0,0,2,4V18a1,1,0,0,0,.68.95l6,2h0a1,1,0,0,0,.62,0h0L15,19.05,20.68,21A1.19,1.19,0,0,0,21,21a.94.94,0,0,0,.58-.19A1,1,0,0,0,22,20V6A1,1,0,0,0,21.32,5.05ZM8,18.61,4,17.28V5.39L8,6.72Zm6-1.33-4,1.33V6.72l4-1.33Zm6,1.33-4-1.33V5.39l4,1.33Z"/>'},Fd={name:"map-marker",style:"line",path:'<path d="M12,2a8,8,0,0,0-8,8c0,5.4,7.05,11.5,7.35,11.76a1,1,0,0,0,1.3,0C13,21.5,20,15.4,20,10A8,8,0,0,0,12,2Zm0,17.65c-2.13-2-6-6.31-6-9.65a6,6,0,0,1,12,0C18,13.34,14.13,17.66,12,19.65ZM12,6a4,4,0,1,0,4,4A4,4,0,0,0,12,6Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,12Z"/>'},Bd={name:"map-marker-alt",style:"line",path:'<path d="M20.46,9.63A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05ZM12,6a4.5,4.5,0,1,0,4.5,4.5A4.51,4.51,0,0,0,12,6Zm0,7a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,12,13Z"/>'},Ud={name:"map-marker-edit",style:"line",path:'<path d="M20.46,9.63A8.5,8.5,0,1,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Zm-2.81-8.8a1,1,0,0,0-1.42,0L8.79,9.83a1,1,0,0,0-.29.7V13a1,1,0,0,0,1,1h2.42a1,1,0,0,0,.71-.29l3.58-3.58a1,1,0,0,0,0-1.41ZM11.51,12h-1V11l2.58-2.58,1,1Z"/>'},$d={name:"map-marker-info",style:"line",path:'<path d="M12,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Zm8.46-.32A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05ZM12.92,7.57a.56.56,0,0,0-.09-.17l-.12-.15A1,1,0,0,0,11.8,7L11.62,7l-.18.09-.15.13-.12.15a.56.56,0,0,0-.09.17.6.6,0,0,0-.06.19A1.23,1.23,0,0,0,11,8a.88.88,0,0,0,.08.39,1.11,1.11,0,0,0,.21.32,1.06,1.06,0,0,0,.33.22,1.07,1.07,0,0,0,.76,0,1.19,1.19,0,0,0,.33-.22,1.11,1.11,0,0,0,.21-.32A1,1,0,0,0,13,8a1.23,1.23,0,0,0,0-.19A.6.6,0,0,0,12.92,7.57Z"/>'},Wd={name:"map-marker-minus",style:"line",path:'<path d="M14,9.45H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6.46.18A8.5,8.5,0,1,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z"/>'},Gd={name:"map-marker-plus",style:"line",path:'<path d="M14,9.45H13v-1a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm6.46.18A8.5,8.5,0,1,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z"/>'},Qd={name:"map-marker-question",style:"line",path:'<path d="M12.44,13.11,12.27,13a1,1,0,0,0-1.09.22.87.87,0,0,0-.22.32,1,1,0,0,0-.08.39,1,1,0,0,0,.08.38,1.07,1.07,0,0,0,.54.54,1,1,0,0,0,.38.08,1.09,1.09,0,0,0,.39-.08,1,1,0,0,0,.32-.22,1,1,0,0,0,0-1.41ZM11.88,6A2.75,2.75,0,0,0,9.5,7.32a1,1,0,1,0,1.73,1A.77.77,0,0,1,11.88,8a.75.75,0,1,1,0,1.5,1,1,0,1,0,0,2,2.75,2.75,0,1,0,0-5.5Zm8.58,3.68A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z"/>'},Kd={name:"map-marker-shield",style:"line",path:'<path d="M14.41,6.53a2.24,2.24,0,0,1-1.82-.39,1,1,0,0,0-1.18,0,2.24,2.24,0,0,1-1.82.39,1,1,0,0,0-.84.2,1,1,0,0,0-.37.78v2.9A4.14,4.14,0,0,0,10,13.74l1.37,1a1,1,0,0,0,1.18,0l1.37-1a4.14,4.14,0,0,0,1.66-3.33V7.51a1,1,0,0,0-.37-.78A1,1,0,0,0,14.41,6.53Zm-.79,3.88a2.15,2.15,0,0,1-.85,1.73l-.77.57-.77-.57a2.15,2.15,0,0,1-.85-1.73V8.57A4.22,4.22,0,0,0,12,8.12a4.22,4.22,0,0,0,1.62.45Zm6.84-.78A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z"/>'},Jd={name:"map-marker-slash",style:"line",path:'<path d="M10.63,5.49a6,6,0,0,1,7.21,7.2,1,1,0,0,0,.74,1.21.9.9,0,0,0,.23,0,1,1,0,0,0,1-.76,8,8,0,0,0-9.61-9.62,1,1,0,0,0,.46,2ZM21.71,20.07,17.44,15.8h0L3.71,2.07a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L5.5,6.69A8,8,0,0,0,6.34,17l4.95,4.95a1,1,0,0,0,1.42,0l4-4,3.56,3.56a1,1,0,0,0,1.42-1.41Zm-9.59-6.76a2,2,0,0,1-1.53-.57A2,2,0,0,1,10,11.21ZM12,19.81,7.76,15.57a6,6,0,0,1-.82-7.44L8.41,9.6a4,4,0,0,0,.76,4.55A4,4,0,0,0,12,15.33a3.93,3.93,0,0,0,1.73-.41l1.58,1.58Z"/>'},Xd={name:"map-pin",style:"line",path:'<path d="M16.37,12.79a1,1,0,0,0-.74,1.86C17.09,15.23,18,16.13,18,17c0,1.42-2.46,3-6,3s-6-1.58-6-3c0-.87.91-1.77,2.37-2.35a1,1,0,0,0-.74-1.86C5.36,13.69,4,15.26,4,17c0,2.8,3.51,5,8,5s8-2.2,8-5C20,15.26,18.64,13.69,16.37,12.79ZM11,9.86V17a1,1,0,0,0,2,0V9.86a4,4,0,1,0-2,0ZM12,4a2,2,0,1,1-2,2A2,2,0,0,1,12,4Z"/>'},Yd={name:"map-pin-alt",style:"line",path:'<path d="M11,11.9V17a1,1,0,0,0,2,0V11.9a5,5,0,1,0-2,0ZM12,4A3,3,0,1,1,9,7,3,3,0,0,1,12,4Zm4.21,10.42a1,1,0,1,0-.42,2C18.06,16.87,19,17.68,19,18c0,.58-2.45,2-7,2s-7-1.42-7-2c0-.32.94-1.13,3.21-1.62a1,1,0,1,0-.42-2C4.75,15.08,3,16.39,3,18c0,2.63,4.53,4,9,4s9-1.37,9-4C21,16.39,19.25,15.08,16.21,14.42Z"/>'},ep={name:"mars",style:"line",path:'<path d="M20.42,4.12a1,1,0,0,0-.54-.54,1,1,0,0,0-.38-.08h-4a1,1,0,0,0,0,2h1.59l-2.4,2.4A7,7,0,1,0,16.1,9.31l2.4-2.4V8.5a1,1,0,0,0,2,0v-4A1,1,0,0,0,20.42,4.12ZM14,17A5,5,0,1,1,14,10h0A5,5,0,0,1,14,17Z"/>'},tp={name:"master-card",style:"line",path:'<path d="M15.26465,5.27441a6.68141,6.68141,0,0,0-3.27295.85505,6.72754,6.72754,0,1,0,0,11.745,6.72551,6.72551,0,1,0,3.27295-12.6ZM10.23712,16.457a4.66714,4.66714,0,0,1-1.51837.27252,4.72754,4.72754,0,0,1,0-9.45508,4.66688,4.66688,0,0,1,1.51837.27253,6.68737,6.68737,0,0,0,0,8.91ZM11.9917,15.3996a4.69542,4.69542,0,0,1,0-6.79529,4.69542,4.69542,0,0,1,0,6.79529Zm3.27295,1.32989a4.66709,4.66709,0,0,1-1.51837-.27252,6.68737,6.68737,0,0,0,0-8.91,4.66683,4.66683,0,0,1,1.51837-.27253,4.72754,4.72754,0,0,1,0,9.45508Z"/>'},np={name:"maximize-left",style:"line",path:'<path d="M5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41l5.79,5.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM21,16a1,1,0,0,0-1,1v1.59l-5.79-5.8a1,1,0,0,0-1.42,1.42L18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Z"/>'},ap={name:"medal",style:"line",path:'<path d="M21.38,5.76a1,1,0,0,0-.47-.61l-5.2-3a1,1,0,0,0-1.37.36L12,6.57,9.66,2.51a1,1,0,0,0-1.37-.36l-5.2,3a1,1,0,0,0-.47.61,1,1,0,0,0,.1.75l4,6.83A5.91,5.91,0,0,0,6,16a6,6,0,1,0,11.34-2.72l3.9-6.76A1,1,0,0,0,21.38,5.76ZM5,6.38l3.46-2L11.68,10A5.94,5.94,0,0,0,8,11.58ZM12,20a4,4,0,0,1-4-4,4,4,0,0,1,4-4,4,4,0,1,1,0,8Zm4-8.45a5.9,5.9,0,0,0-1.86-1.15L13.16,8.57l2.42-4.19,3.46,2Z"/>'},rp={name:"medical-drip",style:"line",path:'<path d="M17,6H15V4h2a1,1,0,0,0,0-2H9A5,5,0,0,0,4,7V21a1,1,0,0,0,2,0V7A3,3,0,0,1,9,4h4V6H11A3,3,0,0,0,8,9v4.93a3,3,0,0,0,1.34,2.5L11,17.54V18a2,2,0,0,0,2,2v1a1,1,0,0,0,2,0V20a2,2,0,0,0,2-2v-.46l1.66-1.11A3,3,0,0,0,20,13.93V9A3,3,0,0,0,17,6Zm-1,5h2v1H17a1,1,0,0,0,0,2h1a1,1,0,0,1-.44.76l-2.1,1.41A1,1,0,0,0,15,17v1H13V17a1,1,0,0,0-.45-.83l-2.1-1.41a1,1,0,0,1-.45-.83V9a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1H16a1,1,0,0,0,0,2Z"/>'},ip={name:"medical-square",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM17,9H15V7a1,1,0,0,0-1-1H10A1,1,0,0,0,9,7V9H7a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H9v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V15h2a1,1,0,0,0,1-1V10A1,1,0,0,0,17,9Zm-1,4H14a1,1,0,0,0-1,1v2H11V14a1,1,0,0,0-1-1H8V11h2a1,1,0,0,0,1-1V8h2v2a1,1,0,0,0,1,1h2Z"/>'},lp={name:"medical-square-full",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20ZM7,14.79H9v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1v-2h2a1,1,0,0,0,1-1v-4a1,1,0,0,0-1-1H15v-2a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1v2H7a1,1,0,0,0-1,1v4A1,1,0,0,0,7,14.79Zm1-4h2a1,1,0,0,0,1-1v-2h2v2a1,1,0,0,0,1,1h2v2H14a1,1,0,0,0-1,1v2H11v-2a1,1,0,0,0-1-1H8Z"/>'},op={name:"medium-m",style:"line",path:'<path d="M21.20905,6.41669H22V4.08331H14.51978l-2.48584,9.16663h-.068L9.50269,4.08331H2V6.41663h.76837A.89578.89578,0,0,1,3.5,7.11139v9.83032a.84093.84093,0,0,1-.73163.6416H2v2.33338H8V17.58331H6.5V7.25h.08752L10.0451,19.91669h2.712L16.25989,7.25h.07355V17.58331H14.83337v2.33338H22V17.58331h-.79095a.83931.83931,0,0,1-.70905-.6416V7.11145A.8976.8976,0,0,1,21.20905,6.41669Z"/>'},cp={name:"medkit",style:"line",path:'<path d="M10,17h1v1a1,1,0,0,0,2,0V17h1a1,1,0,0,0,0-2H13V14a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2ZM19,6H17V5a3,3,0,0,0-3-3H10A3,3,0,0,0,7,5V6H5A3,3,0,0,0,2,9V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM9,5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V6H9ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12H20Zm0-9H4V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z"/>'},up={name:"meeting-board",style:"line",path:'<path d="M7,10H9A1,1,0,0,0,9,8H7a1,1,0,0,0,0,2ZM21,4H13V3a1,1,0,0,0-2,0V4H3A1,1,0,0,0,2,5V15a3,3,0,0,0,3,3H9.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,19.41V21a1,1,0,0,0,2,0V19.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L14.41,18H19a3,3,0,0,0,3-3V5A1,1,0,0,0,21,4ZM20,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V6H20ZM7,14h6a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z"/>'},sp={name:"megaphone",style:"line",path:'<path d="M19.99121,2.002a.99943.99943,0,0,0-1,1v.63672a9.03617,9.03617,0,0,1-7,3.36328h-6a3.00328,3.00328,0,0,0-3,3v2a3.00328,3.00328,0,0,0,3,3H6.475L4.07227,20.6084A.99931.99931,0,0,0,4.99121,22.002h4a.99857.99857,0,0,0,.91895-.60644L12.63391,15.04a9.02805,9.02805,0,0,1,6.3573,3.32507V19.002a1,1,0,0,0,2,0v-16A.99942.99942,0,0,0,19.99121,2.002Zm-14,11a1.00067,1.00067,0,0,1-1-1v-2a1.00068,1.00068,0,0,1,1-1h1v4Zm2.34082,7H6.50781l2.14258-5h1.82422ZM18.99121,15.5238a11.052,11.052,0,0,0-7-2.52185h-3v-4h3a11.05281,11.05281,0,0,0,7-2.52234Z"/>'},hp={name:"meh",style:"line",path:'<path d="M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-5a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},dp={name:"meh-alt",style:"line",path:'<path d="M9,11h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm6,3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-5H14a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},pp={name:"meh-closed-eye",style:"line",path:'<path d="M9.21,10.54a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54ZM15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm2.62-4.87a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},fp={name:"message",style:"line",path:'<path d="M20.34,9.32l-14-7a3,3,0,0,0-4.08,3.9l2.4,5.37h0a1.06,1.06,0,0,1,0,.82l-2.4,5.37A3,3,0,0,0,5,22a3.14,3.14,0,0,0,1.35-.32l14-7a3,3,0,0,0,0-5.36Zm-.89,3.57-14,7a1,1,0,0,1-1.35-1.3l2.39-5.37A2,2,0,0,0,6.57,13h6.89a1,1,0,0,0,0-2H6.57a2,2,0,0,0-.08-.22L4.1,5.41a1,1,0,0,1,1.35-1.3l14,7a1,1,0,0,1,0,1.78Z"/>'},mp={name:"metro",style:"line",path:'<path d="M8.71,14.29a1.00157,1.00157,0,0,0-1.08984-.21.90087.90087,0,0,0-.54.54,1.00008,1.00008,0,1,0,1.83984,0A1.14718,1.14718,0,0,0,8.71,14.29Zm8,0a1.04669,1.04669,0,0,0-1.41992,0,1.14718,1.14718,0,0,0-.21.33008A.98919.98919,0,0,0,15.29,15.71a1.14718,1.14718,0,0,0,.33008.21.94107.94107,0,0,0,.75976,0,1.16044,1.16044,0,0,0,.33008-.21.98919.98919,0,0,0,.21-1.08984A1.14718,1.14718,0,0,0,16.71,14.29Zm2.59943,4.60528a4.97014,4.97014,0,0,0,1.78436-4.8172l-1.5-8A5.00038,5.00038,0,0,0,14.68066,2H9.31934A5.00038,5.00038,0,0,0,4.40625,6.07812l-1.5,8a4.97014,4.97014,0,0,0,1.78436,4.8172L3.293,20.293A.99989.99989,0,1,0,4.707,21.707l1.86914-1.86914A5.00576,5.00576,0,0,0,7.81934,20h8.36132a5.00576,5.00576,0,0,0,1.24317-.16211L19.293,21.707A.99989.99989,0,0,0,20.707,20.293ZM6.37109,6.44727A3.0021,3.0021,0,0,1,9.31934,4h5.36132a3.0021,3.0021,0,0,1,2.94825,2.44727l.34668,1.84893a7.95514,7.95514,0,0,1-11.95118,0ZM18.48828,16.916A2.9899,2.9899,0,0,1,16.18066,18H7.81934a3.00057,3.00057,0,0,1-2.94825-3.55273l.71106-3.79236a9.95447,9.95447,0,0,0,12.8357,0l.71106,3.79236A2.99028,2.99028,0,0,1,18.48828,16.916Z"/>'},vp={name:"microphone",style:"line",path:'<path d="M12,15a4,4,0,0,0,4-4V5A4,4,0,0,0,8,5v6A4,4,0,0,0,12,15ZM10,5a2,2,0,0,1,4,0v6a2,2,0,0,1-4,0Zm10,6a1,1,0,0,0-2,0A6,6,0,0,1,6,11a1,1,0,0,0-2,0,8,8,0,0,0,7,7.93V21H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V18.93A8,8,0,0,0,20,11Z"/>'},Ap={name:"microphone-slash",style:"line",path:'<path d="M10.5,3.73a2,2,0,0,1,2.95-.14A2,2,0,0,1,14,5V8.41a1,1,0,0,0,2,0V5A4,4,0,0,0,9,2.47,1,1,0,1,0,10.5,3.73Zm8.22,9.54.2,0a1,1,0,0,0,1-.81A7.91,7.91,0,0,0,20,11a1,1,0,0,0-2,0,5.54,5.54,0,0,1-.11,1.1A1,1,0,0,0,18.72,13.27Zm3,6.06-18-18a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L8,8.48V11a4,4,0,0,0,6,3.46l1.46,1.46A6,6,0,0,1,6,11a1,1,0,0,0-2,0,8,8,0,0,0,7,7.93V21H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V18.93a7.87,7.87,0,0,0,3.85-1.59l3.4,3.4a1,1,0,0,0,1.42-1.41ZM12,13a2,2,0,0,1-2-2v-.52l2.45,2.46A1.74,1.74,0,0,1,12,13Z"/>'},yp={name:"microscope",style:"line",path:'<path d="M20,21.00537H14.81573a2.96355,2.96355,0,0,0,.143-.59173A8.04382,8.04382,0,0,0,20,13.00537a7.94487,7.94487,0,0,0-2.12744-5.42248l.63721-.63758a.99138.99138,0,0,0,.24121-.39062l.708-2.12207a.9997.9997,0,0,0-.24121-1.02344L17.0957,1.2876a.99874.99874,0,0,0-1.02343-.2417l-2.1211.70752a.99655.99655,0,0,0-.39062.2417L7.19824,8.35791a.9995.9995,0,0,0-.00006,1.41394L5.78223,11.1875a.99963.99963,0,0,0,0,1.41406l2.12207,2.1211a.99965.99965,0,0,0,1.41406,0l1.41406-1.41407.002.002a.99963.99963,0,0,0,1.41406,0l4.30945-4.31208A5.95544,5.95544,0,0,1,18,13.00537a6.048,6.048,0,0,1-3.45483,5.43085,2.97642,2.97642,0,0,0-5.12458.063,6.822,6.822,0,0,1-1.119-.55469A.98851.98851,0,0,0,9,17.00537a.99974.99974,0,0,0-1-1H4a1,1,0,0,0,0,2H5.33142A8.81386,8.81386,0,0,0,9.04779,20.478a2.95521,2.95521,0,0,0,.13654.5274H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2ZM8.61133,12.60156l-.708-.707.708-.70752.707.70752Zm8.31738-6.90332L11.44141,11.189l-2.12207-2.124,5.48828-5.48877,1.31152-.4375,1.24707,1.24756ZM12,21.00537a1,1,0,1,1,1-1A1.001,1.001,0,0,1,12,21.00537Z"/>'},Mp={name:"microsoft",style:"line",path:'<path d="M2,22h9.5v-9.5H2V22z M2,11.5h9.5V2H2V11.5z M12.5,2v9.5H22V2H12.5z M12.5,22H22v-9.5h-9.5V22z"/>'},Hp={name:"minus",style:"line",path:'<path d="M19,11H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z"/>'},gp={name:"minus-circle",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm4-9H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"/>'},Zp={name:"minus-path",style:"line",path:'<path d="M8.18,4h2.1a1,1,0,0,0,0-2H8.18a1,1,0,0,0,0,2ZM3,11.28a1,1,0,0,0,1-1V8.18a1,1,0,0,0-2,0v2.1A1,1,0,0,0,3,11.28ZM14.46,4a1,1,0,0,0,2,0V3a1,1,0,0,0-1-1h-1a1,1,0,0,0,0,2ZM21,7.54H16.46a1,1,0,1,0-2,0H8.54a1,1,0,0,0-1,1v5.92a1,1,0,1,0,0,2V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V8.54A1,1,0,0,0,21,7.54ZM20,20H9.54V15.47h0V9.54H20ZM4,2H3A1,1,0,0,0,2,3V4A1,1,0,0,0,4,4,1,1,0,0,0,4,2ZM4,14.46a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1H4a1,1,0,0,0,0-2Z"/>'},Vp={name:"minus-square",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Zm-4-8H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"/>'},Cp={name:"minus-square-full",style:"line",path:'<path d="M9,13h6a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z"/>'},bp={name:"missed-call",style:"line",path:'<path d="M6,7.49a1,1,0,0,0,1-1V5.9L9.88,8.78a3,3,0,0,0,4.24,0l4.59-4.59a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L12.71,7.36a1,1,0,0,1-1.42,0L8.41,4.49H9a1,1,0,0,0,0-2H6a1,1,0,0,0-.92.61A1.09,1.09,0,0,0,5,3.49v3A1,1,0,0,0,6,7.49Zm15.94,7.36a16.27,16.27,0,0,0-19.88,0,2.69,2.69,0,0,0-1,2,2.66,2.66,0,0,0,.78,2.07L3.6,20.72A2.68,2.68,0,0,0,7.06,21l.47-.32a8.13,8.13,0,0,1,1-.55,1.85,1.85,0,0,0,1-2.3l-.09-.24a10.49,10.49,0,0,1,5.22,0l-.09.24a1.85,1.85,0,0,0,1,2.3,8.13,8.13,0,0,1,1,.55l.47.32a2.58,2.58,0,0,0,1.54.5,2.72,2.72,0,0,0,1.92-.79l1.81-1.82A2.66,2.66,0,0,0,23,16.83,2.69,2.69,0,0,0,21.94,14.85ZM20.8,17.49,19,19.3a.68.68,0,0,1-.86.1c-.19-.14-.38-.27-.59-.4a11.65,11.65,0,0,0-1.09-.61l.4-1.09a1,1,0,0,0-.6-1.28,12.42,12.42,0,0,0-8.5,0,1,1,0,0,0-.6,1.28l.4,1.1a9.8,9.8,0,0,0-1.1.6l-.58.4A.66.66,0,0,1,5,19.3L3.2,17.49A.67.67,0,0,1,3,17a.76.76,0,0,1,.28-.53,14.29,14.29,0,0,1,17.44,0A.76.76,0,0,1,21,17,.67.67,0,0,1,20.8,17.49Z"/>'},Lp={name:"mobile-android",style:"line",path:'<path d="M12.71,16.29l-.15-.12a.76.76,0,0,0-.18-.09L12.2,16a1,1,0,0,0-.91.27,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,1.3,1.31,1.46,1.46,0,0,0,.33-.22,1,1,0,0,0,.21-1.09A1,1,0,0,0,12.71,16.29ZM16,2H8A3,3,0,0,0,5,5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Z"/>'},Sp={name:"mobile-android-alt",style:"line",path:'<path d="M16,2H8A3,3,0,0,0,5,5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V18H17Zm0-3H7V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Z"/>'},zp={name:"mobile-vibrate",style:"line",path:'<path d="M9.88,14.12,9.73,14l-.18-.1-.18-.05a1,1,0,0,0-.9.27.83.83,0,0,0-.22.33.94.94,0,0,0,0,.76,1.07,1.07,0,0,0,.54.54,1,1,0,0,0,.38.08,1.09,1.09,0,0,0,.39-.08.87.87,0,0,0,.32-.22,1,1,0,0,0,.22-.32,1,1,0,0,0,.07-.38.84.84,0,0,0-.08-.38A.93.93,0,0,0,9.88,14.12ZM3.51,8.76a1,1,0,0,0,.71-.3L8.46,4.22a1,1,0,0,0,0-1.41,1,1,0,0,0-1.41,0L2.81,7.05a1,1,0,0,0,0,1.41A1,1,0,0,0,3.51,8.76Zm17.68,6.78a1,1,0,0,0-1.41,0l-4.24,4.24a1,1,0,0,0,.7,1.71,1,1,0,0,0,.71-.3L21.19,17A1,1,0,0,0,21.19,15.54Zm.17-5.66a3,3,0,0,0-.87-2.12L16.24,3.51a3.08,3.08,0,0,0-4.24,0L3.51,12a3,3,0,0,0,0,4.24l4.25,4.25h0a3,3,0,0,0,4.24,0L20.49,12A3,3,0,0,0,21.36,9.88Zm-2.29.71-8.48,8.48a1,1,0,0,1-1.42,0h0L4.93,14.83a1,1,0,0,1,0-1.42l8.48-8.48a1,1,0,0,1,1.42,0l4.24,4.24a1,1,0,0,1,0,1.42Z"/>'},wp={name:"modem",style:"line",path:'<path d="M21.48,13.13a.65.65,0,0,0-.05-.2.89.89,0,0,0-.08-.17.86.86,0,0,0-.1-.16l-.16-.13L21,12.38,6.28,3.88a1,1,0,0,0-1,1.74l11.49,6.63H3.5a1,1,0,0,0-1,1v4a3,3,0,0,0,3,3h13a3,3,0,0,0,3-3v-4S21.48,13.17,21.48,13.13Zm-2,4.12a1,1,0,0,1-1,1H5.5a1,1,0,0,1-1-1v-3h15Zm-3,0a1,1,0,1,0-1-1A1,1,0,0,0,16.5,17.25Z"/>'},xp={name:"money-bill",style:"line",path:'<path d="M6,11a1,1,0,1,0,1,1A1,1,0,0,0,6,11Zm12,0a1,1,0,1,0,1,1A1,1,0,0,0,18,11Zm2-6H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H20a1,1,0,0,1,1,1ZM12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z"/>'},_p={name:"money-bill-slash",style:"line",path:'<path d="M6,11a1,1,0,1,0,1,1A1,1,0,0,0,6,11Zm5.86-1.55h0L4.71,2.29A1,1,0,0,0,3.29,3.71L4.59,5H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H18.59l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm-.74,2.09,1.34,1.34A1,1,0,0,1,12,13a1,1,0,0,1-1-1A1,1,0,0,1,11.12,11.54ZM4,17a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H6.59l3.1,3.1A3,3,0,0,0,9,12a3,3,0,0,0,3,3,3,3,0,0,0,1.9-.69L16.59,17ZM20,5H12.66a1,1,0,0,0,0,2H20a1,1,0,0,1,1,1v7.34a1,1,0,1,0,2,0V8A3,3,0,0,0,20,5Zm-1,7a1,1,0,1,0-1,1A1,1,0,0,0,19,12Z"/>'},kp={name:"money-bill-stack",style:"line",path:'<path d="M20,1H4A3,3,0,0,0,1,4V20a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1ZM8,21H4a1,1,0,0,1-1-1V18.82A3,3,0,0,0,4,19H8Zm0-4H4a1,1,0,0,1-1-1V14.82A3,3,0,0,0,4,15H8Zm0-4H4a1,1,0,0,1-1-1V4A1,1,0,0,1,4,3H8Zm6,8H10V15h4Zm0-8H10V3h4Zm7,7a1,1,0,0,1-1,1H16V19h4a3,3,0,0,0,1-.18Zm0-4a1,1,0,0,1-1,1H16V15h4a3,3,0,0,0,1-.18Zm0-4a1,1,0,0,1-1,1H16V3h4a1,1,0,0,1,1,1ZM18,7a1,1,0,1,0,1,1A1,1,0,0,0,18,7ZM6,9A1,1,0,1,0,5,8,1,1,0,0,0,6,9Z"/>'},Tp={name:"money-insert",style:"line",path:'<path d="M10.46,6,11,5.41V9a1,1,0,0,0,2,0V5.41l.54.55A1,1,0,0,0,15,6a1,1,0,0,0,0-1.42L12.71,2.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21L9,4.54A1,1,0,0,0,10.46,6ZM12,12a3,3,0,1,0,3,3A3,3,0,0,0,12,12Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,16ZM5,15a1,1,0,1,0,1-1A1,1,0,0,0,5,15Zm14,0a1,1,0,1,0-1,1A1,1,0,0,0,19,15Zm1-7H16a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H8A1,1,0,0,0,8,8H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V11A3,3,0,0,0,20,8Z"/>'},Ep={name:"money-stack",style:"line",path:'<path d="M22,17H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Zm0,4H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2ZM6,7A1,1,0,1,0,7,8,1,1,0,0,0,6,7ZM20,1H4A3,3,0,0,0,1,4v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V4A1,1,0,0,1,4,3H20a1,1,0,0,1,1,1ZM12,5a3,3,0,1,0,3,3A3,3,0,0,0,12,5Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,9Zm6-2a1,1,0,1,0,1,1A1,1,0,0,0,18,7Z"/>'},Op={name:"money-withdraw",style:"line",path:'<path d="M12,12a3,3,0,1,0,3,3A3,3,0,0,0,12,12Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,16Zm-.71-6.29a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21L15,7.46A1,1,0,1,0,13.54,6L13,6.59V3a1,1,0,0,0-2,0V6.59L10.46,6A1,1,0,0,0,9,7.46ZM19,15a1,1,0,1,0-1,1A1,1,0,0,0,19,15Zm1-7H17a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H7A1,1,0,0,0,7,8H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V11A3,3,0,0,0,20,8ZM5,15a1,1,0,1,0,1-1A1,1,0,0,0,5,15Z"/>'},Pp={name:"money-withdrawal",style:"line",path:'<path d="M22,2H2A1,1,0,0,0,1,3v8a1,1,0,0,0,1,1H5v9a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V12h3a1,1,0,0,0,1-1V3A1,1,0,0,0,22,2ZM7,20V18a2,2,0,0,1,2,2Zm10,0H15a2,2,0,0,1,2-2Zm0-4a4,4,0,0,0-4,4H11a4,4,0,0,0-4-4V8H17Zm4-6H19V7a1,1,0,0,0-1-1H6A1,1,0,0,0,5,7v3H3V4H21Zm-9,5a3,3,0,1,0-3-3A3,3,0,0,0,12,15Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,12,11Z"/>'},Np={name:"moneybag",style:"line",path:'<path d="M12,11a3,3,0,1,0,3,3A3,3,0,0,0,12,11Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,15Zm7-9H16V5a3,3,0,0,0-3-3H11A3,3,0,0,0,8,5V6H5A3,3,0,0,0,2,9V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10ZM4,9A1,1,0,0,1,5,8H6a2,2,0,0,1-2,2ZM5,20a1,1,0,0,1-1-1V18a2,2,0,0,1,2,2Zm15-1a1,1,0,0,1-1,1H18a2,2,0,0,1,2-2Zm0-3a4,4,0,0,0-4,4H8a4,4,0,0,0-4-4V12A4,4,0,0,0,8,8h8a4,4,0,0,0,4,4Zm0-6a2,2,0,0,1-2-2h1a1,1,0,0,1,1,1Z"/>'},jp={name:"moneybag-alt",style:"line",path:'<path d="M19,7H16V6a3,3,0,0,0-3-3H11A3,3,0,0,0,8,6V7H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM10,6a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V7H10ZM4,10A1,1,0,0,1,5,9H6a2,2,0,0,1-2,2Zm1,9a1,1,0,0,1-1-1V17a2,2,0,0,1,2,2Zm15-1a1,1,0,0,1-1,1H18a2,2,0,0,1,2-2Zm0-3a4,4,0,0,0-4,4H8a4,4,0,0,0-4-4V13A4,4,0,0,0,8,9h8a4,4,0,0,0,4,4Zm0-4a2,2,0,0,1-2-2h1a1,1,0,0,1,1,1Zm-8,0a3,3,0,1,0,3,3A3,3,0,0,0,12,11Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,15Z"/>'},Dp={name:"monitor",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H7.64l-.58,1a2,2,0,0,0,0,2,2,2,0,0,0,1.75,1h6.46A2,2,0,0,0,17,21a2,2,0,0,0,0-2l-.59-1H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM8.77,20,10,18H14l1.2,2ZM20,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14H20Zm0-3H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},qp={name:"monitor-heart-rate",style:"line",path:'<path d="M9,19a1,1,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.12-.16.56.56,0,0,0,.09-.17A.64.64,0,0,0,10,18.2a1.36,1.36,0,0,0,0-.2,1,1,0,0,0-.08-.38.9.9,0,0,0-.54-.54A1,1,0,0,0,8.8,17l-.18.06a.56.56,0,0,0-.17.09,1,1,0,0,0-.16.12,1,1,0,0,0-.21.33A1,1,0,0,0,8,18a1,1,0,0,0,1,1Zm-3.71-.29a1.15,1.15,0,0,0,.33.21A1,1,0,0,0,6,19l.19,0a.6.6,0,0,0,.19-.06.76.76,0,0,0,.18-.09l.15-.12a1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,7,18a1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.56.56,0,0,0-.09-.17,1,1,0,0,0-.12-.16,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1,1,0,0,0-.12.16.56.56,0,0,0-.09.17A.64.64,0,0,0,5,17.8,1.36,1.36,0,0,0,5,18a1,1,0,0,0,.08.38A1.15,1.15,0,0,0,5.29,18.71ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V16H20Zm0-5H4V10H8a1,1,0,0,0,.71-.29L10,8.46l2.8,3.2a1,1,0,0,0,.72.34h0a1,1,0,0,0,.71-.29L15.91,10H20Zm0-6H15.5a1,1,0,0,0-.71.29L13.55,9.54l-2.8-3.2a1,1,0,0,0-1.46,0L7.59,8H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},Rp={name:"moon",style:"line",path:'<path d="M21.64,13a1,1,0,0,0-1.05-.14,8.05,8.05,0,0,1-3.37.73A8.15,8.15,0,0,1,9.08,5.49a8.59,8.59,0,0,1,.25-2A1,1,0,0,0,8,2.36,10.14,10.14,0,1,0,22,14.05,1,1,0,0,0,21.64,13Zm-9.5,6.69A8.14,8.14,0,0,1,7.08,5.22v.27A10.15,10.15,0,0,0,17.22,15.63a9.79,9.79,0,0,0,2.1-.22A8.11,8.11,0,0,1,12.14,19.73Z"/>'},Ip={name:"moon-eclipse",style:"line",path:'<path d="M12,2a10,10,0,0,0-2.14.24l-.12,0a10,10,0,0,0-.1,19.44l.14,0A9.57,9.57,0,0,0,12,22,10,10,0,0,0,12,2ZM10,19.74A8,8,0,0,1,10,4.26a8,8,0,0,1,0,15.48Zm4.53-.16a10,10,0,0,0,0-15.16,8,8,0,0,1,0,15.16Z"/>'},Fp={name:"moonset",style:"line",path:'<path d="M11,19H8a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm9-4H18.84A8.18,8.18,0,0,0,20,12.05a1,1,0,0,0-.34-.93,1,1,0,0,0-1-.19,6,6,0,0,1-1.92.32,6.06,6.06,0,0,1-6.06-6,6.93,6.93,0,0,1,.1-1,1,1,0,0,0-.35-.92,1,1,0,0,0-1-.18A8.06,8.06,0,0,0,4,10.68,8,8,0,0,0,5.27,15H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Zm-3.72,0H7.83a6,6,0,0,1,.88-9.36,8.06,8.06,0,0,0,8.05,7.61,7,7,0,0,0,.79,0A6.08,6.08,0,0,1,16.28,15ZM16,19H15a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"/>'},Bp={name:"mountains",style:"line",path:'<path d="M21.85,17.47l-5-8a1,1,0,0,0-1.7,0l-1,1.63L10.86,5.5a1,1,0,0,0-1.72,0l-7,12A1,1,0,0,0,3,19H21a1,1,0,0,0,.85-1.53ZM10.45,17H4.74L10,8l2.93,5Zm2.35,0L15,13.57h0L16,11.89,19.2,17Z"/>'},Up={name:"mountains-sun",style:"line",path:'<path d="M18,10a4,4,0,1,0-4-4A4,4,0,0,0,18,10Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,18,4Zm-1.15,8.47a1,1,0,0,0-1.7,0l-1,1.63L10.86,8.5a1,1,0,0,0-1.72,0l-7,12A1,1,0,0,0,3,22H21a1,1,0,0,0,.85-1.53ZM10.45,20H4.74L10,11l2.94,5-1.25,2Zm2.35,0,1.49-2.37L15,16.57h0L16,14.89,19.2,20Z"/>'},$p={name:"mouse",style:"line",path:'<path d="M12,2A7,7,0,0,0,5,9v6a7,7,0,0,0,14,0V9A7,7,0,0,0,12,2ZM7,9a5,5,0,0,1,4-4.9V10H7Zm10,6A5,5,0,0,1,7,15V12H17Zm0-5H13V4.1A5,5,0,0,1,17,9Z"/>'},Wp={name:"mouse-alt",style:"line",path:'<path d="M12,6a1,1,0,0,0-1,1V9a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6Zm0-4A7,7,0,0,0,5,9v6a7,7,0,0,0,14,0V9A7,7,0,0,0,12,2Zm5,13A5,5,0,0,1,7,15V9A5,5,0,0,1,17,9Z"/>'},Gp={name:"mouse-alt-2",style:"line",path:'<path d="M12,2A7,7,0,0,0,5,9v6a7,7,0,0,0,14,0V9A7,7,0,0,0,12,2Zm5,13A5,5,0,0,1,7,15V9a5,5,0,0,1,4-4.9V12a1,1,0,0,0,2,0V4.1A5,5,0,0,1,17,9Z"/>'},Qp={name:"multiply",style:"line",path:'<path d="M13.41,12l6.3-6.29a1,1,0,1,0-1.42-1.42L12,10.59,5.71,4.29A1,1,0,0,0,4.29,5.71L10.59,12l-6.3,6.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l6.29,6.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},Kp={name:"music",style:"line",path:'<path d="M21.65,2.24a1,1,0,0,0-.8-.23l-13,2A1,1,0,0,0,7,5V15.35A3.45,3.45,0,0,0,5.5,15,3.5,3.5,0,1,0,9,18.5V10.86L20,9.17v4.18A3.45,3.45,0,0,0,18.5,13,3.5,3.5,0,1,0,22,16.5V3A1,1,0,0,0,21.65,2.24ZM5.5,20A1.5,1.5,0,1,1,7,18.5,1.5,1.5,0,0,1,5.5,20Zm13-2A1.5,1.5,0,1,1,20,16.5,1.5,1.5,0,0,1,18.5,18ZM20,7.14,9,8.83v-3L20,4.17Z"/>'},Jp={name:"music-note",style:"line",path:'<path d="M19.12,2.21A1,1,0,0,0,18.26,2l-8,2A1,1,0,0,0,9.5,5V15.35A3.45,3.45,0,0,0,8,15a3.5,3.5,0,1,0,3.5,3.5V10.78L18.74,9l.07,0L19,8.85l.15-.1a.93.93,0,0,0,.13-.15.78.78,0,0,0,.1-.15.55.55,0,0,0,.06-.18.58.58,0,0,0,0-.19.24.24,0,0,0,0-.08V3A1,1,0,0,0,19.12,2.21ZM8,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,8,20ZM17.5,7.22l-6,1.5V5.78l6-1.5Z"/>'},Xp={name:"music-tune-slash",style:"line",path:'<path d="M12,7.33a1,1,0,0,0,1-1V5.78l6-1.5V7.22L14.7,8.3a1,1,0,0,0,.24,2l.24,0L20.24,9l.07,0,.19-.09.15-.1a.93.93,0,0,0,.13-.15.78.78,0,0,0,.1-.15.55.55,0,0,0,.06-.18.65.65,0,0,0,0-.19A.24.24,0,0,0,21,8V3a1,1,0,0,0-1.24-1l-8,2A1,1,0,0,0,11,5V6.33A1,1,0,0,0,12,7.33Zm9.71,13-9-9h0l-9-9A1,1,0,0,0,2.29,3.71L11,12.41v2.94A3.45,3.45,0,0,0,9.5,15,3.5,3.5,0,1,0,13,18.5V14.41l7.29,7.3a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM9.5,20A1.5,1.5,0,1,1,11,18.5,1.5,1.5,0,0,1,9.5,20Z"/>'},Yp={name:"n-a",style:"line",path:'<path d="M19,6H18a3,3,0,0,0-3,3v8a1,1,0,0,0,2,0V13h3v4a1,1,0,0,0,2,0V9A3,3,0,0,0,19,6Zm1,5H17V9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1ZM8,6A1,1,0,0,0,7,7v5.76L3.89,6.55A1,1,0,0,0,2,7V17a1,1,0,0,0,2,0V11.24l3.11,6.21A1,1,0,0,0,8,18a.91.91,0,0,0,.23,0A1,1,0,0,0,9,17V7A1,1,0,0,0,8,6Zm4-2a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,12,4Z"/>'},ef={name:"navigator",style:"line",path:'<path d="M20.17,9.23l-14-5.78a3,3,0,0,0-4,3.7L3.71,12,2.13,16.85A3,3,0,0,0,2.94,20a3,3,0,0,0,2,.8,3,3,0,0,0,1.15-.23l14.05-5.78a3,3,0,0,0,0-5.54ZM5.36,18.7a1,1,0,0,1-1.06-.19,1,1,0,0,1-.27-1L5.49,13H19.22ZM5.49,11,4,6.53a1,1,0,0,1,.27-1A1,1,0,0,1,5,5.22a1,1,0,0,1,.39.08L19.22,11Z"/>'},tf={name:"nerd",style:"line",path:'<path d="M21.41,8.65s0,0,0-.06A10,10,0,0,0,2.63,8.53a.85.85,0,0,0-.08.24A9.87,9.87,0,0,0,2,12,10,10,0,1,0,21.41,8.65ZM12,4a8,8,0,0,1,6.92,4h-1.2a3,3,0,0,0-4.62.22A3.17,3.17,0,0,0,12,8a3.17,3.17,0,0,0-1.1.22A3,3,0,0,0,6.28,8H5.08A8,8,0,0,1,12,4Zm4.5,6a1,1,0,1,1-1-1A1,1,0,0,1,16.5,10Zm-7,0a1,1,0,1,1-1-1A1,1,0,0,1,9.5,10ZM12,20a8,8,0,0,1-8-8,8.24,8.24,0,0,1,.26-2H5.5a3,3,0,0,0,6,.18,1,1,0,0,1,1,0,3,3,0,0,0,6-.18h1.24A8.24,8.24,0,0,1,20,12,8,8,0,0,1,12,20Zm2.36-5.77a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54Z"/>'},nf={name:"newspaper",style:"line",path:'<path d="M17,11H16a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0,4H16a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM11,9h6a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2ZM21,3H7A1,1,0,0,0,6,4V7H3A1,1,0,0,0,2,8V18a3,3,0,0,0,3,3H18a4,4,0,0,0,4-4V4A1,1,0,0,0,21,3ZM6,18a1,1,0,0,1-2,0V9H6Zm14-1a2,2,0,0,1-2,2H7.82A3,3,0,0,0,8,18V5H20Zm-9-4h1a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm0,4h1a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Z"/>'},af={name:"ninja",style:"line",path:'<path d="M19.44,5.34l-.06-.07a10,10,0,0,0-14.76,0l-.06.07A10,10,0,1,0,22,12,9.93,9.93,0,0,0,19.44,5.34ZM12,4a7.87,7.87,0,0,1,3.86,1H8.14A7.87,7.87,0,0,1,12,4ZM5.76,7H18.24a8,8,0,0,1,1.69,4H4.07A8,8,0,0,1,5.76,7ZM12,20a8,8,0,0,1-7.93-7H19.93A8,8,0,0,1,12,20ZM8,8A1,1,0,1,0,9,9,1,1,0,0,0,8,8Zm6,0a1,1,0,1,0,1,1A1,1,0,0,0,14,8Zm-3,9.93a1,1,0,0,0,.49.13,1,1,0,0,0,.87-.51A3,3,0,0,1,15,16a1,1,0,0,0,0-2,5,5,0,0,0-4.37,2.57A1,1,0,0,0,11,17.93Z"/>'},rf={name:"no-entry",style:"line",path:'<path d="M21,20H19.76L15.37,4.2A3,3,0,0,0,12.48,2h-1A3,3,0,0,0,8.63,4.2L4.24,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM10.56,4.73a1,1,0,0,1,1-.73h1a1,1,0,0,1,1,.73L14.35,8H9.65ZM9.09,10h5.82L16,14H8ZM6.32,20l1.11-4h9.14l1.11,4Z"/>'},lf={name:"notebooks",style:"line",path:'<path d="M21,6a1,1,0,0,0-1,1V17a3,3,0,0,1-3,3H7a1,1,0,0,0,0,2H17a5,5,0,0,0,5-5V7A1,1,0,0,0,21,6Zm-3,9V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H15A3,3,0,0,0,18,15ZM10,4h2V8.86l-.36-.3a1,1,0,0,0-1.28,0l-.36.3ZM4,15V5A1,1,0,0,1,5,4H8v7a1,1,0,0,0,1.65.76L11,10.63l1.35,1.13A1,1,0,0,0,13,12a1.06,1.06,0,0,0,.42-.09A1,1,0,0,0,14,11V4h1a1,1,0,0,1,1,1V15a1,1,0,0,1-1,1H5A1,1,0,0,1,4,15Z"/>'},of={name:"notes",style:"line",path:'<path d="M16,14H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0-4H10a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4-6H17V3a1,1,0,0,0-2,0V4H13V3a1,1,0,0,0-2,0V4H9V3A1,1,0,0,0,7,3V4H4A1,1,0,0,0,3,5V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V5A1,1,0,0,0,20,4ZM19,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6H7V7A1,1,0,0,0,9,7V6h2V7a1,1,0,0,0,2,0V6h2V7a1,1,0,0,0,2,0V6h2Z"/>'},cf={name:"object-group",style:"line",path:'<path d="M16,10H14V8a1,1,0,0,0-1-1H8A1,1,0,0,0,7,8v5a1,1,0,0,0,1,1h2v2a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V11A1,1,0,0,0,16,10Zm-6,1v1H9V9h3v1H11A1,1,0,0,0,10,11Zm5,4H12V12h3Zm6,3.28V5.72A2,2,0,1,0,18.28,3H5.72A2,2,0,1,0,3,5.72V18.28A2,2,0,1,0,5.72,21H18.28A2,2,0,1,0,21,18.28Zm-2,0a1.91,1.91,0,0,0-.72.72H5.72A1.91,1.91,0,0,0,5,18.28V5.72A1.91,1.91,0,0,0,5.72,5H18.28a1.91,1.91,0,0,0,.72.72Z"/>'},uf={name:"object-ungroup",style:"line",path:'<path d="M21,18.28V11.72A2,2,0,1,0,18.28,9H15V5.72A2,2,0,1,0,12.28,3H5.72A2,2,0,1,0,3,5.72v6.56A2,2,0,1,0,5.72,15H9v3.28A2,2,0,1,0,11.72,21h6.56A2,2,0,1,0,21,18.28ZM8,10a2,2,0,0,0,1,1.72V13H5.72A1.91,1.91,0,0,0,5,12.28V5.72A1.91,1.91,0,0,0,5.72,5h6.56a1.91,1.91,0,0,0,.72.72V9H11.72A2,2,0,0,0,8,10Zm5,1v1.28a1.91,1.91,0,0,0-.72.72H11V11.72a1.91,1.91,0,0,0,.72-.72Zm6,7.28a1.91,1.91,0,0,0-.72.72H11.72a1.91,1.91,0,0,0-.72-.72V15h1.28A2,2,0,1,0,15,12.28V11h3.28a1.91,1.91,0,0,0,.72.72Z"/>'},sf={name:"octagon",style:"line",path:'<path d="M21.71,7.57,16.44,2.29A1.05,1.05,0,0,0,15.73,2H8.27a1.05,1.05,0,0,0-.71.29L2.29,7.57a1,1,0,0,0-.29.7v7.46a1,1,0,0,0,.29.7l5.27,5.28a1.05,1.05,0,0,0,.71.29h7.46a1.05,1.05,0,0,0,.71-.29l5.27-5.28a1,1,0,0,0,.29-.7V8.27A1,1,0,0,0,21.71,7.57ZM20,15.31,15.31,20H8.69L4,15.31V8.69L8.69,4h6.62L20,8.69Z"/>'},hf={name:"okta",style:"line",path:'<path d="M12,2L12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M17,12c0,2.8-2.2,5-5,5c-2.8,0-5-2.2-5-5c0-2.8,2.2-5,5-5C14.8,7,17,9.2,17,12L17,12z"/>'},df={name:"opera",style:"line",path:'<path d="M11.9963,2c-5.462,0-9.278,3.95814-9.278,9.899,0,5.28991,3.7112,10.101,9.28549,10.101,5.56676,0,9.27787-4.81857,9.27787-10.101C21.28168,5.95814,17.45831,2,11.9963,2Zm0,18.38381c-3.39693,0-3.77107-5.01309-3.77107-8.7093V11.5997c0-3.99549.59858-8.23042,3.74864-8.23042s3.786,4.3621,3.786,8.3576C15.75987,15.42311,15.39318,20.38381,11.9963,20.38381Z"/>'},pf={name:"opera-alt",style:"line",path:'<path d="M11.9707,5.00044c-3.64355,0-3.64355,5.12207-3.64355,6.85742,0,1.95313,0,7.14258,3.66015,7.14258,3.6543,0,3.6543-5.16211,3.6543-7.10547C15.6416,7.31977,14.40625,5.00044,11.9707,5.00044Zm.0166,12c-1.10156,0-1.66015-1.73047-1.66015-5.19531,0-2.19141.28515-4.80469,1.64355-4.80469,1.4541,0,1.6709,3.0664,1.6709,4.89453C13.6416,15.28267,13.085,17.00044,11.9873,17.00044Zm.001-16C5.93652,1.00044,1.71,5.48188,1.71,11.89888c0,5.457,3.84668,11.10156,10.28516,11.10156,6.43359,0,10.27832-5.64453,10.27832-11.10156C22.27344,5.48188,18.044,1.00044,11.98828,1.00044Zm.00684,20c-5.18653,0-8.28516-4.62793-8.28516-9.10156,0-5.32227,3.32715-8.89844,8.27832-8.89844,4.95606,0,8.28516,3.57617,8.28516,8.89844C20.27344,16.37251,17.17676,21.00044,11.99512,21.00044Z"/>'},ff={name:"outgoing-call",style:"line",path:'<path d="M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1ZM21.86,2.68a1,1,0,0,0-.54-.54,1,1,0,0,0-.38-.08h-4a1,1,0,1,0,0,2h1.58l-3.29,3.3a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l3.3-3.29V7.06a1,1,0,0,0,2,0v-4A1,1,0,0,0,21.86,2.68Z"/>'},mf={name:"package",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM10,4h4V7.13l-1.45-1a1,1,0,0,0-1.1,0L10,7.13ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H8V9a1,1,0,0,0,.53.88,1,1,0,0,0,1-.05L12,8.2l2.45,1.63A1,1,0,0,0,16,9V4h3a1,1,0,0,1,1,1Z"/>'},vf={name:"padlock",style:"line",path:'<path d="M12,13a1.49,1.49,0,0,0-1,2.61V17a1,1,0,0,0,2,0V15.61A1.49,1.49,0,0,0,12,13Zm5-4V7A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9ZM9,7a3,3,0,0,1,6,0V9H9Zm9,12a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},Af={name:"pagelines",style:"line",path:'<path d="M18.88513,13.9928c1.75031-.90125,2.28143-3.34961,2.28143-3.34961s-2.30407-.99011-4.05438-.08557a4.20627,4.20627,0,0,0-1.6983,1.82245,8.96489,8.96489,0,0,0,.05957-.99012A6.99283,6.99283,0,0,0,17.056,6.66437C16.71191,3.90131,13.70972,2,13.70972,2s-2.44165,2.58258-2.0943,5.34906a6.81877,6.81877,0,0,0,2.51721,4.03168,9.32236,9.32236,0,0,1-.0755,1.0094,4.39594,4.39594,0,0,0-1.90051-2.05823c-1.77375-.85248-4.04847.20306-4.04847.20306s.60328,2.43164,2.37623,3.28412a4.72048,4.72048,0,0,0,3.25811.0755,9.43336,9.43336,0,0,1-1.45831,2.90064,4.39341,4.39341,0,0,0-2.01209-1.98017c-1.81323-.76355-4.02838.40357-4.02838.40357s.72077,2.40222,2.53656,3.16241a3.744,3.744,0,0,0,1.73432.2425,9.41862,9.41862,0,0,1-5.84412,2.03222.67212.67212,0,0,0,0,1.34424,10.78608,10.78608,0,0,0,7.96777-3.52661,4.9541,4.9541,0,0,0,3.33613,1.19317c1.96008-.20648,3.34033-2.29821,3.34033-2.29821s-1.793-1.75287-3.74976-1.54309a3.53922,3.53922,0,0,0-1.36011.45562,10.74367,10.74367,0,0,0,.89441-2.27472A5.15338,5.15338,0,0,0,18.88513,13.9928Z"/>'},yf={name:"pagerduty",style:"line",path:'<path d="M17,3c-1.6-0.8-2.7-1-5.2-1H6v12.1h5.8c2.3,0,4-0.1,5.5-1.1c1.6-1.1,2.6-3,2.5-5C19.9,5.9,18.8,4,17,3z M12.4,11.6H8.9v-7l3.3,0c3,0,4.5,1,4.5,3.4C16.8,10.6,14.9,11.6,12.4,11.6z M6,22h2.9v-5.3H6V22z"/>'},Mf={name:"paint-tool",style:"line",path:'<path d="M18,1H10A3,3,0,0,0,7,4H6A3,3,0,0,0,3,7v3a3,3,0,0,0,3,3h6a1,1,0,0,1,1,1v1a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V17a2,2,0,0,0-2-2V14a3,3,0,0,0-3-3H6a1,1,0,0,1-1-1V7A1,1,0,0,1,6,6H7a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V4A3,3,0,0,0,18,1ZM15,17v4H13V17ZM19,6a1,1,0,0,1-1,1H10A1,1,0,0,1,9,6V4a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Z"/>'},Hf={name:"palette",style:"line",path:'<path d="M7.42,15.54a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,7.42,15.54Zm0-8.49a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,7.42,7.05Zm4.95,10a1,1,0,1,0,1,1A1,1,0,0,0,12.37,17Zm-6-6a1,1,0,1,0,1,1A1,1,0,0,0,6.37,11Zm6-6a1,1,0,1,0,1,1A1,1,0,0,0,12.37,5Zm3.54,2.05a1,1,0,1,0,1.41,0A1,1,0,0,0,15.91,7.05Zm6.3,0a11,11,0,1,0-7.85,15.74,3.87,3.87,0,0,0,2.5-1.65A4.2,4.2,0,0,0,17.47,18a5.65,5.65,0,0,1-.1-1,5,5,0,0,1,3-4.56,3.84,3.84,0,0,0,2.06-2.25A4,4,0,0,0,22.21,7.08Zm-1.7,2.44a1.9,1.9,0,0,1-1,1.09A7,7,0,0,0,15.37,17a7.3,7.3,0,0,0,.14,1.4,2.16,2.16,0,0,1-.31,1.65,1.79,1.79,0,0,1-1.21.8,8.72,8.72,0,0,1-1.62.15,9,9,0,0,1-9-9.28A9.05,9.05,0,0,1,11.85,3h.51a9,9,0,0,1,8.06,5A2,2,0,0,1,20.51,9.52ZM12.37,11a1,1,0,1,0,1,1A1,1,0,0,0,12.37,11Z"/>'},gf={name:"panel-add",style:"line",path:'<path d="M18,10H14V3a1,1,0,0,0-1-1H8A1,1,0,0,0,7,3V8H3A1,1,0,0,0,2,9V21a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V11A1,1,0,0,0,18,10ZM7,20H4V10H7Zm5,0H9V4h3Zm5,0H14V12h3ZM21,4H20V3a1,1,0,0,0-2,0V4H17a1,1,0,0,0,0,2h1V7a1,1,0,0,0,2,0V6h1a1,1,0,0,0,0-2Z"/>'},Zf={name:"panorama-h",style:"line",path:'<path d="M21.54,5.16a1,1,0,0,0-1-.07A21.27,21.27,0,0,1,12,6.73,21.27,21.27,0,0,1,3.42,5.09a1,1,0,0,0-1,.07A1,1,0,0,0,2,6V18a1,1,0,0,0,.46.84,1,1,0,0,0,1,.07A21.27,21.27,0,0,1,12,17.27a21.27,21.27,0,0,1,8.58,1.64A1.06,1.06,0,0,0,21,19a1,1,0,0,0,.54-.16A1,1,0,0,0,22,18V6A1,1,0,0,0,21.54,5.16ZM20,16.52a24.77,24.77,0,0,0-8-1.25,24.77,24.77,0,0,0-8,1.25v-9a24.77,24.77,0,0,0,8,1.25,24.77,24.77,0,0,0,8-1.25Z"/>'},Vf={name:"panorama-h-alt",style:"line",path:'<path d="M21.46,5.83A1,1,0,0,0,20.7,5l-.11,0A37.49,37.49,0,0,0,3.41,5L3.3,5a1,1,0,0,0-.76.8,35.52,35.52,0,0,0,0,12.34,1,1,0,0,0,.76.8l.11,0A37.62,37.62,0,0,0,12,20a37.62,37.62,0,0,0,8.59-1l.11,0a1,1,0,0,0,.76-.8A35.52,35.52,0,0,0,21.46,5.83ZM19.6,17.17a35.42,35.42,0,0,1-15.2,0,33.2,33.2,0,0,1,0-10.34,35.42,35.42,0,0,1,15.2,0A33.2,33.2,0,0,1,19.6,17.17Z"/>'},Cf={name:"panorama-v",style:"line",path:'<path d="M17.27,12a21.11,21.11,0,0,1,1.64-8.58,1,1,0,0,0-.07-1A1,1,0,0,0,18,2H6a1,1,0,0,0-.84.46,1,1,0,0,0-.07,1A21.11,21.11,0,0,1,6.73,12a21.11,21.11,0,0,1-1.64,8.58,1,1,0,0,0,.07,1A1,1,0,0,0,6,22H18a1,1,0,0,0,.84-.46,1,1,0,0,0,.07-1A21.11,21.11,0,0,1,17.27,12Zm-.75,8h-9a24.77,24.77,0,0,0,1.25-8A24.77,24.77,0,0,0,7.48,4h9a24.77,24.77,0,0,0-1.25,8A24.77,24.77,0,0,0,16.52,20Z"/>'},bf={name:"paperclip",style:"line",path:'<path d="M18.08,12.42,11.9,18.61a4.25,4.25,0,0,1-6-6l8-8a2.57,2.57,0,0,1,3.54,0,2.52,2.52,0,0,1,0,3.54l-6.9,6.89A.75.75,0,1,1,9.42,14l5.13-5.12a1,1,0,0,0-1.42-1.42L8,12.6a2.74,2.74,0,0,0,0,3.89,2.82,2.82,0,0,0,3.89,0l6.89-6.9a4.5,4.5,0,0,0-6.36-6.36l-8,8A6.25,6.25,0,0,0,13.31,20l6.19-6.18a1,1,0,1,0-1.42-1.42Z"/>'},Lf={name:"paragraph",style:"line",path:'<path d="M13,13.5H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Zm8-5H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},Sf={name:"parcel",style:"line",path:'<path d="M7,14H9a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Zm6,2H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM14,4V7.29l-1.51-.84a1,1,0,0,0-1,0L10,7.29V4Zm6,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H8V9a1,1,0,0,0,.5.86,1,1,0,0,0,1,0L12,8.47l2.51,1.4A1,1,0,0,0,15,10a1,1,0,0,0,1-1V4h3a1,1,0,0,1,1,1Z"/>'},zf={name:"parking-circle",style:"line",path:'<path d="M13,7H10A1,1,0,0,0,9,8v8a1,1,0,0,0,2,0V14h2a3,3,0,0,0,3-3V10A3,3,0,0,0,13,7Zm1,4a1,1,0,0,1-1,1H11V9h2a1,1,0,0,1,1,1ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},wf={name:"parking-square",style:"line",path:'<path d="M12,6H9A1,1,0,0,0,8,7V17a1,1,0,0,0,2,0V14h2a4,4,0,0,0,0-8Zm0,6H10V8h2a2,2,0,0,1,0,4ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},xf={name:"pathfinder",style:"line",path:'<path d="M4,14.46a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1H4a1,1,0,0,0,0-2ZM8.18,4h2.1a1,1,0,0,0,0-2H8.18a1,1,0,0,0,0,2Zm6.28,0a1,1,0,0,0,2,0V3a1,1,0,0,0-1-1h-1a1,1,0,0,0,0,2ZM4,2H3A1,1,0,0,0,2,3V4A1,1,0,0,0,4,4,1,1,0,0,0,4,2ZM3,11.28a1,1,0,0,0,1-1V8.18a1,1,0,0,0-2,0v2.1A1,1,0,0,0,3,11.28ZM15.82,20h-2.1a1,1,0,1,0,0,2h2.1a1,1,0,0,0,0-2ZM21,7.54H20a1,1,0,0,0,0,2,1,1,0,0,0,2,0v-1A1,1,0,0,0,21,7.54Zm0,5.18a1,1,0,0,0-1,1v2.1a1,1,0,0,0,2,0v-2.1A1,1,0,0,0,21,12.72ZM16.46,7.54a1,1,0,1,0-2,0H8.54a1,1,0,0,0-1,1v5.92a1,1,0,1,0,0,2,1,1,0,0,0,2,0h5.92a1,1,0,0,0,1-1V9.54a1,1,0,1,0,0-2Zm-2,6.92H9.54V9.54h4.92ZM21,19a1,1,0,0,0-1,1,1,1,0,0,0,0,2h1a1,1,0,0,0,1-1V20A1,1,0,0,0,21,19ZM9.54,20a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1h1a1,1,0,0,0,0-2Z"/>'},_f={name:"pathfinder-unite",style:"line",path:'<path d="M21,7.54H16.46V3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V15.46a1,1,0,0,0,1,1H7.54V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V8.54A1,1,0,0,0,21,7.54ZM20,20H9.54V15.46a1,1,0,0,0-1-1H4V4H14.46V8.54a1,1,0,0,0,1,1H20Z"/>'},kf={name:"pause",style:"line",path:'<path d="M16,2a3,3,0,0,0-3,3V19a3,3,0,0,0,6,0V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-2,0V5a1,1,0,0,1,2,0ZM8,2A3,3,0,0,0,5,5V19a3,3,0,0,0,6,0V5A3,3,0,0,0,8,2ZM9,19a1,1,0,0,1-2,0V5A1,1,0,0,1,9,5Z"/>'},Tf={name:"pause-circle",style:"line",path:'<path d="M10,7A1,1,0,0,0,9,8v8a1,1,0,0,0,2,0V8A1,1,0,0,0,10,7Zm2-5A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM14,7a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,14,7Z"/>'},Ef={name:"paypal",style:"line",path:'<path d="M20.43705,7.10449a3.82273,3.82273,0,0,0-.57281-.5238,4.72529,4.72529,0,0,0-1.15766-3.73987C17.6226,1.61914,15.77494,1,13.2144,1H7.00053A1.89234,1.89234,0,0,0,5.13725,2.5918L2.5474,18.99805A1.53317,1.53317,0,0,0,4.063,20.7832H6.72709l-.082.52051A1.46684,1.46684,0,0,0,8.0933,23h3.23438a1.76121,1.76121,0,0,0,1.751-1.46973l.64063-4.03125.01074-.05468h.29883c4.03223,0,6.55078-1.99317,7.28516-5.7627A5.149,5.149,0,0,0,20.43705,7.10449ZM7.84233,13.7041l-.71448,4.53528-.08631.54382H4.606L7.09721,3H13.2144c1.93554,0,3.31738.4043,3.99218,1.16406a2.96675,2.96675,0,0,1,.60791,2.73334l-.01861.11224c-.01215.07648-.0232.15119-.0434.24622a5.84606,5.84606,0,0,1-2.00512,3.67053,6.67728,6.67728,0,0,1-4.21753,1.183H9.70658A1.87969,1.87969,0,0,0,7.84233,13.7041Zm11.50878-2.40527c-.55078,2.82812-2.24218,4.14551-5.32226,4.14551h-.4834a1.76109,1.76109,0,0,0-1.751,1.47265l-.64941,4.07422L8.71733,21l.47815-3.03387.61114-3.85285h1.7193c.1568,0,.29541-.02356.44812-.02893.35883-.01239.71661-.02618,1.05267-.06787.20526-.02557.39362-.07221.59034-.1087.27252-.05036.54522-.10016.80108-.17127.19037-.053.368-.12121.54907-.18561.23926-.0849.4748-.174.69757-.27868.168-.0791.32807-.16706.48658-.25727a6.77125,6.77125,0,0,0,.61236-.39172c.14228-.1026.28192-.20789.415-.321a6.56392,6.56392,0,0,0,.53693-.51892c.113-.12055.2287-.23755.33331-.36725a7.09,7.09,0,0,0,.48-.69263c.07648-.12219.16126-.23523.23163-.36383a8.33175,8.33175,0,0,0,.52075-1.15326c.00867-.02386.02106-.044.02954-.068.004-.01123.00989-.02057.01386-.03186A4.29855,4.29855,0,0,1,19.35111,11.29883Z"/>'},Of={name:"pen",style:"line",path:'<path d="M22,7.24a1,1,0,0,0-.29-.71L17.47,2.29A1,1,0,0,0,16.76,2a1,1,0,0,0-.71.29L13.22,5.12h0L2.29,16.05a1,1,0,0,0-.29.71V21a1,1,0,0,0,1,1H7.24A1,1,0,0,0,8,21.71L18.87,10.78h0L21.71,8a1.19,1.19,0,0,0,.22-.33,1,1,0,0,0,0-.24.7.7,0,0,0,0-.14ZM6.83,20H4V17.17l9.93-9.93,2.83,2.83ZM18.17,8.66,15.34,5.83l1.42-1.41,2.82,2.82Z"/>'},Pf={name:"pentagon",style:"line",path:'<path d="M21.59,9.17l-9-6.54a1,1,0,0,0-1.18,0l-9,6.54a1,1,0,0,0-.36,1.12L5.49,20.87a1,1,0,0,0,1,.69H17.56a1,1,0,0,0,1-.69L22,10.29A1,1,0,0,0,21.59,9.17ZM16.84,19.56H7.16l-3-9.2L12,4.68l7.82,5.68Z"/>'},Nf={name:"percentage",style:"line",path:'<path d="M7.75781,10.75781a3,3,0,1,0-3-3A3.00328,3.00328,0,0,0,7.75781,10.75781Zm0-4a1,1,0,1,1-1,1A1.00067,1.00067,0,0,1,7.75781,6.75781Zm8.48438,6.48438a3,3,0,1,0,3,3A3.00328,3.00328,0,0,0,16.24219,13.24219Zm0,4a1,1,0,1,1,1-1A1.00067,1.00067,0,0,1,16.24219,17.24219ZM19.707,4.293a.99962.99962,0,0,0-1.41406,0l-14,14A.99989.99989,0,1,0,5.707,19.707l14-14A.99962.99962,0,0,0,19.707,4.293Z"/>'},jf={name:"phone",style:"line",path:'<path d="M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.05,1.05,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z"/>'},Df={name:"phone-alt",style:"line",path:'<path d="M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z"/>'},qf={name:"phone-pause",style:"line",path:'<path d="M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1,1,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1ZM19,10a1,1,0,0,0,1-1V5a1,1,0,0,0-2,0V9A1,1,0,0,0,19,10Zm-4,0a1,1,0,0,0,1-1V5a1,1,0,0,0-2,0V9A1,1,0,0,0,15,10Z"/>'},Rf={name:"phone-slash",style:"line",path:'<path d="M4.91,13.1a1,1,0,0,0,.85.47A1,1,0,0,0,6.61,12,17,17,0,0,1,4.14,5.15a1,1,0,0,1,.24-.81A1,1,0,0,1,5.13,4h3a1,1,0,0,1,1,.8c0,.23.08.44.13.67l0,.13a10.33,10.33,0,0,0,.47,1.54L8.34,7.8a1,1,0,0,0-.52.57,1,1,0,0,0,0,.77c.1.21.2.42.32.64a1,1,0,0,0,1.37.37,1,1,0,0,0,.5-.94L10.58,9a2,2,0,0,0,1.05-2.48,9.3,9.3,0,0,1-.39-1.3l0-.1c0-.2-.08-.4-.11-.58A3,3,0,0,0,8.16,2h-3A3,3,0,0,0,2.88,3a3,3,0,0,0-.72,2.39A19.05,19.05,0,0,0,4.91,13.1Zm14.61-.21-.6-.11-.08,0a9.31,9.31,0,0,1-1.33-.39,2,2,0,0,0-2.47,1l-.21.46a12.39,12.39,0,0,1-1.92-1.37l8.8-8.79a1,1,0,1,0-1.42-1.42l-18,18a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4.59-4.6a19.09,19.09,0,0,0,10.29,4.73,2.69,2.69,0,0,0,.4,0,3,3,0,0,0,2-.75,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.52,12.89Zm.48,6a1,1,0,0,1-.34.75,1,1,0,0,1-.81.24A17.07,17.07,0,0,1,9.71,15.7l1.77-1.77a14.69,14.69,0,0,0,3.38,2.21,1,1,0,0,0,.77,0,1,1,0,0,0,.57-.52l.62-1.41a12,12,0,0,0,1.6.47l.11,0,.69.13a1,1,0,0,1,.78,1Z"/>'},If={name:"phone-times",style:"line",path:'<path d="M19.85,5.56l1.79-1.79a1,1,0,1,0-1.41-1.41L18.44,4.15l-1.8-1.79a1,1,0,0,0-1.41,1.41L17,5.56l-1.79,1.8a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0L18.44,7l1.79,1.79a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z"/>'},Ff={name:"phone-volume",style:"line",path:'<path d="M19.41,13c-.22,0-.45-.07-.67-.12a9.86,9.86,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.46a13.17,13.17,0,0,1-2.67-2,13.17,13.17,0,0,1-2-2.67l.46-.21a2,2,0,0,0,1-2.48,10.47,10.47,0,0,1-.39-1.32c-.05-.22-.09-.45-.12-.67a3,3,0,0,0-3-2.49H5a3,3,0,0,0-2.24,1,3,3,0,0,0-.73,2.4,19.07,19.07,0,0,0,5.41,11,19.07,19.07,0,0,0,11,5.41,2.56,2.56,0,0,0,.39,0,3,3,0,0,0,2-.76,3,3,0,0,0,1-2.24v-3A3,3,0,0,0,19.41,13Zm.49,6a1,1,0,0,1-.33.74,1,1,0,0,1-.82.25,17.16,17.16,0,0,1-9.87-4.84A17.16,17.16,0,0,1,4,5.25a1,1,0,0,1,.25-.82A1,1,0,0,1,5,4.1h3a1,1,0,0,1,1,.78c0,.27.09.55.15.82a11,11,0,0,0,.46,1.54l-1.4.66a1,1,0,0,0-.52.56,1,1,0,0,0,0,.76,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.56-.52l.63-1.4a12.41,12.41,0,0,0,1.58.46c.26.06.54.11.81.15a1,1,0,0,1,.78,1ZM14,2c-.23,0-.47,0-.7,0a1,1,0,0,0,.17,2L14,4a6,6,0,0,1,6,6c0,.18,0,.35,0,.53a1,1,0,0,0,.91,1.08h.08a1,1,0,0,0,1-.91c0-.23,0-.47,0-.7A8,8,0,0,0,14,2Zm2,8a1,1,0,0,0,2,0,4,4,0,0,0-4-4,1,1,0,0,0,0,2A2,2,0,0,1,16,10Z"/>'},Bf={name:"picture",style:"line",path:'<path d="M20,4a1,1,0,0,0,.71-1.7,1,1,0,0,0-1.42,0,1,1,0,0,0-.21.32A.84.84,0,0,0,19,3a1,1,0,0,0,1,1Zm0,9a1,1,0,0,0-1,1v.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7-2.48-2.49a2.86,2.86,0,0,0-3.93,0L5,12.6V7A1,1,0,0,1,6,6H16a1,1,0,0,0,0-2H6A3,3,0,0,0,3,7V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V14A1,1,0,0,0,20,13ZM6,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L16.45,20Zm13-1a1,1,0,0,1-.18.53L14.31,15l.7-.7a.78.78,0,0,1,1.1,0L19,17.22ZM20,5a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V6A1,1,0,0,0,20,5Z"/>'},Uf={name:"pizza-slice",style:"line",path:'<path d="M8.51,12.48a1,1,0,1,0,1,1A1,1,0,0,0,8.51,12.48ZM8.51,8a1,1,0,1,0,1,1A1,1,0,0,0,8.51,8ZM12,10a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Zm8.5-1.43,0,0a3,3,0,0,0-2.3-.29,2.9,2.9,0,0,0-1.09.56L5.51,2.13a1,1,0,0,0-1,0A1,1,0,0,0,4,3V16.17A2.94,2.94,0,0,0,2,19H2a3,3,0,0,0,2.92,3h.58a18.57,18.57,0,0,0,16.11-9.41A3,3,0,0,0,20.51,8.57ZM6,4.73l9.89,5.71A12.57,12.57,0,0,1,6,16Zm13.87,6.88A16.58,16.58,0,0,1,5,20a1,1,0,0,1-1-1,1,1,0,0,1,.3-.72A1,1,0,0,1,5,18h.51a14.5,14.5,0,0,0,12.62-7.37.9.9,0,0,1,.58-.44,1,1,0,0,1,.75.09h0A1,1,0,0,1,19.88,11.61Z"/>'},$f={name:"plane",style:"line",path:'<path d="M21.75,12a1,1,0,0,0-.55-.89L15.08,8.05v-4a3.08,3.08,0,1,0-6.16,0v4L2.8,11.11a1,1,0,0,0-.55.89v3.33a1,1,0,0,0,.43.83,1,1,0,0,0,.92.11l5.32-2V18l-1.82.6a1,1,0,0,0-.68.95V22a1,1,0,0,0,.3.71,1,1,0,0,0,.7.29h9.17a1,1,0,0,0,1-1V19.5a1,1,0,0,0-.68-.95L15.08,18V14.28l5.32,2a1,1,0,0,0,.92-.11,1,1,0,0,0,.43-.83Zm-7.31-.1a1,1,0,0,0-.93.11,1,1,0,0,0-.43.82v5.84a1,1,0,0,0,.69.95l1.81.6V21H8.41v-.78l1.81-.6a1,1,0,0,0,.69-.95V12.83a1,1,0,0,0-.43-.82,1,1,0,0,0-.93-.11l-5.31,2V12.62l6.11-3.06a1,1,0,0,0,.56-.89V4.08a1.08,1.08,0,1,1,2.16,0V8.67a1,1,0,0,0,.56.89l6.11,3.06v1.27Z"/>'},Wf={name:"plane-arrival",style:"line",path:'<path d="M21.12,16.23a5,5,0,0,0-2.3-3L16.71,12l-.48-5.47a1,1,0,0,0-.49-.78l-3-1.72a1,1,0,0,0-1,0,1,1,0,0,0-.52.84l-.15,3.9-1.75-1L6.46,3.92a1,1,0,0,0-1.78.41L3.81,8.94A3,3,0,0,0,5.2,12.23l14.06,8.11A1,1,0,0,0,20.62,20,4.91,4.91,0,0,0,21.12,16.23ZM19.24,18,6.2,10.5a1,1,0,0,1-.44-1.13l.46-2.44,1.66,2.2a1,1,0,0,0,.3.27l3.35,1.94a1,1,0,0,0,1.5-.83l.16-3.9,1.09.63.48,5.47a1,1,0,0,0,.5.78L17.82,15a2.91,2.91,0,0,1,1.36,1.78A2.74,2.74,0,0,1,19.24,18Z"/>'},Gf={name:"plane-departure",style:"line",path:'<path d="M22,5.08A3.08,3.08,0,0,0,16.74,2.9L13.93,5.71,7.44,3.55a1,1,0,0,0-1,.24L4.06,6.15a1,1,0,0,0,.29,1.61l5.18,2.35-2.6,2.6-1.71-.86A1,1,0,0,0,4.06,12L2.29,13.81a1,1,0,0,0,0,1.41l6.49,6.49a1,1,0,0,0,1.41,0L12,19.94a1,1,0,0,0,.19-1.16l-.86-1.71,2.6-2.6,2.35,5.18a1,1,0,0,0,1.61.29l2.36-2.36a1,1,0,0,0,.24-1l-2.16-6.49L21.1,7.26A3.05,3.05,0,0,0,22,5.08Zm-2.32.77L16.44,9.09a1,1,0,0,0-.24,1l2.16,6.48-.9.9-2.35-5.17a1,1,0,0,0-.73-.57,1,1,0,0,0-.89.28L9.37,16.17a1,1,0,0,0-.19,1.15L10,19l-.56.56L4.41,14.52,5,14l1.71.86a1,1,0,0,0,1.15-.19L12,10.51a1,1,0,0,0-.29-1.62L6.5,6.54l.9-.9L13.88,7.8a1,1,0,0,0,1-.24l3.24-3.24a1.07,1.07,0,0,1,1.53,0,1,1,0,0,1,.32.76A1.06,1.06,0,0,1,19.68,5.85Z"/>'},Qf={name:"plane-fly",style:"line",path:'<path d="M23,9.32a1.06,1.06,0,0,0-.1-.76,4.93,4.93,0,0,0-6.75-1.8L14,8,9,5.65a1,1,0,0,0-.92,0l-3,1.73a1,1,0,0,0-.5.84,1,1,0,0,0,.46.87l3.3,2.08-1.74,1-4.78.58a1,1,0,0,0-.53,1.75l3.54,3.06a3,3,0,0,0,3.55.44L22.5,9.93A1,1,0,0,0,23,9.32Zm-15.53,7a1,1,0,0,1-1.2-.18L4.37,14.51l2.73-.33a1,1,0,0,0,.38-.13l3.36-1.93a1,1,0,0,0,.5-.85,1,1,0,0,0-.47-.86L7.57,8.32l1.1-.63,5,2.32a1,1,0,0,0,.92,0l2.56-1.48a3,3,0,0,1,3.36.29Z"/>'},Kf={name:"play",style:"line",path:'<path d="M18.54,9,8.88,3.46a3.42,3.42,0,0,0-5.13,3V17.58A3.42,3.42,0,0,0,7.17,21a3.43,3.43,0,0,0,1.71-.46L18.54,15a3.42,3.42,0,0,0,0-5.92Zm-1,4.19L7.88,18.81a1.44,1.44,0,0,1-1.42,0,1.42,1.42,0,0,1-.71-1.23V6.42a1.42,1.42,0,0,1,.71-1.23A1.51,1.51,0,0,1,7.17,5a1.54,1.54,0,0,1,.71.19l9.66,5.58a1.42,1.42,0,0,1,0,2.46Z"/>'},Jf={name:"play-circle",style:"line",path:'<path d="M16,10.27,11,7.38A2,2,0,0,0,8,9.11v5.78a2,2,0,0,0,1,1.73,2,2,0,0,0,2,0l5-2.89a2,2,0,0,0,0-3.46ZM15,12l-5,2.89V9.11L15,12ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},Xf={name:"plug",style:"line",path:'<path d="M19,6H16V3a1,1,0,0,0-2,0V6H10V3A1,1,0,0,0,8,3V6H5A1,1,0,0,0,5,8H6v5a1,1,0,0,0,.29.71L9,16.41V21a1,1,0,0,0,2,0V17h2v4a1,1,0,0,0,2,0V16.41l2.71-2.7A1,1,0,0,0,18,13V8h1a1,1,0,0,0,0-2Zm-3,6.59L13.59,15H10.41L8,12.59V8h8ZM11,13h2a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Z"/>'},Yf={name:"plus",style:"line",path:'<path d="M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z"/>'},em={name:"plus-circle",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm4-9H13V8a1,1,0,0,0-2,0v3H8a1,1,0,0,0,0,2h3v3a1,1,0,0,0,2,0V13h3a1,1,0,0,0,0-2Z"/>'},tm={name:"plus-square",style:"line",path:'<path d="M9,13h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z"/>'},nm={name:"podium",style:"line",path:'<path d="M19.79,7.13A1,1,0,0,0,19,6.75H8v-.5A2,2,0,0,1,9.46,4.33a1.5,1.5,0,0,0,1,.42h1a1.5,1.5,0,0,0,0-3h-1a1.49,1.49,0,0,0-1.17.57A4,4,0,0,0,6,6.25v.5H5a1,1,0,0,0-.79.38A1,1,0,0,0,4,8l.62,2.49A3,3,0,0,0,7.1,12.71l.78,7H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2h-.88l.78-7a3,3,0,0,0,2.45-2.23L20,8A1,1,0,0,0,19.79,7.13ZM14.1,19.75H9.9l-.78-7h5.76ZM17.41,10a1,1,0,0,1-1,.76H7.56a1,1,0,0,1-1-.76L6.28,8.75H17.72Z"/>'},am={name:"polygon",style:"line",path:'<path d="M21.87,11.5l-4.5-7.79a1,1,0,0,0-.87-.5h-9a1,1,0,0,0-.87.5L2.13,11.5a1,1,0,0,0,0,1l4.5,7.79a1,1,0,0,0,.87.5h9a1,1,0,0,0,.87-.5l4.5-7.79A1,1,0,0,0,21.87,11.5Zm-6,7.29H8.08L4.15,12,8.08,5.21h7.84L19.85,12Z"/>'},rm={name:"post-stamp",style:"line",path:'<path d="M22.5,5.5a1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1,.5.5,0,0,1-1,0,1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1,.5.5,0,0,1-1,0,1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1,.5.5,0,0,1-1,0,1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1,.5.5,0,0,1,0,1,1,1,0,0,0-1,1v3a1,1,0,0,0,1,1,.5.5,0,0,1,0,1,1,1,0,0,0-1,1v3a1,1,0,0,0,1,1,.5.5,0,0,1,0,1,1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h3a1,1,0,0,0,1-1,.5.5,0,0,1,1,0,1,1,0,0,0,1,1h3a1,1,0,0,0,1-1,.5.5,0,0,1,1,0,1,1,0,0,0,1,1h3a1,1,0,0,0,1-1,.5.5,0,0,1,1,0,1,1,0,0,0,1,1h3a1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1,.5.5,0,0,1,0-1,1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1,.5.5,0,0,1,0-1,1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1,.5.5,0,0,1,0-1Zm-1-1.79a2.5,2.5,0,0,0,0,4.58V9.71a2.5,2.5,0,0,0,0,4.58v1.42a2.5,2.5,0,0,0,0,4.58V21.5H20.29a2.5,2.5,0,0,0-4.58,0H14.29a2.5,2.5,0,0,0-4.58,0H8.29a2.5,2.5,0,0,0-4.58,0H2.5V20.29a2.5,2.5,0,0,0,0-4.58V14.29a2.5,2.5,0,0,0,0-4.58V8.29a2.5,2.5,0,0,0,0-4.58V2.5H3.71a2.5,2.5,0,0,0,4.58,0H9.71a2.5,2.5,0,0,0,4.58,0h1.42a2.5,2.5,0,0,0,4.58,0H21.5ZM12,5a7,7,0,0,0,0,14,6.93,6.93,0,0,0,3.5-.94,1,1,0,1,0-1-1.73A5,5,0,1,1,17,12v.5a.83.83,0,0,1-.83.83.84.84,0,0,1-.84-.83V9.67a1,1,0,0,0-1.78-.6A3.25,3.25,0,0,0,12,8.67a3.33,3.33,0,0,0,0,6.66,3.28,3.28,0,0,0,2.17-.82,2.84,2.84,0,0,0,4.83-2V12A7,7,0,0,0,12,5Zm0,8.33A1.33,1.33,0,1,1,13.33,12,1.32,1.32,0,0,1,12,13.33Z"/>'},im={name:"postcard",style:"line",path:'<path d="M17,11h1a1,1,0,0,0,1-1V9a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v1A1,1,0,0,0,17,11ZM6,12h5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2ZM22,4H2A1,1,0,0,0,1,5V19a1,1,0,0,0,1,1H22a1,1,0,0,0,1-1V5A1,1,0,0,0,22,4ZM21,18H3V6H21ZM6,16h5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z"/>'},lm={name:"pound",style:"line",path:'<path d="M20,20H8a4.92,4.92,0,0,0,1-3V14h6a1,1,0,0,0,0-2H9V8.89a4.89,4.89,0,0,1,9.13-2.44,1,1,0,0,0,1.37.36,1,1,0,0,0,.37-1.36A6.9,6.9,0,0,0,7,8.89V12H4a1,1,0,0,0,0,2H7v3a3,3,0,0,1-3,3,1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Z"/>'},om={name:"pound-circle",style:"line",path:'<path d="M16,15H10.82A3,3,0,0,0,11,14V13h2.5a1,1,0,0,0,0-2H11V10a1.95,1.95,0,0,1,3.63-1,1,1,0,0,0,1.74-1A4,4,0,0,0,9,10V11H8a1,1,0,0,0,0,2H9v1a1,1,0,0,1-1,1,1,1,0,0,0,0,2h8a1,1,0,0,0,0-2ZM12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z"/>'},cm={name:"power",style:"line",path:'<path d="M10.21,6.21l.79-.8V10a1,1,0,0,0,2,0V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42ZM18,7.56A1,1,0,1,0,16.56,9,6.45,6.45,0,1,1,7.44,9,1,1,0,1,0,6,7.56a8.46,8.46,0,1,0,12,0Z"/>'},um={name:"prescription-bottle",style:"line",path:'<path d="M19,2H5A2,2,0,0,0,3,4V6A2,2,0,0,0,5,8V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V8a2,2,0,0,0,2-2V4A2,2,0,0,0,19,2ZM17,16H11V12h6Zm0-6H10a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h7v1a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8H17ZM5,6V4H19V6Z"/>'},sm={name:"presentation",style:"line",path:'<path d="M21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z"/>'},hm={name:"presentation-check",style:"line",path:'<path d="M10.29,11.71a1,1,0,0,0,1.42,0l4-4a1,1,0,1,0-1.42-1.42L11,9.59,9.71,8.29A1,1,0,0,0,8.29,9.71ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z"/>'},dm={name:"presentation-edit",style:"line",path:'<path d="M9.41,13h2.42a1,1,0,0,0,.71-.29l3.58-3.58a1,1,0,0,0,0-1.41L13.7,5.32a1,1,0,0,0-1.41,0L8.71,8.9a1,1,0,0,0-.3.7V12A1,1,0,0,0,9.41,13Zm1-3L13,7.44l1,1L11.42,11h-1ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z"/>'},pm={name:"presentation-line",style:"line",path:'<path d="M21,14H20V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18ZM9,12a1,1,0,0,0,.83-.45l1.33-2,1.13,1.14a1,1,0,0,0,.81.29,1,1,0,0,0,.73-.45l2-3a1,1,0,0,0-1.66-1.1l-1.33,2L11.71,7.29A1,1,0,0,0,10.9,7a1,1,0,0,0-.73.45l-2,3a1,1,0,0,0,.28,1.38A.94.94,0,0,0,9,12Z"/>'},fm={name:"presentation-lines-alt",style:"line",path:'<path d="M10.17,10.55a1,1,0,0,0,.73.45,1,1,0,0,0,.81-.29l1.13-1.14,1.33,2A1,1,0,0,0,15,12a.94.94,0,0,0,.55-.17,1,1,0,0,0,.28-1.38l-2-3A1,1,0,0,0,13.1,7a1,1,0,0,0-.81.29L11.16,8.43l-1.33-2a1,1,0,1,0-1.66,1.1ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z"/>'},mm={name:"presentation-minus",style:"line",path:'<path d="M10,10h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Zm11,4H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z"/>'},vm={name:"presentation-play",style:"line",path:'<path d="M21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18ZM9.61,12.26a1.73,1.73,0,0,0,1.76,0l3-1.74a1.76,1.76,0,0,0,0-3l-3-1.74a1.73,1.73,0,0,0-1.76,0,1.71,1.71,0,0,0-.87,1.52v3.48A1.71,1.71,0,0,0,9.61,12.26Zm1.13-4.58L13,9l-2.28,1.32Z"/>'},Am={name:"presentation-plus",style:"line",path:'<path d="M21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Zm-8-4h1v1a1,1,0,0,0,2,0V10h1a1,1,0,0,0,0-2H13V7a1,1,0,0,0-2,0V8H10a1,1,0,0,0,0,2Z"/>'},ym={name:"presentation-times",style:"line",path:'<path d="M9.29,11.71a1,1,0,0,0,1.42,0L12,10.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,9l1.3-1.29a1,1,0,1,0-1.42-1.42L12,7.59l-1.29-1.3A1,1,0,0,0,9.29,7.71L10.59,9l-1.3,1.29A1,1,0,0,0,9.29,11.71ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z"/>'},Mm={name:"previous",style:"line",path:'<path d="M13.41,12l3.3-3.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0,0,1.42l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM8,7A1,1,0,0,0,7,8v8a1,1,0,0,0,2,0V8A1,1,0,0,0,8,7Z"/>'},Hm={name:"pricetag-alt",style:"line",path:'<path d="M7,6A1,1,0,1,0,8,7,1,1,0,0,0,7,6Zm14.71,5.78L12.23,2.32A1,1,0,0,0,11.5,2h-6a1,1,0,0,0-.71.29L2.29,4.78A1,1,0,0,0,2,5.49v6a1.05,1.05,0,0,0,.29.71l9.49,9.5a1.05,1.05,0,0,0,.71.29,1,1,0,0,0,.71-.29l8.51-8.51a1,1,0,0,0,.29-.71A1.05,1.05,0,0,0,21.71,11.78Zm-9.22,7.81L4,11.09V5.9L5.9,4h5.18l8.5,8.49Z"/>'},gm={name:"print",style:"line",path:'<path d="M7,10a1,1,0,1,0,1,1A1,1,0,0,0,7,10ZM19,6H18V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3V6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H6v3a1,1,0,0,0,1,1H17a1,1,0,0,0,1-1V18h1a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM8,4h8V6H8Zm8,16H8V16h8Zm4-5a1,1,0,0,1-1,1H18V15a1,1,0,0,0-1-1H7a1,1,0,0,0-1,1v1H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z"/>'},Zm={name:"print-slash",style:"line",path:'<path d="M7,10a1,1,0,1,0,1,1A1,1,0,0,0,7,10ZM3.71,2.29A1,1,0,0,0,2.29,3.71L4.62,6A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H6v3a1,1,0,0,0,1,1H17a1,1,0,0,0,1-1V19.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM6,15v1H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H6.59l6,6H7A1,1,0,0,0,6,15Zm10,5H8V16h6.59L16,17.41ZM19,6H18V3a1,1,0,0,0-1-1H8.66a1,1,0,0,0,0,2H16V6H12.66a1,1,0,0,0,0,2H19a1,1,0,0,1,1,1v6a.37.37,0,0,1,0,.11,1,1,0,0,0,.78,1.18l.2,0a1,1,0,0,0,1-.8A2.84,2.84,0,0,0,22,15V9A3,3,0,0,0,19,6Z"/>'},Vm={name:"process",style:"line",path:'<path d="M6.9917,14.502a.99974.99974,0,0,0-1,1v1.78229a7.97243,7.97243,0,0,1-2-5.28229,7.29085,7.29085,0,0,1,.05273-.87988.99992.99992,0,1,0-1.98535-.24023A9.17334,9.17334,0,0,0,1.9917,12.002a9.96434,9.96434,0,0,0,2.41687,6.5H2.9917a1,1,0,1,0,0,2h4a.98173.98173,0,0,0,.79413-.42181c.01166-.01538.02655-.0268.03741-.043.00666-.00995.00684-.02173.01306-.03186a.96576.96576,0,0,0,.106-.2583.95234.95234,0,0,0,.03143-.15589c.00287-.03088.018-.05749.018-.08911v-4A.99974.99974,0,0,0,6.9917,14.502Zm1.5-8.5H6.70923a7.9737,7.9737,0,0,1,5.28247-2,7.07475,7.07475,0,0,1,.87939.05274,1.00046,1.00046,0,0,0,.24121-1.98633A9.22717,9.22717,0,0,0,11.9917,2.002a9.96421,9.96421,0,0,0-6.5,2.41669V3.002a1,1,0,0,0-2,0v4a.95355.95355,0,0,0,.03931.19471l.00024.00122a.96893.96893,0,0,0,.14117.345l.01142.0169a.97291.97291,0,0,0,.2445.24634c.01093.008.01636.02026.02771.02789.01429.00946.03046.01246.04505.02112a.95817.95817,0,0,0,.17932.084.98784.98784,0,0,0,.26184.05285c.01733.00092.03192.01.04944.01h4a1,1,0,0,0,0-2ZM20.45215,16.80609a.96745.96745,0,0,0-.14124-.34509l-.01129-.01679a.97315.97315,0,0,0-.24469-.24646c-.01092-.00793-.01629-.02026-.02759-.02783-.0108-.00714-.02362-.00738-.0346-.0141a1.15354,1.15354,0,0,0-.40973-.13543c-.03162-.003-.0589-.01844-.09131-.01844h-4a1,1,0,0,0,0,2h1.78241a7.97338,7.97338,0,0,1-5.28241,2,7.07446,7.07446,0,0,1-.8794-.05371,1.00046,1.00046,0,0,0-.24121,1.98633,9.36538,9.36538,0,0,0,1.12061.06738,9.96425,9.96425,0,0,0,6.5-2.41668V21.002a1,1,0,0,0,2,0v-4a.95345.95345,0,0,0-.03931-.1947ZM20.9917,5.502a1,1,0,0,0,0-2h-4a.9519.9519,0,0,0-.19183.0387l-.00666.00134a.96837.96837,0,0,0-.3407.13953l-.01959.01324a.974.974,0,0,0-.2453.24378c-.00787.0108-.02.01611-.02746.02728-.00714.01074-.00739.02344-.0141.03436a1.14563,1.14563,0,0,0-.13636.41266c-.00286.03089-.018.0575-.018.08911v4a1,1,0,1,0,2,0V6.71912a7.97527,7.97527,0,0,1,2,5.28283,7.289,7.289,0,0,1-.05274.87989,1.00106,1.00106,0,0,0,.87208,1.11328,1.02916,1.02916,0,0,0,.12207.00683.99971.99971,0,0,0,.99121-.87988A9.17363,9.17363,0,0,0,21.9917,12.002a9.96411,9.96411,0,0,0-2.417-6.5Z"/>'},Cm={name:"processor",style:"line",path:'<path d="M14,9H10a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V10A1,1,0,0,0,14,9Zm-1,4H11V11h2Zm8,0a1,1,0,0,0,0-2H19V9h2a1,1,0,0,0,0-2H18.82A3,3,0,0,0,17,5.18V3a1,1,0,0,0-2,0V5H13V3a1,1,0,0,0-2,0V5H9V3A1,1,0,0,0,7,3V5.18A3,3,0,0,0,5.18,7H3A1,1,0,0,0,3,9H5v2H3a1,1,0,0,0,0,2H5v2H3a1,1,0,0,0,0,2H5.18A3,3,0,0,0,7,18.82V21a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V18.82A3,3,0,0,0,18.82,17H21a1,1,0,0,0,0-2H19V13Zm-4,3a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8A1,1,0,0,1,8,7h8a1,1,0,0,1,1,1Z"/>'},bm={name:"programming-language",style:"line",path:'<path d="M22,3l-3,15.1l-9.1,3l-7.9-3L2.8,14h3.4l-0.4,1.7l4.8,1.8l5.5-1.8l0.8-3.8H3.2l0.7-3.4h13.6L18,6.4H4.3L5,3H22z"/>'},Lm={name:"pump",style:"line",path:'<path d="M20.54,6.29,19,4.75,17.59,3.34a1,1,0,0,0-1.42,1.42l1,1-.83,2.49a3,3,0,0,0,.73,3.07l2.95,3V19a1,1,0,0,1-2,0V17a3,3,0,0,0-3-3H14V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h6a3,3,0,0,0,3-3V16h1a1,1,0,0,1,1,1v2a3,3,0,0,0,6,0V9.83A5,5,0,0,0,20.54,6.29ZM12,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12h8Zm0-9H4V5A1,1,0,0,1,5,4h6a1,1,0,0,1,1,1Zm8,1.42L18.46,9.88a1,1,0,0,1-.24-1l.51-1.54.39.4A3,3,0,0,1,20,9.83Z"/>'},Sm={name:"puzzle-piece",style:"line",path:'<path d="M17,22H5a3,3,0,0,1-3-3V9A3,3,0,0,1,5,6H6a4,4,0,0,1,7.3-2.18A3.86,3.86,0,0,1,14,6h3a1,1,0,0,1,1,1v3a4,4,0,0,1,2.18,7.3A3.86,3.86,0,0,1,18,18h0v3A1,1,0,0,1,17,22ZM5,8A1,1,0,0,0,4,9V19a1,1,0,0,0,1,1H16V16.82a1,1,0,0,1,.42-.82,1,1,0,0,1,.91-.13,1.77,1.77,0,0,0,1.74-.23A2,2,0,0,0,20,14.27a2,2,0,0,0-.48-1.59,1.89,1.89,0,0,0-2.17-.55,1,1,0,0,1-.91-.13,1,1,0,0,1-.42-.82V8H12.82a1,1,0,0,1-1-1.33,1.77,1.77,0,0,0-.23-1.74,1.94,1.94,0,0,0-3-.43A2,2,0,0,0,8,6a1.89,1.89,0,0,0,.13.67A1,1,0,0,1,7.18,8Z"/>'},zm={name:"qrcode-scan",style:"line",path:'<path d="M8,21H4a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v4a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2Zm14-6a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h4a3,3,0,0,0,3-3V16A1,1,0,0,0,22,15ZM20,1H16a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V4A3,3,0,0,0,20,1ZM2,9A1,1,0,0,0,3,8V4A1,1,0,0,1,4,3H8A1,1,0,0,0,8,1H4A3,3,0,0,0,1,4V8A1,1,0,0,0,2,9Zm8-4H6A1,1,0,0,0,5,6v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V6A1,1,0,0,0,10,5ZM9,9H7V7H9Zm5,2h4a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1H14a1,1,0,0,0-1,1v4A1,1,0,0,0,14,11Zm1-4h2V9H15Zm-5,6H6a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13ZM9,17H7V15H9Zm5-1a1,1,0,0,0,1-1,1,1,0,0,0,0-2H14a1,1,0,0,0-1,1v1A1,1,0,0,0,14,16Zm4-3a1,1,0,0,0-1,1v3a1,1,0,0,0,0,2h1a1,1,0,0,0,1-1V14A1,1,0,0,0,18,13Zm-4,4a1,1,0,1,0,1,1A1,1,0,0,0,14,17Z"/>'},wm={name:"question",style:"line",path:'<path d="M15.33252,9.5A3.5001,3.5001,0,0,0,8.80127,7.75a1.00016,1.00016,0,0,0,1.73242,1A1.50266,1.50266,0,0,1,11.83252,8a1.5,1.5,0,1,1,0,3h-.00244a.94984.94984,0,0,0-.18927.0387,1.03181,1.03181,0,0,0-.19861.04065.98275.98275,0,0,0-.15552.10485,1.00813,1.00813,0,0,0-.162.10975,1.00464,1.00464,0,0,0-.11706.1737.97789.97789,0,0,0-.09668.14417,1.02252,1.02252,0,0,0-.04285.21191A.94847.94847,0,0,0,10.83252,12v1l.00232.01135.0011.49109a1.00016,1.00016,0,0,0,1,.99756h.00244a1.00006,1.00006,0,0,0,.99756-1.00244l-.00153-.66138A3.49363,3.49363,0,0,0,15.33252,9.5Zm-4.20264,6.79A1,1,0,0,0,11.82959,18a1.036,1.036,0,0,0,.71045-.29,1.01517,1.01517,0,0,0,0-1.41992A1.03425,1.03425,0,0,0,11.12988,16.29Z"/>'},xm={name:"question-circle",style:"line",path:'<path d="M11.29,15.29a1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2.84.84,0,0,0,.08.38.9.9,0,0,0,.54.54.94.94,0,0,0,.76,0,.9.9,0,0,0,.54-.54A1,1,0,0,0,13,16a1,1,0,0,0-.29-.71A1,1,0,0,0,11.29,15.29ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM12,7A3,3,0,0,0,9.4,8.5a1,1,0,1,0,1.73,1A1,1,0,0,1,12,9a1,1,0,0,1,0,2,1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-.18A3,3,0,0,0,12,7Z"/>'},_m={name:"rainbow",style:"line",path:'<path d="M5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0A7,7,0,0,0,5,12ZM5,4A1,1,0,0,0,5,6,13,13,0,0,1,18,19a1,1,0,0,0,2,0A15,15,0,0,0,5,4ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0A11,11,0,0,0,5,8Z"/>'},km={name:"raindrops",style:"line",path:'<path d="M10.5,8c0-3.49-3.3-5.74-3.44-5.83a1,1,0,0,0-1.12,0C5.8,2.27,2.5,4.55,2.5,8a4,4,0,0,0,8,0Zm-4,2a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72A5.39,5.39,0,0,1,8.5,8,2,2,0,0,1,6.5,10ZM18.06,2.17a1,1,0,0,0-1.12,0C16.8,2.27,13.5,4.55,13.5,8a4,4,0,0,0,8,0C21.5,4.51,18.2,2.26,18.06,2.17ZM17.5,10a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72A5.39,5.39,0,0,1,19.5,8,2,2,0,0,1,17.5,10Zm-4.44,2.17a1,1,0,0,0-1.12,0c-.14.1-3.44,2.38-3.44,5.83a4,4,0,0,0,8,0C16.5,14.51,13.2,12.26,13.06,12.17ZM12.5,20a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72,5.39,5.39,0,0,1,2,3.72A2,2,0,0,1,12.5,20Z"/>'},Tm={name:"raindrops-alt",style:"line",path:'<path d="M9,7.75C9,5,6.42,3.24,6.31,3.17a1,1,0,0,0-1.12,0C5.08,3.25,2.5,5,2.5,7.75a3.25,3.25,0,0,0,6.5,0ZM5.75,9A1.25,1.25,0,0,1,4.5,7.75,3.66,3.66,0,0,1,5.75,5.3,3.61,3.61,0,0,1,7,7.75,1.25,1.25,0,0,1,5.75,9Zm6.06,1.17a1,1,0,0,0-1.12,0c-.17.12-4.19,2.9-4.19,7.08a4.75,4.75,0,0,0,9.5,0C16,13,12,10.28,11.81,10.17ZM11.25,20A2.75,2.75,0,0,1,8.5,17.25c0-2.31,1.81-4.17,2.76-5,.94.79,2.74,2.63,2.74,5A2.75,2.75,0,0,1,11.25,20ZM18.06,2.17a1,1,0,0,0-1.12,0C16.8,2.27,13.5,4.55,13.5,8a4,4,0,0,0,8,0C21.5,4.51,18.2,2.26,18.06,2.17ZM17.5,10a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72A5.39,5.39,0,0,1,19.5,8,2,2,0,0,1,17.5,10Z"/>'},Em={name:"react",style:"line",path:'<path d="M11.103,10.43793a1.78593,1.78593,0,1,0,2.43957.65362A1.786,1.786,0,0,0,11.103,10.43793Zm8.0047,1.93768q-.17587-.201-.37116-.40308.13641-.14337.264-.28649c1.60583-1.80427,2.28357-3.61371,1.65558-4.70154-.60217-1.043-2.39343-1.35382-4.63593-.91779q-.33132.06482-.659.14624-.06272-.21624-.13343-.43C14.467,3.49042,13.2381,1.99921,11.98206,2,10.77765,2.00055,9.61359,3.39709,8.871,5.5575q-.10959.31969-.20276.64471-.21908-.05375-.44-.0993c-2.366-.48578-4.27167-.16584-4.89844.9226-.601,1.04376.02753,2.74982,1.52851,4.47211q.22329.25562.45922.49976c-.18542.191-.361.38189-.52465.57171-1.4646,1.698-2.05719,3.37616-1.45716,4.41541.61969,1.07348,2.49854,1.42437,4.7854.97436q.278-.05511.55292-.124.10071.35156.22095.697c.73932,2.11706,1.89685,3.46863,3.097,3.4682,1.23944-.00073,2.48194-1.45288,3.23474-3.65875.05945-.17432.11573-.35535.16907-.54175q.35514.08835.71485.1568c2.20336.41687,3.95251.089,4.55145-.951C21.28058,15.93109,20.64288,14.12933,19.10767,12.37561ZM4.07019,7.45184c.38586-.67,1.94324-.93139,3.98608-.512q.19584.04027.39838.09a20.464,20.464,0,0,0-.42126,2.67767,20.88659,20.88659,0,0,0-2.10389,1.6936q-.21945-.22695-.42718-.4649l.00006.00006C4.21631,9.46057,3.708,8.08081,4.07019,7.45184Zm3.88666,5.72809c-.51056-.3866-.98505-.78265-1.41571-1.181.43036-.39587.90515-.79059,1.41467-1.17615q-.02746.58915-.02722,1.1792Q7.929,12.59117,7.95685,13.17993Zm-.00061,3.94061a7.23675,7.23675,0,0,1-2.63971.09314,1.766,1.766,0,0,1-1.241-.65631c-.36407-.63067.11176-1.978,1.36432-3.43023q.23621-.273.48791-.53174a20.49026,20.49026,0,0,0,2.10712,1.70007,20.80226,20.80226,0,0,0,.42621,2.712Q8.21011,17.07023,7.95624,17.12054Zm7.10113-8.03936q-.50309-.317-1.01861-.61365-.5073-.292-1.0268-.56207c.593-.24933,1.17591-.46228,1.73865-.63581A18.21775,18.21775,0,0,1,15.05737,9.08118ZM9.679,5.83521c.63623-1.85114,1.57763-2.98053,2.30352-2.98084.77308-.00037,1.77753,1.21826,2.43433,3.19763q.064.19355.121.38928a20.478,20.478,0,0,0-2.52716.9712,20.06145,20.06145,0,0,0-2.519-.98194Q9.578,6.13062,9.679,5.83521ZM9.27863,7.259a18.30717,18.30717,0,0,1,1.72967.642Q9.95746,8.4433,8.96094,9.0824C9.0412,8.4444,9.148,7.83313,9.27863,7.259ZM8.9624,14.91968q.49695.31813,1.00843.61273.52174.30039,1.05737.57556a18.19577,18.19577,0,0,1-1.74445.66492C9.15161,16.1908,9.04364,15.56879,8.9624,14.91968Zm5.45569,3.14551A7.23556,7.23556,0,0,1,13.18,20.39844l-.00006.00006a1.76585,1.76585,0,0,1-1.18841.747c-.72821.00042-1.65766-1.085-2.28992-2.89545q-.11169-.32108-.20551-.648a20.10863,20.10863,0,0,0,2.52918-1.0097,20.79976,20.79976,0,0,0,2.54736.97851Q14.50141,17.81983,14.41809,18.06519Zm.36224-1.32422c-.56921-.176-1.16058-.39252-1.76214-.64551q.50867-.2677,1.02472-.56543.52955-.30579,1.0321-.62689A18.1524,18.1524,0,0,1,14.78033,16.741Zm.44629-4.74268q.00111.91095-.05688,1.82044c-.49268.33343-1.01282.659-1.554.97143-.53894.31116-1.07293.59711-1.59674.8559q-.82682-.39624-1.62176-.854-.79047-.455-1.54468-.969-.06894-.90921-.06946-1.82172l.00012.00019q-.00063-.91187.06794-1.82184c.49255-.33637,1.00891-.66168,1.54278-.96991.53632-.30969,1.077-.59442,1.61469-.85248q.81664.39688,1.60382.85065.78992.454,1.549.95868.06519.91443.06524,1.83166Zm.95673-5.09283c1.92133-.37372,3.37-.12232,3.73291.50622.3866.66962-.16748,2.1485-1.55383,3.70636l-.00006.00006q-.1149.12891-.23841.25891A20.06118,20.06118,0,0,0,15.98,9.68915a20.04054,20.04054,0,0,0-.40546-2.64893Q15.88486,6.96387,16.18335,6.90546Zm-.12988,3.8847A18.16447,18.16447,0,0,1,17.51483,11.978a18.11912,18.11912,0,0,1-1.45672,1.20831q.02325-.59391.02288-1.18842Q16.08072,11.39389,16.05347,10.79016Zm3.8681,5.78876c-.36346.63116-1.76788.89435-3.65222.53784q-.32391-.06115-.66474-.14557a20.069,20.069,0,0,0,.38746-2.68176,19.93914,19.93914,0,0,0,2.13708-1.71588q.17643.18329.33563.36487v-.00007a7.23437,7.23437,0,0,1,1.40308,2.23792A1.76563,1.76563,0,0,1,19.92157,16.57892Z"/>'},Om={name:"receipt",style:"line",path:'<path d="M9,12H7a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2ZM8,10h4a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm1,6H7a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm12-4H18V3a1,1,0,0,0-.5-.87,1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM5,20a1,1,0,0,1-1-1V4.73L6,5.87a1.08,1.08,0,0,0,1,0l3-1.72,3,1.72a1.08,1.08,0,0,0,1,0l2-1.14V19a3,3,0,0,0,.18,1Zm15-1a1,1,0,0,1-2,0V14h2Zm-6.44-2.83a.76.76,0,0,0-.18-.09.6.6,0,0,0-.19-.06,1,1,0,0,0-.9.27A1.05,1.05,0,0,0,12,17a1,1,0,0,0,.07.38,1.19,1.19,0,0,0,.22.33,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,14,17a1.05,1.05,0,0,0-.29-.71A1.58,1.58,0,0,0,13.56,16.17Zm.14-3.88a1,1,0,0,0-1.62.33A1,1,0,0,0,13,14a1,1,0,0,0,1-1,1,1,0,0,0-.08-.38A.91.91,0,0,0,13.7,12.29Z"/>'},Pm={name:"receipt-alt",style:"line",path:'<path d="M10,8h6a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM8,12h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm0,4h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2ZM20,2H4A1,1,0,0,0,3,3V21a1,1,0,0,0,1.6.8l2.07-1.55L8.73,21.8a1,1,0,0,0,1.2,0L12,20.25l2.07,1.55a1,1,0,0,0,1.2,0l2.06-1.55L19.4,21.8a1,1,0,0,0,1.05.09A1,1,0,0,0,21,21V3A1,1,0,0,0,20,2ZM19,19l-1.07-.8a1,1,0,0,0-1.2,0l-2.06,1.55L12.6,18.2a1,1,0,0,0-1.2,0L9.33,19.75,7.27,18.2a1,1,0,0,0-1.2,0L5,19V4H19Z"/>'},Nm={name:"record-audio",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM12,6a6,6,0,1,0,6,6A6,6,0,0,0,12,6Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,12,16Z"/>'},jm={name:"reddit-alien-alt",style:"line",path:'<path d="M14.41016,16.86719A3.375,3.375,0,0,1,12.042,17.5a3.36829,3.36829,0,0,1-2.36523-.63184,1.00059,1.00059,0,0,0-1.416,1.41407A5.11054,5.11054,0,0,0,12.042,19.5a5.12,5.12,0,0,0,3.78223-1.2168,1.00058,1.00058,0,1,0-1.41406-1.416ZM9.2005,15.00165a1,1,0,1,0-1.0003-.9997A1.00079,1.00079,0,0,0,9.2005,15.00165Zm6-2a1,1,0,1,0,.9997,1.0003A1.00138,1.00138,0,0,0,15.2005,13.00165ZM23,11.78027a3.77157,3.77157,0,0,0-6.794-2.26471,16.50461,16.50461,0,0,0-3.05005-.47851l.85578-5.705,2.08752.70984a2.99694,2.99694,0,0,0,5.99353-.06433V3.95508a3.02886,3.02886,0,0,0-3-2.95508,2.97689,2.97689,0,0,0-2.33209,1.155L13.52246,1.05371a.999.999,0,0,0-1.31152.79785L11.13446,9.027A16.66426,16.66426,0,0,0,7.794,9.51556a3.76753,3.76753,0,0,0-6.22492,4.23487A4.86206,4.86206,0,0,0,1,16c0,3.9248,4.832,7,11,7s11-3.0752,11-7a4.86217,4.86217,0,0,0-.56866-2.2489A3.78344,3.78344,0,0,0,23,11.78027ZM19.09277,3a1,1,0,1,1-1,1A1.01672,1.01672,0,0,1,19.09277,3ZM4.78027,10a1.75976,1.75976,0,0,1,.88172.24951A9.97889,9.97889,0,0,0,3.0141,11.9234c-.004-.04785-.0141-.095-.0141-.14313A1.78255,1.78255,0,0,1,4.78027,10ZM12,21c-4.87891,0-9-2.29-9-5s4.12109-5,9-5,9,2.29,9,5S16.87891,21,12,21Zm8.9859-9.07654A9.97805,9.97805,0,0,0,18.338,10.24951,1.75993,1.75993,0,0,1,19.21973,10,1.78255,1.78255,0,0,1,21,11.78027C21,11.82837,20.98993,11.87561,20.9859,11.92346Z"/>'},Dm={name:"redo",style:"line",path:'<path d="M21,11a1,1,0,0,0-1,1,8.05,8.05,0,1,1-2.22-5.5h-2.4a1,1,0,0,0,0,2h4.53a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4.77A10,10,0,1,0,22,12,1,1,0,0,0,21,11Z"/>'},qm={name:"refresh",style:"line",path:'<path d="M19.91,15.51H15.38a1,1,0,0,0,0,2h2.4A8,8,0,0,1,4,12a1,1,0,0,0-2,0,10,10,0,0,0,16.88,7.23V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.91,15.51ZM15,12a3,3,0,1,0-3,3A3,3,0,0,0,15,12Zm-4,0a1,1,0,1,1,1,1A1,1,0,0,1,11,12ZM12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.22A8,8,0,0,1,20,12a1,1,0,0,0,2,0A10,10,0,0,0,12,2Z"/>'},Rm={name:"registered",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm.5-13h-3a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V14h2a1,1,0,0,1,1,1v1a1,1,0,0,0,2,0V15a3,3,0,0,0-.78-2,3,3,0,0,0,.78-2V10A3,3,0,0,0,12.5,7Zm1,4a1,1,0,0,1-1,1h-2V9h2a1,1,0,0,1,1,1Z"/>'},Im={name:"repeat",style:"line",path:'<path d="M5.5,17.5H4V6.5h7.8L11,7.29a1,1,0,0,0,1.41,1.42l2.5-2.5a1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.79.79H3a1,1,0,0,0-1,1v13a1,1,0,0,0,1,1H5.5a1,1,0,0,0,0-2ZM21,4.5H18.5a1,1,0,0,0,0,2H20v11H11.63l.79-.79a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0l-2.5,2.5a1,1,0,0,0,0,1.42l2.5,2.5a1,1,0,0,0,1.41-1.42l-.79-.79H21a1,1,0,0,0,1-1V5.5A1,1,0,0,0,21,4.5Z"/>'},Fm={name:"restaurant",style:"line",path:'<path d="M16.84,11.63A3,3,0,0,0,19,10.75l2.83-2.83a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L17.55,9.33a1,1,0,0,1-1.42,0h0L19.67,5.8a1,1,0,1,0-1.42-1.42L14.72,7.92a1,1,0,0,1,0-1.41l2.83-2.83a1,1,0,1,0-1.42-1.42L13.3,5.09a3,3,0,0,0,0,4.24h0L12,10.62,3.73,2.32l-.1-.06a.71.71,0,0,0-.17-.11l-.18-.07L3.16,2H3.09l-.2,0a.57.57,0,0,0-.18,0,.7.7,0,0,0-.17.09l-.16.1-.07,0-.06.1a1,1,0,0,0-.11.17,1.07,1.07,0,0,0-.07.19s0,.07,0,.11a11,11,0,0,0,3.11,9.34l2.64,2.63-5.41,5.4a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29L9.9,15.57h0l2.83-2.83h0l2-2A3,3,0,0,0,16.84,11.63ZM9.19,13.45,6.56,10.81A9.06,9.06,0,0,1,4,5.4L10.61,12Zm6.24.57A1,1,0,0,0,14,15.44l6.3,6.3A1,1,0,0,0,21,22a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42Z"/>'},Bm={name:"right-indent-alt",style:"line",path:'<path d="M3.64,9.56A1,1,0,1,0,2.36,11.1l1.08.9-1.08.9a1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.13l2-1.67a1,1,0,0,0,0-1.54ZM9,5A1,1,0,0,0,8,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,9,5Zm4,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2Zm8,10H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0-8H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"/>'},Um={name:"right-to-left-text-direction",style:"line",path:'<path d="M20.5,17H5.91l1.3-1.29a1,1,0,0,0-1.42-1.42l-3,3a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.91,19H20.5a1,1,0,0,0,0-2Zm-9-7v4a1,1,0,0,0,2,0V4h2V14a1,1,0,0,0,2,0V4h1a1,1,0,0,0,0-2h-7a4,4,0,0,0,0,8Zm0-6V8a2,2,0,0,1,0-4Z"/>'},$m={name:"robot",style:"line",path:'<path d="M9,15a1,1,0,1,0,1,1A1,1,0,0,0,9,15ZM2,14a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V15A1,1,0,0,0,2,14Zm20,0a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V15A1,1,0,0,0,22,14ZM17,7H13V5.72A2,2,0,0,0,14,4a2,2,0,0,0-4,0,2,2,0,0,0,1,1.72V7H7a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V10A3,3,0,0,0,17,7ZM13.72,9l-.5,2H10.78l-.5-2ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V10A1,1,0,0,1,7,9H8.22L9,12.24A1,1,0,0,0,10,13h4a1,1,0,0,0,1-.76L15.78,9H17a1,1,0,0,1,1,1Zm-3-4a1,1,0,1,0,1,1A1,1,0,0,0,15,15Z"/>'},Wm={name:"rocket",style:"line",path:'<path d="M22.60107,2.062a1.00088,1.00088,0,0,0-.71289-.71289A11.25224,11.25224,0,0,0,10.46924,4.97217L9.35431,6.296l-2.6048-.62848A2.77733,2.77733,0,0,0,3.36279,7.0249L1.1626,10.9248A.99989.99989,0,0,0,1.82422,12.394l3.07275.65869a13.41952,13.41952,0,0,0-.55517,2.43409,1.00031,1.00031,0,0,0,.28466.83642l3.1001,3.1001a.99941.99941,0,0,0,.707.293c.02881,0,.05762-.00147.08692-.00391a12.16892,12.16892,0,0,0,2.49157-.49l.64368,3.00318a1.0003,1.0003,0,0,0,1.46924.66162l3.90527-2.20264a3.03526,3.03526,0,0,0,1.375-3.30371l-.6687-2.759,1.23706-1.13751A11.20387,11.20387,0,0,0,22.60107,2.062ZM3.57227,10.72314,5.12842,7.96338a.82552.82552,0,0,1,1.06982-.37549l1.71741.4162-.65.77179A13.09523,13.09523,0,0,0,5.67633,11.174Zm12.47021,8.22217L13.32666,20.477l-.4295-2.00464a11.33992,11.33992,0,0,0,2.41339-1.61987l.74353-.68366.40344,1.66462A1.041,1.041,0,0,1,16.04248,18.94531ZM17.65674,11.98l-3.68457,3.38623a9.77348,9.77348,0,0,1-5.17041,2.3042l-2.4043-2.4043a10.932,10.932,0,0,1,2.40088-5.206l1.67834-1.99268a.9635.9635,0,0,0,.07813-.09277L11.98975,6.271a9.27757,9.27757,0,0,1,8.80957-3.12012A9.21808,9.21808,0,0,1,17.65674,11.98Zm-.923-6.16376a1.5,1.5,0,1,0,1.5,1.5A1.49992,1.49992,0,0,0,16.7337,5.81622Z"/>'},Gm={name:"rope-way",style:"line",path:'<path d="M19,6.5H13V4h4.62a1,1,0,0,0,0-2H6.38a1,1,0,1,0,0,2H11V6.5H5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9.5A3,3,0,0,0,19,6.5ZM11,20H5a1,1,0,0,1-1-1V15.25h7a.5.5,0,0,0,0,.13v4.5A.53.53,0,0,0,11,20Zm9-1a1,1,0,0,1-1,1H13a.53.53,0,0,0,0-.12v-4.5a.5.5,0,0,0,0-.13h7Zm0-5.75H4V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/>'},Qm={name:"rotate-360",style:"line",path:'<path d="M12,6C6.3,6,2,8.15,2,11c0,2.45,3.19,4.38,7.71,4.88l-.42.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-2-2a1,1,0,0,0-1.42,1.42l.12.11C6,13.34,4,12,4,11c0-1.22,3.12-3,8-3s8,1.78,8,3c0,.83-1.45,2-4.21,2.6A1,1,0,0,0,15,14.79a1,1,0,0,0,1.19.77C19.84,14.76,22,13.06,22,11,22,8.15,17.7,6,12,6Z"/>'},Km={name:"rss",style:"line",path:'<path d="M2.88,16.88a3,3,0,0,0,0,4.24,3,3,0,0,0,4.24,0,3,3,0,0,0-4.24-4.24Zm2.83,2.83a1,1,0,0,1-1.42-1.42,1,1,0,0,1,1.42,0A1,1,0,0,1,5.71,19.71ZM5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0,7,7,0,0,0-7-7ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0,11.08,11.08,0,0,0-3.22-7.78A11.08,11.08,0,0,0,5,8Zm10.61.39A15.11,15.11,0,0,0,5,4,1,1,0,0,0,5,6,13,13,0,0,1,18,19a1,1,0,0,0,2,0A15.11,15.11,0,0,0,15.61,8.39Z"/>'},Jm={name:"rss-alt",style:"line",path:'<path d="M2.88,16.88a3,3,0,1,0,4.24,4.24h0a3,3,0,0,0,0-4.24A3.08,3.08,0,0,0,2.88,16.88Zm2.83,2.83h0a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42,1,1,0,0,1,1.42,0A1,1,0,0,1,5.71,19.71ZM5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0A7,7,0,0,0,5,12ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0A11,11,0,0,0,5,8Z"/>'},Xm={name:"rss-interface",style:"line",path:'<path d="M3,14a1,1,0,0,0,0,2,3,3,0,0,1,3,3,1,1,0,0,0,2,0A5,5,0,0,0,3,14Zm-.71,4.29a1,1,0,1,0,1.42,0A1,1,0,0,0,2.29,18.29ZM19,4H5A3,3,0,0,0,2,7,1,1,0,0,0,4,7,1,1,0,0,1,5,6H19a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H15a1,1,0,0,0,0,2h4a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM3,10a1,1,0,0,0,0,2,7,7,0,0,1,7,7,1,1,0,0,0,2,0A9,9,0,0,0,3,10Z"/>'},Ym={name:"ruler",style:"line",path:'<path d="M22.61,7.05,17,1.39a1,1,0,0,0-.71-.29,1,1,0,0,0-.7.29L1.39,15.54a1,1,0,0,0,0,1.41l5.66,5.66a1,1,0,0,0,.71.29,1,1,0,0,0,.7-.29l2.83-2.83h0l8.49-8.49h0l2.83-2.83A1,1,0,0,0,22.61,7.05ZM19.07,9.17l-.71-.71a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.71.71L16.24,12,14.12,9.88a1,1,0,0,0-1.41,1.41l2.12,2.12-1.42,1.42-.7-.71a1,1,0,1,0-1.42,1.42l.71.7-1.41,1.42L8.46,15.54a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.41l2.12,2.12L7.76,20.49,3.51,16.24,16.24,3.51l4.25,4.25Z"/>'},ev={name:"ruler-combined",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H9a1,1,0,0,0,1-1V10H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,8H18V7a1,1,0,0,0-2,0V8H14V7a1,1,0,0,0-2,0V8H10V7A1,1,0,0,0,8,7V8H7a1,1,0,0,0,0,2H8v2H7a1,1,0,0,0,0,2H8v2H7a1,1,0,0,0,0,2H8v2H4V4H20Z"/>'},tv={name:"rupee-sign",style:"line",path:'<path d="M18,7H15.79a5.49,5.49,0,0,0-1-2H18a1,1,0,0,0,0-2H7A1,1,0,0,0,7,5h3.5a3.5,3.5,0,0,1,3.15,2H7A1,1,0,0,0,7,9h7a3.5,3.5,0,0,1-3.45,3H7a.7.7,0,0,0-.14,0,.65.65,0,0,0-.2,0,.69.69,0,0,0-.19.1l-.12.07,0,0a.75.75,0,0,0-.14.17,1.1,1.1,0,0,0-.09.14.61.61,0,0,0,0,.18A.65.65,0,0,0,6,13s0,0,0,0a.7.7,0,0,0,0,.14.65.65,0,0,0,0,.2.69.69,0,0,0,.1.19s0,.08.07.12l6,7a1,1,0,0,0,1.52-1.3L9.18,14H10.5A5.5,5.5,0,0,0,16,9h2a1,1,0,0,0,0-2Z"/>'},nv={name:"sad",style:"line",path:'<path d="M8.36,15.33a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,.64.23,1,1,0,0,0,.64-1.76A5.81,5.81,0,0,0,8.36,15.33Zm.85-4.79a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17.62,9.13a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13Z"/>'},av={name:"sad-cry",style:"line",path:'<path d="M12,2A10,10,0,0,0,8.59,21.39l.06,0a9.81,9.81,0,0,0,6.7,0l.06,0A10,10,0,0,0,12,2Zm2,17.74a7.82,7.82,0,0,1-4,0V16h4Zm2-.82V11a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2v3H10V11a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2v7.92a8,8,0,1,1,8,0Z"/>'},rv={name:"sad-crying",style:"line",path:'<path d="M12,2A10,10,0,0,0,8.59,21.39l.06,0a9.81,9.81,0,0,0,6.7,0l.06,0A10,10,0,0,0,12,2Zm2,17.74a7.82,7.82,0,0,1-4,0V16.61a3.79,3.79,0,0,1,4,0Zm2-.82V11a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2v3.39a6,6,0,0,0-4,0V11a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2v7.92a8,8,0,1,1,8,0Z"/>'},iv={name:"sad-dizzy",style:"line",path:'<path d="M9,11.71l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,9.54,8.29l-.29.3L9,8.29A1,1,0,1,0,7.54,9.71l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0Zm-.6,3.62a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.4A5.81,5.81,0,0,0,8.36,15.33ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8.29a1,1,0,0,0-1.42,0l-.29.3L15,8.29a1,1,0,0,0-1.42,1.42l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,17,8.29Z"/>'},lv={name:"sad-squint",style:"line",path:'<path d="M9.08,12.21l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29A1,1,0,0,0,9.08,12.21Zm-.72,3.12a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.4A5.81,5.81,0,0,0,8.36,15.33Zm8.22-7.54a1,1,0,0,0-1.42,0l-1.5,1.5a1,1,0,0,0,0,1.42l1.5,1.5a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L15.79,10l.79-.79A1,1,0,0,0,16.58,7.79ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ov={name:"sanitizer",style:"line",path:'<path d="M13,12a3,3,0,1,0,3,3A3.00328,3.00328,0,0,0,13,12Zm0,4a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,13,16Zm5.80029-8.3999L16,5.50012V3h1a1,1,0,0,0,0-2H8.65674A4.96656,4.96656,0,0,0,5.12158,2.46436L4.293,3.293A.99989.99989,0,1,0,5.707,4.707l.82861-.82861A3.022,3.022,0,0,1,8.65674,3H10V5.50006l-2.80078,2.1A3.01563,3.01563,0,0,0,6,10V22a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V10A3.01469,3.01469,0,0,0,18.80029,7.6001ZM12,3h2V5H12Zm6,18H8V10a1.00551,1.00551,0,0,1,.3999-.80029L11.3335,7h3.333l2.93311,2.19971A1.00457,1.00457,0,0,1,18,10Z"/>'},cv={name:"sanitizer-alt",style:"line",path:'<path d="M14,15H12a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm2-7V5a1,1,0,0,0-1-1H14V3h1a1,1,0,0,0,0-2H10.23584A4.593,4.593,0,0,0,6.10547,3.55273a1.00012,1.00012,0,0,0,1.78906.89454A2.60342,2.60342,0,0,1,10.23584,3H12V4H11a1,1,0,0,0-1,1V8a3.00328,3.00328,0,0,0-3,3v9a3.00328,3.00328,0,0,0,3,3h6a3.00328,3.00328,0,0,0,3-3V11A3.00328,3.00328,0,0,0,16,8ZM12,6h2V8H12Zm5,14a1.0013,1.0013,0,0,1-1,1H10a1.0013,1.0013,0,0,1-1-1V11a1.0013,1.0013,0,0,1,1-1h6a1.0013,1.0013,0,0,1,1,1Z"/>'},uv={name:"save",style:"line",path:'<path d="M20.71,9.29l-6-6a1,1,0,0,0-.32-.21A1.09,1.09,0,0,0,14,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V10A1,1,0,0,0,20.71,9.29ZM9,5h4V7H9Zm6,14H9V16a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Zm4-1a1,1,0,0,1-1,1H17V16a3,3,0,0,0-3-3H10a3,3,0,0,0-3,3v3H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H7V8A1,1,0,0,0,8,9h6a1,1,0,0,0,1-1V6.41l4,4Z"/>'},sv={name:"scaling-left",style:"line",path:'<path d="M21,16a1,1,0,0,0-1,1v1.59L13.41,12l2.13-2.12a1,1,0,0,0-1.42-1.42L12,10.59,5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41L10.59,12,8.46,14.12a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29L12,13.41,18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Z"/>'},hv={name:"scaling-right",style:"line",path:'<path d="M21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59L12,10.59,9.88,8.46A1,1,0,0,0,8.46,9.88L10.59,12,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41L12,13.41l2.12,2.13a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L13.41,12,20,5.41V7a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/>'},dv={name:"scenery",style:"line",path:'<path d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a2.81,2.81,0,0,0,.49-.05l.3-.07.07,0h0l.05,0,.37-.14.13-.07c.1-.06.21-.11.31-.18a3.79,3.79,0,0,0,.38-.32l.07-.09a2.69,2.69,0,0,0,.27-.32l.09-.13a2.31,2.31,0,0,0,.18-.35,1,1,0,0,0,.07-.15c.05-.12.08-.25.12-.38l0-.15A2.6,2.6,0,0,0,22,19V5A3,3,0,0,0,19,2ZM5,20a1,1,0,0,1-1-1V14.69l3.29-3.3h0a1,1,0,0,1,1.42,0L17.31,20Zm15-1a1,1,0,0,1-.07.36,1,1,0,0,1-.08.14.94.94,0,0,1-.09.12l-5.35-5.35.88-.88a1,1,0,0,1,1.42,0h0L20,16.69Zm0-5.14L18.12,12a3.08,3.08,0,0,0-4.24,0l-.88.88L10.12,10a3.08,3.08,0,0,0-4.24,0L4,11.86V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM13.5,6A1.5,1.5,0,1,0,15,7.5,1.5,1.5,0,0,0,13.5,6Z"/>'},pv={name:"schedule",style:"line",path:'<path d="M12,14a1,1,0,1,0-1-1A1,1,0,0,0,12,14Zm5,0a1,1,0,1,0-1-1A1,1,0,0,0,17,14Zm-5,4a1,1,0,1,0-1-1A1,1,0,0,0,12,18Zm5,0a1,1,0,1,0-1-1A1,1,0,0,0,17,18ZM7,14a1,1,0,1,0-1-1A1,1,0,0,0,7,14ZM19,4H18V3a1,1,0,0,0-2,0V4H8V3A1,1,0,0,0,6,3V4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm1,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10H20ZM20,8H4V7A1,1,0,0,1,5,6H19a1,1,0,0,1,1,1ZM7,18a1,1,0,1,0-1-1A1,1,0,0,0,7,18Z"/>'},fv={name:"screw",style:"line",path:'<path d="M21.71,10.12,13.88,2.29a1,1,0,0,0-1.7.57L11.45,8l-2,2-.33-.19A1,1,0,0,0,8,11.44L6.85,12.61l-.33-.19a1,1,0,0,0-1.11,1.63L4.24,15.21,3.92,15a1,1,0,0,0-1.37.37,1,1,0,0,0,.25,1.26l-.51.51a.93.93,0,0,0-.21.33,1,1,0,0,0-.08.38V21a1,1,0,0,0,1,1H6.13a1,1,0,0,0,.38-.08.93.93,0,0,0,.33-.21L8.54,20l.33.19a1,1,0,0,0,1.37-.36A1,1,0,0,0,10,18.56l1.17-1.16.33.19a1,1,0,0,0,.49.13A1,1,0,0,0,12.59,16l1.17-1.16.33.19a1,1,0,0,0,.49.13,1,1,0,0,0,.62-1.77l.79-.79,5.15-.73a1,1,0,0,0,.81-.68A1,1,0,0,0,21.71,10.12ZM5.72,20H4V18.28l.57-.57L6.75,19Zm2.49-2.5L6,16.25l1.14-1.14,2.17,1.25Zm2.61-2.6L8.64,13.64,9.79,12.5,12,13.75Zm2.61-2.61L11.25,11l1.14-1.14,1.72,1.72Zm2.45-1.74L13.45,8.12l.43-3,5,5Z"/>'},mv={name:"scroll",style:"line",path:'<path d="M11.29,9.71a1,1,0,0,0,1.42,0l5-5a1,1,0,1,0-1.42-1.42L12,7.59,7.71,3.29A1,1,0,0,0,6.29,4.71Zm1.42,4.58a1,1,0,0,0-1.42,0l-5,5a1,1,0,0,0,1.42,1.42L12,16.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},vv={name:"scroll-h",style:"line",path:'<path d="M4.71,6.29A1,1,0,0,0,3.29,7.71L7.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,0-1.42ZM16.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42l-5,5a1,1,0,0,0,0,1.42l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},Av={name:"search",style:"line",path:'<path d="M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z"/>'},yv={name:"search-alt",style:"line",path:'<path d="M21.07,16.83,19,14.71a3.08,3.08,0,0,0-3.4-.57l-.9-.9a7,7,0,1,0-1.41,1.41l.89.89A3,3,0,0,0,14.71,19l2.12,2.12a3,3,0,0,0,4.24,0A3,3,0,0,0,21.07,16.83Zm-8.48-4.24a5,5,0,1,1,0-7.08A5,5,0,0,1,12.59,12.59Zm7.07,7.07a1,1,0,0,1-1.42,0l-2.12-2.12a1,1,0,0,1,0-1.42,1,1,0,0,1,1.42,0l2.12,2.12A1,1,0,0,1,19.66,19.66Z"/>'},Mv={name:"search-minus",style:"line",path:'<path d="M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Zm4-8H7a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"/>'},Hv={name:"search-plus",style:"line",path:'<path d="M15,10H12V7a1,1,0,0,0-2,0v3H7a1,1,0,0,0,0,2h3v3a1,1,0,0,0,2,0V12h3a1,1,0,0,0,0-2Zm6.71,10.29L18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z"/>'},gv={name:"selfie",style:"line",path:'<path d="M16,2H8A3,3,0,0,0,5,5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V18H17Zm-5-5a3,3,0,0,1,2.82,2H9.18A3,3,0,0,1,12,14Zm-1-3a1,1,0,1,1,1,1A1,1,0,0,1,11,11Zm6,5h-.1a5,5,0,0,0-2.42-3.32A3,3,0,0,0,15,11a3,3,0,0,0-6,0,3,3,0,0,0,.52,1.68A5,5,0,0,0,7.1,16H7V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1ZM12,5a1,1,0,1,0,1,1A1,1,0,0,0,12,5Z"/>'},Zv={name:"server",style:"line",path:'<path d="M15,17a1,1,0,1,0,1,1A1,1,0,0,0,15,17ZM9,17H6a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm9,0a1,1,0,1,0,1,1A1,1,0,0,0,18,17Zm-3-6a1,1,0,1,0,1,1A1,1,0,0,0,15,11ZM9,11H6a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm9-6a1,1,0,1,0,1,1A1,1,0,0,0,18,5Zm0,6a1,1,0,1,0,1,1A1,1,0,0,0,18,11Zm4-6a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V7a3,3,0,0,0,.78,2A3,3,0,0,0,2,11v2a3,3,0,0,0,.78,2A3,3,0,0,0,2,17v2a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V17a3,3,0,0,0-.78-2A3,3,0,0,0,22,13V11a3,3,0,0,0-.78-2A3,3,0,0,0,22,7ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H5A1,1,0,0,1,4,7V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM15,5a1,1,0,1,0,1,1A1,1,0,0,0,15,5ZM9,5H6A1,1,0,0,0,6,7H9A1,1,0,0,0,9,5Z"/>'},Vv={name:"server-alt",style:"line",path:'<path d="M8,17a1,1,0,1,0,1,1A1,1,0,0,0,8,17Zm0-6a1,1,0,1,0,1,1A1,1,0,0,0,8,11ZM8,5A1,1,0,1,0,9,6,1,1,0,0,0,8,5ZM20,5a3,3,0,0,0-3-3H7A3,3,0,0,0,4,5V7a3,3,0,0,0,.78,2A3,3,0,0,0,4,11v2a3,3,0,0,0,.78,2A3,3,0,0,0,4,17v2a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V17a3,3,0,0,0-.78-2A3,3,0,0,0,20,13V11a3,3,0,0,0-.78-2A3,3,0,0,0,20,7ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H7A1,1,0,0,1,6,7V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Z"/>'},Cv={name:"server-connection",style:"line",path:'<path d="M11,13a1,1,0,1,0,1,1A1,1,0,0,0,11,13ZM7,13a1,1,0,1,0,1,1A1,1,0,0,0,7,13ZM22,4a3,3,0,0,0-3-3H5A3,3,0,0,0,2,4V8a3,3,0,0,0,.78,2A3,3,0,0,0,2,12v4a3,3,0,0,0,3,3h6v2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2H13V19h6a3,3,0,0,0,3-3V12a3,3,0,0,0-.78-2A3,3,0,0,0,22,8ZM20,16a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm0-8a1,1,0,0,1-1,1H5A1,1,0,0,1,4,8V4A1,1,0,0,1,5,3H19a1,1,0,0,1,1,1ZM11,5a1,1,0,1,0,1,1A1,1,0,0,0,11,5ZM7,5A1,1,0,1,0,8,6,1,1,0,0,0,7,5Z"/>'},bv={name:"server-network",style:"line",path:'<path d="M8,6A1,1,0,1,0,7,5,1,1,0,0,0,8,6ZM21,19H14.82A3,3,0,0,0,13,17.18V15h4a3,3,0,0,0,3-3V10a3,3,0,0,0-.78-2A3,3,0,0,0,20,6V4a3,3,0,0,0-3-3H7A3,3,0,0,0,4,4V6a3,3,0,0,0,.78,2A3,3,0,0,0,4,10v2a3,3,0,0,0,3,3h4v2.18A3,3,0,0,0,9.18,19H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM6,4A1,1,0,0,1,7,3H17a1,1,0,0,1,1,1V6a1,1,0,0,1-1,1H7A1,1,0,0,1,6,6Zm1,9a1,1,0,0,1-1-1V10A1,1,0,0,1,7,9H17a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1Zm5,8a1,1,0,1,1,1-1A1,1,0,0,1,12,21ZM8,10a1,1,0,1,0,1,1A1,1,0,0,0,8,10Z"/>'},Lv={name:"server-network-alt",style:"line",path:'<path d="M8,6h3a1,1,0,0,0,0-2H8A1,1,0,0,0,8,6Zm8,0a1,1,0,1,0-1-1A1,1,0,0,0,16,6Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,16,10Zm5,9H14.82A3,3,0,0,0,13,17.18V15h4a3,3,0,0,0,3-3V10a3,3,0,0,0-.78-2A3,3,0,0,0,20,6V4a3,3,0,0,0-3-3H7A3,3,0,0,0,4,4V6a3,3,0,0,0,.78,2A3,3,0,0,0,4,10v2a3,3,0,0,0,3,3h4v2.18A3,3,0,0,0,9.18,19H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM6,4A1,1,0,0,1,7,3H17a1,1,0,0,1,1,1V6a1,1,0,0,1-1,1H7A1,1,0,0,1,6,6Zm1,9a1,1,0,0,1-1-1V10A1,1,0,0,1,7,9H17a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1Zm5,8a1,1,0,1,1,1-1A1,1,0,0,1,12,21ZM11,10H8a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"/>'},Sv={name:"servers",style:"line",path:'<path d="M15,17a1,1,0,1,0,1,1A1,1,0,0,0,15,17Zm-4,0H9a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm0-6H9a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,15,11Zm8-3a3,3,0,0,0-3-3H19a3,3,0,0,0-3-3H8A3,3,0,0,0,5,5H4A3,3,0,0,0,1,8v2a3,3,0,0,0,.78,2A3,3,0,0,0,1,14v2a3,3,0,0,0,3,3H5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2A3,3,0,0,0,23,10ZM5,17H4a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1H5a3,3,0,0,0,.78,2A3,3,0,0,0,5,17Zm0-6H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H5a3,3,0,0,0,.78,2A3,3,0,0,0,5,11Zm12,8a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H8A1,1,0,0,1,7,7V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Zm4,9a1,1,0,0,1-1,1H19a3,3,0,0,0-.78-2A3,3,0,0,0,19,13h1a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H19a3,3,0,0,0-.78-2A3,3,0,0,0,19,7h1a1,1,0,0,1,1,1ZM15,5a1,1,0,1,0,1,1A1,1,0,0,0,15,5ZM11,5H9A1,1,0,0,0,9,7h2a1,1,0,0,0,0-2Z"/>'},zv={name:"servicemark",style:"line",path:'<path d="M5.5,9h4a1,1,0,0,0,0-2h-4a3,3,0,0,0,0,6h2a1,1,0,0,1,0,2h-4a1,1,0,0,0,0,2h4a3,3,0,0,0,0-6h-2a1,1,0,0,1,0-2ZM21.42,7.62a1,1,0,0,0-.54-.54,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21L17,10.09l-2.79-2.8a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.54.54A1,1,0,0,0,12.5,8v8a1,1,0,0,0,2,0V10.41l1.79,1.8a1,1,0,0,0,1.42,0l1.79-1.8V16a1,1,0,0,0,2,0V8A1,1,0,0,0,21.42,7.62Z"/>'},wv={name:"setting",style:"line",path:'<path d="M19.9,12.66a1,1,0,0,1,0-1.32L21.18,9.9a1,1,0,0,0,.12-1.17l-2-3.46a1,1,0,0,0-1.07-.48l-1.88.38a1,1,0,0,1-1.15-.66l-.61-1.83A1,1,0,0,0,13.64,2h-4a1,1,0,0,0-1,.68L8.08,4.51a1,1,0,0,1-1.15.66L5,4.79A1,1,0,0,0,4,5.27L2,8.73A1,1,0,0,0,2.1,9.9l1.27,1.44a1,1,0,0,1,0,1.32L2.1,14.1A1,1,0,0,0,2,15.27l2,3.46a1,1,0,0,0,1.07.48l1.88-.38a1,1,0,0,1,1.15.66l.61,1.83a1,1,0,0,0,1,.68h4a1,1,0,0,0,.95-.68l.61-1.83a1,1,0,0,1,1.15-.66l1.88.38a1,1,0,0,0,1.07-.48l2-3.46a1,1,0,0,0-.12-1.17ZM18.41,14l.8.9-1.28,2.22-1.18-.24a3,3,0,0,0-3.45,2L12.92,20H10.36L10,18.86a3,3,0,0,0-3.45-2l-1.18.24L4.07,14.89l.8-.9a3,3,0,0,0,0-4l-.8-.9L5.35,6.89l1.18.24a3,3,0,0,0,3.45-2L10.36,4h2.56l.38,1.14a3,3,0,0,0,3.45,2l1.18-.24,1.28,2.22-.8.9A3,3,0,0,0,18.41,14ZM11.64,8a4,4,0,1,0,4,4A4,4,0,0,0,11.64,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,11.64,14Z"/>'},xv={name:"share",style:"line",path:'<path d="M21.707,11.293l-8-8A.99991.99991,0,0,0,12,4V7.54492A11.01525,11.01525,0,0,0,2,18.5V20a1,1,0,0,0,1.78418.62061,11.45625,11.45625,0,0,1,7.88672-4.04932c.0498-.00635.1748-.01611.3291-.02588V20a.99991.99991,0,0,0,1.707.707l8-8A.99962.99962,0,0,0,21.707,11.293ZM14,17.58594V15.5a.99974.99974,0,0,0-1-1c-.25488,0-1.2959.04932-1.56152.085A14.00507,14.00507,0,0,0,4.05176,17.5332,9.01266,9.01266,0,0,1,13,9.5a.99974.99974,0,0,0,1-1V6.41406L19.58594,12Z"/>'},_v={name:"share-alt",style:"line",path:'<path d="M18,14a4,4,0,0,0-3.08,1.48l-5.1-2.35a3.64,3.64,0,0,0,0-2.26l5.1-2.35A4,4,0,1,0,14,6a4.17,4.17,0,0,0,.07.71L8.79,9.14a4,4,0,1,0,0,5.72l5.28,2.43A4.17,4.17,0,0,0,14,18a4,4,0,1,0,4-4ZM18,4a2,2,0,1,1-2,2A2,2,0,0,1,18,4ZM6,14a2,2,0,1,1,2-2A2,2,0,0,1,6,14Zm12,6a2,2,0,1,1,2-2A2,2,0,0,1,18,20Z"/>'},kv={name:"shield",style:"line",path:'<path d="M19.63,3.65a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39Z"/>'},Tv={name:"shield-check",style:"line",path:'<path d="M19.63,3.65a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39ZM13.54,9.59l-2.69,2.7-.89-.9a1,1,0,0,0-1.42,1.42l1.6,1.6a1,1,0,0,0,1.42,0L15,11a1,1,0,0,0-1.42-1.42Z"/>'},Ev={name:"shield-exclamation",style:"line",path:'<path d="M12.92,15a.56.56,0,0,0-.09-.17l-.12-.15a1,1,0,0,0-1.42,0,.61.61,0,0,0-.12.15.56.56,0,0,0-.09.17.7.7,0,0,0-.06.19,1.23,1.23,0,0,0,0,.19.88.88,0,0,0,.08.39,1,1,0,0,0,1.3.54,1.19,1.19,0,0,0,.33-.22,1,1,0,0,0,.21-.32,1,1,0,0,0,.08-.39,1.23,1.23,0,0,0,0-.19A.7.7,0,0,0,12.92,15ZM12,7.36a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,12,7.36Zm7.63-3.71a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39Z"/>'},Ov={name:"shield-plus",style:"line",path:'<path d="M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Zm5.63086-7.3501a1.00709,1.00709,0,0,0-.83594-.20263,7.9808,7.9808,0,0,1-6.22265-1.26709.99888.99888,0,0,0-1.14454,0A7.976,7.976,0,0,1,5.20508,3.44727.99971.99971,0,0,0,4,4.42627v7.457A9.01875,9.01875,0,0,0,7.76855,19.207L11.419,21.814a1.0004,1.0004,0,0,0,1.1621,0l3.6504-2.60742A9.01717,9.01717,0,0,0,20,11.8833v-7.457A1.0011,1.0011,0,0,0,19.63086,3.6499ZM18,11.8833a7.0157,7.0157,0,0,1-2.93066,5.6958L12,19.771,8.93066,17.57959A7.01728,7.01728,0,0,1,6,11.8833V5.583a9.95463,9.95463,0,0,0,6-1.39112A9.95463,9.95463,0,0,0,18,5.583Z"/>'},Pv={name:"shield-question",style:"line",path:'<path d="M11.29,14.66a1,1,0,0,0-.29.7,1,1,0,0,0,.08.39A1,1,0,0,0,13,15.36a1,1,0,0,0-.29-.7A1,1,0,0,0,11.29,14.66Zm8.34-11a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39ZM12,7.36a3,3,0,0,0-2.6,1.5,1,1,0,0,0,1.73,1A1,1,0,1,1,12,11.36a1,1,0,0,0,0,2,3,3,0,1,0,0-6Z"/>'},Nv={name:"shield-slash",style:"line",path:'<path d="M21.71,20.29l-16-16h0l-2-2A1,1,0,0,0,2.29,3.71L4,5.41v6.47A9,9,0,0,0,7.77,19.2l3.65,2.61a1,1,0,0,0,1.16,0l3.65-2.61a8.21,8.21,0,0,0,.86-.7l3.2,3.21a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Zm-6.64-2.71L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V7.41l9.67,9.68C15.48,17.26,15.28,17.42,15.07,17.58Zm-5-12.51A10.15,10.15,0,0,0,12,4.19a9.82,9.82,0,0,0,6,1.39v6.3a6.88,6.88,0,0,1-.1,1.18,1,1,0,0,0,.83,1.15h.16a1,1,0,0,0,1-.84,9.77,9.77,0,0,0,.12-1.5V4.43a1,1,0,0,0-.37-.77,1,1,0,0,0-.83-.21,7.89,7.89,0,0,1-6.23-1.27,1,1,0,0,0-1.14,0,8,8,0,0,1-2,1,1,1,0,1,0,.64,1.9Z"/>'},jv={name:"ship",style:"line",path:'<path d="M3.62,17.28a1,1,0,0,0,1.86-.74L4.36,13.72,11,12.25V17a1,1,0,0,0,2,0V12.25l6.64,1.47-1.12,2.82a1,1,0,0,0,.56,1.3,1,1,0,0,0,.37.07,1,1,0,0,0,.93-.63l1.55-3.91a1,1,0,0,0-.05-.84,1,1,0,0,0-.66-.51L18,11.31V7a1,1,0,0,0-1-1H15V3a1,1,0,0,0-1-1H10A1,1,0,0,0,9,3V6H7A1,1,0,0,0,6,7v4.31L2.78,12a1,1,0,0,0-.66.51,1,1,0,0,0-.05.84ZM11,4h2V6H11ZM8,8h8v2.86L12.22,10h-.1L12,10l-.12,0h-.1L8,10.86ZM20.71,19.28a4.38,4.38,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.62,4.62,0,0,0-4.54,0,2.14,2.14,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.38,4.38,0,0,0-1-.45A1,1,0,0,0,2,20a1,1,0,0,0,.67,1.24,2.1,2.1,0,0,1,.57.25,4,4,0,0,0,2,.55,4.14,4.14,0,0,0,2.08-.56,2.65,2.65,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.65,2.65,0,0,1,2.56,0,4,4,0,0,0,4.1,0,2.1,2.1,0,0,1,.57-.25A1,1,0,0,0,22,20,1,1,0,0,0,20.71,19.28Z"/>'},Dv={name:"shop",style:"line",path:'<path d="M22,5H2A1,1,0,0,0,1,6v4a3,3,0,0,0,2,2.82V22a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V12.82A3,3,0,0,0,23,10V6A1,1,0,0,0,22,5ZM15,7h2v3a1,1,0,0,1-2,0ZM11,7h2v3a1,1,0,0,1-2,0ZM7,7H9v3a1,1,0,0,1-2,0ZM4,11a1,1,0,0,1-1-1V7H5v3A1,1,0,0,1,4,11ZM14,21H10V19a2,2,0,0,1,4,0Zm5,0H16V19a4,4,0,0,0-8,0v2H5V12.82a3.17,3.17,0,0,0,1-.6,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3.17,3.17,0,0,0,1,.6Zm2-11a1,1,0,0,1-2,0V7h2ZM4.3,3H20a1,1,0,0,0,0-2H4.3a1,1,0,0,0,0,2Z"/>'},qv={name:"shopping-bag",style:"line",path:'<path d="M19,7H16V6A4,4,0,0,0,8,6V7H5A1,1,0,0,0,4,8V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8A1,1,0,0,0,19,7ZM10,6a2,2,0,0,1,4,0V7H10Zm8,13a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V9H8v1a1,1,0,0,0,2,0V9h4v1a1,1,0,0,0,2,0V9h2Z"/>'},Rv={name:"shopping-basket",style:"line",path:'<path d="M14,18a1,1,0,0,0,1-1V15a1,1,0,0,0-2,0v2A1,1,0,0,0,14,18Zm-4,0a1,1,0,0,0,1-1V15a1,1,0,0,0-2,0v2A1,1,0,0,0,10,18ZM19,6H17.62L15.89,2.55a1,1,0,1,0-1.78.9L15.38,6H8.62L9.89,3.45a1,1,0,0,0-1.78-.9L6.38,6H5a3,3,0,0,0-.92,5.84l.74,7.46a3,3,0,0,0,3,2.7h8.38a3,3,0,0,0,3-2.7l.74-7.46A3,3,0,0,0,19,6ZM17.19,19.1a1,1,0,0,1-1,.9H7.81a1,1,0,0,1-1-.9L6.1,12H17.9ZM19,10H5A1,1,0,0,1,5,8H19a1,1,0,0,1,0,2Z"/>'},Iv={name:"shopping-cart",style:"line",path:'<path d="M8.5,19A1.5,1.5,0,1,0,10,20.5,1.5,1.5,0,0,0,8.5,19ZM19,16H7a1,1,0,0,1,0-2h8.49121A3.0132,3.0132,0,0,0,18.376,11.82422L19.96143,6.2749A1.00009,1.00009,0,0,0,19,5H6.73907A3.00666,3.00666,0,0,0,3.92139,3H3A1,1,0,0,0,3,5h.92139a1.00459,1.00459,0,0,1,.96142.7251l.15552.54474.00024.00506L6.6792,12.01709A3.00006,3.00006,0,0,0,7,18H19a1,1,0,0,0,0-2ZM17.67432,7l-1.2212,4.27441A1.00458,1.00458,0,0,1,15.49121,12H8.75439l-.25494-.89221L7.32642,7ZM16.5,19A1.5,1.5,0,1,0,18,20.5,1.5,1.5,0,0,0,16.5,19Z"/>'},Fv={name:"shopping-cart-alt",style:"line",path:'<path d="M21.5,15a3,3,0,0,0-1.9-2.78l1.87-7a1,1,0,0,0-.18-.87A1,1,0,0,0,20.5,4H6.8L6.47,2.74A1,1,0,0,0,5.5,2h-2V4H4.73l2.48,9.26a1,1,0,0,0,1,.74H18.5a1,1,0,0,1,0,2H5.5a1,1,0,0,0,0,2H6.68a3,3,0,1,0,5.64,0h2.36a3,3,0,1,0,5.82,1,2.94,2.94,0,0,0-.4-1.47A3,3,0,0,0,21.5,15Zm-3.91-3H9L7.34,6H19.2ZM9.5,20a1,1,0,1,1,1-1A1,1,0,0,1,9.5,20Zm8,0a1,1,0,1,1,1-1A1,1,0,0,1,17.5,20Z"/>'},Bv={name:"shovel",style:"line",path:'<path d="M21.71,7.38,16.62,2.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L17,5.54,11.58,11l-1-1h0a3,3,0,0,0-4.25,0L2.88,13.42A3,3,0,0,0,2,15.55V19a3,3,0,0,0,3,3H8.45a3,3,0,0,0,2.13-.88L14,17.69a3,3,0,0,0,0-4.25l-1-1L18.46,7l1.83,1.83a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,7.38ZM12.6,16.27,9.16,19.71a1,1,0,0,1-.71.29H5a1,1,0,0,1-1-1V15.55a1,1,0,0,1,.29-.71L7.73,11.4a1,1,0,0,1,1.41,0l1,1-.89.9a1,1,0,0,0,0,1.41A1,1,0,0,0,10,15a1,1,0,0,0,.7-.29l.9-.89,1,1A1,1,0,0,1,12.6,16.27Z"/>'},Uv={name:"shrink",style:"line",path:'<path d="M10.71,11.29l-2.5-2.5a1,1,0,1,0-1.42,1.42l.8.79H3a1,1,0,0,0,0,2H7.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,10.71,11.29ZM21,11H16.41l.8-.79a1,1,0,0,0-1.42-1.42l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.8-.79H21a1,1,0,0,0,0-2Z"/>'},$v={name:"shuffle",style:"line",path:'<path d="M3,10A1,1,0,0,0,4,9V5.41L8.56,10A1,1,0,0,0,10,10a1,1,0,0,0,0-1.41L5.41,4H9A1,1,0,0,0,9,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V9A1,1,0,0,0,3,10Zm12.3,4a1,1,0,0,0-1.41,1.41l6.27,6.28a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42ZM9,20H5.41L21.71,3.71a1,1,0,1,0-1.42-1.42L4,18.59V15a1,1,0,0,0-2,0v6a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H9a1,1,0,0,0,0-2Z"/>'},Wv={name:"shutter",style:"line",path:'<path d="M19.07,4.93A10,10,0,1,0,4.93,19.07,10,10,0,1,0,19.07,4.93ZM18.23,7H12.76l2.35-2.35A8.14,8.14,0,0,1,18.23,7ZM9,4.6a8.15,8.15,0,0,1,3.87-.54L9,7.93ZM7,5.77v5.47L5.19,9.43l-.54-.54A8.14,8.14,0,0,1,7,5.77ZM4.6,15a8.12,8.12,0,0,1-.54-3.87L7.93,15Zm1.17,2h5.47L8.89,19.35A8.14,8.14,0,0,1,5.77,17ZM15,19.4a8.13,8.13,0,0,1-3.87.54L15,16.07Zm0-6.16L13.24,15H10.75L9,13.24V10.76L10.76,9h2.48L15,10.76Zm2,5V12.76l2.35,2.35A8.14,8.14,0,0,1,17,18.23ZM16.07,9H19.4a8.13,8.13,0,0,1,.54,3.87Z"/>'},Gv={name:"shutter-alt",style:"line",path:'<path d="M22,11a1,1,0,0,1,0-.16c0-.28-.08-.56-.13-.84v0A9.54,9.54,0,0,0,21,7.62v0A10,10,0,0,0,14,2.21h0l-.84-.13-.16,0-.29,0h-.08L12,2c-.34,0-.68,0-1,0l-.16,0L10,2.2h0A10,10,0,0,0,2.21,10v0c-.05.28-.09.56-.13.84a1,1,0,0,1,0,.16c0,.33,0,.67,0,1s0,.68,0,1a1,1,0,0,1,0,.16c0,.28.08.56.13.84v0A9.54,9.54,0,0,0,3,16.38v0A10,10,0,0,0,10,21.79h0l.84.13L11,22l.34,0h.14c.18,0,.35,0,.53,0,.34,0,.68,0,1-.05l.16,0L14,21.8h0A10,10,0,0,0,21.79,14v0c.05-.28.09-.56.13-.84A1,1,0,0,1,22,13c0-.33.05-.67.05-1S22,11.32,22,11Zm-8.84-6.9.5.07h0A8,8,0,0,1,18.24,7H11.42Zm-2.74.08h0l.4-.06L7.38,10,5.7,7.08A8,8,0,0,1,10.37,4.17ZM4.59,15a8,8,0,0,1-.42-1.37v0c0-.22-.08-.45-.1-.68a.5.5,0,0,1,0-.12,8.22,8.22,0,0,1,0-1.62.5.5,0,0,1,0-.12c0-.23.06-.46.1-.68v0A7.76,7.76,0,0,1,4.55,9.1L8,15Zm6.3,4.91-.5-.07h0A8,8,0,0,1,5.76,17h6.82ZM10.27,15,8.54,12l1.73-3h3.46l1.73,3-1.73,3Zm3.36,4.83h0l-.4.06L16.62,14l1.68,2.92A8,8,0,0,1,13.63,19.83Zm6.33-7a.5.5,0,0,1,0,.12c0,.23-.06.46-.1.68v0a7.76,7.76,0,0,1-.38,1.27L16,9h3.37a8,8,0,0,1,.42,1.37v0c0,.22.08.45.1.68a.5.5,0,0,1,0,.12,8.22,8.22,0,0,1,0,1.62Z"/>'},Qv={name:"sick",style:"line",path:'<path d="M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,0a1,1,0,1,0-1-1A1,1,0,0,0,15,11Zm.27,3.2a1,1,0,0,0-1.2,0l-.74.55-.73-.55a1,1,0,0,0-1.2,0l-.73.55-.74-.55a1,1,0,0,0-1.2,0l-1.33,1a1,1,0,1,0,1.2,1.6l.73-.55.74.55,0,0,.12.06a.83.83,0,0,0,.22.08l.12,0a1,1,0,0,0,.25,0h.1a1.06,1.06,0,0,0,.34-.16l.73-.55.73.55a1,1,0,0,0,1,.11l.1-.05a.39.39,0,0,0,.11-.06l.74-.55.73.55a1,1,0,0,0,.6.2,1,1,0,0,0,.8-.4,1,1,0,0,0-.2-1.4ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},Kv={name:"sigma",style:"line",path:'<path d="M16,16H10.41l3.3-3.29a1,1,0,0,0,0-1.42L10.41,8H16a1,1,0,0,0,0-2H8a1,1,0,0,0-.92.62,1,1,0,0,0,.21,1.09L11.59,12l-4.3,4.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,8,18h8a1,1,0,0,0,0-2Z"/>'},Jv={name:"sign-alt",style:"line",path:'<path d="M21.78,11.88l-2-2.5A1,1,0,0,0,19,9H13V3a1,1,0,0,0-2,0V4H5a1,1,0,0,0-.78.38l-2,2.5a1,1,0,0,0,0,1.24l2,2.5A1,1,0,0,0,5,11h6v9H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V16h6a1,1,0,0,0,.78-.38l2-2.5A1,1,0,0,0,21.78,11.88ZM11,9H5.48L4.28,7.5,5.48,6H11Zm7.52,5H13V11h5.52l1.2,1.5Z"/>'},Xv={name:"sign-in-alt",style:"line",path:'<path d="M20.5,15.1a1,1,0,0,0-1.34.45A8,8,0,1,1,12,4a7.93,7.93,0,0,1,7.16,4.45,1,1,0,0,0,1.8-.9,10,10,0,1,0,0,8.9A1,1,0,0,0,20.5,15.1ZM21,11H11.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L11.41,13H21a1,1,0,0,0,0-2Z"/>'},Yv={name:"sign-left",style:"line",path:'<path d="M16,5H13V3a1,1,0,0,0-2,0V5H6a1,1,0,0,0-.78.38l-2,2.5a1,1,0,0,0,0,1.24l2,2.5A1,1,0,0,0,6,12h5v8H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V12h3a1,1,0,0,0,1-1V6A1,1,0,0,0,16,5Zm-1,5H6.48L5.28,8.5,6.48,7H15Z"/>'},eA={name:"sign-out-alt",style:"line",path:'<path d="M12.59,13l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L12.59,11H3a1,1,0,0,0,0,2ZM12,2A10,10,0,0,0,3,7.55a1,1,0,0,0,1.8.9A8,8,0,1,1,12,20a7.93,7.93,0,0,1-7.16-4.45,1,1,0,0,0-1.8.9A10,10,0,1,0,12,2Z"/>'},tA={name:"sign-right",style:"line",path:'<path d="M7,6v5a1,1,0,0,0,1,1h3v8H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V12h5a1,1,0,0,0,.78-.37l2-2.5a1,1,0,0,0,0-1.25l-2-2.5A1,1,0,0,0,18,5H13V3a1,1,0,0,0-2,0V5H8A1,1,0,0,0,7,6ZM9,7h8.52l1.2,1.5L17.52,10H9Z"/>'},nA={name:"signal",style:"line",path:'<path d="M6,15a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V16A1,1,0,0,0,6,15Zm4-3a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V13A1,1,0,0,0,10,12Zm8-8a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,18,4ZM14,8a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V9A1,1,0,0,0,14,8Z"/>'},aA={name:"signal-alt",style:"line",path:'<path d="M10,14a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,10,14ZM5,18a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,5,18ZM20,2a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V3A1,1,0,0,0,20,2ZM15,9a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V10A1,1,0,0,0,15,9Z"/>'},rA={name:"signal-alt-3",style:"line",path:'<path d="M14,9H10a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V10A1,1,0,0,0,14,9ZM13,21H11V11h2ZM22,1H18a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V2A1,1,0,0,0,22,1ZM21,21H19V3h2ZM6,15H2a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V16A1,1,0,0,0,6,15ZM5,21H3V17H5Z"/>'},iA={name:"signin",style:"line",path:'<path d="M20,12a1,1,0,0,0-1-1H11.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L11.41,13H19A1,1,0,0,0,20,12ZM17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V16a1,1,0,0,0-2,0v3a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,17,2Z"/>'},lA={name:"signout",style:"line",path:'<path d="M4,12a1,1,0,0,0,1,1h7.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L12.59,11H5A1,1,0,0,0,4,12ZM17,2H7A3,3,0,0,0,4,5V8A1,1,0,0,0,6,8V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1V19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Z"/>'},oA={name:"silence",style:"line",path:'<path d="M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,0a1,1,0,1,0-1-1A1,1,0,0,0,15,11Zm1,3a1,1,0,0,0-2,0H13a1,1,0,0,0-2,0H10a1,1,0,0,0-2,0,1,1,0,0,0,0,2,1,1,0,0,0,2,0h1a1,1,0,0,0,2,0h1a1,1,0,0,0,2,0,1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},cA={name:"silent-squint",style:"line",path:'<path d="M7.66,12.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79A1,1,0,0,0,7.66,12.21Zm7.5,0a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L15.79,10l.79-.79a1,1,0,1,0-1.42-1.42l-1.5,1.5a1,1,0,0,0,0,1.42Zm.11,2a1,1,0,0,0-1.2,0l-.74.55-.73-.55a1,1,0,0,0-1.2,0l-.73.55-.74-.55a1,1,0,0,0-1.2,0l-1.33,1a1,1,0,1,0,1.2,1.6l.73-.55.74.55,0,0a.67.67,0,0,0,.12.06.83.83,0,0,0,.22.08l.13,0h.23l.12,0a1.12,1.12,0,0,0,.33-.16l.73-.55.73.55a1,1,0,0,0,1,.11l.1-.05a.39.39,0,0,0,.11-.06l.74-.55.73.55a1,1,0,0,0,.6.2,1,1,0,0,0,.8-.4,1,1,0,0,0-.2-1.4ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},uA={name:"sim-card",style:"line",path:'<path d="M17,3.5H7A3.5,3.5,0,0,0,3.5,7V17A3.5,3.5,0,0,0,7,20.5H17A3.5,3.5,0,0,0,20.5,17V7A3.5,3.5,0,0,0,17,3.5Zm-6.5,2h3v3h-3Zm-2,13H7A1.5,1.5,0,0,1,5.5,17V15.5h3Zm5,0h-3v-3h3Zm5-1.5A1.5,1.5,0,0,1,17,18.5H15.5v-3h3Zm0-3.5H5.5V7A1.5,1.5,0,0,1,7,5.5H8.5v4a1,1,0,0,0,1,1h9Zm0-5h-3v-3H17A1.5,1.5,0,0,1,18.5,7Z"/>'},sA={name:"sitemap",style:"line",path:'<path d="M22,15H20V12a1,1,0,0,0-1-1H13V9h2a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H9A1,1,0,0,0,8,2V8A1,1,0,0,0,9,9h2v2H5a1,1,0,0,0-1,1v3H2a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H8a1,1,0,0,0,1-1V16a1,1,0,0,0-1-1H6V13H18v2H16a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V16A1,1,0,0,0,22,15ZM7,17v4H3V17ZM10,7V3h4V7ZM21,21H17V17h4Z"/>'},hA={name:"skip-forward",style:"line",path:'<path d="M19,3a3,3,0,0,0-3,3V8.84L7,3.47a3.21,3.21,0,0,0-3.29,0A3.38,3.38,0,0,0,2,6.42V17.58a3.38,3.38,0,0,0,1.72,3A3.24,3.24,0,0,0,5.33,21,3.28,3.28,0,0,0,7,20.53l9-5.37V18a3,3,0,0,0,6,0V6A3,3,0,0,0,19,3ZM15.32,13.23,6,18.81a1.23,1.23,0,0,1-1.28,0A1.4,1.4,0,0,1,4,17.58V6.42a1.4,1.4,0,0,1,.71-1.25A1.29,1.29,0,0,1,5.33,5,1.23,1.23,0,0,1,6,5.19l9.33,5.58a1.45,1.45,0,0,1,0,2.46ZM20,18a1,1,0,0,1-2,0V6a1,1,0,0,1,2,0Z"/>'},dA={name:"skip-forward-alt",style:"line",path:'<path d="M5,3A3,3,0,0,0,2,6V18a3,3,0,0,0,6,0V6A3,3,0,0,0,5,3ZM6,18a1,1,0,0,1-2,0V6A1,1,0,0,1,6,6ZM20.68,9.65,14,5.66a2.6,2.6,0,0,0-2.64,0A2.74,2.74,0,0,0,10,8v8a2.74,2.74,0,0,0,1.37,2.38,2.57,2.57,0,0,0,2.64,0l6.67-4a2.75,2.75,0,0,0,0-4.7Zm-1,3-6.66,4a.61.61,0,0,1-.63,0A.72.72,0,0,1,12,16V8a.72.72,0,0,1,.36-.64.64.64,0,0,1,.31-.08.63.63,0,0,1,.32.09l6.66,4a.76.76,0,0,1,0,1.28Z"/>'},pA={name:"skip-forward-circle",style:"line",path:'<path d="M15.5,7a1,1,0,0,0-1,1V9.69l-4-2.31a2,2,0,0,0-3,1.73v5.78a2,2,0,0,0,1,1.73,2,2,0,0,0,2,0l4-2.31V16a1,1,0,0,0,2,0V8A1,1,0,0,0,15.5,7Zm-1,5-5,2.89V9.11l5,2.88ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},fA={name:"skype",style:"line",path:'<path d="M21.43451,14.15552a9.586,9.586,0,0,0,.21155-2.02631,9.47653,9.47653,0,0,0-9.54029-9.42254,9.11414,9.11414,0,0,0-1.62494.14178A5.53558,5.53558,0,0,0,2.00061,7.466a5.42884,5.42884,0,0,0,.75354,2.7558,10.0197,10.0197,0,0,0-.18866,1.88452,9.33889,9.33889,0,0,0,9.54028,9.25788,8.56663,8.56663,0,0,0,1.74268-.16584A5.57942,5.57942,0,0,0,16.46368,22a5.433,5.433,0,0,0,4.97083-7.84448ZM16.43964,15.9931a3.63146,3.63146,0,0,1-1.62488,1.22473,6.33963,6.33963,0,0,1-2.52033.44709,6.21683,6.21683,0,0,1-2.89764-.61176,3.733,3.733,0,0,1-1.31964-1.17779,2.574,2.574,0,0,1-.494-1.41339.88041.88041,0,0,1,.30646-.68384,1.09008,1.09008,0,0,1,.77643-.28247.94433.94433,0,0,1,.637.2127,1.793,1.793,0,0,1,.44708.65863,3.39792,3.39792,0,0,0,.49518.87256,1.78964,1.78964,0,0,0,.72955.56488,3.01435,3.01435,0,0,0,1.24872.23554,2.9217,2.9217,0,0,0,1.71985-.44708,1.33217,1.33217,0,0,0,.65979-1.13092,1.135,1.135,0,0,0-.35333-.87134,2.18491,2.18491,0,0,0-.91944-.51923c-.37616-.11774-.89538-.23553-1.53112-.37616a13.9908,13.9908,0,0,1-2.14295-.6358,3.34814,3.34814,0,0,1-1.36651-1.01312,2.47429,2.47429,0,0,1-.49512-1.57807,2.62945,2.62945,0,0,1,.54205-1.60205,3.41154,3.41154,0,0,1,1.53113-1.084,6.652,6.652,0,0,1,2.37964-.37623,6.403,6.403,0,0,1,1.88452.25843,4.07215,4.07215,0,0,1,1.31842.65979,2.91587,2.91587,0,0,1,.77765.87134,1.80281,1.80281,0,0,1,.23553.87139.96189.96189,0,0,1-.30645.70667.9912.9912,0,0,1-.7536.30646.9735.9735,0,0,1-.63575-.18866,2.38218,2.38218,0,0,1-.47113-.61176,2.93711,2.93711,0,0,0-.77758-.96631A2.37614,2.37614,0,0,0,12.0589,7.96a2.7028,2.7028,0,0,0-1.5083.37738,1.07558,1.07558,0,0,0-.56488.89539.95783.95783,0,0,0,.18866.56488,1.41851,1.41851,0,0,0,.54205.4002,2.69264,2.69264,0,0,0,.68262.25959c.23559.07092.613.16467,1.15381.28247.65979.14178,1.27276.30646,1.81475.47107a5.43,5.43,0,0,1,1.38941.6358,2.85691,2.85691,0,0,1,.89532.94226,2.8284,2.8284,0,0,1,.32935,1.3905A2.89029,2.89029,0,0,1,16.43964,15.9931Z"/>'},mA={name:"skype-alt",style:"line",path:'<path d="M15.13916,11.8125a5.07559,5.07559,0,0,0-1.291-.59277c-.27978-.0846-.58953-.16736-.9104-.24713-.27911-.07782-.61132-.15766-1.02221-.248a9.31489,9.31489,0,0,1-1.436-.42383,1.49588,1.49588,0,0,1-.61572-.44726.84285.84285,0,0,1-.15918-.56543.96712.96712,0,0,1,.2041-.59668,1.59829,1.59829,0,0,1,.69971-.47559A4.01235,4.01235,0,0,1,12.03223,8a3.78727,3.78727,0,0,1,1.10547.14648,2.08274,2.08274,0,0,1,.66357.32129,1.23492,1.23492,0,0,1,.32519.34278.9997.9997,0,1,0,1.76075-.94727,3.14668,3.14668,0,0,0-.83741-.958A4.006,4.006,0,0,0,13.731,6.23633,5.76768,5.76768,0,0,0,12.03223,6a5.96329,5.96329,0,0,0-2.145.35059A3.55209,3.55209,0,0,0,8.30908,7.49121a2.97709,2.97709,0,0,0-.60449,1.79688,2.839,2.839,0,0,0,.58008,1.792,3.50074,3.50074,0,0,0,1.438,1.07226,10.5822,10.5822,0,0,0,1.30706.4079c.00837.00275.014.00946.02253.012.1914.05761.49755.13476.93994.23046.17236.037.33478.07789.49713.11847.01575.0047.03851.00965.05365.01435l.01807.00274c.24835.0633.48706.12873.70556.1955a3.02336,3.02336,0,0,1,.76367.34375,1.12652,1.12652,0,0,1,.36231.36816,1.20138,1.20138,0,0,1,.11865.585,1.15187,1.15187,0,0,1-.21387.73243,1.76331,1.76331,0,0,1-.80273.585A3.78736,3.78736,0,0,1,12.0083,16a3.68851,3.68851,0,0,1-1.70361-.34375,1.75626,1.75626,0,0,1-.61573-.54687,1.0164,1.0164,0,0,1-.20166-.50293,1,1,0,0,0-2,0,2.93957,2.93957,0,0,0,.55616,1.63867,3.7737,3.7737,0,0,0,1.34179,1.1875A5.621,5.621,0,0,0,12.0083,18a5.7083,5.7083,0,0,0,2.25391-.40527,3.71019,3.71019,0,0,0,1.665-1.27246,3.14637,3.14637,0,0,0,.58349-1.92676,3.08942,3.08942,0,0,0-.375-1.53028A3.16532,3.16532,0,0,0,15.13916,11.8125Zm7.22217,1.87891A10.49127,10.49127,0,0,0,10.30859,1.63867a6.499,6.499,0,0,0-8.66992,8.66992A10.49127,10.49127,0,0,0,13.69141,22.36133a6.499,6.499,0,0,0,8.66992-8.66992ZM16.5,21a4.5057,4.5057,0,0,1-2.16943-.55762,1.0038,1.0038,0,0,0-.67725-.10644A8.49212,8.49212,0,0,1,3.5,12a8.58284,8.58284,0,0,1,.16406-1.6543A1.00336,1.00336,0,0,0,3.55811,9.669,4.49939,4.49939,0,0,1,9.66943,3.55762a.99964.99964,0,0,0,.67725.10644A8.49212,8.49212,0,0,1,20.5,12a8.58284,8.58284,0,0,1-.16406,1.6543,1.00336,1.00336,0,0,0,.106.67675A4.49869,4.49869,0,0,1,16.5,21Z"/>'},vA={name:"slack",style:"line",path:'<path d="M2,14.67a2,2,0,1,0,4,0v-2H4A2,2,0,0,0,2,14.67Zm12.64-3.34a2,2,0,0,0,2-2V4a2,2,0,1,0-4,0V9.33A2,2,0,0,0,14.66,11.33Zm7.32-2a2,2,0,1,0-4,0v2h2A2,2,0,0,0,22,9.33ZM9.34,12.67a2,2,0,0,0-2,2V20a2,2,0,1,0,4,0V14.67A2,2,0,0,0,9.34,12.67ZM14.66,18h-2v2a2,2,0,1,0,2-2ZM20,12.67H14.66a2,2,0,0,0,0,4H20a2,2,0,0,0,0-4ZM9.34,7.33H4a2,2,0,1,0,0,4H9.34a2,2,0,0,0,0-4ZM9.34,2a2,2,0,0,0,0,4h2V4A2,2,0,0,0,9.34,2Z"/>'},AA={name:"slack-alt",style:"line",path:'<path d="M23,9.5A3.50424,3.50424,0,0,0,19.5,6a3.45946,3.45946,0,0,0-1.5.35107V4.5a3.49466,3.49466,0,0,0-6-2.44171A3.48676,3.48676,0,0,0,6.35107,6H4.5a3.49466,3.49466,0,0,0-2.44171,6A3.48676,3.48676,0,0,0,6,17.64893V19.5a3.49466,3.49466,0,0,0,6,2.44171A3.48676,3.48676,0,0,0,17.64893,18H19.5a3.49466,3.49466,0,0,0,2.44171-6A3.48559,3.48559,0,0,0,23,9.5Zm-10-5a1.5,1.5,0,0,1,3,0v5a1.5,1.5,0,0,1-3,0Zm-7,10A1.5,1.5,0,1,1,4.5,13H6Zm5,5a1.5,1.5,0,0,1-3,0v-5a1.5,1.5,0,0,1,3,0ZM9.5,11h-5a1.5,1.5,0,0,1,0-3h5a1.5,1.5,0,0,1,0,3ZM11,6H9.5A1.5,1.5,0,1,1,11,4.5Zm1,6.05829c-.01935-.01978-.03851-.03894-.05829-.05829.01978-.01935.03894-.03851.05829-.05829.01935.01978.03851.03894.05829.05829C12.03851,12.01935,12.01935,12.03851,12,12.05829ZM14.5,21A1.50164,1.50164,0,0,1,13,19.5V18h1.5a1.5,1.5,0,0,1,0,3Zm5-5h-5a1.5,1.5,0,0,1,0-3h5a1.5,1.5,0,0,1,0,3Zm0-5H18V9.5A1.5,1.5,0,1,1,19.5,11Z"/>'},yA={name:"slider-h",style:"line",path:'<path d="M21,11H17.81573a2.98208,2.98208,0,0,0-5.63146,0H3a1,1,0,0,0,0,2h9.18433a2.982,2.982,0,0,0,5.6314,0H21a1,1,0,0,0,0-2Zm-6,2a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,15,13Z"/>'},MA={name:"slider-h-range",style:"line",path:'<path d="M21,11H19.81573a2.98208,2.98208,0,0,0-5.63146,0H9.81573a2.98208,2.98208,0,0,0-5.63146,0H3a1,1,0,0,0,0,2H4.18433a2.982,2.982,0,0,0,5.6314,0h4.3686a2.982,2.982,0,0,0,5.6314,0H21a1,1,0,0,0,0-2ZM7,13a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,7,13Zm10,0a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,17,13Z"/>'},HA={name:"sliders-v",style:"line",path:'<path d="M7,6H6V3A1,1,0,0,0,4,3V6H3A1,1,0,0,0,3,8H7A1,1,0,0,0,7,6ZM5,10a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V11A1,1,0,0,0,5,10Zm7,8a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Zm9-8H20V3a1,1,0,0,0-2,0v7H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-2,4a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,19,14Zm-5,0H13V3a1,1,0,0,0-2,0V14H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z"/>'},gA={name:"sliders-v-alt",style:"line",path:'<path d="M20,8.18V3a1,1,0,0,0-2,0V8.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V13.82a3,3,0,0,0,0-5.64ZM19,12a1,1,0,1,1,1-1A1,1,0,0,1,19,12Zm-6,2.18V3a1,1,0,0,0-2,0V14.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V19.82a3,3,0,0,0,0-5.64ZM12,18a1,1,0,1,1,1-1A1,1,0,0,1,12,18ZM6,6.18V3A1,1,0,0,0,4,3V6.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V11.82A3,3,0,0,0,6,6.18ZM5,10A1,1,0,1,1,6,9,1,1,0,0,1,5,10Z"/>'},ZA={name:"smile",style:"line",path:'<path d="M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6-2a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},VA={name:"smile-beam",style:"line",path:'<path d="M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM9.21,10.54a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54Zm8.41-1.41a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},CA={name:"smile-dizzy",style:"line",path:'<path d="M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM9,11.71l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,9.54,8.29l-.29.3L9,8.29A1,1,0,1,0,7.54,9.71l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8.29a1,1,0,0,0-1.42,0l-.29.3L15,8.29a1,1,0,0,0-1.42,1.42l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,17,8.29Z"/>'},bA={name:"smile-squint-wink",style:"line",path:'<path d="M8.42,12.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,1,0,8.42,9.21l.79.79-.79.79A1,1,0,0,0,8.42,12.21Zm5.94,2a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},LA={name:"smile-squint-wink-alt",style:"line",path:'<path d="M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm5.16,1.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L14.79,10l.79-.79a1,1,0,1,0-1.42-1.42l-1.5,1.5a1,1,0,0,0,0,1.42ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm2.36-5.77a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54Z"/>'},SA={name:"smile-wink",style:"line",path:'<path d="M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM10.5,10A1.5,1.5,0,1,0,9,11.5,1.5,1.5,0,0,0,10.5,10ZM15,9H14a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},zA={name:"smile-wink-alt",style:"line",path:'<path d="M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm5.36,3.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17.62,9.13a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13Z"/>'},wA={name:"snapchat-alt",style:"line",path:'<title>Snapchat</title><path d="M21.95117,15.61426a4.72447,4.72447,0,0,1-2.98144-2.17285,1,1,0,1,0-1.65625,1.12109,7.68775,7.68775,0,0,0,2.40234,2.334c-.13477.0254-.28125.04981-.44141.0752a1.36673,1.36673,0,0,0-1.07617,1.207,6.06237,6.06237,0,0,0-2.01465-.00391,4.64069,4.64069,0,0,0-1.958.95606,3.48426,3.48426,0,0,1-2.10352.87109h-.26074a3.485,3.485,0,0,1-2.10547-.873,4.62737,4.62737,0,0,0-1.92871-.94922,6.39,6.39,0,0,0-2.04.0039,1.3679,1.3679,0,0,0-1.0625-1.21c-.15723-.02441-.30176-.04883-.43457-.07422a6.85691,6.85691,0,0,0,1.79492-1.499,6.7141,6.7141,0,0,0,.63477-.86816.99986.99986,0,0,0-1.69532-1.06055,4.90731,4.90731,0,0,1-.44824.61621,4.252,4.252,0,0,1-2.55273,1.52832A1.22412,1.22412,0,0,0,.99121,16.85156a1.28037,1.28037,0,0,0,.11524.53321c.31543.71582,1.15527,1.168,2.78417,1.47461l.03126.12988c.02832.11816.05761.23828.09179.34765a1.28858,1.28858,0,0,0,1.27832.94532,2.59082,2.59082,0,0,0,.60254-.08692,4.66937,4.66937,0,0,1,1.58887-.0459,3.008,3.008,0,0,1,1.12305.61719A5.41315,5.41315,0,0,0,11.86133,22.002h.26074a5.44479,5.44479,0,0,0,3.27344-1.248,2.915,2.915,0,0,1,1.13183-.60938,3.48494,3.48494,0,0,1,.624-.05273,4.27087,4.27087,0,0,1,.95508.10644,3.78837,3.78837,0,0,0,.61523.06348,1.25616,1.25616,0,0,0,1.24512-.92285c.03808-.12207.06738-.23926.09472-.35449l.03125-.124c1.624-.30566,2.4668-.75488,2.76758-1.44043a1.17069,1.17069,0,0,0,.127-.47949A1.24436,1.24436,0,0,0,21.95117,15.61426ZM3.80176,11.14844a1.00451,1.00451,0,0,0,1.05664-.48438,3.13849,3.13849,0,0,0,1.27441.33789,1.79447,1.79447,0,0,0,1.26563-.499,1.00048,1.00048,0,0,0,.3164-.79l-.03613-.60156A9.90221,9.90221,0,0,1,7.835,5.5498a4.2597,4.2597,0,0,1,3.96582-2.54394l.3877-.00391a4.26391,4.26391,0,0,1,3.96,2.54688,9.9174,9.9174,0,0,1,.15625,3.56445l-.00977.16309-.02734.44336a1.028,1.028,0,0,0,.3125.77832,1.79536,1.79536,0,0,0,1.2539.50293,3.27129,3.27129,0,0,0,1.24122-.36524,1.00091,1.00091,0,0,0,.916.59864h.01758a1.00021,1.00021,0,0,0,.98242-1.01758,1.64158,1.64158,0,0,0-1.18555-1.45118,1.91432,1.91432,0,0,0-1.47656.01075,9.4713,9.4713,0,0,0-.35449-4.042,6.23557,6.23557,0,0,0-5.7959-3.73243l-.39258.00391A6.22235,6.22235,0,0,0,6.00879,4.73535a9.58634,9.58634,0,0,0-.35156,4.09473c-.03418-.01563-.07129-.0332-.11133-.05176A1.90859,1.90859,0,0,0,3.00879,9.97656,1.00153,1.00153,0,0,0,3.80176,11.14844Z"/>'},xA={name:"snapchat-ghost",style:"line",path:'<title>Artboard 10 copy 6</title><path d="M21.79755,16.98718c-2.86621-.47223-4.15094-3.40149-4.204-3.52588l-.00544-.01172a1.07048,1.07048,0,0,1-.10223-.89758c.19251-.45361.82935-.6557,1.25134-.78967.10535-.03339.205-.065.28315-.096.76275-.30127.91784-.61316.91406-.8219a.66226.66226,0,0,0-.50134-.54358l-.00568-.00213a.9462.9462,0,0,0-.35632-.06824.7546.7546,0,0,0-.31287.06207,2.54,2.54,0,0,1-.95526.26612.82134.82134,0,0,1-.52954-.17725c.00915-.16992.02-.34522.0318-.53046l.004-.0653a10.10231,10.10231,0,0,0-.24091-4.03449,5.2482,5.2482,0,0,0-4.87311-3.1394q-.20114.0021-.4024.00378A5.23959,5.23959,0,0,0,6.92853,5.75293,10.08988,10.08988,0,0,0,6.68726,9.784q.01941.29872.036.59771a.8483.8483,0,0,1-.5838.17841,2.45322,2.45322,0,0,1-1.014-.26776.57538.57538,0,0,0-.2453-.04895.83387.83387,0,0,0-.81061.53265c-.08191.43061.5329.74256.90668.8902.079.03137.17822.0628.28308.096.42169.13385,1.05908.33606,1.25152.78985a1.07171,1.07171,0,0,1-.10223.89783l-.00537.01154a7.02828,7.02828,0,0,1-1.06915,1.66211,5.21488,5.21488,0,0,1-3.13483,1.86389.23978.23978,0,0,0-.20044.25006.38046.38046,0,0,0,.031.12964c.17578.41113,1.05822.75061,2.55182.981.13964.02161.19873.24927.28027.6222.03259.14929.06634.30426.1134.46423a.29261.29261,0,0,0,.31922.22876,2.48528,2.48528,0,0,0,.42492-.06091,5.52912,5.52912,0,0,1,1.12036-.12677,4.95367,4.95367,0,0,1,.8078.0683,3.87725,3.87725,0,0,1,1.535.78417,4.443,4.443,0,0,0,2.6897,1.06006c.03375,0,.06744-.00122.10009-.004.04114.00195.09522.004.15192.004a4.44795,4.44795,0,0,0,2.69122-1.06079,3.87269,3.87269,0,0,1,1.53351-.78332,4.97275,4.97275,0,0,1,.808-.0683,5.59252,5.59252,0,0,1,1.12037.11871,2.39142,2.39142,0,0,0,.425.05371h.02338a.279.279,0,0,0,.29547-.221c.04645-.15784.08045-.308.11389-.46131.08081-.371.1399-.59759.28009-.61926,1.494-.23078,2.37641-.56976,2.551-.97858a.38487.38487,0,0,0,.03174-.13086A.24.24,0,0,0,21.79755,16.98718Z"/>'},_A={name:"snapchat-square",style:"line",path:'<title>Artboard 9 copy 6</title><path d="M21.97333,6.68079a6.124,6.124,0,0,0-.09876-1.074,4.37223,4.37223,0,0,0-.4057-1.24566,4.32419,4.32419,0,0,0-.83166-1.11036,4.12544,4.12544,0,0,0-1.81574-1.03607,7.36011,7.36011,0,0,0-1.92-.20483L16.89777,2H7.09906l-.00055.00989a10.48784,10.48784,0,0,0-1.10089.04925,5.243,5.243,0,0,0-1.17609.26477A4.26175,4.26175,0,0,0,2.21918,5.17023a7.33786,7.33786,0,0,0-.20484,1.9046L2.00775,16.913v.00086a9.44465,9.44465,0,0,0,.09058,1.33179,4.61631,4.61631,0,0,0,.40924,1.3457,4.30506,4.30506,0,0,0,1.20166,1.45331,3.9027,3.9027,0,0,0,1.20239.65173,6.51637,6.51637,0,0,0,1.97687.29047c.41937.00262.83844.01312,1.258.01135,3.04664-.01282,6.09333.022,9.14008-.0188a7.18977,7.18977,0,0,0,1.19879-.12738,4.06007,4.06007,0,0,0,2.00769-.97668,4.16178,4.16178,0,0,0,1.32642-2.21228,8.06159,8.06159,0,0,0,.17273-1.75019v-.11718C21.99219,16.75024,21.97491,6.81219,21.97333,6.68079ZM19.29724,15.9306c-.12787.29938-.774.54761-1.86792.71656-.10266.01586-.14593.18182-.20508.45349-.02447.11218-.04937.22216-.08343.33777a.20428.20428,0,0,1-.21631.1618h-.01715a1.74575,1.74575,0,0,1-.31122-.03937,4.09738,4.09738,0,0,0-.82037-.08685,3.63726,3.63726,0,0,0-.59162.05,2.836,2.836,0,0,0-1.12286.57354,3.25673,3.25673,0,0,1-1.97064.77674c-.04151,0-.08112-.00147-.11121-.00293-.02392.00207-.04858.00293-.0733.00293a3.25323,3.25323,0,0,1-1.96948-.77619,2.83977,2.83977,0,0,0-1.124-.57422,3.63334,3.63334,0,0,0-.59149-.05,4.04744,4.04744,0,0,0-.82031.09283,1.82073,1.82073,0,0,1-.31116.04462.21421.21421,0,0,1-.2337-.16754c-.03449-.11713-.05921-.23059-.08307-.33991-.05969-.27307-.103-.43976-.2052-.45556C5.474,16.47955,4.82782,16.231,4.69916,15.93a.27773.27773,0,0,1-.02271-.095.17561.17561,0,0,1,.14679-.1831,3.8182,3.8182,0,0,0,2.29535-1.36481,5.145,5.145,0,0,0,.7829-1.217l.004-.00842a.78492.78492,0,0,0,.07483-.65741c-.14093-.33228-.60761-.48035-.91639-.57831-.07678-.02429-.14941-.0473-.20727-.07031-.27374-.1081-.72388-.33655-.66394-.65186a.6107.6107,0,0,1,.59356-.39.42052.42052,0,0,1,.17963.03588,1.79643,1.79643,0,0,0,.74243.196.62144.62144,0,0,0,.42749-.13062q-.01207-.2189-.02636-.43768a7.38812,7.38812,0,0,1,.17663-2.95166A3.83671,3.83671,0,0,1,11.8479,5.12848l.29468-.00275a3.84306,3.84306,0,0,1,3.56824,2.29871,7.39771,7.39771,0,0,1,.17639,2.95422l-.003.04779c-.00861.13562-.01654.264-.02332.38843a.60229.60229,0,0,0,.38782.12976,1.85974,1.85974,0,0,0,.6994-.19482.55227.55227,0,0,1,.22913-.04547.69414.69414,0,0,1,.26092.04992l.00409.00159a.485.485,0,0,1,.36719.39807c.00274.15277-.11084.38117-.66937.60181-.05719.02264-.13019.04577-.20728.07025-.309.09808-.77533.24609-.91626.57818a.78359.78359,0,0,0,.07483.65723l.004.00861a4.52238,4.52238,0,0,0,3.07831,2.58172.17581.17581,0,0,1,.14678.18311A.28042.28042,0,0,1,19.29724,15.9306Z"/>'},kA={name:"snow-flake",style:"line",path:'<path d="M21,11H19.41l1.3-1.29a1,1,0,0,0-1.42-1.42L16.59,11H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L13,9.59V7.41l2.71-2.7a1,1,0,1,0-1.42-1.42L13,4.59V3a1,1,0,0,0-2,0V4.59L9.71,3.29A1,1,0,0,0,8.29,4.71L11,7.41V9.59L8.71,7.29A1,1,0,1,0,7.29,8.71L9.59,11H7.41L4.71,8.29A1,1,0,0,0,3.29,9.71L4.59,11H3a1,1,0,0,0,0,2H4.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L7.41,13H9.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,14.41v2.18l-2.71,2.7a1,1,0,0,0,1.42,1.42L11,19.41V21a1,1,0,0,0,2,0V19.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13,16.59V14.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L14.41,13h2.18l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L19.41,13H21a1,1,0,0,0,0-2Z"/>'},TA={name:"snowflake",style:"line",path:'<path d="M21.16,16.13l-2-1.15.89-.24a1,1,0,1,0-.52-1.93l-2.82.76L14,12l2.71-1.57,2.82.76.26,0a1,1,0,0,0,.26-2L19.16,9l2-1.15a1,1,0,0,0-1-1.74L18,7.37l.3-1.11a1,1,0,1,0-1.93-.52l-.82,3L13,10.27V7.14l2.07-2.07a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L13,4.31V2a1,1,0,0,0-2,0V4.47l-.81-.81a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L11,7.3v3L8.43,8.78l-.82-3a1,1,0,1,0-1.93.52L6,7.37,3.84,6.13a1,1,0,0,0-1,1.74L4.84,9,4,9.26a1,1,0,0,0,.26,2l.26,0,2.82-.76L10,12,7.29,13.57l-2.82-.76A1,1,0,1,0,4,14.74l.89.24-2,1.15a1,1,0,0,0,1,1.74L6,16.63l-.3,1.11A1,1,0,0,0,6.39,19a1.15,1.15,0,0,0,.26,0,1,1,0,0,0,1-.74l.82-3L11,13.73v3.13L8.93,18.93a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l.65-.65V22a1,1,0,0,0,2,0V19.53l.81.81a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41L13,16.7v-3l2.57,1.49.82,3a1,1,0,0,0,1,.74,1.15,1.15,0,0,0,.26,0,1,1,0,0,0,.71-1.23L18,16.63l2.14,1.24a1,1,0,1,0,1-1.74Z"/>'},EA={name:"snowflake-alt",style:"line",path:'<path d="M4.93,17.66a1,1,0,1,0,1.41,0A1,1,0,0,0,4.93,17.66ZM19.07,6.34a1,1,0,1,0-1.41,0A1,1,0,0,0,19.07,6.34Zm-12.73,0a1,1,0,1,0-1.41,0A1,1,0,0,0,6.34,6.34ZM17.66,17.66a1,1,0,1,0,1.41,0A1,1,0,0,0,17.66,17.66ZM21,11H19.41l1.3-1.29a1,1,0,0,0-1.42-1.42L16.59,11H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L13,9.59V7.41l2.71-2.7a1,1,0,1,0-1.42-1.42L13,4.59V3a1,1,0,0,0-2,0V4.59L9.71,3.29A1,1,0,0,0,8.29,4.71L11,7.41V9.59L8.71,7.29A1,1,0,1,0,7.29,8.71L9.59,11H7.41L4.71,8.29A1,1,0,0,0,3.29,9.71L4.59,11H3a1,1,0,0,0,0,2H4.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L7.41,13H9.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,14.41v2.18l-2.71,2.7a1,1,0,0,0,1.42,1.42L11,19.41V21a1,1,0,0,0,2,0V19.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13,16.59V14.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L14.41,13h2.18l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L19.41,13H21a1,1,0,0,0,0-2Z"/>'},OA={name:"social-distancing",style:"line",path:'<path d="M8.5,17H5.91406l.293-.293A.99989.99989,0,0,0,4.793,15.293l-1.9997,1.99969a1.00354,1.00354,0,0,0,0,1.41468L4.793,20.707A.99989.99989,0,0,0,6.207,19.293L5.91406,19H8.5a1,1,0,0,0,0-2Zm12.70673.29266L19.207,15.293A.99989.99989,0,0,0,17.793,16.707l.293.293H15.5a1,1,0,0,0,0,2h2.58594l-.293.293A.99989.99989,0,1,0,19.207,20.707l1.9997-1.99969a1.00354,1.00354,0,0,0,0-1.41468Zm-.56647-7.52087A3.46849,3.46849,0,0,0,21.5,7.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,13,14a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,20.64026,9.77179ZM18,9a1.5,1.5,0,1,1,1.5-1.5A1.50164,1.50164,0,0,1,18,9Zm-9.35974.77179A3.46849,3.46849,0,0,0,9.5,7.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,1,14a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,8.64026,9.77179ZM6,9A1.5,1.5,0,1,1,7.5,7.5,1.50164,1.50164,0,0,1,6,9Z"/>'},PA={name:"sort",style:"line",path:'<path d="M16.29,14.29,12,18.59l-4.29-4.3a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,1.42,0l5-5a1,1,0,0,0-1.42-1.42ZM7.71,9.71,12,5.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-5-5a1,1,0,0,0-1.42,0l-5,5A1,1,0,0,0,7.71,9.71Z"/>'},NA={name:"sort-amount-down",style:"line",path:'<path d="M6.29,14.29l-.29.3V7A1,1,0,0,0,4,7v7.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42ZM11,8H21a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm10,3H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,5H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},jA={name:"sort-amount-up",style:"line",path:'<path d="M5.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2A1,1,0,0,0,3.71,9.71L4,9.41V17a1,1,0,0,0,2,0V9.41l.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM11,8H21a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm10,8H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-5H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},DA={name:"sorting",style:"line",path:'<path d="M11.29,10.21a1,1,0,0,0,1.42,0l3-3a1,1,0,1,0-1.42-1.42L12,8.09,9.71,5.79A1,1,0,0,0,8.29,7.21Zm1.42,4.58a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,1.42,1.42L12,16.91l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},qA={name:"space-key",style:"line",path:'<path d="M21,9a1,1,0,0,0-1,1v3H4V10a1,1,0,0,0-2,0v4a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V10A1,1,0,0,0,21,9Z"/>'},RA={name:"spade",style:"line",path:'<path d="M21.06,12.28a5.69,5.69,0,0,0-1.67-4L14,2.81a2.83,2.83,0,0,0-4,0L4.61,8.23a5.69,5.69,0,0,0-1.67,4A5.7,5.7,0,0,0,8.66,18h0a6.88,6.88,0,0,1-1.23,2.37A1,1,0,0,0,8.24,22h7.52a1,1,0,0,0,.78-1.63A6.84,6.84,0,0,1,15.31,18a5.69,5.69,0,0,0,5.75-5.71ZM18,14.91a3.78,3.78,0,0,1-3.66.95,1,1,0,0,0-.17,0l-.2,0h0a1.41,1.41,0,0,0-.22.06l-.15,0a.69.69,0,0,0-.13.11.75.75,0,0,0-.17.14.6.6,0,0,1-.06.11,2.53,2.53,0,0,0-.12.23v0a1.1,1.1,0,0,0,0,.18c0,.06,0,.12,0,.18v0h0A8.84,8.84,0,0,0,13.94,20H10.06A8.62,8.62,0,0,0,10.94,17h0v0c0-.06,0-.12,0-.19a1.1,1.1,0,0,0,0-.18h0a1.12,1.12,0,0,0-.13-.24.53.53,0,0,0-.06-.1.54.54,0,0,0-.16-.14,1.27,1.27,0,0,0-.13-.11l-.14,0a.88.88,0,0,0-.23-.07h0l-.19,0a1.1,1.1,0,0,0-.18,0A3.81,3.81,0,0,1,6,14.91a3.75,3.75,0,0,1-1.09-2.63A3.69,3.69,0,0,1,6,9.65l5.4-5.42a.81.81,0,0,1,1.13,0L18,9.65a3.69,3.69,0,0,1,1.09,2.63A3.78,3.78,0,0,1,18,14.91Z"/>'},IA={name:"sperms",style:"line",path:'<path d="M11.06,20.1a2,2,0,0,1-.65-.48,2.47,2.47,0,0,1-.67-1.14,4.19,4.19,0,0,0-1.31-2.06,3.57,3.57,0,0,0-1-3.28,3.28,3.28,0,0,0-4.59-.35,3.29,3.29,0,0,0,.35,4.6A3.87,3.87,0,0,0,5.4,18.51l.36,0a2.85,2.85,0,0,0,1.53-.44A2.05,2.05,0,0,1,7.8,19,4.46,4.46,0,0,0,9,21a4.27,4.27,0,0,0,1.2.88,1,1,0,0,0,.44.1,1,1,0,0,0,.44-1.9ZM6.32,16.33a.86.86,0,0,1-.7.19A1.8,1.8,0,0,1,4.56,16c-.57-.56-.73-1.39-.36-1.77a.82.82,0,0,1,.56-.2A1.8,1.8,0,0,1,6,14.56a1.8,1.8,0,0,1,.55,1.06A.86.86,0,0,1,6.32,16.33Zm15-6.12a2.17,2.17,0,0,1-.91-.59,2.47,2.47,0,0,1-.67-1.14,4.19,4.19,0,0,0-1.31-2.06,3.57,3.57,0,0,0-1.05-3.28,3.28,3.28,0,0,0-4.59-.35,3.29,3.29,0,0,0,.35,4.6A3.87,3.87,0,0,0,15.4,8.51l.36,0a2.85,2.85,0,0,0,1.53-.44A2.05,2.05,0,0,1,17.8,9,4.54,4.54,0,0,0,19,11a4.36,4.36,0,0,0,1.7,1.08,1.25,1.25,0,0,0,.32.05,1,1,0,0,0,.95-.68A1,1,0,0,0,21.32,10.21Zm-5-3.88a.86.86,0,0,1-.7.19A1.8,1.8,0,0,1,14.56,6c-.57-.56-.73-1.39-.36-1.77a.82.82,0,0,1,.56-.2A1.8,1.8,0,0,1,16,4.56a1.8,1.8,0,0,1,.55,1.06A.86.86,0,0,1,16.32,6.33Zm5.39,14.12a4.45,4.45,0,0,0-3.23-3.23,3.18,3.18,0,0,1-1.39-.82,2.93,2.93,0,0,1-.8-1.38A4.65,4.65,0,0,0,13,11.77a2.92,2.92,0,0,1-1.38-.8,3,3,0,0,1-.81-1.39,4.68,4.68,0,0,0-1-1.86A3.94,3.94,0,0,0,10,6.22a4.75,4.75,0,0,0-1.4-2.8A4.78,4.78,0,0,0,5.78,2,3.43,3.43,0,0,0,3,3,3.43,3.43,0,0,0,2,5.78a4.75,4.75,0,0,0,1.4,2.8A4.78,4.78,0,0,0,6.22,10l.43,0a3.39,3.39,0,0,0,2-.6,2.64,2.64,0,0,1,.31.71,5.12,5.12,0,0,0,3.6,3.59,2.61,2.61,0,0,1,1.83,1.84,5.11,5.11,0,0,0,3.6,3.6A2.57,2.57,0,0,1,19.79,21a2.8,2.8,0,0,0,.16.46,1,1,0,0,0,.88.54,1.21,1.21,0,0,0,.44-.1,1,1,0,0,0,.48-1.33S21.72,20.47,21.71,20.45ZM7.64,7.64c-.64.63-1.92.41-2.81-.47A2.78,2.78,0,0,1,4,5.56a1.47,1.47,0,0,1,.35-1.2,1.39,1.39,0,0,1,1-.36,2.71,2.71,0,0,1,1.83.83A2.78,2.78,0,0,1,8,6.44,1.47,1.47,0,0,1,7.64,7.64Z"/>'},FA={name:"spin",style:"line",path:'<path d="M13,3a7,7,0,0,0,0,14A5,5,0,0,0,13,7a3,3,0,0,0,0,6,1,1,0,0,0,0-2,1,1,0,0,1,0-2,3,3,0,0,1,0,6A5,5,0,0,1,13,5a7,7,0,0,1,0,14,9,9,0,0,1-9-9,1,1,0,0,0-2,0A11,11,0,0,0,13,21,9,9,0,0,0,13,3Z"/>'},BA={name:"spinner",style:"line",path:'<path d="M5.1,16c-0.3-0.5-0.9-0.6-1.4-0.4c-0.5,0.3-0.6,0.9-0.4,1.4c0.3,0.5,0.9,0.6,1.4,0.4C5.2,17.1,5.3,16.5,5.1,16C5.1,16,5.1,16,5.1,16z M4.7,6.6C4.2,6.4,3.6,6.5,3.3,7C3.1,7.5,3.2,8.1,3.7,8.4C4.2,8.6,4.8,8.5,5.1,8C5.3,7.5,5.2,6.9,4.7,6.6z M20.3,8.4c0.5-0.3,0.6-0.9,0.4-1.4c-0.3-0.5-0.9-0.6-1.4-0.4c-0.5,0.3-0.6,0.9-0.4,1.4C19.2,8.5,19.8,8.6,20.3,8.4z M4,12c0-0.6-0.4-1-1-1s-1,0.4-1,1s0.4,1,1,1S4,12.6,4,12z M7.2,18.8c-0.5,0.1-0.9,0.7-0.7,1.2c0.1,0.5,0.7,0.9,1.2,0.7c0.5-0.1,0.9-0.7,0.7-1.2C8.3,19,7.8,18.7,7.2,18.8z M21,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S21.6,11,21,11z M20.3,15.6c-0.5-0.3-1.1-0.1-1.4,0.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0C20.9,16.5,20.8,15.9,20.3,15.6z M17,3.3c-0.5-0.3-1.1-0.1-1.4,0.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0C17.6,4.2,17.5,3.6,17,3.3z M16.8,18.8c-0.5-0.1-1.1,0.2-1.2,0.7c-0.1,0.5,0.2,1.1,0.7,1.2c0.5,0.1,1.1-0.2,1.2-0.7C17.6,19.5,17.3,19,16.8,18.8z M12,20c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,20,12,20z M12,2c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,2,12,2z"/>'},UA={name:"spinner-alt",style:"line",path:'<path d="M6.8042,15A.99956.99956,0,0,0,5.438,14.63379l-1.73242,1a1.00016,1.00016,0,0,0,1,1.73242l1.73242-1A1.00073,1.00073,0,0,0,6.8042,15ZM3.70557,8.36621l1.73242,1a1.00016,1.00016,0,1,0,1-1.73242l-1.73242-1a1.00016,1.00016,0,0,0-1,1.73242ZM6,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H5A1,1,0,0,0,6,12ZM17.1958,9a1.0006,1.0006,0,0,0,1.36621.36621l1.73242-1a1.00016,1.00016,0,1,0-1-1.73242l-1.73242,1A1.00073,1.00073,0,0,0,17.1958,9ZM15,6.8042A1.0006,1.0006,0,0,0,16.36621,6.438l1-1.73242a1.00016,1.00016,0,1,0-1.73242-1l-1,1.73242A1.00073,1.00073,0,0,0,15,6.8042Zm5.29443,8.82959-1.73242-1a1.00016,1.00016,0,1,0-1,1.73242l1.73242,1a1.00016,1.00016,0,0,0,1-1.73242ZM16.36621,17.562a1.00016,1.00016,0,1,0-1.73242,1l1,1.73242a1.00016,1.00016,0,1,0,1.73242-1ZM21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm-9,7a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Zm-3-.8042a.99954.99954,0,0,0-1.36621.36621l-1,1.73242a1.00016,1.00016,0,0,0,1.73242,1l1-1.73242A1.00073,1.00073,0,0,0,9,17.1958ZM12,2a1,1,0,0,0-1,1V5a1,1,0,0,0,2,0V3A1,1,0,0,0,12,2Z"/>'},$A={name:"square",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z"/>'},WA={name:"square-full",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z"/>'},GA={name:"square-shape",style:"line",path:'<path d="M17,2H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Z"/>'},QA={name:"squint",style:"line",path:'<path d="M15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9.08,12.21l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29A1,1,0,0,0,9.08,12.21ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM16.58,7.79a1,1,0,0,0-1.42,0l-1.5,1.5a1,1,0,0,0,0,1.42l1.5,1.5a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L15.79,10l.79-.79A1,1,0,0,0,16.58,7.79Z"/>'},KA={name:"star",style:"line",path:'<path d="M22,9.67A1,1,0,0,0,21.14,9l-5.69-.83L12.9,3a1,1,0,0,0-1.8,0L8.55,8.16,2.86,9a1,1,0,0,0-.81.68,1,1,0,0,0,.25,1l4.13,4-1,5.68a1,1,0,0,0,.4,1,1,1,0,0,0,1.05.07L12,18.76l5.1,2.68a.93.93,0,0,0,.46.12,1,1,0,0,0,.59-.19,1,1,0,0,0,.4-1l-1-5.68,4.13-4A1,1,0,0,0,22,9.67Zm-6.15,4a1,1,0,0,0-.29.89l.72,4.19-3.76-2a1,1,0,0,0-.94,0l-3.76,2,.72-4.19a1,1,0,0,0-.29-.89l-3-3,4.21-.61a1,1,0,0,0,.76-.55L12,5.7l1.88,3.82a1,1,0,0,0,.76.55l4.21.61Z"/>'},JA={name:"star-half-alt",style:"line",path:'<path d="M22,9.67A1,1,0,0,0,21.14,9l-5.69-.83L12.9,3a1,1,0,0,0-1.8,0L8.55,8.16,2.86,9a1,1,0,0,0-.81.68,1,1,0,0,0,.25,1l4.13,4-1,5.68A1,1,0,0,0,6.9,21.44L12,18.77l5.1,2.67a.93.93,0,0,0,.46.12,1,1,0,0,0,.59-.19,1,1,0,0,0,.4-1l-1-5.68,4.13-4A1,1,0,0,0,22,9.67ZM11,17l-3.23,1.7.72-4.2a1,1,0,0,0-.29-.88l-3-3,4.21-.61a1,1,0,0,0,.76-.55L11,7.73Zm4.8-3.38a1,1,0,0,0-.29.88l.72,4.2L13,17V7.73l.88,1.79a1,1,0,0,0,.76.55l4.21.61Z"/>'},XA={name:"step-backward",style:"line",path:'<path d="M20.28,3.43a3.23,3.23,0,0,0-3.29,0L8,8.84V6A3,3,0,0,0,2,6V18a3,3,0,0,0,6,0V15.16l9,5.37a3.28,3.28,0,0,0,1.68.47,3.24,3.24,0,0,0,1.61-.43,3.38,3.38,0,0,0,1.72-3V6.42A3.38,3.38,0,0,0,20.28,3.43ZM6,18a1,1,0,0,1-2,0V6A1,1,0,0,1,6,6Zm14-.42a1.4,1.4,0,0,1-.71,1.25,1.23,1.23,0,0,1-1.28,0L8.68,13.23a1.45,1.45,0,0,1,0-2.46L18,5.19A1.23,1.23,0,0,1,18.67,5a1.29,1.29,0,0,1,.62.17A1.4,1.4,0,0,1,20,6.42Z"/>'},YA={name:"step-backward-alt",style:"line",path:'<path d="M19,3a3,3,0,0,0-3,3V18a3,3,0,0,0,6,0V6A3,3,0,0,0,19,3Zm1,15a1,1,0,0,1-2,0V6a1,1,0,0,1,2,0ZM12.63,5.63a2.6,2.6,0,0,0-2.64,0l-6.67,4a2.75,2.75,0,0,0,0,4.7l6.67,4a2.57,2.57,0,0,0,2.64,0A2.74,2.74,0,0,0,14,16V8A2.74,2.74,0,0,0,12.63,5.63ZM12,16a.72.72,0,0,1-.36.64.61.61,0,0,1-.63,0l-6.66-4a.76.76,0,0,1,0-1.28l6.66-4a.63.63,0,0,1,.32-.09.64.64,0,0,1,.31.08A.72.72,0,0,1,12,8Z"/>'},ey={name:"step-backward-circle",style:"line",path:'<path d="M15.5,7.38a2,2,0,0,0-2,0l-4,2.31V8a1,1,0,0,0-2,0v8a1,1,0,0,0,2,0V14.31l4,2.31a2,2,0,0,0,2,0,2,2,0,0,0,1-1.73V9.11A2,2,0,0,0,15.5,7.38Zm-1,7.51L9.5,12h0l5-2.89ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},ty={name:"step-forward",style:"line",path:'<path d="M8.71,7.29A1,1,0,1,0,7.29,8.71L10.59,12l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,0-1.42ZM16,7a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,16,7Z"/>'},ny={name:"stethoscope",style:"line",path:'<path d="M19,8a2.99253,2.99253,0,0,0-1,5.81567V15.5a4.5,4.5,0,0,1-9,0v-.59033A6.00448,6.00448,0,0,0,14,9V3a1,1,0,0,0-1-1H11a1,1,0,0,0,0,2h1V9A4,4,0,0,1,4,9V4H5A1,1,0,0,0,5,2H3A1,1,0,0,0,2,3V9a6.00448,6.00448,0,0,0,5,5.90967V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.99257,2.99257,0,0,0,19,8Zm0,4a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,19,12Z"/>'},ay={name:"stethoscope-alt",style:"line",path:'<path d="M19,8a2.99253,2.99253,0,0,0-1,5.81567V15.5a4.5,4.5,0,0,1-9,0V14.48047l3.124-2.49854A4.976,4.976,0,0,0,14,8.07764V3a1,1,0,0,0-1-1H11a1,1,0,0,0,0,2h1V8.07764a2.98608,2.98608,0,0,1-1.12549,2.34277L8,12.71924,5.126,10.42041A2.985,2.985,0,0,1,4,8.07764V4H5A1,1,0,0,0,5,2H3A1,1,0,0,0,2,3V8.07764a4.975,4.975,0,0,0,1.87646,3.90429L7,14.48041V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.99257,2.99257,0,0,0,19,8Zm0,4a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,19,12Z"/>'},ry={name:"stop-circle",style:"line",path:'<path d="M15,8H9A1,1,0,0,0,8,9v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V9A1,1,0,0,0,15,8Zm-1,6H10V10h4ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},iy={name:"stopwatch",style:"line",path:'<path d="M18.3,8.59l.91-.9a1,1,0,0,0-1.42-1.42l-.9.91a8,8,0,0,0-9.79,0l-.91-.92A1,1,0,0,0,4.77,7.69l.92.91A7.92,7.92,0,0,0,4,13.5,8,8,0,1,0,18.3,8.59ZM12,19.5a6,6,0,1,1,6-6A6,6,0,0,1,12,19.5Zm-2-15h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Zm3,6a1,1,0,0,0-2,0v1.89a1.5,1.5,0,1,0,2,0Z"/>'},ly={name:"stopwatch-slash",style:"line",path:'<path d="M10.6,5.63a1,1,0,0,0,.36,2,6.18,6.18,0,0,1,1-.09,6,6,0,0,1,6,6,6.18,6.18,0,0,1-.09,1,1,1,0,0,0,.8,1.16l.18,0a1,1,0,0,0,1-.82A7.45,7.45,0,0,0,20,13.5a8,8,0,0,0-1.7-4.91l.91-.9a1,1,0,0,0-1.42-1.42l-.9.91A8,8,0,0,0,12,5.5,7.45,7.45,0,0,0,10.6,5.63ZM10,4.5h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Zm3.49,9.08s0-.05,0-.08,0-.05,0-.08l1.34-1.33a1,1,0,1,0-1.42-1.42L12.08,12h-.16L5.71,5.79A1,1,0,0,0,4.29,7.21l.48.48h0l.91.91A8,8,0,0,0,16.9,19.82l1.39,1.39a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,19.5A6,6,0,0,1,7.11,10l3.4,3.39s0,.05,0,.08A1.5,1.5,0,0,0,12,15h.08l3.39,3.4A6,6,0,0,1,12,19.5Z"/>'},oy={name:"store",style:"line",path:'<path d="M22,7.82a1.25,1.25,0,0,0,0-.19v0h0l-2-5A1,1,0,0,0,19,2H5a1,1,0,0,0-.93.63l-2,5h0v0a1.25,1.25,0,0,0,0,.19A.58.58,0,0,0,2,8H2V8a4,4,0,0,0,2,3.4V21a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V11.44A4,4,0,0,0,22,8V8h0A.58.58,0,0,0,22,7.82ZM13,20H11V16h2Zm5,0H15V15a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1v5H6V12a4,4,0,0,0,3-1.38,4,4,0,0,0,6,0A4,4,0,0,0,18,12Zm0-10a2,2,0,0,1-2-2,1,1,0,0,0-2,0,2,2,0,0,1-4,0A1,1,0,0,0,8,8a2,2,0,0,1-4,.15L5.68,4H18.32L20,8.15A2,2,0,0,1,18,10Z"/>'},cy={name:"store-alt",style:"line",path:'<path d="M22,2H2A1,1,0,0,0,1,3V7A3,3,0,0,0,3,9.82V21a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V9.82A3,3,0,0,0,23,7V3A1,1,0,0,0,22,2ZM15,4h2V7a1,1,0,0,1-2,0ZM11,4h2V7a1,1,0,0,1-2,0ZM7,4H9V7A1,1,0,0,1,7,7ZM4,8A1,1,0,0,1,3,7V4H5V7A1,1,0,0,1,4,8ZM14,20H10V16a2,2,0,0,1,4,0Zm5,0H16V16a4,4,0,0,0-8,0v4H5V9.82a3.17,3.17,0,0,0,1-.6,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3.17,3.17,0,0,0,1,.6ZM21,7a1,1,0,0,1-2,0V4h2Z"/>'},uy={name:"store-slash",style:"line",path:'<path d="M8.7002,4h9.62255l1.66163,4.15436A1.995,1.995,0,0,1,16,8a1,1,0,0,0-2,0,1.82572,1.82572,0,0,1-.13428.7085.99968.99968,0,0,0,.543,1.30566.94684.94684,0,0,0,.17438.03485A3.988,3.988,0,0,0,18,12v1.2998a1,1,0,0,0,2,0V11.44354A3.98539,3.98539,0,0,0,21.99609,8.0387c.00037-.00934.00263-.018.00275-.02741L22,8a.949.949,0,0,0-.03455-.171.95216.95216,0,0,0-.03674-.20062l-2-5A1.00073,1.00073,0,0,0,19,2H8.7002a1,1,0,1,0,0,2ZM22.707,21.293l-2.9331-2.93311a.94279.94279,0,0,0-.15363-.15362L9.67,8.256a.97257.97257,0,0,0-.20629-.2063L5.18219,3.76813a.9629.9629,0,0,0-.12793-.12793L2.707,1.293A.99989.99989,0,0,0,1.293,2.707L3.25653,4.67059,2.07867,7.61066l-.00012.0003-.00677.017a.953.953,0,0,0-.03473.18854A.94823.94823,0,0,0,2,8l.00116.01154.0025.02441A3.98555,3.98555,0,0,0,4,11.44354V21a1,1,0,0,0,1,1H19a.99324.99324,0,0,0,.93042-.65552L21.293,22.707A.99989.99989,0,0,0,22.707,21.293ZM4.01556,8.15375l.7782-1.94593L7.67,9.08405A1.97241,1.97241,0,0,1,6,10,1.99575,1.99575,0,0,1,4.01556,8.15375ZM9,15v5H6V12a3.96371,3.96371,0,0,0,3.10217-1.48376L12.58594,14H10A1,1,0,0,0,9,15Zm4,5H11V16h2Zm5,0H15V16.41406l3,3Z"/>'},sy={name:"streering",style:"line",path:'<path d="M12,12a1,1,0,1,0,1,1A1,1,0,0,0,12,12Zm9.71-2.36a0,0,0,0,1,0,0,10,10,0,0,0-19.4,0,0,0,0,0,1,0,0,9.75,9.75,0,0,0,0,4.72,0,0,0,0,1,0,0A10,10,0,0,0,9.61,21.7h0a9.67,9.67,0,0,0,4.7,0h0a10,10,0,0,0,7.31-7.31,0,0,0,0,1,0,0,9.75,9.75,0,0,0,0-4.72ZM12,4a8,8,0,0,1,7.41,5H4.59A8,8,0,0,1,12,4ZM4,12a8.26,8.26,0,0,1,.07-1H6v2H4.07A8.26,8.26,0,0,1,4,12Zm5,7.41A8,8,0,0,1,4.59,15H7a2,2,0,0,1,2,2Zm4,.52A8.26,8.26,0,0,1,12,20a8.26,8.26,0,0,1-1-.07V18h2ZM13.14,16H10.86A4,4,0,0,0,8,13.14V11h8v2.14A4,4,0,0,0,13.14,16ZM15,19.41V17a2,2,0,0,1,2-2h2.41A8,8,0,0,1,15,19.41ZM19.93,13H18V11h1.93A8.26,8.26,0,0,1,20,12,8.26,8.26,0,0,1,19.93,13Z"/>'},hy={name:"stretcher",style:"line",path:'<path d="M18,4.5h3a1,1,0,0,0,0-2H18a1,1,0,0,0,0,2Zm3,2H3a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H4.55l5.11,2.56L7.08,16.35A3,3,0,0,0,5,15.5a3,3,0,1,0,3,3,2.2,2.2,0,0,0,0-.36l3.94-2L16,18.24a2.3,2.3,0,0,0,0,.26,3,3,0,1,0,3-3,3,3,0,0,0-2.15.92l-2.72-1.36,5.11-2.56H21a1,1,0,0,0,1-1v-4A1,1,0,0,0,21,6.5ZM5,19.5a1,1,0,1,1,1-1A1,1,0,0,1,5,19.5Zm14-2a1,1,0,1,1-1,1A1,1,0,0,1,19,17.5Zm-7.1-3.56L9,12.5h5.75ZM20,10.5H4v-2H20Z"/>'},dy={name:"subject",style:"line",path:'<path d="M13,16H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2ZM3,8H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,8Zm18,3H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/>'},py={name:"subway",style:"line",path:'<path d="M16,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,1,1ZM18,2H6A3,3,0,0,0,3,5V17a3,3,0,0,0,1.2,2.39l-.91.9a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L6.41,20H17.59l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.91-.9A3,3,0,0,0,21,17V5A3,3,0,0,0,18,2ZM5,8h6v4H5Zm14,9a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V14H19Zm0-5H13V8h6Zm0-6H5V5A1,1,0,0,1,6,4H18a1,1,0,0,1,1,1ZM8,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21l-.12.15a.76.76,0,0,0-.09.18A.64.64,0,0,0,7,15.8,1.36,1.36,0,0,0,7,16a1,1,0,0,0,.29.7A1,1,0,0,0,8,17Z"/>'},fy={name:"subway-alt",style:"line",path:'<path d="M15,17h1a1,1,0,0,0,0-2H15a1,1,0,0,0,0,2Zm6,0V9a3,3,0,0,0-3-3H13V4h4a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4h4V6H6A3,3,0,0,0,3,9v8a3,3,0,0,0,1.2,2.39l-.91.9a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L6.41,20H17.59l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.91-.9A3,3,0,0,0,21,17ZM5,9A1,1,0,0,1,6,8h5v4H5Zm14,8a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V14H19Zm0-5H13V8h5a1,1,0,0,1,1,1ZM8,17H9a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z"/>'},my={name:"suitcase",style:"line",path:'<path d="M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13.45H7V14.5a1,1,0,0,0,2,0V13.45h6V14.5a1,1,0,0,0,2,0V13.45h3Zm0-7H4V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z"/>'},vy={name:"suitcase-alt",style:"line",path:'<path d="M19,6H16V5a2,2,0,0,0-2-2H10A2,2,0,0,0,8,5V6H5A3,3,0,0,0,2,9v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM10,5h4V6H10ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13H8v1a1,1,0,0,0,2,0V13h4v1a1,1,0,0,0,2,0V13h4Zm0-7H4V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z"/>'},Ay={name:"sun",style:"line",path:'<path d="M5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12Zm7-7a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5ZM5.64,7.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34Zm12,.29a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-9,8a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z"/>'},yy={name:"sunset",style:"line",path:'<path d="M17.66,8.34a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,6.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,8.34ZM12,6a1,1,0,0,0,1-1V4a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6ZM4,12H3a1,1,0,0,0,0,2H4a1,1,0,0,0,0-2ZM5.64,8.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,7.34ZM21,12H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM11,19H8a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm7-4h-.88a5.39,5.39,0,0,0,.38-2,5.5,5.5,0,0,0-11,0,5.39,5.39,0,0,0,.38,2H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2Zm-3.15,0H9.15a3.44,3.44,0,0,1-.65-2,3.5,3.5,0,0,1,7,0A3.44,3.44,0,0,1,14.85,15ZM16,19H15a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"/>'},My={name:"surprise",style:"line",path:'<path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM10,9a1,1,0,1,0-1,1A1,1,0,0,0,10,9Zm5-1a1,1,0,1,0,1,1A1,1,0,0,0,15,8Zm-3,3a3.39,3.39,0,0,0-3.25,3.5A3.39,3.39,0,0,0,12,18a3.39,3.39,0,0,0,3.25-3.5A3.39,3.39,0,0,0,12,11Zm0,5a1.39,1.39,0,0,1-1.25-1.5A1.39,1.39,0,0,1,12,13a1.39,1.39,0,0,1,1.25,1.5A1.39,1.39,0,0,1,12,16Z"/>'},Hy={name:"swatchbook",style:"line",path:'<path d="M7,16a1,1,0,1,0,1,1A1,1,0,0,0,7,16Zm12.06-4,1.23-1.23a3,3,0,0,0,0-4.24L17.46,3.71a3,3,0,0,0-4.24,0L12,4.94A3,3,0,0,0,9,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A3,3,0,0,0,19.06,12ZM10,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H9a1,1,0,0,1,1,1ZM12,7.76l2.64-2.64a1,1,0,0,1,1.41,0L18.88,8a1,1,0,0,1,0,1.41L16,12.29h0L12,16.24ZM20,19a1,1,0,0,1-1,1H11.82a3.12,3.12,0,0,0,.17-.92L17.07,14H19a1,1,0,0,1,1,1Z"/>'},gy={name:"swiggy",style:"line",path:'<path d="M12.878,5.92841a.297.297,0,0,1,.31378.335c.002.09192.00348.18384.0036.27575.00061.59241-.00238,1.18488.00208,1.77723.00329.43353.07947.517.49939.56909a14.83182,14.83182,0,0,0,3.14795-.04578,4.94837,4.94837,0,0,0,1.57287-.37384.50722.50722,0,0,0,.34461-.60242,6.83113,6.83113,0,0,0-5.3432-5.71106,6.60826,6.60826,0,0,0-3.64844.243A6.718,6.718,0,0,0,7.07709,4.147,6.27211,6.27211,0,0,0,5.23022,8.43164,11.18781,11.18781,0,0,0,6.7558,13.9494a1.34216,1.34216,0,0,0,1.32989.74726c.65332-.01569,1.30732-.00354,1.96106-.00354v-.00348q1.04187,0,2.08368.00048c.24927.00055.44654.06012.44458.37226-.00458.72522.00067,1.45044-.00335,2.1756-.00129.22015-.06324.432-.32612.43408-.26391.00207-.32641-.20893-.32971-.42951-.00512-.34716.00019-.69452.00061-1.04174.00049-.45105-.07342-.55677-.52319-.639a7.70231,7.70231,0,0,0-2.348-.0199,2.5959,2.5959,0,0,0-.80054.19476c-.21185.09973-.29608.24506-.19318.46729.10706.23126.20691.46728.3332.68786a43.875,43.875,0,0,0,3.42651,4.95569c.15393.19947.27313.20362.43109.0105.34869-.42639.71491-.83856,1.05994-1.26788a34.22649,34.22649,0,0,0,3.57635-5.25989,14.17129,14.17129,0,0,0,1.49451-3.87146A1.20324,1.20324,0,0,0,17.36145,9.824,6.94268,6.94268,0,0,0,15.691,9.66235c-.909-.00677-1.81812-.00348-2.72717-.00268-.24481.00024-.42688-.07007-.42707-.3573-.00048-1.01117-.00183-2.0224.00184-3.03351C12.53943,6.053,12.64349,5.92041,12.878,5.92841Z"/>'},Zy={name:"swimmer",style:"line",path:'<path d="M17,9.28a2,2,0,1,0-2-2A2,2,0,0,0,17,9.28ZM2.71,13.92a3,3,0,0,1,.57.25,4.06,4.06,0,0,0,4.1,0,2.62,2.62,0,0,1,2.56,0l.21.1,0,0a4.14,4.14,0,0,0,3.87-.13,2.62,2.62,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,4,4,0,0,0,2-.56,3,3,0,0,1,.57-.25A1,1,0,1,0,20.71,12a4.82,4.82,0,0,0-1,.44,2.1,2.1,0,0,1-2.1,0,4.62,4.62,0,0,0-4.54,0,2.52,2.52,0,0,1-.29.12L14.34,11a.75.75,0,0,0,.09-.15,1,1,0,0,0,.12-.16,1.29,1.29,0,0,0,0-.19,1.06,1.06,0,0,0,0-.19,1.13,1.13,0,0,0,0-.18,1.06,1.06,0,0,0,0-.19,1.51,1.51,0,0,0-.1-.17.7.7,0,0,0-.1-.16L11.28,6.28s0,0,0,0A1.1,1.1,0,0,0,11,6.06a.8.8,0,0,0-.21,0,.53.53,0,0,0-.17,0A.89.89,0,0,0,10.2,6L6.66,7.32a1,1,0,0,0-.6,1.28,1,1,0,0,0,1.28.6l2.93-1.07,2,2.12-1.9,1.9a4.62,4.62,0,0,0-3.94.28,2.1,2.1,0,0,1-2.1,0,4.82,4.82,0,0,0-1-.44,1,1,0,1,0-.58,1.91Zm18,3.09a4.82,4.82,0,0,0-1,.44,2.1,2.1,0,0,1-2.1,0,4.62,4.62,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.62,4.62,0,0,0-4.54,0,2.1,2.1,0,0,1-2.1,0,4.82,4.82,0,0,0-1-.44,1,1,0,1,0-.58,1.91,3,3,0,0,1,.57.25,4.06,4.06,0,0,0,4.1,0,2.62,2.62,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.62,2.62,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,4,4,0,0,0,2-.56,3,3,0,0,1,.57-.25A1,1,0,1,0,20.71,17Z"/>'},Vy={name:"sync",style:"line",path:'<path d="M19.91,15.51H15.38a1,1,0,0,0,0,2h2.4A8,8,0,0,1,4,12a1,1,0,0,0-2,0,10,10,0,0,0,16.88,7.23V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.91,15.51ZM12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.22A8,8,0,0,1,20,12a1,1,0,0,0,2,0A10,10,0,0,0,12,2Z"/>'},Cy={name:"sync-exclamation",style:"line",path:'<path d="M11.29,15.71A1,1,0,0,0,13,15a1.05,1.05,0,0,0-.29-.71,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21A1.05,1.05,0,0,0,11,15,1,1,0,0,0,11.29,15.71Zm8.62-.2H15.38a1,1,0,0,0,0,2h2.4A8,8,0,0,1,4,12a1,1,0,0,0-2,0,10,10,0,0,0,16.88,7.23V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.91,15.51ZM12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.62a1,1,0,0,0,0-2H6.22A8,8,0,0,1,20,12a1,1,0,0,0,2,0A10,10,0,0,0,12,2Zm0,11a1,1,0,0,0,1-1V9a1,1,0,0,0-2,0v3A1,1,0,0,0,12,13Z"/>'},by={name:"sync-slash",style:"line",path:'<path d="M19.88,15.5h-4.5a1,1,0,0,0,0,2h2.4A8,8,0,0,1,12,20a8.08,8.08,0,0,1-3.12-.63L7.39,20.86A9.83,9.83,0,0,0,12,22a10,10,0,0,0,6.88-2.77V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.88,15.5ZM18.31,7.1h0l1.43-1.43h0l2-2a1,1,0,1,0-1.42-1.42l-2,2A9.89,9.89,0,0,0,12,2,10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.22a7.93,7.93,0,0,1,10.67-.81L5.69,16.89A7.93,7.93,0,0,1,4,12a1,1,0,0,0-2,0,9.89,9.89,0,0,0,2.27,6.32l-2,2a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2h0l1.43-1.43h0Zm1.06,1.78A8.08,8.08,0,0,1,20,12a1,1,0,0,0,2,0,9.83,9.83,0,0,0-1.14-4.61Z"/>'},Ly={name:"syringe",style:"line",path:'<path d="M21.71,2.29a1,1,0,0,0-1.42,0L18.17,4.41l-.71-.7a1,1,0,0,0-1.41,0L14.64,5.12l-.71-.71a1,1,0,0,0-1.42,0L4.74,12.19,4,11.49A1,1,0,0,0,2.62,12.9l3.53,3.54L4.42,18.18l-.71-.72a1,1,0,0,0-1.42,1.42l2.83,2.83a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42l-.71-.7,1.74-1.74,3.53,3.53a1,1,0,0,0,.71.3,1,1,0,0,0,.7-1.71l-.7-.71,7.78-7.77a1,1,0,0,0,0-1.42l-.71-.71L20.29,8a1,1,0,0,0,0-1.41l-.7-.71,2.12-2.12A1,1,0,0,0,21.71,2.29ZM7.57,15,6.15,13.61l1.41-1.42L9,13.61Zm2.82,2.83L9,16.44,10.39,15l1.42,1.42ZM13.22,15,9,10.78l4.24-4.24.71.7h0l3.53,3.54ZM17.46,8,16.05,6.54l.71-.71.7.7h0l.7.7Z"/>'},Sy={name:"table",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V16H8Zm0-6H4V10H8ZM8,8H4V4H8Zm6,12H10V16h4Zm0-6H10V10h4Zm0-6H10V4h4Zm6,12H16V16h4Zm0-6H16V10h4Zm0-6H16V4h4Z"/>'},zy={name:"table-tennis",style:"line",path:'<path d="M20.71,16.1l-1.64-1.64a.94.94,0,0,1-.22-1.07A5.78,5.78,0,0,0,19.39,11a.36.36,0,0,0,0-.1,5.74,5.74,0,0,0-1.06-3.34,14.17,14.17,0,0,0-5.17-4.42,7,7,0,0,0-8,1.31l-.67.67a7,7,0,0,0-1.31,8.05l.1.17a3,3,0,0,0-.84,2.06A3,3,0,0,0,7,17.94c.18.14.34.29.52.42A5.55,5.55,0,0,0,8.74,19l.09,0c.18.07.37.13.57.19l.15,0a5.08,5.08,0,0,0,.95.15l.28,0h.12l.22,0c.21,0,.41,0,.62-.06h.17l0,0a5.46,5.46,0,0,0,1.42-.45,1,1,0,0,1,1.07.21l1.46,1.46a3.4,3.4,0,0,0,2.39,1,2.85,2.85,0,0,0,2-.85l.38-.38A3,3,0,0,0,20.71,16.1Zm-15.3.32a1,1,0,1,1,1-1A1,1,0,0,1,5.41,16.42Zm3.1.14-.26-.2a2.94,2.94,0,0,0,.16-.94,3,3,0,0,0-3-3c-.13,0-.25,0-.38,0l-.09-.16a5,5,0,0,1,.93-5.75l.67-.67A5,5,0,0,1,12.28,5a12,12,0,0,1,4.26,3.57Zm10.78,2.37-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3,3,0,0,0-3.34-.61,3.39,3.39,0,0,1-1,.31,2.84,2.84,0,0,1-.58.05l-.34,0h-.1l6.87-6.87a3.8,3.8,0,0,1-.34,2h0a3,3,0,0,0,.61,3.34l1.64,1.65A1,1,0,0,1,19.29,18.93Z"/>'},wy={name:"tablet",style:"line",path:'<path d="M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Zm-5.29-2.71A1,1,0,0,0,11.8,16l-.18.06a.76.76,0,0,0-.18.09l-.15.12a1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.46,1.46,0,0,0,.33.22,1,1,0,0,0,1.09-.22A1,1,0,0,0,13,17a.84.84,0,0,0-.08-.38A1.15,1.15,0,0,0,12.71,16.29Z"/>'},xy={name:"tablets",style:"line",path:'<path d="M20.54,3.46a5,5,0,1,0,0,7.08A5,5,0,0,0,20.54,3.46ZM14.88,4.88A3,3,0,0,1,17,4a3,3,0,0,1,1.28.3l-4,4A3,3,0,0,1,14.88,4.88Zm4.24,4.24a3,3,0,0,1-3.4.58l4-4A3,3,0,0,1,19.12,9.12ZM8,10a5.93,5.93,0,0,0-4.21,1.73l0,0,0,0A6,6,0,0,0,8,22a6,6,0,0,0,4.14-1.66l.12-.08a1.05,1.05,0,0,1,.07-.11A6,6,0,0,0,8,10ZM5.17,18.83A4,4,0,0,1,4.56,14L10,19.44A4,4,0,0,1,5.17,18.83ZM11.44,18,6,12.56A4,4,0,0,1,8,12a4,4,0,0,1,3.44,6Z"/>'},_y={name:"tachometer-fast",style:"line",path:'<path d="M15.29,10.29l-2.78,2.78A2.09,2.09,0,0,0,12,13a2,2,0,0,0-2,2,2.09,2.09,0,0,0,.07.51l-.78.78a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.78-.78A2.09,2.09,0,0,0,12,17a2,2,0,0,0,2-2,2.09,2.09,0,0,0-.07-.51l2.78-2.78a1,1,0,0,0-1.42-1.42ZM12,4A10,10,0,0,0,2,14a9.91,9.91,0,0,0,1.69,5.56,1,1,0,0,0,1.66-1.12,8,8,0,1,1,13.3,0,1,1,0,0,0,.27,1.39,1,1,0,0,0,.56.17,1,1,0,0,0,.83-.44A9.91,9.91,0,0,0,22,14,10,10,0,0,0,12,4Z"/>'},ky={name:"tachometer-fast-alt",style:"line",path:'<path d="M12,5A10,10,0,0,0,3.34,20a1,1,0,0,0,1.74-1A7.92,7.92,0,0,1,4,15a8,8,0,1,1,14.93,4,1,1,0,0,0,.37,1.37A1,1,0,0,0,20.66,20,10,10,0,0,0,12,5Zm2.84,5.76L13.29,12.3A2.91,2.91,0,0,0,12,12a3,3,0,1,0,3,3,2.9,2.9,0,0,0-.3-1.28l1.55-1.54a1,1,0,0,0,0-1.42A1,1,0,0,0,14.84,10.76ZM12,16a1,1,0,0,1,0-2,1,1,0,0,1,.7.28v0h0A1,1,0,0,1,13,15,1,1,0,0,1,12,16Z"/>'},Ty={name:"tag",style:"line",path:'<path d="M21.12,10.71,12.71,2.29A1,1,0,0,0,12,2H3A1,1,0,0,0,2,3v9a1,1,0,0,0,.29.71l8.42,8.41a3,3,0,0,0,4.24,0L21.12,15a3,3,0,0,0,0-4.24Zm-1.41,2.82h0l-6.18,6.17a1,1,0,0,1-1.41,0L4,11.59V4h7.59l8.12,8.12a1,1,0,0,1,.29.71A1,1,0,0,1,19.71,13.53Z"/>'},Ey={name:"tag-alt",style:"line",path:'<path d="M7.5,6A1.5,1.5,0,1,0,9,7.5,1.5,1.5,0,0,0,7.5,6Zm13.62,4.71L12.71,2.29A1,1,0,0,0,12,2H3A1,1,0,0,0,2,3v9a1,1,0,0,0,.29.71l8.42,8.41a3,3,0,0,0,4.24,0L21.12,15a3,3,0,0,0,0-4.24Zm-1.41,2.82h0l-6.18,6.17a1,1,0,0,1-1.41,0L4,11.59V4h7.59l8.12,8.12a1,1,0,0,1,.29.71A1,1,0,0,1,19.71,13.53Z"/>'},Oy={name:"tape",style:"line",path:'<path d="M14.5,7a4,4,0,1,0,4,4A4,4,0,0,0,14.5,7Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,14.5,13Zm1-10h-2a7,7,0,0,0-7,7v3h-1a1,1,0,0,0,0,2h1v2h-4a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19h12a7,7,0,0,0,7-7V10A7,7,0,0,0,15.5,3Zm5,9a5,5,0,0,1-5,5h-7V10a5,5,0,0,1,5-5h2a5,5,0,0,1,5,5Z"/>'},Py={name:"taxi",style:"line",path:'<path d="M17.38,14.58a1,1,0,0,0-.58-.06.64.64,0,0,0-.18.06.76.76,0,0,0-.18.09l-.15.12a1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.19,1.19,0,0,0,.33.22,1,1,0,0,0,1.09-.22,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,18,15.5a1.05,1.05,0,0,0-.29-.71A.93.93,0,0,0,17.38,14.58ZM20,10.68V7.5a3,3,0,0,0-3-3h-.78l-.77-2.32a1,1,0,0,0-.95-.68h-5a1,1,0,0,0-.95.68L7.78,4.5H7a3,3,0,0,0-3,3v3.18A3,3,0,0,0,2,13.5v6a1,1,0,0,0,1,1H4v1a1,1,0,0,0,2,0v-1H18v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,1-1v-6A3,3,0,0,0,20,10.68ZM10.22,3.5h3.56l.33,1H9.89ZM6,7.5a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1v3H6Zm14,11H4v-5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1ZM6.62,14.58a1,1,0,0,0-.33.21A1.05,1.05,0,0,0,6,15.5a1,1,0,0,0,1.38.93,1.19,1.19,0,0,0,.33-.22A1,1,0,0,0,8,15.5a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,6.62,14.58ZM13,14.5H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z"/>'},Ny={name:"tear",style:"line",path:'<path d="M12.56,2.17a1,1,0,0,0-1.12,0c-.3.2-7.19,5-7.19,12.08a7.75,7.75,0,0,0,15.5,0C19.75,7.05,12.85,2.36,12.56,2.17ZM12,20a5.76,5.76,0,0,1-5.75-5.75c0-5,4.21-8.77,5.75-10,1.55,1.21,5.75,5,5.75,10A5.76,5.76,0,0,1,12,20Z"/>'},jy={name:"telegram",style:"line",path:'<title>Telegram Glyph</title><path d="M11.99432,2a10,10,0,1,0,10,10A9.99917,9.99917,0,0,0,11.99432,2Zm3.17951,15.15247a.70547.70547,0,0,1-1.002.3515l-2.71467-2.10938L9.71484,17.002a.29969.29969,0,0,1-.285.03894l.334-2.98846.01069.00848.00683-.059s4.885-4.44751,5.084-4.637c.20147-.189.135-.23.135-.23.01147-.23053-.36152,0-.36152,0L8.16632,13.299l-2.69549-.918s-.414-.1485-.453-.475c-.041-.324.46649-.5.46649-.5l10.717-4.25751s.881-.39252.881.25751Z"/>'},Dy={name:"telegram-alt",style:"line",path:'<title>telegram</title><path d="M22.26465,2.42773a2.04837,2.04837,0,0,0-2.07813-.32421L2.26562,9.33887a2.043,2.043,0,0,0,.1045,3.81836l3.625,1.26074,2.0205,6.68164A.998.998,0,0,0,8.134,21.352c.00775.012.01868.02093.02692.03259a.98844.98844,0,0,0,.21143.21576c.02307.01758.04516.03406.06982.04968a.98592.98592,0,0,0,.31073.13611l.01184.001.00671.00287a1.02183,1.02183,0,0,0,.20215.02051c.00653,0,.01233-.00312.0188-.00324a.99255.99255,0,0,0,.30109-.05231c.02258-.00769.04193-.02056.06384-.02984a.9931.9931,0,0,0,.20429-.11456,250.75993,250.75993,0,0,1,.15222-.12818L12.416,18.499l4.03027,3.12207a2.02322,2.02322,0,0,0,1.24121.42676A2.05413,2.05413,0,0,0,19.69531,20.415L22.958,4.39844A2.02966,2.02966,0,0,0,22.26465,2.42773ZM9.37012,14.73633a.99357.99357,0,0,0-.27246.50586l-.30951,1.504-.78406-2.59307,4.06525-2.11695ZM17.67188,20.04l-4.7627-3.68945a1.00134,1.00134,0,0,0-1.35352.11914l-.86541.9552.30584-1.48645,7.083-7.083a.99975.99975,0,0,0-1.16894-1.59375L6.74487,12.55432,3.02051,11.19141,20.999,3.999Z"/>'},qy={name:"telescope",style:"line",path:'<path d="M21.9,7.59l-1-3.87A3,3,0,0,0,17.19,1.6l-1.93.52a1,1,0,0,0-.71,1.23l.26,1L4.19,7.16a1,1,0,0,0-.71,1.22l.26,1-1,.26a1,1,0,0,0,.25,2,1.09,1.09,0,0,0,.26,0l1-.27.26,1a1,1,0,0,0,.46.6,1,1,0,0,0,.5.14.75.75,0,0,0,.26,0L9,12.08v.42a2.9,2.9,0,0,0,.3,1.28l-5,5a1,1,0,0,0,1.41,1.42l5-5,.28.11V21.5a1,1,0,0,0,2,0V15.32a2.52,2.52,0,0,0,.29-.12l5,5a1,1,0,1,0,1.41-1.42l-5-5A3.09,3.09,0,0,0,15,12.5v-2l1.35-.36.25,1a1,1,0,0,0,1,.74l.26,0,1.93-.52A3,3,0,0,0,21.9,7.59ZM13,12.5a1,1,0,0,1-.28.69h0v0a1,1,0,0,1-.69.28,1,1,0,0,1-.7-.29h0a1,1,0,0,1-.29-.7v-1L13,11ZM6.19,10.76,5.67,8.83l9.66-2.59.26,1,.26,1Zm13.68-1.9a1,1,0,0,1-.61.47l-1,.26-.78-2.9L17,4.76h0l-.26-1,1-.26a1,1,0,0,1,1.23.71l1,3.87A1,1,0,0,1,19.87,8.86Z"/>'},Ry={name:"temperature",style:"line",path:'<path d="M13,15.28V5.5a1,1,0,0,0-2,0v9.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28ZM16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-6.42-2.2,4,4,0,0,1,1.1-3.76,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z"/>'},Iy={name:"temperature-empty",style:"line",path:'<path d="M12,15a2,2,0,1,0,2,2A2,2,0,0,0,12,15Zm4.5-2V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z"/>'},Fy={name:"temperature-half",style:"line",path:'<path d="M13,15.28V10.5a1,1,0,0,0-2,0v4.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28ZM16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z"/>'},By={name:"temperature-minus",style:"line",path:'<path d="M14,5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,9.49,23,6,6,0,0,0,14,13ZM12,20.11a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6ZM10.5,15.28V5.5a1,1,0,0,0-2,0v9.78A2,2,0,0,0,7.5,17a2,2,0,0,0,4,0A2,2,0,0,0,10.5,15.28Zm9-12.78h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z"/>'},Uy={name:"temperature-plus",style:"line",path:'<path d="M10.5,15.28V5.5a1,1,0,0,0-2,0v9.78A2,2,0,0,0,7.5,17a2,2,0,0,0,4,0A2,2,0,0,0,10.5,15.28Zm9-12.78H19V2a1,1,0,0,0-2,0v.5h-.5a1,1,0,0,0,0,2H17V5a1,1,0,0,0,2,0V4.5h.5a1,1,0,0,0,0-2ZM14,5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,9.49,23,6,6,0,0,0,14,13ZM12,20.11a4,4,0,0,1-6.42-2.2,4,4,0,0,1,1.1-3.76,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z"/>'},$y={name:"temperature-quarter",style:"line",path:'<path d="M16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6ZM13,15.28V12.5a1,1,0,0,0-2,0v2.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28Z"/>'},Wy={name:"temperature-three-quarter",style:"line",path:'<path d="M13,15.28V8.5a1,1,0,0,0-2,0v6.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28ZM16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z"/>'},Gy={name:"tennis-ball",style:"line",path:'<path d="M12,2A10,10,0,0,0,4.65,18.76l.09.1a10,10,0,0,0,14.52,0l.09-.1A10,10,0,0,0,12,2ZM5.61,16.79a7.93,7.93,0,0,1,0-9.58,6,6,0,0,1,0,9.58ZM12,20a7.91,7.91,0,0,1-5-1.77A8,8,0,0,0,7,5.77a7.95,7.95,0,0,1,10,0,8,8,0,0,0,0,12.46A7.91,7.91,0,0,1,12,20Zm6.39-3.21a6,6,0,0,1,0-9.58,7.93,7.93,0,0,1,0,9.58Z"/>'},Qy={name:"text",style:"line",path:'<path d="M17,6H7A1,1,0,0,0,7,8h4v9a1,1,0,0,0,2,0V8h4a1,1,0,0,0,0-2Z"/>'},Ky={name:"text-fields",style:"line",path:'<path d="M16,6a1,1,0,0,0-1-1H3A1,1,0,0,0,3,7H8V18a1,1,0,0,0,2,0V7h5A1,1,0,0,0,16,6Zm5,5H15a1,1,0,0,0,0,2h2v5a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z"/>'},Jy={name:"text-size",style:"line",path:'<path d="M9,11H3a1,1,0,0,0,0,2H5v5a1,1,0,0,0,2,0V13H9a1,1,0,0,0,0-2ZM21,5H9A1,1,0,0,0,9,7h5V18a1,1,0,0,0,2,0V7h5a1,1,0,0,0,0-2Z"/>'},Xy={name:"text-strike-through",style:"line",path:'<path d="M15,13H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V15h2a1,1,0,0,0,0-2Zm2-7H7A1,1,0,0,0,7,8h4v2a1,1,0,0,0,2,0V8h4a1,1,0,0,0,0-2Z"/>'},Yy={name:"th",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V13h7Zm0-9H4V4h7Zm9,9H13V13h7Zm0-9H13V4h7Z"/>'},eM={name:"th-large",style:"line",path:'<path d="M20,3H4A1,1,0,0,0,3,4V20a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V4A1,1,0,0,0,20,3ZM11,19H5V13h6Zm0-8H5V5h6Zm8,8H13V13h6Zm0-8H13V5h6Z"/>'},tM={name:"th-slash",style:"line",path:'<path d="M22.71,21.29l-1-1h0l-6-6h0l-6-6h0l-6-6h0l-1-1A1,1,0,0,0,1.29,2.71l.71.7V21a1,1,0,0,0,1,1H20.59l.7.71a1,1,0,0,0,1.42,0A1,1,0,0,0,22.71,21.29ZM4,5.41,6.59,8H4ZM8,20H4V16H8Zm0-6H4V10H8Zm2-2.59L12.59,14H10ZM14,20H10V16h4Zm2,0V17.41L18.59,20ZM8.67,4H14V9a1,1,0,0,0,1,1h5v5.33a1,1,0,1,0,2,0V3a1,1,0,0,0-1-1H8.67a1,1,0,0,0,0,2ZM16,4h4V8H16Z"/>'},nM={name:"thermometer",style:"line",path:'<path d="M16.29,6.29l-7,7a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l7-7a1,1,0,1,0-1.42-1.42Zm4.25-2.83a5,5,0,0,0-7.08,0L5.29,11.69a1,1,0,0,0-.29.7v5.19L2.29,20.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L6.42,19h5.19a1,1,0,0,0,.7-.29l8.23-8.17A5,5,0,0,0,20.54,3.46ZM19.12,9.12,11.2,17H7V12.8l7.88-7.92a3,3,0,0,1,4.24,4.24Z"/>'},aM={name:"thumbs-down",style:"line",path:'<path d="M19,2H6.27A3,3,0,0,0,3.32,4.46l-1.27,7A3,3,0,0,0,5,15H9.56L9,16.43A4.13,4.13,0,0,0,12.89,22a1,1,0,0,0,.91-.59L16.65,15H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM15,13.79l-2.72,6.12a2.13,2.13,0,0,1-1.38-2.78l.53-1.43A2,2,0,0,0,9.56,13H5a1,1,0,0,1-.77-.36A1,1,0,0,1,4,11.82l1.27-7a1,1,0,0,1,1-.82H15ZM20,12a1,1,0,0,1-1,1H17V4h2a1,1,0,0,1,1,1Z"/>'},rM={name:"thumbs-up",style:"line",path:'<path d="M21.3,10.08A3,3,0,0,0,19,9H14.44L15,7.57A4.13,4.13,0,0,0,11.11,2a1,1,0,0,0-.91.59L7.35,9H5a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17.73a3,3,0,0,0,2.95-2.46l1.27-7A3,3,0,0,0,21.3,10.08ZM7,20H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H7Zm13-7.82-1.27,7a1,1,0,0,1-1,.82H9V10.21l2.72-6.12A2.11,2.11,0,0,1,13.1,6.87L12.57,8.3A2,2,0,0,0,14.44,11H19a1,1,0,0,1,.77.36A1,1,0,0,1,20,12.18Z"/>'},iM={name:"thunderstorm",style:"line",path:'<path d="M13.5,15H11.23l1.45-2.5a1,1,0,1,0-1.74-1l-2.31,4a1,1,0,0,0,0,1,1,1,0,0,0,.87.5h2.27l-1.45,2.5a1,1,0,0,0,1.74,1l2.31-4a1,1,0,0,0,0-1A1,1,0,0,0,13.5,15Zm4.92-7.79A7,7,0,0,0,5.06,9.11,4,4,0,0,0,6,17a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,17,15a1,1,0,0,0,0,2,5,5,0,0,0,1.42-9.79Z"/>'},lM={name:"thunderstorm-moon",style:"line",path:'<path d="M11.58,16.5H10.32l.86-1.5a1,1,0,1,0-1.73-1L7.72,17a1,1,0,0,0,.86,1.5H9.85L9,20a1,1,0,0,0,1.74,1l1.73-3a1,1,0,0,0,0-1A1,1,0,0,0,11.58,16.5ZM21.7,7.57a1,1,0,0,0-.93-.26,3.2,3.2,0,0,1-.66.08,3,3,0,0,1-3-3,3,3,0,0,1,.08-.65A1,1,0,0,0,16,2.53a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.49,3.49,0,0,0-.34,6.62,1,1,0,1,0,.72-1.86A1.5,1.5,0,0,1,5.5,13.5a1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.92,3.92,0,0,1,2.18.66l0,0a4,4,0,0,1,1.57,2,1,1,0,0,0,.78.67,2.33,2.33,0,0,1,.25,4.53,1,1,0,0,0,.27,2,.84.84,0,0,0,.27,0A4.33,4.33,0,0,0,19,14.17a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8.5,1,1,0,0,0,21.7,7.57Zm-4.59,2.82a2.61,2.61,0,0,1-.42,0A4.6,4.6,0,0,0,16,10a6,6,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,10.39Z"/>'},oM={name:"thunderstorm-sun",style:"line",path:'<path d="M11.58,16.5H10.32l.86-1.5a1,1,0,1,0-1.73-1L7.72,17a1,1,0,0,0,.86,1.5H9.85L9,20a1,1,0,0,0,1.74,1l1.73-3a1,1,0,0,0,0-1A1,1,0,0,0,11.58,16.5ZM21,7.5h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,4.3V3.5a1,1,0,0,0-2,0v.8a4.25,4.25,0,0,0-1.27.52l-.56-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.49,3.49,0,0,0-.34,6.62,1,1,0,1,0,.72-1.86A1.5,1.5,0,0,1,5.5,13.5a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67,2.33,2.33,0,0,1,.25,4.53,1,1,0,0,0,.27,2,.84.84,0,0,0,.27,0,4.3,4.3,0,0,0,2.85-5.72l.13.13a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9.5H21a1,1,0,0,0,0-2Zm-3.34,2.65h0a2.28,2.28,0,0,1-.6.41A4.17,4.17,0,0,0,16,10a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3Z"/>'},cM={name:"ticket",style:"line",path:'<path d="M9,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,9,10Zm12,1a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1H3A1,1,0,0,0,2,6v4a1,1,0,0,0,1,1,1,1,0,0,1,0,2,1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1,1,1,0,0,1,0-2ZM20,9.18a3,3,0,0,0,0,5.64V17H10a1,1,0,0,0-2,0H4V14.82A3,3,0,0,0,4,9.18V7H8a1,1,0,0,0,2,0H20Z"/>'},uM={name:"times",style:"line",path:'<path d="M13.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42L12,10.59,7.71,6.29A1,1,0,0,0,6.29,7.71L10.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},sM={name:"times-circle",style:"line",path:'<path d="M15.71,8.29a1,1,0,0,0-1.42,0L12,10.59,9.71,8.29A1,1,0,0,0,8.29,9.71L10.59,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,12l2.3-2.29A1,1,0,0,0,15.71,8.29Zm3.36-3.36A10,10,0,1,0,4.93,19.07,10,10,0,1,0,19.07,4.93ZM17.66,17.66A8,8,0,1,1,20,12,7.95,7.95,0,0,1,17.66,17.66Z"/>'},hM={name:"times-square",style:"line",path:'<path d="M15.71,8.29a1,1,0,0,0-1.42,0L12,10.59,9.71,8.29A1,1,0,0,0,8.29,9.71L10.59,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,12l2.3-2.29A1,1,0,0,0,15.71,8.29ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},dM={name:"toggle-off",style:"line",path:'<path d="M8,8.5A3.5,3.5,0,1,0,11.5,12,3.5,3.5,0,0,0,8,8.5Zm0,5A1.5,1.5,0,1,1,9.5,12,1.5,1.5,0,0,1,8,13.5ZM16,5H8A7,7,0,0,0,8,19h8A7,7,0,0,0,16,5Zm0,12H8A5,5,0,0,1,8,7h8a5,5,0,0,1,0,10Z"/>'},pM={name:"toggle-on",style:"line",path:'<path d="M16,8.5A3.5,3.5,0,1,0,19.5,12,3.5,3.5,0,0,0,16,8.5Zm0,5A1.5,1.5,0,1,1,17.5,12,1.5,1.5,0,0,1,16,13.5ZM16,5H8A7,7,0,0,0,8,19h8A7,7,0,0,0,16,5Zm0,12H8A5,5,0,0,1,8,7h8a5,5,0,0,1,0,10Z"/>'},fM={name:"toilet-paper",style:"line",path:'<path d="M22.25977,20.35693A7.52338,7.52338,0,0,1,20.5,15.45215V7.99268c0-3.3086-2.24316-6-5-6h-9c-2.75684,0-5,2.6914-5,6s2.24316,6,5,6h3v1.45947a9.52683,9.52683,0,0,0,2.24023,6.20556,1.00118,1.00118,0,0,0,.75977.34961h9a1.00028,1.00028,0,0,0,.75977-1.65039ZM6.5,11.99268c-1.6543,0-3-1.79444-3-4s1.3457-4,3-4,3,1.79443,3,4S8.1543,11.99268,6.5,11.99268Zm6.479,8.01464A7.58021,7.58021,0,0,1,11.5,15.45215v-7c0-.0282-.01379-.05188-.016-.07947.00665-.12628.016-.25171.016-.38a6.68056,6.68056,0,0,0-1.28381-4H15.5c1.6543,0,3,1.79443,3,4v7.45947a9.71056,9.71056,0,0,0,1.11768,4.55517ZM6.5,6.74286a1.14613,1.14613,0,0,0-1,1.25,1.14613,1.14613,0,0,0,1,1.25,1.14613,1.14613,0,0,0,1-1.25A1.14613,1.14613,0,0,0,6.5,6.74286Z"/>'},mM={name:"top-arrow-from-top",style:"line",path:'<path d="M19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2ZM8.71,7.71,11,5.41V17a1,1,0,0,0,2,0V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71Z"/>'},vM={name:"top-arrow-to-top",style:"line",path:'<path d="M12.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4a1,1,0,1,0,1.42,1.42L11,9.41V21a1,1,0,0,0,2,0V9.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM19,2H5A1,1,0,0,0,5,4H19a1,1,0,0,0,0-2Z"/>'},AM={name:"tornado",style:"line",path:'<path d="M10,21H8a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm1-4H6a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2ZM18,2a1,1,0,0,0-1-1H3A1,1,0,0,0,3,3H17A1,1,0,0,0,18,2Zm3,3H6A1,1,0,0,0,6,7H21a1,1,0,0,0,0-2ZM19,9H10a1,1,0,0,0,0,2h9a1,1,0,0,0,0-2Zm-5,4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z"/>'},yM={name:"trademark",style:"line",path:'<path d="M9.5,7h-6a1,1,0,0,0,0,2h2v7a1,1,0,0,0,2,0V9h2a1,1,0,0,0,0-2Zm11.92.62a1,1,0,0,0-.54-.54,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21L17,10.09l-2.79-2.8a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.54.54A1,1,0,0,0,12.5,8v8a1,1,0,0,0,2,0V10.41l1.79,1.8a1,1,0,0,0,1.42,0l1.79-1.8V16a1,1,0,0,0,2,0V8A1,1,0,0,0,21.42,7.62Z"/>'},MM={name:"trademark-circle",style:"line",path:'<path d="M10,9H7a1,1,0,0,0,0,2h.5v3a1,1,0,0,0,2,0V11H10a1,1,0,0,0,0-2Zm7.38.08a1,1,0,0,0-1.09.21L15,10.59l-1.29-1.3a1,1,0,0,0-1.09-.21A1,1,0,0,0,12,10v4a1,1,0,0,0,2,0V12.41l.29.3a1,1,0,0,0,1.42,0l.29-.3V14a1,1,0,0,0,2,0V10A1,1,0,0,0,17.38,9.08ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},HM={name:"traffic-barrier",style:"line",path:'<path d="M21,5H20V4a1,1,0,0,0-2,0V5H6V4A1,1,0,0,0,4,4V5H3A1,1,0,0,0,2,6v6a1,1,0,0,0,1,1H4v7a1,1,0,0,0,2,0V13H18v7a1,1,0,0,0,2,0V13h1a1,1,0,0,0,1-1V6A1,1,0,0,0,21,5ZM4,9.52V7H6.52ZM5.34,11l4-4h3.33l-4,4Zm6.15,0,4-4h3.18l-4,4ZM20,11H17.49L20,8.49Z"/>'},gM={name:"traffic-light",style:"line",path:'<path d="M12,5.5A1.5,1.5,0,1,0,13.5,7,1.5,1.5,0,0,0,12,5.5Zm10,3h-.54A6,6,0,0,0,23,4.5a1,1,0,0,0-1-1H17.82A3,3,0,0,0,15,1.5H9a3,3,0,0,0-2.82,2H2a1,1,0,0,0-1,1,6,6,0,0,0,1.54,4H2a1,1,0,0,0-1,1,6,6,0,0,0,1.54,4H2a1,1,0,0,0-1,1,6,6,0,0,0,5.16,5.93A3,3,0,0,0,9,22.5h6a3,3,0,0,0,2.84-2.07A6,6,0,0,0,23,14.5a1,1,0,0,0-1-1h-.54A6,6,0,0,0,23,9.5,1,1,0,0,0,22,8.5ZM6,18.37A4,4,0,0,1,3.13,15.5H6Zm0-5A4,4,0,0,1,3.13,10.5H6Zm0-5a4.09,4.09,0,0,1-1.83-1,4.09,4.09,0,0,1-1-1.83H6ZM16,19.5a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V4.5a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm3.83-2.17a4.09,4.09,0,0,1-1.83,1V15.5h2.87A4.09,4.09,0,0,1,19.83,17.33Zm0-5a4.09,4.09,0,0,1-1.83,1V10.5h2.87A4.09,4.09,0,0,1,19.83,12.33Zm0-5a4.09,4.09,0,0,1-1.83,1V5.5h2.87A4.09,4.09,0,0,1,19.83,7.33ZM12,15.5A1.5,1.5,0,1,0,13.5,17,1.5,1.5,0,0,0,12,15.5Zm0-5A1.5,1.5,0,1,0,13.5,12,1.5,1.5,0,0,0,12,10.5Z"/>'},ZM={name:"transaction",style:"line",path:'<path d="M20,2H10A3,3,0,0,0,7,5v7a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V5A3,3,0,0,0,20,2Zm1,10a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1ZM17.5,8a1.49,1.49,0,0,0-1,.39,1.5,1.5,0,1,0,0,2.22A1.5,1.5,0,1,0,17.5,8ZM16,17a1,1,0,0,0-1,1v1a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V15H4a1,1,0,0,0,0-2H3V12a1,1,0,0,1,1-1A1,1,0,0,0,4,9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H14a3,3,0,0,0,3-3V18A1,1,0,0,0,16,17ZM6,18H7a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z"/>'},VM={name:"trash",style:"line",path:'<path d="M20,6H16V5a3,3,0,0,0-3-3H11A3,3,0,0,0,8,5V6H4A1,1,0,0,0,4,8H5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm7,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8H17Z"/>'},CM={name:"trash-alt",style:"line",path:'<path d="M10,18a1,1,0,0,0,1-1V11a1,1,0,0,0-2,0v6A1,1,0,0,0,10,18ZM20,6H16V5a3,3,0,0,0-3-3H11A3,3,0,0,0,8,5V6H4A1,1,0,0,0,4,8H5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm7,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8H17Zm-3-1a1,1,0,0,0,1-1V11a1,1,0,0,0-2,0v6A1,1,0,0,0,14,18Z"/>'},bM={name:"trees",style:"line",path:'<path d="M16.5,5A4.86,4.86,0,0,0,14,5.69,6,6,0,0,0,2.5,8v4a6,6,0,0,0,5,5.91V21a1,1,0,0,0,2,0V17.91a6.08,6.08,0,0,0,2.78-1.26A5,5,0,0,0,15.5,18.9V21a1,1,0,0,0,2,0V18.9a5,5,0,0,0,4-4.9V10A5,5,0,0,0,16.5,5Zm-5,5v4a5.23,5.23,0,0,0,.06.57,4,4,0,0,1-2.06,1.3V13a1,1,0,0,0-2,0v2.86A4,4,0,0,1,4.5,12V8a4,4,0,0,1,6.83-2.84,3.94,3.94,0,0,1,1.06,2A5,5,0,0,0,11.5,10Zm8,4a3,3,0,0,1-2,2.82V13a1,1,0,0,0-2,0v3.82a3,3,0,0,1-2-2.82V10a3,3,0,0,1,6,0Z"/>'},LM={name:"triangle",style:"line",path:'<path d="M21.87,19.29l-9-15.58a1,1,0,0,0-1.74,0l-9,15.58a1,1,0,0,0,0,1,1,1,0,0,0,.87.5H21a1,1,0,0,0,.87-.5A1,1,0,0,0,21.87,19.29Zm-17.14-.5L12,6.21l7.27,12.58Z"/>'},SM={name:"trophy",style:"line",path:'<path d="M21,4H18V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3V4H3A1,1,0,0,0,2,5V8a4,4,0,0,0,4,4H7.54A6,6,0,0,0,11,13.91V16H10a3,3,0,0,0-3,3v2a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19a3,3,0,0,0-3-3H13V13.91A6,6,0,0,0,16.46,12H18a4,4,0,0,0,4-4V5A1,1,0,0,0,21,4ZM6,10A2,2,0,0,1,4,8V6H6V8a6,6,0,0,0,.35,2Zm8,8a1,1,0,0,1,1,1v1H9V19a1,1,0,0,1,1-1ZM16,8A4,4,0,0,1,8,8V4h8Zm4,0a2,2,0,0,1-2,2h-.35A6,6,0,0,0,18,8V6h2Z"/>'},zM={name:"trowel",style:"line",path:'<path d="M21.12,2.88a3.08,3.08,0,0,0-4.24,0L14.46,5.29a3,3,0,0,0-.57,3.41l-2.15,2.15-2-2a3,3,0,0,0-5,1.17l-2.66,8a3,3,0,0,0,.72,3.07A3,3,0,0,0,5,22a2.87,2.87,0,0,0,1-.16l8-2.66a3,3,0,0,0,1.17-5l-2-2,2.15-2.15a3,3,0,0,0,3.41-.57l2.41-2.42A3,3,0,0,0,21.12,2.88ZM13.7,15.63a1,1,0,0,1-.4,1.65L5.32,20a1,1,0,0,1-1-.25,1,1,0,0,1-.25-1l2.67-8A1,1,0,0,1,7.44,10a1.07,1.07,0,0,1,.23,0,1,1,0,0,1,.7.29l2,2-.87.86a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.86-.87Zm6-9.92L17.29,8.12a1,1,0,0,1-1.7-.71,1,1,0,0,1,.29-.7l2.41-2.42a1,1,0,0,1,1.42,0A1,1,0,0,1,19.71,5.71Z"/>'},wM={name:"truck",style:"line",path:'<path d="M1,12.5v5a1,1,0,0,0,1,1H3a3,3,0,0,0,6,0h6a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1V5.5a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v2H6A3,3,0,0,0,3.6,8.7L1.2,11.9a.61.61,0,0,0-.07.14l-.06.11A1,1,0,0,0,1,12.5Zm16,6a1,1,0,1,1,1,1A1,1,0,0,1,17,18.5Zm-7-13a1,1,0,0,1,1-1h9a1,1,0,0,1,1,1v11h-.78a3,3,0,0,0-4.44,0H10Zm-2,6H4L5.2,9.9A1,1,0,0,1,6,9.5H8Zm-3,7a1,1,0,1,1,1,1A1,1,0,0,1,5,18.5Zm-2-5H8v2.78a3,3,0,0,0-4.22.22H3Z"/>'},xM={name:"truck-loading",style:"line",path:'<path d="M22,16H19.82A3,3,0,0,0,20,15V10a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v5a3,3,0,0,0,.18,1H7a1,1,0,0,1-1-1V5A3,3,0,0,0,3,2H2A1,1,0,0,0,2,4H3A1,1,0,0,1,4,5V15a3,3,0,0,0,2.22,2.88,3,3,0,1,0,5.6.12h3.36a3,3,0,1,0,5.64,0H22a1,1,0,0,0,0-2ZM9,20a1,1,0,1,1,1-1A1,1,0,0,1,9,20Zm2-4a1,1,0,0,1-1-1V10a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v5a1,1,0,0,1-1,1Zm7,4a1,1,0,1,1,1-1A1,1,0,0,1,18,20Z"/>'},_M={name:"tumblr",style:"line",path:'<path d="M16.79,18a4.65,4.65,0,0,1-1.62.35,1.75,1.75,0,0,1-1.92-2V10.12h4v-3h-4V2H10.33a.15.15,0,0,0-.14.15A6.11,6.11,0,0,1,6.25,7.54v2.58h2v6.54c0,2.23,1.65,5.41,6,5.34,1.47,0,3.11-.64,3.47-1.17Z"/>'},kM={name:"tumblr-alt",style:"line",path:'<path d="M17.43359,20.50825l-.96191-2.85351a1.00073,1.00073,0,0,0-1.37891-.583,3.7631,3.7631,0,0,1-1.209.249.93653.93653,0,0,1-.65918-.165,1.20025,1.20025,0,0,1-.23926-.80762V12.00044H16.002a.99942.99942,0,0,0,1-1V7.09517a.99942.99942,0,0,0-1-1H13V2.00044a.99942.99942,0,0,0-1-1H9.07031a1.14806,1.14806,0,0,0-1.13769,1.04A5.09342,5.09342,0,0,1,4.65234,6.59809a.99923.99923,0,0,0-.66113.94043v3.584a.99943.99943,0,0,0,1,1H6.01562v4.53516a6.41109,6.41109,0,0,0,1.88672,4.47851A6.90463,6.90463,0,0,0,12.877,22.99946c.05371,0,.1084,0,.16309-.001,1.5459-.0254,3.61816-.64747,4.27246-1.60743A.99833.99833,0,0,0,17.43359,20.50825Zm-4.42675.49024A4.87007,4.87007,0,0,1,9.30469,19.7104a4.36971,4.36971,0,0,1-1.28907-3.05273V11.12251a.99942.99942,0,0,0-1-1H5.99121v-1.917A6.95438,6.95438,0,0,0,9.80957,3.00044H11V7.09517a.99943.99943,0,0,0,1,1h3.002v1.90527h-3.0166a.99942.99942,0,0,0-1,1V16.3647a3.07681,3.07681,0,0,0,.85645,2.23535,2.76714,2.76714,0,0,0,2.0957.7207,5.90822,5.90822,0,0,0,.94727-.11328l.4248,1.25879A5.909,5.909,0,0,1,13.00684,20.99849Z"/>'},TM={name:"tumblr-square",style:"line",path:'<path d="M2,2V22H22V2ZM13.57,17.85a3.4,3.4,0,0,1-3.75-3.33V10.44H8.56V8.83A3.83,3.83,0,0,0,11,5.47a.09.09,0,0,1,.09-.09h1.82V8.55h2.5v1.89H12.92v3.89a1.11,1.11,0,0,0,1.2,1.23,3,3,0,0,0,1-.22l.6,1.78A3.34,3.34,0,0,1,13.57,17.85Z"/>'},EM={name:"tv-retro",style:"line",path:'<path d="M18,6H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L12,5.54l-1.17-2a1,1,0,1,0-1.74,1L10,6H6A3,3,0,0,0,3,9v8a3,3,0,0,0,3,3v1a1,1,0,0,0,2,0V20h8v1a1,1,0,0,0,2,0V20a3,3,0,0,0,3-3V9A3,3,0,0,0,18,6Zm1,11a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8H18a1,1,0,0,1,1,1Z"/>'},OM={name:"tv-retro-slash",style:"line",path:'<path d="M11.62,7.92A1,1,0,0,0,12,8h6a1,1,0,0,1,1,1v5.34a1,1,0,1,0,2,0V9a3,3,0,0,0-3-3H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76A1,1,0,0,0,11.62,7.92ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L4.83,6.24A3,3,0,0,0,3,9v8a3,3,0,0,0,3,3v1a1,1,0,0,0,2,0V20h8v1a1,1,0,0,0,2,0V20a3.07,3.07,0,0,0,.53-.06l1.76,1.77a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM6,18a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8h.59l10,10Z"/>'},PM={name:"twitter",style:"line",path:'<path d="M22,5.8a8.49,8.49,0,0,1-2.36.64,4.13,4.13,0,0,0,1.81-2.27,8.21,8.21,0,0,1-2.61,1,4.1,4.1,0,0,0-7,3.74A11.64,11.64,0,0,1,3.39,4.62a4.16,4.16,0,0,0-.55,2.07A4.09,4.09,0,0,0,4.66,10.1,4.05,4.05,0,0,1,2.8,9.59v.05a4.1,4.1,0,0,0,3.3,4A3.93,3.93,0,0,1,5,13.81a4.9,4.9,0,0,1-.77-.07,4.11,4.11,0,0,0,3.83,2.84A8.22,8.22,0,0,1,3,18.34a7.93,7.93,0,0,1-1-.06,11.57,11.57,0,0,0,6.29,1.85A11.59,11.59,0,0,0,20,8.45c0-.17,0-.35,0-.53A8.43,8.43,0,0,0,22,5.8Z"/>'},NM={name:"twitter-alt",style:"line",path:'<path d="M22.99121,3.9502a.99942.99942,0,0,0-1.51074-.85938,7.47956,7.47956,0,0,1-1.873.793,5.15234,5.15234,0,0,0-3.374-1.24219,5.23238,5.23238,0,0,0-5.22363,5.06348A11.03194,11.03194,0,0,1,4.19629,3.78125,1.01154,1.01154,0,0,0,3.33887,3.416a.99852.99852,0,0,0-.78516.5,5.2755,5.2755,0,0,0-.24219,4.76855l-.00195.00195a1.0411,1.0411,0,0,0-.49512.88868,3.04174,3.04174,0,0,0,.02637.43945,5.1854,5.1854,0,0,0,1.56836,3.3125.99813.99813,0,0,0-.06641.76953,5.20436,5.20436,0,0,0,2.36231,2.92187,7.46464,7.46464,0,0,1-3.58985.44825.99975.99975,0,0,0-.665,1.833A12.94248,12.94248,0,0,0,8.46,21.36133,12.7878,12.7878,0,0,0,20.9248,11.998,12.82166,12.82166,0,0,0,21.46,8.35156c0-.06543,0-.13281-.001-.20019A5.76963,5.76963,0,0,0,22.99121,3.9502ZM19.68457,7.16211a.995.995,0,0,0-.2334.70215c.00977.165.00879.331.00879.4873a10.82371,10.82371,0,0,1-.4541,3.08106A10.68457,10.68457,0,0,1,8.46,19.36133a10.93791,10.93791,0,0,1-2.55078-.30078,9.47951,9.47951,0,0,0,2.94238-1.56348A1.00033,1.00033,0,0,0,8.25,15.71094a3.208,3.208,0,0,1-2.21387-.93457q.22413-.04248.44532-.10547a1.00026,1.00026,0,0,0-.08008-1.94336,3.19824,3.19824,0,0,1-2.25-1.72559,5.29929,5.29929,0,0,0,.54492.0459,1.02093,1.02093,0,0,0,.9834-.69629A.9998.9998,0,0,0,5.2793,9.21484,3.19559,3.19559,0,0,1,3.85547,6.542c0-.0664.00195-.13281.00586-.19824a13.01365,13.01365,0,0,0,8.209,3.47949,1.02046,1.02046,0,0,0,.81739-.3584,1.00037,1.00037,0,0,0,.206-.86816,3.15653,3.15653,0,0,1-.08691-.72852A3.23,3.23,0,0,1,16.2334,4.6416a3.18428,3.18428,0,0,1,2.34472,1.02051A.993.993,0,0,0,19.499,5.96a9.27073,9.27073,0,0,0,1.21192-.32226A6.68126,6.68126,0,0,1,19.68457,7.16211Z"/>'},jM={name:"umbrella",style:"line",path:'<path d="M21,11.24s0,0,0,0a.22.22,0,0,1,0-.08l0-.19c0-.23-.06-.46-.1-.69a.75.75,0,0,1,0-.16c-.05-.25-.12-.49-.19-.73v0a8.91,8.91,0,0,0-5.86-5.87l-.08,0c-.22-.07-.45-.13-.68-.18l-.18,0a5.21,5.21,0,0,0-.55-.08l-.24,0V3a1,1,0,0,0-2,0v.06a8.7,8.7,0,0,0-1,.18,4.71,4.71,0,0,0-.62.16l-.13,0c-.25.08-.48.17-.72.26l0,0A8.93,8.93,0,0,0,3.42,9.28a.31.31,0,0,0,0,.08,6.38,6.38,0,0,0-.19.72l0,.16q-.08.36-.12.75s0,.07,0,.11,0,.06,0,.09,0,0,0,.05c0,.25,0,.5,0,.76a1,1,0,0,0,1,1h7v6a1,1,0,0,1-2,0,1,1,0,0,0-2,0,3,3,0,0,0,6,0V13h7a1,1,0,0,0,1-1C21,11.74,21,11.49,21,11.24ZM8,11H5.08s0-.07,0-.11,0-.28.08-.41,0-.13,0-.19.08-.32.13-.48l0-.08A7,7,0,0,1,9.1,5.64,16.09,16.09,0,0,0,8,11Zm2,0c.19-3.91,1.44-6,2-6s1.79,2.09,2,6Zm6,0A16.09,16.09,0,0,0,14.9,5.64a7,7,0,0,1,3.73,4.12v0a4.61,4.61,0,0,1,.15.53.83.83,0,0,0,0,.15c0,.14.06.29.08.43s0,.07,0,.11Z"/>'},DM={name:"unamused",style:"line",path:'<path d="M14.66,13.56l-4.19,1.5A1,1,0,0,0,10.8,17a1,1,0,0,0,.34-.06l4.2-1.5a1,1,0,1,0-.68-1.88Zm-4-3a1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0Zm7-1.41a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/>'},qM={name:"underline",style:"line",path:'<path d="M12,15.5a5,5,0,0,0,5-5v-5a1,1,0,0,0-2,0v5a3,3,0,0,1-6,0v-5a1,1,0,0,0-2,0v5A5,5,0,0,0,12,15.5Zm5,2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/>'},RM={name:"university",style:"line",path:'<path d="M21,10a.99974.99974,0,0,0,1-1V6a.9989.9989,0,0,0-.68359-.94824l-9-3a1.002,1.002,0,0,0-.63282,0l-9,3A.9989.9989,0,0,0,2,6V9a.99974.99974,0,0,0,1,1H4v7.18427A2.99507,2.99507,0,0,0,2,20v2a.99974.99974,0,0,0,1,1H21a.99974.99974,0,0,0,1-1V20a2.99507,2.99507,0,0,0-2-2.81573V10ZM20,21H4V20a1.001,1.001,0,0,1,1-1H19a1.001,1.001,0,0,1,1,1ZM6,17V10H8v7Zm4,0V10h4v7Zm6,0V10h2v7ZM4,8V6.7207l8-2.667,8,2.667V8Z"/>'},IM={name:"unlock",style:"line",path:'<path d="M17,9H9V7a3,3,0,0,1,5.12-2.13,3.08,3.08,0,0,1,.78,1.38,1,1,0,1,0,1.94-.5,5.09,5.09,0,0,0-1.31-2.29A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9Zm1,10a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},FM={name:"unlock-alt",style:"line",path:'<path d="M12,13a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V14A1,1,0,0,0,12,13Zm5-4H9V7a3,3,0,0,1,5.12-2.13,3.08,3.08,0,0,1,.78,1.38,1,1,0,1,0,1.94-.5,5.09,5.09,0,0,0-1.31-2.29A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9Zm1,10a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z"/>'},BM={name:"upload",style:"line",path:'<path d="M8.71,7.71,11,5.41V15a1,1,0,0,0,2,0V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71ZM21,12a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a1,1,0,0,0-2,0v6a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12Z"/>'},UM={name:"upload-alt",style:"line",path:'<path d="M9.71,6.71,11,5.41V17a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0l-3,3A1,1,0,0,0,9.71,6.71ZM18,9H16a1,1,0,0,0,0,2h2a1,1,0,0,1,1,1v7a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H8A1,1,0,0,0,8,9H6a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A3,3,0,0,0,18,9Z"/>'},$M={name:"usd-circle",style:"line",path:'<path d="M11,9h4a1,1,0,0,0,0-2H13V6a1,1,0,0,0-2,0V7a3,3,0,0,0,0,6h2a1,1,0,0,1,0,2H9a1,1,0,0,0,0,2h2v1a1,1,0,0,0,2,0V17a3,3,0,0,0,0-6H11a1,1,0,0,1,0-2Zm1-8A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z"/>'},WM={name:"usd-square",style:"line",path:'<path d="M11,9h4a1,1,0,0,0,0-2H13V6a1,1,0,0,0-2,0V7a3,3,0,0,0,0,6h2a1,1,0,0,1,0,2H9a1,1,0,0,0,0,2h2v1a1,1,0,0,0,2,0V17a3,3,0,0,0,0-6H11a1,1,0,0,1,0-2Zm8-7H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},GM={name:"user",style:"line",path:'<path d="M15.71,12.71a6,6,0,1,0-7.42,0,10,10,0,0,0-6.22,8.18,1,1,0,0,0,2,.22,8,8,0,0,1,15.9,0,1,1,0,0,0,1,.89h.11a1,1,0,0,0,.88-1.1A10,10,0,0,0,15.71,12.71ZM12,12a4,4,0,1,1,4-4A4,4,0,0,1,12,12Z"/>'},QM={name:"user-arrows",style:"line",path:'<path d="M20.64026,15.77179A3.46849,3.46849,0,0,0,21.5,13.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,13,20a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,20.64026,15.77179ZM18,15a1.5,1.5,0,1,1,1.5-1.5A1.50164,1.50164,0,0,1,18,15ZM6.79327,7.70734,8.793,9.707A.99989.99989,0,0,0,10.207,8.293L9.91406,8h4.17188l-.293.293A.99989.99989,0,1,0,15.207,9.707l1.9997-1.99969a1.00354,1.00354,0,0,0,0-1.41468L15.207,4.293A.99989.99989,0,0,0,13.793,5.707l.293.293H9.91406l.293-.293A.99989.99989,0,0,0,8.793,4.293L6.79327,6.29266a1.00354,1.00354,0,0,0,0,1.41468Zm1.847,8.06445A3.46849,3.46849,0,0,0,9.5,13.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,1,20a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,8.64026,15.77179ZM6,15a1.5,1.5,0,1,1,1.5-1.5A1.50164,1.50164,0,0,1,6,15Z"/>'},KM={name:"user-check",style:"line",path:'<path d="M13.3,12.22A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5ZM21.71,9.13a1,1,0,0,0-1.42,0l-2,2-.62-.63a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l1.34,1.34a1,1,0,0,0,1.41,0l2.67-2.67A1,1,0,0,0,21.71,9.13Z"/>'},JM={name:"user-circle",style:"line",path:'<path d="M12,2A10,10,0,0,0,4.65,18.76h0a10,10,0,0,0,14.7,0h0A10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-5.55-2.25,6,6,0,0,1,11.1,0A8,8,0,0,1,12,20ZM10,10a2,2,0,1,1,2,2A2,2,0,0,1,10,10Zm8.91,6A8,8,0,0,0,15,12.62a4,4,0,1,0-6,0A8,8,0,0,0,5.09,16,7.92,7.92,0,0,1,4,12a8,8,0,0,1,16,0A7.92,7.92,0,0,1,18.91,16Z"/>'},XM={name:"user-exclamation",style:"line",path:'<path d="M14.55,12.22a4.92,4.92,0,0,0,1.7-3.72,5,5,0,0,0-10,0A4.92,4.92,0,0,0,8,12.22a8,8,0,0,0-4.7,7.28,1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,14.55,12.22Zm-3.3-.72a3,3,0,1,1,3-3A3,3,0,0,1,11.25,11.5Zm8.5-5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,19.75,6.5ZM19,11.79a1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,.9.9,0,0,0,.54-.54.84.84,0,0,0,.08-.38A1,1,0,0,0,19,11.79Z"/>'},YM={name:"user-location",style:"line",path:'<path d="M14.49,10.86a3.09,3.09,0,1,0-5,0,4.67,4.67,0,0,0-1.12,1A1,1,0,1,0,10,13.12a2.62,2.62,0,0,1,2.05-1h0a2.62,2.62,0,0,1,2.05,1,1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.62A4.67,4.67,0,0,0,14.49,10.86ZM12,10.13h0A1.09,1.09,0,1,1,13.09,9,1.09,1.09,0,0,1,12,10.13Zm8.46-.5A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z"/>'},eH={name:"user-md",style:"line",path:'<path d="M15.8985,13.229l-.00427-.00183c-.06336-.02673-.12439-.05774-.18836-.08313A5.98759,5.98759,0,0,0,18,8.43457a5.2899,5.2899,0,0,0-.04468-.63049.94592.94592,0,0,0,.03784-.12195l.28125-2.39746A3.00567,3.00567,0,0,0,15.83154,1.9834l-.79-.14356a16.931,16.931,0,0,0-6.08252,0l-.791.14356A3.0057,3.0057,0,0,0,5.72559,5.28467l.28125,2.39746a.94592.94592,0,0,0,.03784.122A5.2899,5.2899,0,0,0,6,8.43457,5.98759,5.98759,0,0,0,8.29413,13.144c-.064.02539-.125.0564-.18836.08313L8.1015,13.229a9.94794,9.94794,0,0,0-6.03558,8.09717,1,1,0,0,0,1.98828.2168A7.94836,7.94836,0,0,1,8.26965,15.358L11.293,18.38135a.99963.99963,0,0,0,1.41406,0L15.73035,15.358A7.94836,7.94836,0,0,1,19.9458,21.543a.99992.99992,0,0,0,.99268.8916,1.048,1.048,0,0,0,.10986-.00586,1.00007,1.00007,0,0,0,.88574-1.10254A9.94794,9.94794,0,0,0,15.8985,13.229ZM7.71191,5.05127a1.00179,1.00179,0,0,1,.814-1.1001l.79053-.14355a14.92975,14.92975,0,0,1,5.36718,0l.79.14355a1.00176,1.00176,0,0,1,.81446,1.1001l-.17774,1.51416H7.88965ZM12,16.26025,10.34973,14.61a7.8502,7.8502,0,0,1,3.30054,0Zm0-3.82568A4.005,4.005,0,0,1,8.002,8.56543h7.9961A4.005,4.005,0,0,1,12,12.43457Z"/>'},tH={name:"user-minus",style:"line",path:'<path d="M21,10.5H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-7.7,1.72A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5Z"/>'},nH={name:"user-nurse",style:"line",path:'<path d="M16.1745,12.91626c-.01825-.00818-.03522-.01685-.05383-.0238-.1377-.06214-.27393-.127-.4148-.183a6,6,0,1,0-7.41174,0c-.14087.056-.2771.12085-.4148.183-.01861.00695-.03558.01562-.05383.0238A9.946,9.946,0,0,0,2.06592,20.8916a1,1,0,1,0,1.98828.2168,7.94518,7.94518,0,0,1,3.9873-6.0586L11.293,18.30127a.99963.99963,0,0,0,1.41406,0L15.9585,15.0498a7.94518,7.94518,0,0,1,3.9873,6.0586A.99992.99992,0,0,0,20.93848,22a1.048,1.048,0,0,0,.10986-.00586,1.00007,1.00007,0,0,0,.88574-1.10254A9.946,9.946,0,0,0,16.1745,12.91626ZM8.041,7.59424a3.97749,3.97749,0,0,1,7.918,0ZM12,16.18018l-1.93695-1.93695a7.834,7.834,0,0,1,3.8739,0ZM12,12A4.003,4.003,0,0,1,8.33588,9.59424h7.32824A4.003,4.003,0,0,1,12,12Z"/>'},aH={name:"user-plus",style:"line",path:'<path d="M21,10.5H20v-1a1,1,0,0,0-2,0v1H17a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm-7.7,1.72A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5Z"/>'},rH={name:"user-square",style:"line",path:'<path d="M14.81,12.28a3.73,3.73,0,0,0,1-2.5,3.78,3.78,0,0,0-7.56,0,3.73,3.73,0,0,0,1,2.5A5.94,5.94,0,0,0,6,16.89a1,1,0,0,0,2,.22,4,4,0,0,1,7.94,0A1,1,0,0,0,17,18h.11a1,1,0,0,0,.88-1.1A5.94,5.94,0,0,0,14.81,12.28ZM12,11.56a1.78,1.78,0,1,1,1.78-1.78A1.78,1.78,0,0,1,12,11.56ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z"/>'},iH={name:"user-times",style:"line",path:'<path d="M13.3,12.22A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5Zm10.91.5.8-.79a1,1,0,0,0-1.42-1.42l-.79.8-.79-.8a1,1,0,0,0-1.42,1.42l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.79-.8.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},lH={name:"users-alt",style:"line",path:'<path d="M12.3,12.22A4.92,4.92,0,0,0,14,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,1,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,12.3,12.22ZM9,11.5a3,3,0,1,1,3-3A3,3,0,0,1,9,11.5Zm9.74.32A5,5,0,0,0,15,3.5a1,1,0,0,0,0,2,3,3,0,0,1,3,3,3,3,0,0,1-1.5,2.59,1,1,0,0,0-.5.84,1,1,0,0,0,.45.86l.39.26.13.07a7,7,0,0,1,4,6.38,1,1,0,0,0,2,0A9,9,0,0,0,18.74,11.82Z"/>'},oH={name:"utensils",style:"line",path:'<path d="M19,2a1,1,0,0,0-1,1V8.46l-1,.67V3a1,1,0,0,0-2,0V9.13l-1-.67V3a1,1,0,0,0-2,0V9a1,1,0,0,0,.45.83L15,11.54V21a1,1,0,0,0,2,0V11.54l2.55-1.71A1,1,0,0,0,20,9V3A1,1,0,0,0,19,2ZM9,2H9A5,5,0,0,0,4,7v6a1,1,0,0,0,1,1H8v7a1,1,0,0,0,2,0V3A1,1,0,0,0,9,2ZM8,12H6V7A3,3,0,0,1,8,4.17Z"/>'},cH={name:"utensils-alt",style:"line",path:'<path d="M15.53,14.13a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l6.18,6.18a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41Zm1.23-2.49a3,3,0,0,0,2.12-.88l2.83-2.83a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L17.46,9.35a1,1,0,0,1-1.41,0l3.54-3.54a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L14.64,7.93h0a1,1,0,0,1,0-1.41l2.82-2.83a1,1,0,1,0-1.41-1.41L13.22,5.11a3,3,0,0,0,0,4.24h0L12,10.59,10.44,9.05a4.16,4.16,0,0,0-.74-5C8.26,2.61,4.53,1,2.77,2.79S2.6,8.27,4,9.72A4.36,4.36,0,0,0,6.94,11h.14A3.88,3.88,0,0,0,9,10.46L10.57,12,2.29,20.28a1,1,0,1,0,1.42,1.41l9-9,0,0,0,0,1.92-1.92A3,3,0,0,0,16.76,11.64ZM8.43,8.44A1.93,1.93,0,0,1,7,9,2.26,2.26,0,0,1,5.46,8.3C4.38,7.22,3.62,4.77,4.19,4.2A1,1,0,0,1,4.85,4,5.87,5.87,0,0,1,8.29,5.47,2.12,2.12,0,0,1,8.43,8.44Z"/>'},uH={name:"vector-square",style:"line",path:'<path d="M20,16.18V7.82A3,3,0,1,0,16.18,4H7.82A3,3,0,1,0,4,7.82v8.36A3,3,0,1,0,7.82,20h8.36A3,3,0,1,0,20,16.18ZM19,4a1,1,0,1,1-1,1A1,1,0,0,1,19,4ZM5,4A1,1,0,1,1,4,5,1,1,0,0,1,5,4ZM5,20a1,1,0,1,1,1-1A1,1,0,0,1,5,20Zm11.18-2H7.82A3,3,0,0,0,6,16.18V7.82A3,3,0,0,0,7.82,6h8.36A3,3,0,0,0,18,7.82v8.36A3,3,0,0,0,16.18,18ZM19,20a1,1,0,1,1,1-1A1,1,0,0,1,19,20Z"/>'},sH={name:"vector-square-alt",style:"line",path:'<path d="M16,7H8A1,1,0,0,0,7,8v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V8A1,1,0,0,0,16,7Zm-1,8H9V9h6Zm6,3.28V5.72A2,2,0,1,0,18.28,3H5.72A2,2,0,1,0,3,5.72V18.28A2,2,0,1,0,5.72,21H18.28A2,2,0,1,0,21,18.28Zm-2,0a1.91,1.91,0,0,0-.72.72H5.72A1.91,1.91,0,0,0,5,18.28V5.72A1.91,1.91,0,0,0,5.72,5H18.28a1.91,1.91,0,0,0,.72.72Z"/>'},hH={name:"venus",style:"line",path:'<path d="M19,9a7,7,0,1,0-8,6.92V18H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2H13V15.92A7,7,0,0,0,19,9Zm-7,5a5,5,0,1,1,5-5A5,5,0,0,1,12,14Z"/>'},dH={name:"vertical-align-bottom",style:"line",path:'<path d="M21,20H18V9a1,1,0,0,0-1-1H14V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3V20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-9,0H8V4h4Zm4,0H14V10h2Z"/>'},pH={name:"vertical-align-center",style:"line",path:'<path d="M21,11H18V6a1,1,0,0,0-1-1H14V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3v8H3a1,1,0,0,0,0,2H6v8a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V19h3a1,1,0,0,0,1-1V13h3a1,1,0,0,0,0-2Zm-9,9H8V4h4Zm4-3H14V7h2Z"/>'},fH={name:"vertical-align-top",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,3,4H6V21a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V16h3a1,1,0,0,0,1-1V4h3a1,1,0,0,0,0-2ZM12,20H8V4h4Zm4-6H14V4h2Z"/>'},mH={name:"vertical-distribute-bottom",style:"line",path:'<path d="M21,18H20V13a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1v5H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-3,0H6V14H18ZM3,10H21a1,1,0,0,0,0-2H19V5a1,1,0,0,0-1-1H6A1,1,0,0,0,5,5V8H3a1,1,0,0,0,0,2ZM7,6H17V8H7Z"/>'},vH={name:"vertical-distribution-center",style:"line",path:'<path d="M21,15H20V13a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1v2H3a1,1,0,0,0,0,2H4v2a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V17h1a1,1,0,0,0,0-2Zm-3,3H6V14H18ZM3,8H5V9a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V8h2a1,1,0,0,0,0-2H19V5a1,1,0,0,0-1-1H6A1,1,0,0,0,5,5V6H3A1,1,0,0,0,3,8ZM7,6H17V8H7Z"/>'},AH={name:"vertical-distribution-top",style:"line",path:'<path d="M3,6H4v5a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V6h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,6ZM6,6H18v4H6Zm15,8H3a1,1,0,0,0,0,2H5v3a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V16h2a1,1,0,0,0,0-2Zm-4,4H7V16H17Z"/>'},yH={name:"video",style:"line",path:'<path d="M21.53,7.15a1,1,0,0,0-1,0L17,8.89A3,3,0,0,0,14,6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3h9a3,3,0,0,0,3-2.89l3.56,1.78A1,1,0,0,0,21,17a1,1,0,0,0,.53-.15A1,1,0,0,0,22,16V8A1,1,0,0,0,21.53,7.15ZM15,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8h9a1,1,0,0,1,1,1Zm5-.62-3-1.5V11.12l3-1.5Z"/>'},MH={name:"video-question",style:"line",path:'<path d="M10.21,17.29a1.04667,1.04667,0,0,0-1.41992,0,1.02673,1.02673,0,0,0-.21.32959.94223.94223,0,0,0,0,.76025,1.15384,1.15384,0,0,0,.21.33008A1,1,0,0,0,10.5,18a.99993.99993,0,0,0-.08008-.38037A1.1515,1.1515,0,0,0,10.21,17.29ZM9.5,9a3.00933,3.00933,0,0,0-2.59766,1.49951.99956.99956,0,1,0,1.73047,1.001A1.00032,1.00032,0,1,1,9.5,13a.99974.99974,0,0,0-1,1v1a1,1,0,0,0,2,0v-.18427A2.99257,2.99257,0,0,0,9.5,9ZM21.52539,6.14941a.999.999,0,0,0-.97266-.04394l-3.56408,1.782A2.9975,2.9975,0,0,0,14,5H5A3.00328,3.00328,0,0,0,2,8v6a3.00328,3.00328,0,0,0,3,3H6a1,1,0,0,0,0-2H5a1.001,1.001,0,0,1-1-1V8A1.001,1.001,0,0,1,5,7h9a1.001,1.001,0,0,1,1,1v6a1.001,1.001,0,0,1-1,1h-.5a1,1,0,0,0,0,2H14a2.9975,2.9975,0,0,0,2.98865-2.88751l3.56408,1.782A1.00038,1.00038,0,0,0,22,15V7A.99976.99976,0,0,0,21.52539,6.14941ZM20,13.38184l-3-1.5V10.11816l3-1.5Z"/>'},HH={name:"video-slash",style:"line",path:'<path d="M7.71,6.29h0l-4-4A1,1,0,0,0,2.29,3.71L4.62,6A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3h9a3,3,0,0,0,1.9-.69l4.39,4.4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM14,16H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H6.59l7.87,7.88A1,1,0,0,1,14,16Zm7.53-8.85a1,1,0,0,0-1,0L17,8.89A3,3,0,0,0,14,6H12.66a1,1,0,0,0,0,2H14a1,1,0,0,1,1,1v1.5h0a1.62,1.62,0,0,0,0,.19.65.65,0,0,0,.05.2h0s.05.06.07.1a1,1,0,0,0,.15.21s.1.06.15.1l.17.11a.85.85,0,0,0,.23,0,.7.7,0,0,0,.14,0h0a1.62,1.62,0,0,0,.19,0,.65.65,0,0,0,.2-.05h0L20,9.62v5.72a1,1,0,1,0,2,0V8A1,1,0,0,0,21.53,7.15Z"/>'},gH={name:"virus-slash",style:"line",path:'<path d="M10.16943,5.23633A7.51405,7.51405,0,0,1,11,5.07751V6.34814a1,1,0,1,0,2,0v-1.277a6.94554,6.94554,0,0,1,3.9491,1.98022l.00061.00092.00134.00091A6.98718,6.98718,0,0,1,18.921,11.002H18a1,1,0,0,0,0,2h.922a7.64958,7.64958,0,0,1-.16028.82666.99981.99981,0,0,0,.71875,1.21778.98343.98343,0,0,0,.25.03173,1.0002,1.0002,0,0,0,.96777-.75048,9.59392,9.59392,0,0,0,.23621-1.32569H22a1,1,0,0,0,0-2H20.94073A8.93293,8.93293,0,0,0,19.028,6.38824l.7503-.75006a.99989.99989,0,0,0-1.41406-1.41406l-.75287.75263A8.911,8.911,0,0,0,13,3.06763V1.99805a1,1,0,1,0-2,0V3.06372a9.47345,9.47345,0,0,0-1.32959.23608.9999.9999,0,0,0,.499,1.93653ZM14,9.002a1,1,0,1,0,1-1A1,1,0,0,0,14,9.002Zm4.3772,7.96314-.00757-.01148-.01178-.00787L2.707,1.29492A.99989.99989,0,0,0,1.293,2.709l3.67889,3.6789A8.93173,8.93173,0,0,0,3.05927,11.002H2a1,1,0,0,0,0,2H3.06006a8.94838,8.94838,0,0,0,1.91138,4.61451l-.74976.74975a.99989.99989,0,1,0,1.41406,1.41406l.74988-.74987A8.94628,8.94628,0,0,0,11,20.93854V22.002a1,1,0,0,0,2,0V20.93854a8.94628,8.94628,0,0,0,4.61438-1.90814L21.293,22.709A.99989.99989,0,0,0,22.707,21.29492ZM13,18.91888V17.002a1,1,0,0,0-2,0v1.917a6.98552,6.98552,0,0,1-3.945-1.96021l-.0047-.00708-.00683-.00452A6.99374,6.99374,0,0,1,5.07971,13.002H6a1,1,0,0,0,0-2H5.0788A6.94294,6.94294,0,0,1,6.39948,7.81549L8.25305,9.66907a1.49935,1.49935,0,0,0,2.07984,2.07983l5.8529,5.85291A6.95663,6.95663,0,0,1,13,18.91888ZM9,14.002a1,1,0,1,0,1,1A1,1,0,0,0,9,14.002Z"/>'},ZH={name:"visual-studio",style:"line",path:'<path d="M16.85,2,9.09,9.77,4.19,5.91,2.05,7V17L4.2,18.09l4.93-3.85L16.87,22,22,19.93V4ZM4.37,14.3V9.65l2.44,2.43ZM16.7,15.59,12.05,12,16.7,8.41Z"/>'},VH={name:"vk",style:"line",path:'<path d="M15.07294,2H8.9375C3.33331,2,2,3.33331,2,8.92706V15.0625C2,20.66663,3.32294,22,8.92706,22H15.0625C20.66669,22,22,20.67706,22,15.07288V8.9375C22,3.33331,20.67706,2,15.07294,2Zm3.07287,14.27081H16.6875c-.55206,0-.71875-.44793-1.70831-1.4375-.86463-.83331-1.22919-.9375-1.44794-.9375-.30206,0-.38544.08332-.38544.5v1.3125c0,.35419-.11456.5625-1.04162.5625a5.69214,5.69214,0,0,1-4.44794-2.66668A11.62611,11.62611,0,0,1,5.35419,8.77081c0-.21875.08331-.41668.5-.41668H7.3125c.375,0,.51044.16668.65625.55212.70831,2.08331,1.91669,3.89581,2.40625,3.89581.1875,0,.27081-.08331.27081-.55206V10.10413c-.0625-.97913-.58331-1.0625-.58331-1.41663a.36008.36008,0,0,1,.375-.33337h2.29169c.3125,0,.41662.15625.41662.53125v2.89587c0,.3125.13544.41663.22919.41663.1875,0,.33331-.10413.67706-.44788a11.99877,11.99877,0,0,0,1.79169-2.97919.62818.62818,0,0,1,.63544-.41668H17.9375c.4375,0,.53125.21875.4375.53125A18.20507,18.20507,0,0,1,16.41669,12.25c-.15625.23956-.21875.36456,0,.64581.14581.21875.65625.64582,1,1.05207a6.48553,6.48553,0,0,1,1.22912,1.70837C18.77081,16.0625,18.5625,16.27081,18.14581,16.27081Z"/>'},CH={name:"vk-alt",style:"line",path:'<path d="M15.74365,13.5293a5.5186,5.5186,0,0,0-.97741-.83612A7.87286,7.87286,0,0,0,17.625,8.22168a1,1,0,1,0-1.9502-.44336,5.86,5.86,0,0,1-3.0205,3.90228V8.002a.95817.95817,0,0,0-.0437-.21643,1.0238,1.0238,0,0,0-.03449-.17083.991.991,0,0,0-.16681-.24891c-.01788-.02124-.02691-.04925-.04645-.0689a1.00121,1.00121,0,0,0-.24609-.16706c-.02551-.01361-.04449-.03662-.07129-.048a1.01943,1.01943,0,0,0-.23645-.04865.94528.94528,0,0,0-.15179-.03119L11.00293,7H11a.99525.99525,0,0,0-.3501,1.92865v4.89069A11.307,11.307,0,0,1,7.64014,7.835a.99988.99988,0,1,0-1.97168.334,13.33371,13.33371,0,0,0,5.3999,8.64355.986.986,0,0,0,.12781.06445.94.94,0,0,0,.10748.0542.99383.99383,0,0,0,.35065.0708.98307.98307,0,0,0,.42382-.10186c.00995-.0047.02137-.00251.03126-.00751a.99262.99262,0,0,0,.24011-.17529c.01422-.01386.02374-.03089.03717-.04554a.98836.98836,0,0,0,.15991-.23718c.01392-.02869.02661-.05609.03778-.08624a.9878.9878,0,0,0,.06995-.34638l.00049-2.126a3.55144,3.55144,0,0,1,1.61474,1.00488l1.64795,1.79687a.99979.99979,0,1,0,1.47363-1.35156ZM15.07275,1H8.9375C2.78027,1,1,2.77832,1,8.92676V15.0625C1,21.21973,2.77783,23,8.92725,23H15.0625C21.21973,23,23,21.22168,23,15.07324V8.9375C23,2.78027,21.22217,1,15.07275,1ZM21,15.07324C21,20.11328,20.1123,21,15.0625,21H8.92725C3.88623,21,3,20.1123,3,15.0625V8.92676C3,3.88672,3.8877,3,8.9375,3h6.13525C20.11377,3,21,3.8877,21,8.9375Z"/>'},bH={name:"voicemail",style:"line",path:'<path d="M18,8a4,4,0,0,0-4,4,3.91,3.91,0,0,0,.56,2H9.44A3.91,3.91,0,0,0,10,12a4,4,0,1,0-4,4H18a4,4,0,0,0,0-8ZM6,14a2,2,0,1,1,2-2A2,2,0,0,1,6,14Zm12,0a2,2,0,1,1,2-2A2,2,0,0,1,18,14Z"/>'},LH={name:"voicemail-rectangle",style:"line",path:'<path d="M20,4H4A3,3,0,0,0,1,7V17a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V7A3,3,0,0,0,20,4Zm1,13a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V7A1,1,0,0,1,4,6H20a1,1,0,0,1,1,1ZM16,9a3,3,0,0,0-2.82,4H10.82A3,3,0,1,0,8,15h8a3,3,0,0,0,0-6ZM8,13a1,1,0,1,1,1-1A1,1,0,0,1,8,13Zm8,0a1,1,0,1,1,1-1A1,1,0,0,1,16,13Z"/>'},SH={name:"volleyball",style:"line",path:'<path d="M20.59,6.9a0,0,0,0,1,0,0,.86.86,0,0,0-.07-.1A10,10,0,0,0,7.6,3l0,0h0l-.07,0a10,10,0,0,0-1,17.19h0l.33.2.1.07h0A9.93,9.93,0,0,0,12,22h.21A10,10,0,0,0,20.59,6.9ZM19,8.06a7.64,7.64,0,0,1,.65,1.46,10,10,0,0,0-3-.49.81.81,0,0,0-.31,0,9.78,9.78,0,0,0-3.58.73,7.85,7.85,0,0,1-1.84-1.6A8.16,8.16,0,0,1,19,8.06ZM12,4a7.86,7.86,0,0,1,4,1.07A7.77,7.77,0,0,0,15,5,10,10,0,0,0,9.8,6.47a8,8,0,0,1-.64-1.94A7.92,7.92,0,0,1,12,4ZM6,6.71A8.26,8.26,0,0,1,7.33,5.52,9.9,9.9,0,0,0,12,11.61a7.89,7.89,0,0,1-.77,2.88A8,8,0,0,1,6,7C6,6.9,6,6.81,6,6.71ZM4,12a8.1,8.1,0,0,1,.36-2.37,10,10,0,0,0,5.7,6.56,7.84,7.84,0,0,1-2.93,2.14A8,8,0,0,1,4,12Zm7.86,8a7.8,7.8,0,0,1-2.61-.49,9.94,9.94,0,0,0,3.23-3.22l0,0A10,10,0,0,0,14,11.41a7.71,7.71,0,0,1,1.78-.36A8,8,0,0,1,11.86,20Zm4.22-1.12A9.94,9.94,0,0,0,18,13a10.69,10.69,0,0,0-.18-1.88,8.34,8.34,0,0,1,2.17.7c0,.06,0,.12,0,.18A8,8,0,0,1,16.08,18.87Z"/>'},zH={name:"volume",style:"line",path:'<path d="M12.43,4.1a1,1,0,0,0-1,.12L6.65,8H3A1,1,0,0,0,2,9v6a1,1,0,0,0,1,1H6.65l4.73,3.78A1,1,0,0,0,12,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,13,19V5A1,1,0,0,0,12.43,4.1ZM11,16.92l-3.38-2.7A1,1,0,0,0,7,14H4V10H7a1,1,0,0,0,.62-.22L11,7.08ZM19.66,6.34a1,1,0,0,0-1.42,1.42,6,6,0,0,1-.38,8.84,1,1,0,0,0,.64,1.76,1,1,0,0,0,.64-.23,8,8,0,0,0,.52-11.79ZM16.83,9.17a1,1,0,1,0-1.42,1.42A2,2,0,0,1,16,12a2,2,0,0,1-.71,1.53,1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.12A4,4,0,0,0,18,12,4.06,4.06,0,0,0,16.83,9.17Z"/>'},wH={name:"volume-down",style:"line",path:'<path d="M18.83,9.17a1,1,0,1,0-1.42,1.42A2,2,0,0,1,18,12a2,2,0,0,1-.71,1.53,1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.12A4,4,0,0,0,20,12,4.06,4.06,0,0,0,18.83,9.17ZM14.43,4.1a1,1,0,0,0-1,.12L8.65,8H5A1,1,0,0,0,4,9v6a1,1,0,0,0,1,1H8.65l4.73,3.78A1,1,0,0,0,14,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,15,19V5A1,1,0,0,0,14.43,4.1ZM13,16.92l-3.38-2.7A1,1,0,0,0,9,14H6V10H9a1,1,0,0,0,.62-.22L13,7.08Z"/>'},xH={name:"volume-mute",style:"line",path:'<path d="M12.43,4.1a1,1,0,0,0-1,.12L6.65,8H3A1,1,0,0,0,2,9v6a1,1,0,0,0,1,1H6.65l4.73,3.78A1,1,0,0,0,12,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,13,19V5A1,1,0,0,0,12.43,4.1ZM11,16.92l-3.38-2.7A1,1,0,0,0,7,14H4V10H7a1,1,0,0,0,.62-.22L11,7.08ZM19.91,12l1.8-1.79a1,1,0,0,0-1.42-1.42l-1.79,1.8-1.79-1.8a1,1,0,0,0-1.42,1.42L17.09,12l-1.8,1.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l1.79-1.8,1.79,1.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/>'},_H={name:"volume-off",style:"line",path:'<path d="M16.93,4.1a1,1,0,0,0-1,.12L11.15,8H7.5a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h3.65l4.73,3.78a1,1,0,0,0,.62.22.91.91,0,0,0,.43-.1,1,1,0,0,0,.57-.9V5A1,1,0,0,0,16.93,4.1ZM15.5,16.92l-3.38-2.7A1,1,0,0,0,11.5,14h-3V10h3a1,1,0,0,0,.62-.22l3.38-2.7Z"/>'},kH={name:"volume-up",style:"line",path:'<path d="M12.43,4.1a1,1,0,0,0-1,.12L6.65,8H3A1,1,0,0,0,2,9v6a1,1,0,0,0,1,1H6.65l4.73,3.78A1,1,0,0,0,12,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,13,19V5A1,1,0,0,0,12.43,4.1ZM11,16.92l-3.38-2.7A1,1,0,0,0,7,14H4V10H7a1,1,0,0,0,.62-.22L11,7.08ZM15.14,4.09a1,1,0,1,0-.28,2,6,6,0,0,1,0,11.86,1,1,0,0,0,.14,2h.14a8,8,0,0,0,0-15.82Zm-.46,9.78a1,1,0,0,0,.32,2,1.13,1.13,0,0,0,.32-.05,4,4,0,0,0,0-7.54,1,1,0,0,0-.64,1.9,2,2,0,0,1,0,3.74Z"/>'},TH={name:"vuejs",style:"line",path:'<path d="M18.03079,2.44284V2.44278l-.15448.00006-.84552-.00006-.00012.00024-2.64319.00055L12.01321,6.39951,9.62961,2.44357l-2.64594-.001-.00024-.00037H2.2717v.00055L.83231,2.44266,12.029,21.55777,23.16769,2.443ZM12.02505,17.59293,4.322,4.44223H7.14566l4.88562,8.4071,4.8468-8.4071h2.80939Z"/>'},EH={name:"vuejs-alt",style:"line",path:'<path d="M22.86723,3.374a.99906.99906,0,0,0-.86622-.50195l-4.97064-.00391-.00738-.001-3.64356.001a1.00172,1.00172,0,0,0-.81787.42481l-.55859.7959L11.43851,3.291a.9983.9983,0,0,0-.81591-.42286l-3.646-.001H6.97611l-.00146.00018-.00147-.00018H6.96781l-4.97314.02734a.99989.99989,0,0,0-.85742,1.50586L11.15678,21.50586A1.00068,1.00068,0,0,0,12.01957,22h.001a1.00062,1.00062,0,0,0,.86328-.49609L22.8643,4.376A1.00212,1.00212,0,0,0,22.86723,3.374ZM10.10453,4.86816l1.085,1.53321a.99856.99856,0,0,0,.81641.42285h.00146a1.00252,1.00252,0,0,0,.8169-.42481l1.07519-1.53125,1.36267-.001-3.244,5.45373L8.7432,4.86719Zm1.9126,14.14942L3.7393,4.88477l2.66992-.01465,4.75342,7.918a1.00082,1.00082,0,0,0,.85742.48535H12.022l.001-.00012.001.00012h.002a1,1,0,0,0,.85742-.48926l4.708-7.916,2.66949.00293Z"/>'},OH={name:"wall",style:"line",path:'<path d="M21,9a1,1,0,0,0,0-2H20V5h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5H6V7H3A1,1,0,0,0,3,9H4v2H3a1,1,0,0,0,0,2H6v2H3a1,1,0,0,0,0,2H4v2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2H18V17h3a1,1,0,0,0,0-2H20V13h1a1,1,0,0,0,0-2H18V9ZM8,5h4V7H8Zm8,4v2H12V9ZM6,9h4v2H6Zm6,4v2H8V13Zm-2,6H6V17h4Zm6,0H12V17h4Zm2-4H14V13h4ZM14,7V5h4V7Z"/>'},PH={name:"wallet",style:"line",path:'<path d="M19,7H18V6a3,3,0,0,0-3-3H5A3,3,0,0,0,2,6H2V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM5,5H15a1,1,0,0,1,1,1V7H5A1,1,0,0,1,5,5ZM20,15H19a1,1,0,0,1,0-2h1Zm0-4H19a3,3,0,0,0,0,6h1v1a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.83A3,3,0,0,0,5,9H19a1,1,0,0,1,1,1Z"/>'},NH={name:"watch",style:"line",path:'<path d="M17,6.78V3a1,1,0,0,0-1-1H8A1,1,0,0,0,7,3V6.78A3,3,0,0,0,6,9v6a3,3,0,0,0,1,2.22V21a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V17.22A3,3,0,0,0,18,15V9A3,3,0,0,0,17,6.78ZM9,4h6V6H9Zm6,16H9V18h6Zm1-5a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V9A1,1,0,0,1,9,8h6a1,1,0,0,1,1,1Z"/>'},jH={name:"watch-alt",style:"line",path:'<path d="M17,8.61,16,2.84A1,1,0,0,0,15,2H9a1,1,0,0,0-1,.84l-1,5.77a6,6,0,0,0,0,6.78l1,5.77A1,1,0,0,0,9,22h6a1,1,0,0,0,1-.84l1-5.77a6,6,0,0,0,0-6.78ZM9.85,4h4.3l.44,2.59a6,6,0,0,0-5.18,0Zm4.3,16H9.85l-.44-2.59a6,6,0,0,0,5.18,0ZM12,16a4,4,0,1,1,4-4A4,4,0,0,1,12,16Z"/>'},DH={name:"water",style:"line",path:'<path d="M2.72,7.65a2.56,2.56,0,0,1,.56.24,4,4,0,0,0,4.1,0,2.6,2.6,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.6,2.6,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,3.88,3.88,0,0,0,2-.56,2.56,2.56,0,0,1,.56-.24,1,1,0,0,0-.56-1.92,4.45,4.45,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.64,4.64,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.45,4.45,0,0,0-1-.45,1,1,0,1,0-.56,1.92Zm18,8.08a4.45,4.45,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.64,4.64,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.45,4.45,0,0,0-1-.45,1,1,0,1,0-.56,1.92,2.56,2.56,0,0,1,.56.24,4,4,0,0,0,4.1,0,2.6,2.6,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.6,2.6,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,3.88,3.88,0,0,0,2-.56,2.56,2.56,0,0,1,.56-.24,1,1,0,0,0-.56-1.92Zm0-5a4.45,4.45,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.64,4.64,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.45,4.45,0,0,0-1-.45A1,1,0,0,0,2,11.41a1,1,0,0,0,.68,1.24,2.56,2.56,0,0,1,.56.24,4,4,0,0,0,4.1,0,2.6,2.6,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.6,2.6,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,3.88,3.88,0,0,0,2-.56,2.56,2.56,0,0,1,.56-.24,1,1,0,0,0-.56-1.92Z"/>'},qH={name:"water-drop-slash",style:"line",path:'<path d="M21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71l4,4a12.46,12.46,0,0,0-2,6.57A7.76,7.76,0,0,0,12,22a7.64,7.64,0,0,0,5.87-2.71l2.42,2.42a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM12,20a5.76,5.76,0,0,1-5.75-5.75A10.3,10.3,0,0,1,7.72,9.14l8.74,8.73A5.67,5.67,0,0,1,12,20ZM10.85,5.24c.45-.42.85-.75,1.15-1,1.43,1.12,5.13,4.43,5.68,8.88a1,1,0,0,0,1,.88h.12a1,1,0,0,0,.87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1,1,0,0,0-1.12,0A18.73,18.73,0,0,0,9.49,3.78a1,1,0,0,0,1.36,1.46Z"/>'},RH={name:"water-glass",style:"line",path:'<path d="M18.08,7A1,1,0,0,0,17,7.92l-.35,4.55a2.67,2.67,0,0,1-1.2-.77,1,1,0,0,0-1.5,0,2.65,2.65,0,0,1-3.9,0,1,1,0,0,0-1.5,0,2.7,2.7,0,0,1-1.2.77L7,7.92A1,1,0,0,0,5.92,7,1,1,0,0,0,5,8.08l.86,11.15a3,3,0,0,0,3,2.77h6.3a3,3,0,0,0,3-2.77L19,8.08A1,1,0,0,0,18.08,7ZM16.14,19.08a1,1,0,0,1-1,.92H8.85a1,1,0,0,1-1-.92L7.5,14.5a4.77,4.77,0,0,0,1.8-.79,4.66,4.66,0,0,0,5.4,0,4.77,4.77,0,0,0,1.8.79ZM12,10a3.26,3.26,0,0,0,3.25-3.25c0-2.75-2.58-4.51-2.69-4.58a1,1,0,0,0-1.12,0C11.33,2.25,8.75,4,8.75,6.75A3.26,3.26,0,0,0,12,10Zm0-5.7a3.61,3.61,0,0,1,1.25,2.45,1.25,1.25,0,0,1-2.5,0A3.66,3.66,0,0,1,12,4.3Z"/>'},IH={name:"web-grid",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM14,20H4V13H14Zm0-9H4V4H14Zm6,9H16V4h4Z"/>'},FH={name:"web-grid-alt",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V10h7Zm9,0H13V10h7ZM20,8H4V4H20Z"/>'},BH={name:"web-section",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM14,20H4V4H14Zm6,0H16V4h4Z"/>'},UH={name:"web-section-alt",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V4H8Zm12,0H10V4H20Z"/>'},$H={name:"webcam",style:"line",path:'<path d="M12,13a3,3,0,1,0-3-3A3,3,0,0,0,12,13Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,12,9Zm9.59,9.16A10,10,0,0,0,19,13.89a8,8,0,1,0-14,0,9.9,9.9,0,0,0-2.6,4.27,3,3,0,0,0,.47,2.63A3,3,0,0,0,5.3,22H18.7a3,3,0,0,0,2.42-1.21A3,3,0,0,0,21.59,18.16ZM12,4a6,6,0,1,1-6,6A6,6,0,0,1,12,4Zm7.52,15.59a1,1,0,0,1-.82.41H5.3a1,1,0,0,1-.82-.41,1,1,0,0,1-.15-.87A7.85,7.85,0,0,1,6.21,15.5a8,8,0,0,0,11.58,0,7.85,7.85,0,0,1,1.88,3.22A1,1,0,0,1,19.52,19.59Z"/>'},WH={name:"weight",style:"line",path:'<path d="M19,4H17.55A3.08,3.08,0,0,0,17,3a3,3,0,0,0-2.25-1H9.27A3,3,0,0,0,7,3a3.08,3.08,0,0,0-.57,1H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM8.52,4.34A1,1,0,0,1,9.27,4h5.46a1,1,0,0,1,.75.34,1,1,0,0,1,.25.78l-.5,4a1,1,0,0,1-1,.88H12.59l1.14-2.4a1,1,0,0,0-1.8-.86L10.37,10h-.6a1,1,0,0,1-1-.88l-.5-4A1,1,0,0,1,8.52,4.34ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7A1,1,0,0,1,5,6H6.37l.42,3.37a3,3,0,0,0,3,2.63h4.46a3,3,0,0,0,3-2.63L17.63,6H19a1,1,0,0,1,1,1Zm-6-3H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z"/>'},GH={name:"whatsapp",style:"line",path:'<path id="path4" inkscape:connector-curvature="0" d="M16.6,14c-0.2-0.1-1.5-0.7-1.7-0.8c-0.2-0.1-0.4-0.1-0.6,0.1c-0.2,0.2-0.6,0.8-0.8,1c-0.1,0.2-0.3,0.2-0.5,0.1c-0.7-0.3-1.4-0.7-2-1.2c-0.5-0.5-1-1.1-1.4-1.7c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4c0.1-0.1,0.2-0.3,0.2-0.4c0.1-0.1,0.1-0.3,0-0.4c-0.1-0.1-0.6-1.3-0.8-1.8C9.4,7.3,9.2,7.3,9,7.3c-0.1,0-0.3,0-0.5,0C8.3,7.3,8,7.5,7.9,7.6C7.3,8.2,7,8.9,7,9.7c0.1,0.9,0.4,1.8,1,2.6c1.1,1.6,2.5,2.9,4.2,3.7c0.5,0.2,0.9,0.4,1.4,0.5c0.5,0.2,1,0.2,1.6,0.1c0.7-0.1,1.3-0.6,1.7-1.2c0.2-0.4,0.2-0.8,0.1-1.2C17,14.2,16.8,14.1,16.6,14 M19.1,4.9C15.2,1,8.9,1,5,4.9c-3.2,3.2-3.8,8.1-1.6,12L2,22l5.3-1.4c1.5,0.8,3.1,1.2,4.7,1.2h0c5.5,0,9.9-4.4,9.9-9.9C22,9.3,20.9,6.8,19.1,4.9 M16.4,18.9c-1.3,0.8-2.8,1.3-4.4,1.3h0c-1.5,0-2.9-0.4-4.2-1.1l-0.3-0.2l-3.1,0.8l0.8-3l-0.2-0.3C2.6,12.4,3.8,7.4,7.7,4.9S16.6,3.7,19,7.5C21.4,11.4,20.3,16.5,16.4,18.9"/>'},QH={name:"whatsapp-alt",style:"line",path:'<path d="M22,6.55a12.61,12.61,0,0,0-.1-1.29,4.29,4.29,0,0,0-.37-1.08,3.66,3.66,0,0,0-.71-1,3.91,3.91,0,0,0-1-.71,4.28,4.28,0,0,0-1.08-.36A10.21,10.21,0,0,0,17.46,2H6.55a12.61,12.61,0,0,0-1.29.1,4.29,4.29,0,0,0-1.08.37,3.66,3.66,0,0,0-1,.71,3.91,3.91,0,0,0-.71,1,4.28,4.28,0,0,0-.36,1.08A10.21,10.21,0,0,0,2,6.54C2,6.73,2,7,2,7.08v9.84c0,.11,0,.35,0,.53a12.61,12.61,0,0,0,.1,1.29,4.29,4.29,0,0,0,.37,1.08,3.66,3.66,0,0,0,.71,1,3.91,3.91,0,0,0,1,.71,4.28,4.28,0,0,0,1.08.36A10.21,10.21,0,0,0,6.54,22H17.45a12.61,12.61,0,0,0,1.29-.1,4.29,4.29,0,0,0,1.08-.37,3.66,3.66,0,0,0,1-.71,3.91,3.91,0,0,0,.71-1,4.28,4.28,0,0,0,.36-1.08A10.21,10.21,0,0,0,22,17.46c0-.19,0-.43,0-.54V7.08C22,7,22,6.73,22,6.55ZM12.23,19h0A7.12,7.12,0,0,1,8.8,18.1L5,19.1l1-3.72a7.11,7.11,0,0,1-1-3.58A7.18,7.18,0,1,1,12.23,19Zm0-13.13A6,6,0,0,0,7.18,15l.14.23-.6,2.19L9,16.8l.22.13a6,6,0,0,0,3,.83h0a6,6,0,0,0,6-6,6,6,0,0,0-6-6Zm3.5,8.52a1.82,1.82,0,0,1-1.21.85,2.33,2.33,0,0,1-1.12-.07,8.9,8.9,0,0,1-1-.38,8,8,0,0,1-3.06-2.7,3.48,3.48,0,0,1-.73-1.85,2,2,0,0,1,.63-1.5.65.65,0,0,1,.48-.22H10c.11,0,.26,0,.4.31s.51,1.24.56,1.33a.34.34,0,0,1,0,.31,1.14,1.14,0,0,1-.18.3c-.09.11-.19.24-.27.32s-.18.18-.08.36a5.56,5.56,0,0,0,1,1.24,5,5,0,0,0,1.44.89c.18.09.29.08.39,0s.45-.52.57-.7.24-.15.4-.09,1.05.49,1.23.58.29.13.34.21A1.56,1.56,0,0,1,15.73,14.36Z"/>'},KH={name:"wheel-barrow",style:"line",path:'<path d="M21,2H19l-.09,0-.21,0-.16.07-.17.11a.8.8,0,0,0-.13.13.86.86,0,0,0-.1.16.71.71,0,0,0-.08.18l0,.09L17.38,6H16.24L13.12,2.89a3.06,3.06,0,0,0-4.24,0L5.76,6H3a1,1,0,0,0-.87.5,1,1,0,0,0,0,1l4,7h0L5.36,16A2.2,2.2,0,0,0,5,16a3,3,0,1,0,3,3,3,3,0,0,0-.85-2.08l1-2,1.38-.14,3.94,5.91A2.93,2.93,0,0,0,16,22a3.18,3.18,0,0,0,1.13-.21A3,3,0,0,0,19,18.49L18,13l1.79-9H21a1,1,0,0,0,0-2ZM5,20a1,1,0,1,1,1-1A1,1,0,0,1,5,20ZM10.3,4.29a1,1,0,0,1,1.4,0L13.41,6H8.59ZM7.55,12.94,4.72,8H17l-.82,4.08Zm8.81,7a1,1,0,0,1-1.2-.38l-3.34-5,4.37-.43L17,18.82A1,1,0,0,1,16.36,19.93Z"/>'},JH={name:"wheelchair",style:"line",path:'<path d="M12,6.5a2,2,0,1,0-2-2A2,2,0,0,0,12,6.5Zm7.5,14h-1v-5a1,1,0,0,0-1-1h-5v-2h5a1,1,0,0,0,0-2h-5v-2a1,1,0,0,0-2,0v7a1,1,0,0,0,1,1h5v5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2Zm-6.8-1.6a4,4,0,0,1-7.2-2.4,4,4,0,0,1,2.4-3.66A1,1,0,1,0,7.1,11a6,6,0,1,0,7.2,9.1,1,1,0,0,0-1.6-1.2Z"/>'},XH={name:"wheelchair-alt",style:"line",path:'<path d="M20,16.18V16a3,3,0,0,0-2-2.82V7h1a1,1,0,0,0,0-2H7A3,3,0,0,0,4,2H3A1,1,0,0,0,3,4H4A1,1,0,0,1,5,5v7.42A5,5,0,1,0,12,17a4.94,4.94,0,0,0-.42-2H17a1,1,0,0,1,1,1v.18a3,3,0,1,0,2,0ZM7,20a3,3,0,1,1,3-3A3,3,0,0,1,7,20Zm9-7H10a4.93,4.93,0,0,0-3-1V11h9Zm0-4H7V7h9Zm3,11a1,1,0,1,1,1-1A1,1,0,0,1,19,20ZM7,16a1,1,0,1,0,1,1A1,1,0,0,0,7,16Z"/>'},YH={name:"wifi",style:"line",path:'<path d="M12,15a3,3,0,1,0,3,3A3,3,0,0,0,12,15Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,19Zm0-8a7.06,7.06,0,0,0-4.95,2.05,1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0,5,5,0,0,1,7.08,0,1,1,0,0,0,.7.3A1,1,0,0,0,17,13.05,7.06,7.06,0,0,0,12,11Zm0-4a11.08,11.08,0,0,0-7.78,3.22,1,1,0,0,0,1.42,1.42,9,9,0,0,1,12.72,0,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42A11.08,11.08,0,0,0,12,7Zm10.61.39a15,15,0,0,0-21.22,0A1,1,0,0,0,2.81,8.81a13,13,0,0,1,18.38,0,1,1,0,0,0,1.42,0A1,1,0,0,0,22.61,7.39Z"/>'},eg={name:"wifi-router",style:"line",path:'<path d="M8.9,17a1,1,0,1,0,1,1A1,1,0,0,0,8.9,17Zm-3,0a1,1,0,1,0,1,1A1,1,0,0,0,5.9,17Zm6,0a1,1,0,1,0,1,1A1,1,0,0,0,11.9,17ZM15,8.5a1,1,0,0,1,1.73,0,1,1,0,0,0,1.36.37A1,1,0,0,0,18.5,7.5a3,3,0,0,0-5.2,0A1,1,0,0,0,15,8.5ZM22,5.5a7,7,0,0,0-12.12,0,1,1,0,0,0,.37,1.37A1,1,0,0,0,10.7,7a1,1,0,0,0,.87-.5,5,5,0,0,1,8.66,0,1,1,0,0,0,1.37.37A1,1,0,0,0,22,5.5ZM17.9,14h-1V11a1,1,0,1,0-2,0v3H4.9a3,3,0,0,0-3,3v2a3,3,0,0,0,3,3h13a3,3,0,0,0,3-3V17A3,3,0,0,0,17.9,14Zm1,5a1,1,0,0,1-1,1H4.9a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h13a1,1,0,0,1,1,1Z"/>'},tg={name:"wifi-slash",style:"line",path:'<path d="M6.92,5.51h0L3.71,2.29A1,1,0,0,0,2.29,3.71L4.56,6A15.21,15.21,0,0,0,1.4,8.39a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.7-.29A13.07,13.07,0,0,1,6.05,7.46L7.54,9a10.78,10.78,0,0,0-3.32,2.27,1,1,0,1,0,1.42,1.4,8.8,8.8,0,0,1,3.45-2.12l1.62,1.61a7.07,7.07,0,0,0-3.66,1.94,1,1,0,1,0,1.42,1.4A5,5,0,0,1,12,14a4.13,4.13,0,0,1,.63.05l7.66,7.66a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,16a3,3,0,1,0,3,3A3,3,0,0,0,12,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,20ZM22.61,8.39A15,15,0,0,0,10.29,4.1a1,1,0,1,0,.22,2A13.07,13.07,0,0,1,21.2,9.81a1,1,0,0,0,1.41-1.42Zm-4.25,4.24a1,1,0,0,0,1.42-1.4,10.75,10.75,0,0,0-4.84-2.82,1,1,0,1,0-.52,1.92A8.94,8.94,0,0,1,18.36,12.63Z"/>'},ng={name:"wind",style:"line",path:'<path d="M3.5,9a1,1,0,1,0-1-1A1,1,0,0,0,3.5,9Zm4,0h7a3,3,0,0,0,0-6,3.06,3.06,0,0,0-1.5.4,1,1,0,0,0-.37,1.37A1,1,0,0,0,14,5.13,1.09,1.09,0,0,1,14.5,5a1,1,0,0,1,0,2h-7a1,1,0,0,0,0,2Zm-4,4h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Zm17-4a1,1,0,1,0-1-1A1,1,0,0,0,20.5,9Zm-2,2h-4a1,1,0,0,0,0,2h4a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6Zm-6,4h-4a1,1,0,0,0,0,2h4a1,1,0,0,1,0,2,1.09,1.09,0,0,1-.5-.13,1,1,0,1,0-1,1.73,3.06,3.06,0,0,0,1.5.4,3,3,0,0,0,0-6Zm-8,0h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z"/>'},ag={name:"wind-moon",style:"line",path:'<path d="M12,19H7a1,1,0,0,0,0,2h5a1.01348,1.01348,0,0,1,1,1,1,1,0,0,0,2,0A3.00328,3.00328,0,0,0,12,19ZM14,9a1,1,0,1,0-1-1A1,1,0,0,0,14,9Zm4,0h2a3.00328,3.00328,0,0,0,3-3,1,1,0,0,0-2,0,1.01348,1.01348,0,0,1-1,1H18a1,1,0,0,0,0,2Zm2,6H17.83868a8.04287,8.04287,0,0,0,1.14667-2.9502,1.00038,1.00038,0,0,0-1.30566-1.11718,5.96932,5.96932,0,0,1-1.91992.31738A6.06179,6.06179,0,0,1,9.7002,5.2002a7.15542,7.15542,0,0,1,.09765-1.04883A.99925.99925,0,0,0,8.49023,3.05273,8.03194,8.03194,0,0,0,4.26587,15H3a1,1,0,0,0,0,2H8a1,1,0,0,0,0-2H6.83051a6.028,6.028,0,0,1,.8814-9.36035A8.06544,8.06544,0,0,0,15.75977,13.25a7.87832,7.87832,0,0,0,.78906-.03906A6.02734,6.02734,0,0,1,15.27728,15H12a1,1,0,0,0,0,2h8a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6ZM2.62012,19.08008a1.14718,1.14718,0,0,0-.33008.21A1.02776,1.02776,0,0,0,2,20a.98979.98979,0,0,0,1.37988.91992A1.16044,1.16044,0,0,0,3.71,20.71.99349.99349,0,0,0,4,20a1.05232,1.05232,0,0,0-.29-.71A1.00157,1.00157,0,0,0,2.62012,19.08008Z"/>'},rg={name:"wind-sun",style:"line",path:'<path d="M11,4.5a.99943.99943,0,0,0,1-1v-1a1,1,0,0,0-2,0v1A.99943.99943,0,0,0,11,4.5Zm-7,7a.99943.99943,0,0,0-1-1H2a1,1,0,0,0,0,2H3A.99943.99943,0,0,0,4,11.5Zm.63574,4.9502-.707.707a.99989.99989,0,1,0,1.41406,1.41406l.707-.707A.99989.99989,0,1,0,4.63574,16.4502Zm0-9.9004A.99989.99989,0,0,0,6.0498,5.13574l-.707-.707A.99989.99989,0,0,0,3.92871,5.84277Zm12.02149.293a.99672.99672,0,0,0,.707-.293l.707-.707a.99989.99989,0,1,0-1.41406-1.41406l-.707.707a1,1,0,0,0,.707,1.707ZM13,12a.99943.99943,0,0,0,1,1h5a3.00328,3.00328,0,0,0,3-3,1,1,0,0,0-2,0,1.01348,1.01348,0,0,1-1,1H14A.99943.99943,0,0,0,13,12Zm7,3H15a1,1,0,0,0,0,2h5a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6ZM9,19a1,1,0,1,0,1,1A1,1,0,0,0,9,19Zm6,0H13a1,1,0,0,0,0,2h2a1.01348,1.01348,0,0,1,1,1,1,1,0,0,0,2,0A3.00328,3.00328,0,0,0,15,19Zm-4-4a3.5,3.5,0,0,1,0-7,3.41539,3.41539,0,0,1,2.1875.77441,1.00008,1.00008,0,1,0,1.26562-1.54882A5.39339,5.39339,0,0,0,11,6a5.5,5.5,0,0,0,0,11,1,1,0,0,0,0-2Z"/>'},ig={name:"window",style:"line",path:'<path d="M10,5a1,1,0,1,0,1,1A1,1,0,0,0,10,5ZM6,5A1,1,0,1,0,7,6,1,1,0,0,0,6,5Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,14,5Zm6-4H4A3,3,0,0,0,1,4V20a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1Zm1,19a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11H21ZM21,9H3V4A1,1,0,0,1,4,3H20a1,1,0,0,1,1,1Z"/>'},lg={name:"window-grid",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V4H8Zm12,0H10V13H20Zm0-9H10V4H20Z"/>'},og={name:"window-maximize",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V10H20ZM20,8H4V4H20Z"/>'},cg={name:"window-section",style:"line",path:'<path d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V10H8Zm6,0H10V10h4Zm6,0H16V10h4ZM20,8H4V4H20Z"/>'},ug={name:"windows",style:"line",path:'<path d="M22,2L11.2,3.6v8L22,11.5V2z M10.2,12.5L2,12.4l0,6.8l8.1,1.1L10.2,12.5L10.2,12.5z M2,4.8l0,6.8l8.1,0l0-7.9L2,4.8z M11.1,12.5l0,7.9L22,22l0-9.4L11.1,12.5z"/>'},sg={name:"windsock",style:"line",path:'<path d="M18.08,5,10,4.33h0L7,4.08V3A1,1,0,0,0,5,3V21a1,1,0,0,0,2,0V13.92l3-.25h0L18.08,13A1,1,0,0,0,19,12V6A1,1,0,0,0,18.08,5ZM9,11.75l-2,.16V6.09l2,.16Zm4-.34-2,.17V6.42l2,.17Zm4-.33-2,.17V6.75l2,.17Z"/>'},hg={name:"windy",style:"line",path:'<path d="M17,15a1.73,1.73,0,0,1-.86-.23,3.11,3.11,0,0,0-3.27,0,1.73,1.73,0,0,1-1.73,0,3.11,3.11,0,0,0-3.27,0A1.74,1.74,0,0,1,7,15a1,1,0,0,0,0,2,3.72,3.72,0,0,0,1.9-.52,1.13,1.13,0,0,1,1.2,0,3.75,3.75,0,0,0,3.8,0,1.13,1.13,0,0,1,1.2,0A3.72,3.72,0,0,0,17,17a1,1,0,0,0,0-2Zm0,4a1.73,1.73,0,0,1-.86-.23,3.11,3.11,0,0,0-3.27,0,1.73,1.73,0,0,1-1.73,0,3.11,3.11,0,0,0-3.27,0A1.74,1.74,0,0,1,7,19a1,1,0,0,0,0,2,3.72,3.72,0,0,0,1.9-.52,1.13,1.13,0,0,1,1.2,0,3.75,3.75,0,0,0,3.8,0,1.13,1.13,0,0,1,1.2,0A3.72,3.72,0,0,0,17,21a1,1,0,0,0,0-2ZM18.42,7.21A7,7,0,0,0,5.06,9.11,4,4,0,0,0,2,13a4,4,0,0,0,1.34,3,1,1,0,0,0,.66.25,1,1,0,0,0,.75-.35,1,1,0,0,0-.09-1.41A1.93,1.93,0,0,1,4,13a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,20,12a2.93,2.93,0,0,1-.74,2,1,1,0,1,0,1.48,1.33A4.91,4.91,0,0,0,22,12,5,5,0,0,0,18.42,7.21Z"/>'},dg={name:"wordpress",style:"line",path:'<path d="M3.66675,11.99976c-0.00055,3.1933,1.82367,6.10608,4.69678,7.49969L4.38818,8.60846C3.91162,9.67548,3.66583,10.83112,3.66675,11.99976z M12.14648,12.7287l-2.50073,7.2652c1.67889,0.49438,3.47076,0.44788,5.1217-0.13293c-0.02319-0.0365-0.04315-0.07489-0.05969-0.11487L12.14648,12.7287z M17.62573,11.57953c-0.01117-0.815-0.24902-1.61078-0.68701-2.29816c-0.44788-0.56354-0.7312-1.23999-0.8186-1.95453c-0.0202-0.79413,0.60535-1.45526,1.39941-1.47894c0.03699,0,0.07202,0.00446,0.10791,0.00671C14.23444,2.74658,8.96436,2.97766,5.85638,6.37061C5.55566,6.69885,5.2818,7.05066,5.03735,7.42267C5.23291,7.42889,5.41724,7.4328,5.57361,7.4328c0.87146,0,2.22107-0.10602,2.22107-0.10602C7.98462,7.3158,8.14752,7.46088,8.15851,7.65082C8.16919,7.83551,8.03204,7.99567,7.8479,8.01355c0,0-0.45166,0.05286-0.95361,0.07916l3.03442,9.02649l1.82397-5.4693l-1.29834-3.55713c-0.44897-0.02631-0.87402-0.07916-0.87402-0.07916c-0.18933-0.01831-0.328-0.18665-0.30975-0.37598c0.01782-0.18427,0.17804-0.32147,0.36279-0.31079c0,0,1.37585,0.10602,2.19458,0.10602c0.87146,0,2.22131-0.10602,2.22131-0.10602c0.18988-0.01111,0.35291,0.13385,0.36401,0.32373c0.0108,0.18494-0.12653,0.34534-0.31091,0.36304c0,0-0.45203,0.05286-0.95361,0.07916l3.01147,8.95776l0.85962-2.72406C17.35553,13.44556,17.55969,12.51996,17.62573,11.57953z M19.36877,8.85889c-0.01447,1.02673-0.2298,2.04077-0.63391,2.98474l-2.54517,7.35889c3.90363-2.27075,5.28845-7.23743,3.12299-11.20044C19.35059,8.28607,19.36932,8.57233,19.36877,8.85889z M12,2.00012c-5.52283,0-10,4.47717-10,10s4.47717,10,10,10s10-4.47717,10-10S17.52283,2.00012,12,2.00012z M15.65869,20.66162c-2.92645,1.23846-6.28082,0.91241-8.91394-0.86652c-1.51147-1.02045-2.69464-2.45721-3.40637-4.13629c-1.23877-2.92645-0.9126-6.28094,0.8667-8.91394c1.02026-1.5116,2.45703-2.69489,4.13623-3.40631c2.92645-1.23846,6.28082-0.91241,8.91394,0.86652c1.51147,1.02045,2.69464,2.45721,3.40637,4.13629c1.23877,2.92645,0.9126,6.28094-0.8667,8.91394C18.77466,18.76691,17.33789,19.9502,15.65869,20.66162z"/>'},pg={name:"wordpress-simple",style:"line",path:'<path d="M12,2a10.00009,10.00009,0,1,0,10,9.99976A10.01117,10.01117,0,0,0,12,2ZM3.00928,11.99976a8.95547,8.95547,0,0,1,.77844-3.659L8.07654,20.09131A8.99123,8.99123,0,0,1,3.00928,11.99976ZM12,20.99121a8.98726,8.98726,0,0,1-2.54-.36633l2.69788-7.83869,2.7633,7.57135a.84386.84386,0,0,0,.06446.12391A8.97138,8.97138,0,0,1,12,20.99121ZM13.239,7.78436c.54126-.02844,1.02906-.08539,1.02906-.08539a.37165.37165,0,0,0-.05738-.741s-1.4563.11432-2.39648.11432c-.8833,0-2.3678-.11432-2.3678-.11432a.37165.37165,0,0,0-.057.741s.4585.05695.943.08539l1.40075,3.838-1.968,5.90087L6.49133,7.78436C7.033,7.75592,7.52026,7.699,7.52026,7.699a.37166.37166,0,0,0-.05749-.741s-1.45593.11432-2.39612.11432c-.1687,0-.36768-.00415-.57861-.01093A8.98815,8.98815,0,0,1,18.07117,5.36957c-.0387-.00238-.07654-.0072-.11634-.0072A1.55669,1.55669,0,0,0,16.445,6.958a4.21016,4.21016,0,0,0,.88317,2.1087,4.73577,4.73577,0,0,1,.74122,2.47955,10.88314,10.88314,0,0,1-.68409,2.9065l-.897,2.99634ZM16.52,19.771l2.74609-7.9397A8.489,8.489,0,0,0,19.94983,8.611a6.9105,6.9105,0,0,0-.06043-.92456A8.99224,8.99224,0,0,1,16.52,19.771Z"/>'},fg={name:"wrap-text",style:"line",path:'<path d="M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7Zm6,8H3a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm9.5-5H3a1,1,0,0,0,0,2H18.5a1.5,1.5,0,0,1,0,3H15.41l.3-.29a1,1,0,0,0-1.42-1.42l-2,2a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29H18.5a3.5,3.5,0,0,0,0-7Z"/>'},mg={name:"wrench",style:"line",path:'<path d="M21.71,15.58l-4.52-4.51a6.85,6.85,0,0,0,.14-1.4A7.67,7.67,0,0,0,6.42,2.72a1,1,0,0,0-.57.74,1,1,0,0,0,.28.88l4.35,4.34-1.8,1.8L4.34,6.13a1,1,0,0,0-.88-.27,1,1,0,0,0-.74.56,7.67,7.67,0,0,0,7,10.91,6.85,6.85,0,0,0,1.4-.14l4.51,4.52a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4.9-4.9a1,1,0,0,0-.95-.26,5.88,5.88,0,0,1-1.48.2A5.67,5.67,0,0,1,4,9.67a6,6,0,0,1,.08-1L8,12.6a1,1,0,0,0,1.42,0L12.6,9.39A1,1,0,0,0,12.6,8L8.71,4.08a6.12,6.12,0,0,1,1-.08,5.67,5.67,0,0,1,5.66,5.67,5.88,5.88,0,0,1-.2,1.48,1,1,0,0,0,.26.95l4.9,4.9a1,1,0,0,0,1.42-1.42Z"/>'},vg={name:"x",style:"line",path:'<path d="M8,19a3,3,0,0,1-3-3V8A3,3,0,0,1,8,5,1,1,0,0,0,8,3,5,5,0,0,0,3,8v8a5,5,0,0,0,5,5,1,1,0,0,0,0-2Zm7.71-3.29a1,1,0,0,0,0-1.42L13.41,12l2.3-2.29a1,1,0,0,0-1.42-1.42L12,10.59,9.71,8.29A1,1,0,0,0,8.29,9.71L10.59,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l2.29,2.3a1,1,0,0,0,1.42,0ZM16,3a1,1,0,0,0,0,2,3,3,0,0,1,3,3v8a3,3,0,0,1-3,3,1,1,0,0,0,0,2,5,5,0,0,0,5-5V8A5,5,0,0,0,16,3Z"/>'},Ag={name:"x-add",style:"line",path:'<path d="M14.71,7.29a1,1,0,0,0-1.42,0L11,9.59,8.71,7.29A1,1,0,1,0,7.29,8.71L9.59,11l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,12.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L12.41,11l2.3-2.29A1,1,0,0,0,14.71,7.29ZM7,18a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4,1,1,0,0,0,7,2,5,5,0,0,0,2,7v8a5,5,0,0,0,5,5,1,1,0,0,0,0-2ZM18,7v6a1,1,0,0,0,2,0V7a5,5,0,0,0-5-5,1,1,0,0,0,0,2A3,3,0,0,1,18,7Zm3,11H20V17a1,1,0,0,0-2,0v1H17a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Z"/>'},yg={name:"yen",style:"line",path:'<path d="M18.55,2.17a1,1,0,0,0-1.38.28L12,10.2,6.83,2.45a1,1,0,0,0-1.66,1.1l5,7.45H7a1,1,0,0,0,0,2h4v2H7a1,1,0,0,0,0,2h4v4a1,1,0,0,0,2,0V17h4a1,1,0,0,0,0-2H13V13h4a1,1,0,0,0,0-2H13.87l5-7.45A1,1,0,0,0,18.55,2.17Z"/>'},Mg={name:"yen-circle",style:"line",path:'<path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21ZM14.83,6.45,12,10.7,9.17,6.45a1,1,0,0,0-1.39-.28A1,1,0,0,0,7.5,7.55l2.11,3.17H9a1,1,0,0,0,0,2H11l.05.08v.92H9a1,1,0,0,0,0,2h2V18a1,1,0,0,0,2,0V15.72h2a1,1,0,0,0,0-2H13V12.8l.05-.08H15a1,1,0,0,0,0-2h-.61L16.5,7.55a1,1,0,0,0-.28-1.38A1,1,0,0,0,14.83,6.45Z"/>'},Hg={name:"yin-yang",style:"line",path:'<path d="M12,15.5a1,1,0,1,0,1,1A1,1,0,0,0,12,15.5ZM12,2a5.54514,5.54514,0,0,0-.56165.0285A9.99347,9.99347,0,0,0,12,22a5.54514,5.54514,0,0,0,.56165-.0285A9.99347,9.99347,0,0,0,12,2Zm0,18A7.98889,7.98889,0,0,1,6.70935,6.01538,5.48381,5.48381,0,0,0,12,13a3.5,3.5,0,0,1,0,7Zm5.29065-2.01538A5.48381,5.48381,0,0,0,12,11a3.5,3.5,0,0,1,0-7,7.98889,7.98889,0,0,1,5.29065,13.98462ZM12,6.5a1,1,0,1,0,1,1A1,1,0,0,0,12,6.5Z"/>'},gg={name:"youtube",style:"line",path:'<path d="M23,9.71a8.5,8.5,0,0,0-.91-4.13,2.92,2.92,0,0,0-1.72-1A78.36,78.36,0,0,0,12,4.27a78.45,78.45,0,0,0-8.34.3,2.87,2.87,0,0,0-1.46.74c-.9.83-1,2.25-1.1,3.45a48.29,48.29,0,0,0,0,6.48,9.55,9.55,0,0,0,.3,2,3.14,3.14,0,0,0,.71,1.36,2.86,2.86,0,0,0,1.49.78,45.18,45.18,0,0,0,6.5.33c3.5.05,6.57,0,10.2-.28a2.88,2.88,0,0,0,1.53-.78,2.49,2.49,0,0,0,.61-1,10.58,10.58,0,0,0,.52-3.4C23,13.69,23,10.31,23,9.71ZM9.74,14.85V8.66l5.92,3.11C14,12.69,11.81,13.73,9.74,14.85Z"/>'},Zg={name:"500px",style:"monochrome",path:'<path class="uim-primary" d="M19.70492,19.26562l-.067.067a8.826,8.826,0,0,1-2.89063,1.95312A9.13594,9.13594,0,0,1,13.20939,22a9.04352,9.04352,0,0,1-6.42857-2.66741A8.9718,8.9718,0,0,1,4.225,14.34375q-.04464-.3125.53572-.40179.56919-.08928.625.22322a.06463.06463,0,0,1,.01116.04464,9.89552,9.89552,0,0,0,.51339,1.77456A7.54294,7.54294,0,0,0,7.60671,18.5067a7.91559,7.91559,0,0,0,8.683,1.69642A7.961,7.961,0,0,0,18.8009,18.5067l.067-.067a.27.27,0,0,1,.279-.067,1.02268,1.02268,0,0,1,.3683.24553Q19.917,19.03125,19.70492,19.26562Zm-5.26785-6.86383-.73661.7366.70312.70313q.23438.23438-.07812.54687a.53151.53151,0,0,1-.35714.18973.28725.28725,0,0,1-.21206-.1116l-.692-.68081-.73661.73661a.22738.22738,0,0,1-.16741.0558.50641.50641,0,0,1-.346-.17857l-.02232-.02232a.45169.45169,0,0,1-.2009-.32366.33047.33047,0,0,1,.08929-.18973l.73661-.72545-.73661-.7366q-.17857-.17858.15625-.50224a.54963.54963,0,0,1,.346-.20089.255.255,0,0,1,.14509.0558l.72545.73661.72544-.72545q.20089-.18972.53572.14509Q14.61564,12.21206,14.43707,12.40179Zm5.25669.63616a6.48054,6.48054,0,0,1-1.91964,4.62053,6.61515,6.61515,0,0,1-2.087,1.40625,6.56291,6.56291,0,0,1-5.08929,0,6.615,6.615,0,0,1-2.087-1.40625,6.33981,6.33981,0,0,1-1.39509-2.07589,1.63137,1.63137,0,0,1-.16741-.44643H6.93707q-.10046-.30134.47991-.49107.558-.17857.66964.13393a5.9105,5.9105,0,0,0,1.08259,1.86384h.01116V12.83705a3.59193,3.59193,0,0,1,1.13839-2.58928,3.88647,3.88647,0,0,1,2.82366-1.14956,3.836,3.836,0,0,1,2.80134,1.14956,3.76774,3.76774,0,0,1,1.16072,2.779,3.97251,3.97251,0,0,1-3.96206,3.962,4.37667,4.37667,0,0,1-1.25-.17857q-.3125-.12278-.14509-.68081.17858-.56919.49107-.47991l.15625.03349q.15625.03348.36273.067a2.20729,2.20729,0,0,0,.3404.03348,2.68154,2.68154,0,0,0,1.96429-.798,2.6404,2.6404,0,0,0,.80357-1.94754,2.56008,2.56008,0,0,0-.80357-1.90849,2.65408,2.65408,0,0,0-1.95313-.79241,2.545,2.545,0,0,0-1.98661.89286,2.62482,2.62482,0,0,0-.71428,1.78571V17.625a5.09315,5.09315,0,0,0,2.70089.74777,5.39077,5.39077,0,0,0,2.06473-.40737A5.32774,5.32774,0,0,0,18.47724,13.038,5.35376,5.35376,0,0,0,13.1201,7.692a5.16626,5.16626,0,0,0-3.79464,1.5625,8.09762,8.09762,0,0,0-.85938.971l-.02232.02232a1.18319,1.18319,0,0,1-.14509.173.70415.70415,0,0,1-.24.106A.677.677,0,0,1,7.629,10.4933a1.10389,1.10389,0,0,1-.40737-.18415.3665.3665,0,0,1-.173-.29576V2.42411a.42563.42563,0,0,1,.11719-.29576A.396.396,0,0,1,7.47278,2h9.78795q.33482,0,.33482.61384t-.33482.61384H8.20939V8.6183h.01116a6.95758,6.95758,0,0,1,1.13839-.9375A7.006,7.006,0,0,1,10.5643,7a6.56263,6.56263,0,0,1,2.57812-.51339A6.37415,6.37415,0,0,1,15.68707,7a6.52437,6.52437,0,0,1,4.00669,6.038Zm-.346-6.48438a.26448.26448,0,0,1,.10045.20089.34643.34643,0,0,1-.06139.2009q-.06138.08928-.18415.23437-.29018.29018-.43527.29018a.24581.24581,0,0,1-.17857-.07812,8.78962,8.78962,0,0,0-2.31027-1.48438,7.59989,7.59989,0,0,0-3.08035-.625,8.1748,8.1748,0,0,0-2.92411.54688q-.30133.1116-.50223-.413a1.12509,1.12509,0,0,1-.08929-.42411A.25979.25979,0,0,1,9.86117,4.779a8.24024,8.24024,0,0,1,3.33706-.63616,9.00039,9.00039,0,0,1,3.52678.71428A8.56968,8.56968,0,0,1,19.34778,6.55357Z" data-name="Brand Logos"/>'},Vg={name:"adobe",style:"monochrome",path:'<path class="uim-primary" d="M2.00049,22.041A.99825.99825,0,0,1,1,21.041V2.959a.99974.99974,0,0,1,1-1H9.4248a1.00047,1.00047,0,0,1,.9253,1.37989L2.92529,21.4209A1.00048,1.00048,0,0,1,2.00049,22.041Zm14.24316,0H13.63086a.99994.99994,0,0,1-.89111-.5459l-1.522-2.99024H8.96289a1,1,0,0,1-.92822-1.37207L11.09375,9.501A.99988.99988,0,0,1,12.022,8.873h.00977a.99993.99993,0,0,1,.92578.64648l4.22168,11.168a1.00016,1.00016,0,0,1-.93555,1.35352Zm5.75586-.23243a.99894.99894,0,0,1-.9209-.6123L13.561,3.34668a.99994.99994,0,0,1,.92138-1.3877H22a.99974.99974,0,0,1,1,1V20.80859a1.00094,1.00094,0,0,1-.80225.98047A1.04879,1.04879,0,0,1,21.99951,21.80859Z" data-name="Brand Logos"/>'},Cg={name:"adobe-alt",style:"monochrome",path:'<path class="uim-primary" d="M14.4826,2.95886,22,20.80884v-17.85ZM2,2.95886V21.04114L9.42462,2.95886ZM9.06885,17.28253h2.78424L13.601,20.71631h2.53681L12.0387,9.873Z" data-name="Brand Logos"/>'},bg={name:"airplay",style:"monochrome",path:'<rect width="20" height="15" x="2" y="3" class="uim-tertiary" rx="3"/><path class="uim-primary" d="M16,21H8a.99992.99992,0,0,1-.832-1.55469l4-6a1.03785,1.03785,0,0,1,1.66406,0l4,6A.99992.99992,0,0,1,16,21Z"/>'},Lg={name:"align",style:"monochrome",path:'<path class="uim-tertiary" d="M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM13 11H3A1 1 0 0 1 3 9H13a1 1 0 0 1 0 2zM21 19H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 15H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M19,14.6665a.99929.99929,0,0,1-1-1v-3.333a.9997.9997,0,0,1,1.64014-.76807l2,1.6665a.9996.9996,0,0,1,0,1.53614l-2,1.6665A.99869.99869,0,0,1,19,14.6665Z"/>'},Sg={name:"align-alt",style:"monochrome",path:'<path class="uim-primary" d="M10 5H7A1 1 0 0 1 7 3h3a1 1 0 0 1 0 2zM10 9H3A1 1 0 0 1 3 7h7a1 1 0 0 1 0 2zM10 13H3a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM10 17H3a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM10 21H3a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 5H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 9H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 13H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 17H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM17 21H14a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2z"/>'},zg={name:"align-center",style:"monochrome",path:'<path class="uim-primary" d="M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM17 11H7A1 1 0 0 1 7 9H17a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM17 19H7a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z"/>'},wg={name:"align-center-justify",style:"monochrome",path:'<path class="uim-primary" d="M21 5H3A1 1 0 0 1 3 3H21a1 1 0 0 1 0 2zM21 9H3A1 1 0 0 1 3 7H21a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 17H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM17 21H7a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z"/>'},xg={name:"align-justify",style:"monochrome",path:'<path class="uim-primary" d="M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM21 11H3A1 1 0 0 1 3 9H21a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 19H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},_g={name:"align-left",style:"monochrome",path:'<path class="uim-primary" d="M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM17 11H3A1 1 0 0 1 3 9H17a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM17 19H3a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z"/>'},kg={name:"align-left-justify",style:"monochrome",path:'<path class="uim-primary" d="M21 5H3A1 1 0 0 1 3 3H21a1 1 0 0 1 0 2zM21 9H3A1 1 0 0 1 3 7H21a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 17H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM15 21H3a1 1 0 0 1 0-2H15a1 1 0 0 1 0 2z"/>'},Tg={name:"align-letter-right",style:"monochrome",path:'<path class="uim-primary" d="M21 4H10a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 8H3A1 1 0 0 1 3 6H21a1 1 0 0 1 0 2zM21 12H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 18H11a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 22H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},Eg={name:"align-right",style:"monochrome",path:'<path class="uim-primary" d="M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM21 11H7A1 1 0 0 1 7 9H21a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 19H7a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},Og={name:"align-right-justify",style:"monochrome",path:'<path class="uim-primary" d="M21 5H3A1 1 0 0 1 3 3H21a1 1 0 0 1 0 2zM21 9H3A1 1 0 0 1 3 7H21a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 17H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 21H11a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},Pg={name:"amazon",style:"monochrome",path:'<path class="uim-primary" d="M1.04,17.52q.1-.16.32-.02a21.3078,21.3078,0,0,0,10.88,2.9,21.52431,21.52431,0,0,0,7.74-1.46q.1-.04.29-.12t.27-.12a.35611.35611,0,0,1,.47.12q.17.24-.11.44-.36.26-.92.6a14.99023,14.99023,0,0,1-3.84,1.58A16.1749,16.1749,0,0,1,12,22a16.01714,16.01714,0,0,1-5.9-1.09,16.24638,16.24638,0,0,1-4.98-3.07.273.273,0,0,1-.12-.2A.215.215,0,0,1,1.04,17.52Zm6.02-5.7a4.03628,4.03628,0,0,1,.68-2.36A4.19676,4.19676,0,0,1,9.6,7.98a10.06288,10.06288,0,0,1,2.66-.66q.54-.06,1.76-.16V6.82a3.56151,3.56151,0,0,0-.28-1.72,1.49917,1.49917,0,0,0-1.32-.6h-.16a2.18852,2.18852,0,0,0-1.14.42,1.63936,1.63936,0,0,0-.62,1,.50779.50779,0,0,1-.4.46L7.8,6.1q-.34-.08-.34-.36a.58734.58734,0,0,1,.02-.14A3.83352,3.83352,0,0,1,9.15,2.96,6.26811,6.26811,0,0,1,12.26,2h.5a5.05441,5.05441,0,0,1,3.56,1.18,3.81,3.81,0,0,1,.37.43,3.8746,3.8746,0,0,1,.27.41,2.09844,2.09844,0,0,1,.18.52q.08.34.12.47a2.85611,2.85611,0,0,1,.06.56q.02.43.02.51v4.84a2.86841,2.86841,0,0,0,.15.95,2.47465,2.47465,0,0,0,.29.62q.14.19.46.61a.59856.59856,0,0,1,.12.32.346.346,0,0,1-.16.28q-1.66,1.44-1.8,1.56a.557.557,0,0,1-.58.04q-.28-.24-.49-.46t-.3-.32a4.46629,4.46629,0,0,1-.29-.39q-.2-.29-.28-.39a4.91083,4.91083,0,0,1-2.2,1.52,6.03757,6.03757,0,0,1-1.68.2,3.50454,3.50454,0,0,1-2.53-.95A3.553,3.553,0,0,1,7.06,11.82Zm3.44-.4a1.89505,1.89505,0,0,0,.39,1.25,1.29375,1.29375,0,0,0,1.05.47,1.022,1.022,0,0,0,.17-.02,1.02168,1.02168,0,0,1,.15-.02,2.03262,2.03262,0,0,0,1.3-1.08,3.13045,3.13045,0,0,0,.33-.83,3.80062,3.80062,0,0,0,.12-.73q.01-.28.01-.92v-.5a7.28689,7.28689,0,0,0-1.76.16A2.1441,2.1441,0,0,0,10.5,11.42Zm8.4,6.44a.62647.62647,0,0,1,.12-.16,3.13921,3.13921,0,0,1,.96-.46,6.52032,6.52032,0,0,1,1.48-.22,1.19457,1.19457,0,0,1,.38.02q.9.08,1.08.3a.65471.65471,0,0,1,.08.36v.14a4.55955,4.55955,0,0,1-.38,1.65,3.84046,3.84046,0,0,1-1.06,1.53.302.302,0,0,1-.18.08.17736.17736,0,0,1-.08-.02q-.12-.06-.06-.22a7.63215,7.63215,0,0,0,.74-2.42.51274.51274,0,0,0-.08-.32q-.2-.24-1.12-.24-.34,0-.8.04-.5.06-.92.12A.23166.23166,0,0,1,18.9,18a.06531.06531,0,0,1-.02-.08A.15332.15332,0,0,1,18.9,17.86Z"/>'},Ng={name:"analysis",style:"monochrome",path:'<path class="uim-primary" d="M14 16a1 1 0 0 1-.707-1.707l7-7A.99989.99989 0 0 1 21.707 8.707l-7 7A.99676.99676 0 0 1 14 16zM3 17a1 1 0 0 1-.707-1.707l6-6A.99989.99989 0 0 1 9.707 10.707l-6 6A.99676.99676 0 0 1 3 17z"/><path class="uim-primary" d="M14,16a.99676.99676,0,0,1-.707-.293l-5-5A.99989.99989,0,0,1,9.707,9.293l5,5A1,1,0,0,1,14,16Z"/>'},jg={name:"analytics",style:"monochrome",path:'<path class="uim-primary" d="M5 22a.99974.99974 0 0 1-1-1V13a1 1 0 0 1 2 0v8A.99974.99974 0 0 1 5 22zM10 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 10 22zM15 22a.99974.99974 0 0 1-1-1V9a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 15 22zM20 22a.99974.99974 0 0 1-1-1V17a1 1 0 0 1 2 0v4A.99974.99974 0 0 1 20 22z"/>'},Dg={name:"anchor",style:"monochrome",path:'<path class="uim-primary" d="M12,22a8.00917,8.00917,0,0,1-8-8,1,1,0,0,1,2,0,6,6,0,0,0,12,0,1,1,0,0,1,2,0A8.00917,8.00917,0,0,1,12,22Z"/><path class="uim-primary" d="M12 22a.99974.99974 0 0 1-1-1V7a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 12 22zM7 15H5a1 1 0 0 1 0-2H7a1 1 0 0 1 0 2zM19 15H17a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M14 11H10a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zM12 8a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 12 8zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 12 4z"/>'},qg={name:"android",style:"monochrome",path:'<path class="uim-primary" d="M14.97535,3.01886l.95982-1.73159a.19342.19342,0,0,0-.33833-.18756l-.97045,1.75078a6.54141,6.54141,0,0,0-5.25275,0L8.40316,1.09971a.19342.19342,0,0,0-.33833.18756l.95985,1.7316A5.54614,5.54614,0,0,0,5.93152,7.89522h12.137A5.54615,5.54615,0,0,0,14.97535,3.01886ZM5.93143,17.17146a1.46713,1.46713,0,0,0,1.46713,1.46713h.9736v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h1.81386v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h.97364a1.46713,1.46713,0,0,0,1.46713-1.46713V8.37532H5.93143ZM4.06415,8.14191A1.362,1.362,0,0,0,2.7037,9.50237v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,4.06415,8.14191Zm15.8717,0a1.362,1.362,0,0,0-1.36046,1.36046v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,19.93585,8.14191Z"/><circle cx="9.199" cy="5.168" r=".507" class="uim-tertiary"/><circle cx="14.801" cy="5.168" r=".507" class="uim-tertiary"/>'},Rg={name:"android-alt",style:"monochrome",path:'<path class="uim-primary" d="M16.2 4.7l.7-1.2c0 0 0 0 0 0C17.1 3 17 2.4 16.5 2.1 16 1.9 15.4 2 15.1 2.5l-.6 1.1C15.1 3.8 15.7 4.2 16.2 4.7zM7.8 4.7c.5-.5 1-.8 1.7-1.1L8.9 2.5c0 0 0 0 0 0C8.6 2 8 1.9 7.5 2.1S6.9 3 7.1 3.5L7.8 4.7z"/><rect width="12" height="2" x="6" y="9" class="uim-primary"/><g><path class="uim-tertiary" d="M12 3C8.7 3 6 5.7 6 9h12C18 5.7 15.3 3 12 3zM21 9c-.6 0-1 .4-1 1v4c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-4C22 9.4 21.6 9 21 9zM3 9c-.6 0-1 .4-1 1v4c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-4C4 9.4 3.6 9 3 9zM6 17C6 17 6 17 6 17c0 .6.4 1 1 1h2v3c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-3h2v3c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-3h2c0 0 0 0 0 0 .6 0 1-.4 1-1v-6H6V17z"/></g>'},Ig={name:"angle-double-down",style:"monochrome",path:'<path class="uim-primary" d="M12 11.75a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 7.043L12 9.33594l2.293-2.293A.99989.99989 0 0 1 15.707 8.457l-3 3A.99676.99676 0 0 1 12 11.75zM12 17.25a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 12.543L12 14.83594l2.293-2.293A.99989.99989 0 0 1 15.707 13.957l-3 3A.99676.99676 0 0 1 12 17.25z"/>'},Fg={name:"angle-double-left",style:"monochrome",path:'<path class="uim-primary" d="M16.25 16a.99676.99676 0 0 1-.707-.293l-3-3a.99962.99962 0 0 1 0-1.41406l3-3A.99989.99989 0 0 1 16.957 9.707L14.66406 12l2.293 2.293A1 1 0 0 1 16.25 16zM10.75 16a.99676.99676 0 0 1-.707-.293l-3-3a.99962.99962 0 0 1 0-1.41406l3-3A.99989.99989 0 0 1 11.457 9.707L9.16406 12l2.293 2.293A1 1 0 0 1 10.75 16z"/>'},Bg={name:"angle-double-right",style:"monochrome",path:'<path class="uim-primary" d="M7.75 16a1 1 0 0 1-.707-1.707L9.33594 12 7.043 9.707A.99989.99989 0 0 1 8.457 8.293l3 3a.99962.99962 0 0 1 0 1.41406l-3 3A.99676.99676 0 0 1 7.75 16zM13.25 16a1 1 0 0 1-.707-1.707L14.83594 12 12.543 9.707A.99989.99989 0 0 1 13.957 8.293l3 3a.99962.99962 0 0 1 0 1.41406l-3 3A.99676.99676 0 0 1 13.25 16z"/>'},Ug={name:"angle-double-up",style:"monochrome",path:'<path class="uim-primary" d="M15 17.25a.99676.99676 0 0 1-.707-.293L12 14.66406 9.707 16.957A.99989.99989 0 0 1 8.293 15.543l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 17.25zM15 11.75a.99676.99676 0 0 1-.707-.293L12 9.16406 9.707 11.457A.99989.99989 0 0 1 8.293 10.043l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 11.75z"/>'},$g={name:"angle-down",style:"monochrome",path:'<path class="uim-primary" d="M12,15.12109a.99672.99672,0,0,1-.707-.293L7.05029,10.58594A.99989.99989,0,0,1,8.46436,9.17188L12,12.707l3.53564-3.53515a.99989.99989,0,0,1,1.41407,1.41406L12.707,14.82812A.99672.99672,0,0,1,12,15.12109Z"/>'},Wg={name:"angle-left",style:"monochrome",path:'<path class="uim-primary" d="M14.12109,17.24268a.99678.99678,0,0,1-.707-.293L9.17188,12.707a.99962.99962,0,0,1,0-1.41406l4.24218-4.24268a.99989.99989,0,0,1,1.41406,1.41407L11.293,12l3.53515,3.53564a1,1,0,0,1-.707,1.707Z"/>'},Gg={name:"angle-right",style:"monochrome",path:'<path class="uim-primary" d="M9.87891,17.24268a1,1,0,0,1-.707-1.707L12.707,12,9.17188,8.46436a.99989.99989,0,0,1,1.41406-1.41407L14.82812,11.293a.99962.99962,0,0,1,0,1.41406l-4.24218,4.24268A.99678.99678,0,0,1,9.87891,17.24268Z"/>'},Qg={name:"angle-right-b",style:"monochrome",path:'<path class="uim-primary" d="M9.17188,18.65674a1,1,0,0,1-.707-1.707L13.41406,12,8.46484,7.05029A.99989.99989,0,0,1,9.87891,5.63623L15.53516,11.293a.99964.99964,0,0,1,0,1.41406L9.87891,18.36377A.9968.9968,0,0,1,9.17188,18.65674Z"/>'},Kg={name:"angle-up",style:"monochrome",path:'<path class="uim-primary" d="M16.24268,15.12109a.99676.99676,0,0,1-.707-.293L12,11.293,8.46436,14.82812a.99989.99989,0,0,1-1.41407-1.41406L11.293,9.17188a.99962.99962,0,0,1,1.41406,0l4.24268,4.24218a1,1,0,0,1-.707,1.707Z"/>'},Jg={name:"apple",style:"monochrome",path:'<path class="uim-primary" d="M17.45825,12.62537a4.523,4.523,0,0,1,2.16138-3.80548,4.67189,4.67189,0,0,0-3.658-1.98383c-1.55768-.1579-3.03937.91693-3.82861.91693-.78974,0-2.009-.89374-3.30085-.86908A4.8959,4.8959,0,0,0,4.69385,9.39056C2.93146,12.45074,4.244,16.98425,5.96149,19.46729c.84045,1.21392,1.84228,2.58117,3.15777,2.53137,1.2677-.04981,1.74616-.81879,3.27674-.81879,1.531,0,1.9616.81879,3.30078.79407,1.36291-.02515,2.228-1.23895,3.06164-2.4574a10.94609,10.94609,0,0,0,1.3841-2.84448A4.42047,4.42047,0,0,1,17.45825,12.62537ZM14.94141,5.1933A4.40527,4.40527,0,0,0,15.98169,2a4.4833,4.4833,0,0,0-2.94617,1.51581,4.1855,4.1855,0,0,0-1.061,3.09363A3.70907,3.70907,0,0,0,14.94141,5.1933Z" data-name="Brand Logos"/>'},Xg={name:"apple-alt",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-primary" d="M17.59413,12.62537a4.523,4.523,0,0,1,2.16138-3.80548,4.67188,4.67188,0,0,0-3.658-1.98383c-1.55768-.1579-3.03937.91693-3.82861.91693-.78974,0-2.009-.89374-3.30084-.86908A4.89591,4.89591,0,0,0,4.82973,9.39056c-1.76239,3.06018-.44989,7.59369,1.26764,10.07673.84045,1.21392,1.84228,2.58117,3.15777,2.53137,1.26771-.04981,1.74616-.81879,3.27674-.81879,1.531,0,1.96161.81879,3.30078.79407,1.36291-.02515,2.228-1.23895,3.06165-2.4574a10.94625,10.94625,0,0,0,1.38409-2.84448A4.42049,4.42049,0,0,1,17.59413,12.62537Z"/><path class="uim-primary" d="M15.21588,5.04a5.56073,5.56073,0,0,0,1.32-4.04,5.67156,5.67156,0,0,0-3.73,1.92l-.02033.04688a5.56073,5.56073,0,0,0-1.32,4.04,5.67156,5.67156,0,0,0,3.73-1.92Z"/></g>'},Yg={name:"apps",style:"monochrome",path:'<rect width="9" height="9" x="2" y="2" class="uim-primary" rx="1"/><rect width="9" height="9" x="2" y="13" class="uim-tertiary" rx="1"/><rect width="9" height="9" x="13" y="2" class="uim-tertiary" rx="1"/><rect width="9" height="9" x="13" y="13" class="uim-tertiary" rx="1"/>'},eZ={name:"arrow-circle-down",style:"monochrome",path:'<path class="uim-primary" d="M7.293,12.707l3.99969,3.9997a1.00354,1.00354,0,0,0,1.41468,0L16.707,12.707A.99989.99989,0,0,0,15.293,11.293L13,13.58594V8a1,1,0,0,0-2,0v5.58594L8.707,11.293A.99989.99989,0,0,0,7.293,12.707Z"/><path class="uim-tertiary" d="M12,22A10,10,0,1,0,2,12,10.01114,10.01114,0,0,0,12,22ZM7.293,11.293a.99963.99963,0,0,1,1.41406,0L11,13.58594V8a1,1,0,0,1,2,0v5.58594l2.293-2.293A.99989.99989,0,0,1,16.707,12.707l-3.99969,3.9997a1.00354,1.00354,0,0,1-1.41468,0L7.293,12.707A.99962.99962,0,0,1,7.293,11.293Z"/>'},tZ={name:"arrow-circle-left",style:"monochrome",path:'<path class="uim-primary" d="M11.293,7.293l-3.9997,3.99969a1.00354,1.00354,0,0,0,0,1.41468L11.293,16.707A.99989.99989,0,0,0,12.707,15.293L10.41406,13H16a1,1,0,0,0,0-2H10.41406l2.293-2.293A.99989.99989,0,0,0,11.293,7.293Z"/><path class="uim-tertiary" d="M2,12A10,10,0,1,0,12,2,10.01114,10.01114,0,0,0,2,12ZM12.707,7.293a.99963.99963,0,0,1,0,1.41406L10.41406,11H16a1,1,0,0,1,0,2H10.41406l2.293,2.293A.99989.99989,0,0,1,11.293,16.707l-3.9997-3.99969a1.00354,1.00354,0,0,1,0-1.41468L11.293,7.293A.99962.99962,0,0,1,12.707,7.293Z"/>'},nZ={name:"arrow-circle-right",style:"monochrome",path:'<path class="uim-primary" d="M12.707,16.707l3.9997-3.99969a1.00354,1.00354,0,0,0,0-1.41468L12.707,7.293A.99989.99989,0,0,0,11.293,8.707L13.58594,11H8a1,1,0,0,0,0,2h5.58594l-2.293,2.293A.99989.99989,0,0,0,12.707,16.707Z"/><path class="uim-tertiary" d="M22,12A10,10,0,1,0,12,22,10.01114,10.01114,0,0,0,22,12ZM11.293,16.707a.99963.99963,0,0,1,0-1.41406L13.58594,13H8a1,1,0,0,1,0-2h5.58594L11.293,8.707A.99989.99989,0,0,1,12.707,7.293l3.9997,3.99969a1.00354,1.00354,0,0,1,0,1.41468L12.707,16.707A.99962.99962,0,0,1,11.293,16.707Z"/>'},aZ={name:"arrow-circle-up",style:"monochrome",path:'<path class="uim-primary" d="M16.707,11.293l-3.99969-3.9997a1.00354,1.00354,0,0,0-1.41468,0L7.293,11.293A.99989.99989,0,0,0,8.707,12.707L11,10.41406V16a1,1,0,0,0,2,0V10.41406l2.293,2.293A.99989.99989,0,0,0,16.707,11.293Z"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm4.707,10.707a.99963.99963,0,0,1-1.41406,0L13,10.41406V16a1,1,0,0,1-2,0V10.41406L8.707,12.707A.99989.99989,0,0,1,7.293,11.293l3.99969-3.9997a1.00354,1.00354,0,0,1,1.41468,0L16.707,11.293A.99962.99962,0,0,1,16.707,12.707Z"/>'},rZ={name:"arrow-down-left",style:"monochrome",path:'<path class="uim-primary" d="M17,18H7a1,1,0,0,1-1-1V7A1,1,0,0,1,8,7v9h9a1,1,0,0,1,0,2Z"/><path class="uim-primary" d="M7,18a1,1,0,0,1-.707-1.707l10-10A.99989.99989,0,0,1,17.707,7.707l-10,10A.99676.99676,0,0,1,7,18Z"/>'},iZ={name:"arrow-down-right",style:"monochrome",path:'<path class="uim-primary" d="M17,18H7a1,1,0,0,1,0-2h9V7a1,1,0,0,1,2,0V17A1,1,0,0,1,17,18Z"/><path class="uim-primary" d="M17,18a.99676.99676,0,0,1-.707-.293l-10-10A.99989.99989,0,0,1,7.707,6.293l10,10A1,1,0,0,1,17,18Z"/>'},lZ={name:"arrow-up-left",style:"monochrome",path:'<path class="uim-primary" d="M7,18a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H17a1,1,0,0,1,0,2H8v9A1,1,0,0,1,7,18Z"/><path class="uim-primary" d="M17,18a.99676.99676,0,0,1-.707-.293l-10-10A.99989.99989,0,0,1,7.707,6.293l10,10A1,1,0,0,1,17,18Z"/>'},oZ={name:"arrow-up-right",style:"monochrome",path:'<path class="uim-primary" d="M17,18a1,1,0,0,1-1-1V8H7A1,1,0,0,1,7,6H17a1,1,0,0,1,1,1V17A1,1,0,0,1,17,18Z"/><path class="uim-primary" d="M7,18a1,1,0,0,1-.707-1.707l10-10A.99989.99989,0,0,1,17.707,7.707l-10,10A.99676.99676,0,0,1,7,18Z"/>'},cZ={name:"at",style:"monochrome",path:'<path class="uim-primary" d="M12,16.5A4.5,4.5,0,1,1,16.5,12,4.50491,4.50491,0,0,1,12,16.5Zm0-7A2.5,2.5,0,1,0,14.5,12,2.50294,2.50294,0,0,0,12,9.5Z"/><path class="uim-primary" d="M12,22A10,10,0,1,1,22,12v.75a3.75,3.75,0,0,1-7.5,0V8.5a1,1,0,0,1,2,0v4.25a1.75,1.75,0,0,0,3.5,0V12a8,8,0,1,0-4,6.92822,1.00016,1.00016,0,1,1,1,1.73242A10.02069,10.02069,0,0,1,12,22Z"/>'},uZ={name:"bag",style:"monochrome",path:'<path class="uim-tertiary" d="M19,6H5C3.34315,6,2,7.34315,2,9v2.72087L8.8374,14h6.3252L22,11.72087V9C22,7.34315,20.65685,6,19,6z"/><path class="uim-primary" d="M10,6V5h4v1h2V5c-0.00126-1.10405-0.89595-1.99874-2-2h-4C8.89595,3.00126,8.00126,3.89595,8,5v1H10z M8.8374,14L2,11.72083V18c0.00181,1.65611,1.34389,2.99819,3,3h14c1.65611-0.00181,2.99819-1.34389,3-3v-6.27917L15.1626,14H8.8374z"/>'},sZ={name:"bars",style:"monochrome",path:'<path class="uim-primary" d="M21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 18H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 8H3A1 1 0 0 1 3 6H21a1 1 0 0 1 0 2z"/>'},hZ={name:"battery-bolt",style:"monochrome",path:'<path class="uim-primary" d="M13.98816,12.05872A1.02324,1.02324,0,0,0,13,11H9.7323l1.44348-2.5a1.00016,1.00016,0,1,0-1.73242-1l-2.30957,4A1.02216,1.02216,0,0,0,8,13h3.2677L9.82422,15.5a1.00016,1.00016,0,0,0,1.73242,1l2.30957-4A1.26723,1.26723,0,0,0,13.98816,12.05872Z"/><path class="uim-tertiary" d="M17 7H4A2.002 2.002 0 0 0 2 9v6a2.002 2.002 0 0 0 2 2h6.68945a.99991.99991 0 0 1-.86523-1.5L11.2677 13H8a1.02216 1.02216 0 0 1-.86621-1.5l2.30957-4a1.00016 1.00016 0 1 1 1.73242 1L9.7323 11H13a1.02328 1.02328 0 0 1 .98816 1.05872 1.26806 1.26806 0 0 1-.12195.44128l-2.30957 4a1.0001 1.0001 0 0 1-.86719.5H17a2.002 2.002 0 0 0 2-2V9A2.002 2.002 0 0 0 17 7zM21 14a1 1 0 0 1-1-1V11a1 1 0 0 1 2 0v2A1 1 0 0 1 21 14z"/>'},dZ={name:"battery-empty",style:"monochrome",path:'<path class="uim-primary" d="M21 14a.99974.99974 0 0 1-1-1V11a1 1 0 0 1 2 0v2A.99974.99974 0 0 1 21 14zM17 17H4a2.00229 2.00229 0 0 1-2-2V9A2.00229 2.00229 0 0 1 4 7H17a2.00229 2.00229 0 0 1 2 2v6A2.00229 2.00229 0 0 1 17 17z"/>'},pZ={name:"behance",style:"monochrome",path:'<path class="uim-primary" d="M10.39649,11.51891h-.10828l.2406-.13233a2.33344,2.33344,0,0,0,1.09467-1.20294,3.46406,3.46406,0,0,0,.14435-1.69617,2.81489,2.81489,0,0,0-1.73218-2.2976,4.72807,4.72807,0,0,0-1.92474-.38495H2V18.15911h5.5816a9.44806,9.44806,0,0,0,1.58789-.13233A3.46453,3.46453,0,0,0,11.828,16.05394a3.74136,3.74136,0,0,0,.30072-2.40588A2.69448,2.69448,0,0,0,10.39649,11.51891ZM4.89905,7.95818H7.30494a4.66911,4.66911,0,0,1,1.20294.15637,1.03453,1.03453,0,0,1,.79394.92627,1.90064,1.90064,0,0,1,0,.74585.99851.99851,0,0,1-.51727.6496,2.47826,2.47826,0,0,1-1.20294.26464H4.875ZM9.55445,14.863a1.39542,1.39542,0,0,1-1.20294,1.1308,4.36332,4.36332,0,0,1-.79395.08417H4.875V12.806H7.738a2.71932,2.71932,0,0,1,.90222.15637,1.31129,1.31129,0,0,1,.91425,1.20294A2.54885,2.54885,0,0,1,9.55445,14.863Zm12.43835-.806c.012-.024.012-.04809-.024-.024V12.69774a4.379,4.379,0,0,0-.409-1.76831A3.729,3.729,0,0,0,19.63508,9.077a5.13707,5.13707,0,0,0-2.94721-.28876A3.88553,3.88553,0,0,0,13.476,11.60308a6.7005,6.7005,0,0,0-.14435,3.46447,3.50091,3.50091,0,0,0,.86609,1.73224,4.5232,4.5232,0,0,0,2.06909,1.20294,5.45037,5.45037,0,0,0,2.32166.1203,4.00639,4.00639,0,0,0,2.51416-1.32324,3.16514,3.16514,0,0,0,.70971-1.20294.523.523,0,0,0,.08417-.34888H19.53882a.12033.12033,0,0,0-.1203.07221,1.7081,1.7081,0,0,1-1.20294.90216,2.68148,2.68148,0,0,1-1.08264,0,1.90049,1.90049,0,0,1-1.43146-1.05853A2.40582,2.40582,0,0,1,15.497,14.442v-.38495Zm-6.3515-1.73217a4.51542,4.51542,0,0,1,.19245-.56543,1.73239,1.73239,0,0,1,1.57586-1.08264,2.28663,2.28663,0,0,1,1.04657.14434,1.7803,1.7803,0,0,1,1.13074,1.44355v.25262l-3.94562.03607A2.09862,2.09862,0,0,1,15.6413,12.32488Zm4.4148-6.01471H15.05189V7.75371l5.00421-.012Z" data-name="Brand Logos"/>'},fZ={name:"behance-alt",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-primary" d="M7.5,20H2a.99974.99974,0,0,1-1-1V12a.99974.99974,0,0,1,1-1H7.5a4.5,4.5,0,0,1,0,9ZM3,18H7.5a2.5,2.5,0,0,0,0-5H3Z"/><path class="uim-primary" d="M7 13H2a.99974.99974 0 0 1-1-1V6A.99974.99974 0 0 1 2 5H7a4 4 0 0 1 0 8zM3 11H7A2 2 0 0 0 7 7H3zM20 7H16a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zM22 14H14a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M18,20a5.00588,5.00588,0,0,1-5-5V13a5,5,0,1,1,10,0,1,1,0,0,1-2,0,3,3,0,0,0-6,0v2a2.9984,2.9984,0,0,0,5.90088.75391,1,1,0,0,1,1.93848.49218A4.98524,4.98524,0,0,1,18,20Z"/></g>'},mZ={name:"bing",style:"monochrome",path:'<polygon style="isolation:isolate" class="uim-secondary" points="10.129 8.596 11.864 12.924 14.634 14.214 14.634 14.214 19 16.247 19 11.7 10.129 8.596"/><polygon class="uim-primary" points="14.634 14.214 14.634 14.214 9 17.457 9 3.4 5 2 5 19.76 9 22 19 16.247 19 11.7 14.634 14.214"/>'},vZ={name:"bitcoin",style:"monochrome",path:'<path class="uim-tertiary" d="M16.358,10.57538c0.19678-1.33057-0.80493-2.0459-2.17468-2.52307l0.44433-1.80249l-1.0849-0.27344l-0.43255,1.755c-0.28522-0.0719-0.57813-0.13971-0.8692-0.2069l0.43567-1.76655L11.59241,5.4845l-0.44464,1.80188c-0.23609-0.05439-0.46784-0.10816-0.69275-0.16468l0.00122-0.00567l-1.4961-0.37781L8.67151,7.9101c0,0,0.80493,0.18658,0.788,0.19812c0.3137,0.04037,0.53799,0.32351,0.5055,0.63812l-1.21741,4.9378c-0.06361,0.20836-0.28408,0.32571-0.49244,0.2621c-0.00159-0.00048-0.00317-0.00098-0.00475-0.00148c0.0108,0.01593-0.78852-0.19909-0.78852-0.19909l-0.53857,1.25592l1.41174,0.356c0.26264,0.06653,0.52,0.13623,0.77344,0.20185l-0.449,1.82312l1.08362,0.27343l0.44464-1.80371c0.296,0.08124,0.58338,0.15625,0.86457,0.22687l-0.44312,1.79529l1.08484,0.27344l0.449-1.81971c1.84991,0.35407,3.241,0.21125,3.82653-1.48089c0.48088-0.95304,0.09812-2.11545-0.85492-2.59633c-0.04641-0.02342-0.09375-0.04496-0.1419-0.06456C15.74629,12.02545,16.31479,11.36429,16.358,10.57538z M13.87921,14.0907c-0.3352,1.36249-2.60351,0.62591-3.33893,0.44122l0.59577-2.41528C11.8714,12.30225,14.22961,12.66974,13.87921,14.0907z M14.21478,10.5557c-0.30591,1.23931-2.19378,0.60968-2.80621,0.45526l0.5401-2.19056c0.61243,0.15439,2.58472,0.44254,2.26611,1.73533L14.21478,10.5557z"/><path class="uim-primary" d="M11.94867 8.82037l-.5401 2.19061c.61243.15442 2.50031.784 2.80621-.45526C14.53339 9.26294 12.5611 8.97479 11.94867 8.82037zM11.13605 12.11664l-.59576 2.41528c.73541.18469 3.00372.92126 3.33893-.44122C14.22961 12.66974 11.8714 12.30225 11.13605 12.11664z"/><path class="uim-primary" d="M12,2C6.47717,2,2,6.47717,2,12s4.47717,10,10,10s10-4.47717,10-10S17.52283,2,12,2z M16.35797,10.57538c-0.04315,0.78894-0.61169,1.45007-1.38519,1.61102c0.04816,0.01959,0.09546,0.04114,0.14191,0.06458c0.953,0.48083,1.33575,1.64325,0.85492,2.59631c-0.58557,1.69214-1.97662,1.83496-3.82654,1.4809l-0.44904,1.8197l-1.08484-0.27344l0.44312-1.79529c-0.28119-0.07062-0.56854-0.14563-0.86456-0.22687L9.7431,17.65601l-1.08362-0.27344l0.44904-1.82312c-0.25348-0.06561-0.5108-0.13531-0.77344-0.20184l-1.41174-0.35602l0.53857-1.25592c0,0,0.79932,0.21503,0.78851,0.1991c0.00159,0.00049,0.00317,0.00098,0.0047,0.00146c0.20837,0.0636,0.42889-0.05371,0.49249-0.26208l1.21741-4.93781C9.9975,8.4317,9.77319,8.14862,9.45953,8.10822C9.47644,8.09668,8.67151,7.9101,8.67151,7.9101l0.28864-1.17188l1.49609,0.37781L10.45502,7.1217c0.22491,0.05652,0.45667,0.11029,0.69275,0.16467l0.44464-1.80188l1.08429,0.27344l-0.43567,1.76654c0.29102,0.0672,0.58392,0.13501,0.8692,0.20691l0.4325-1.755l1.0849,0.27344l-0.44427,1.80249C15.5531,8.52948,16.55481,9.24481,16.35797,10.57538z"/>'},AZ={name:"bitcoin-alt",style:"monochrome",path:'<path class="uim-primary" d="M16.31256,11.2392A3.99779,3.99779,0,0,0,13,5V4a1,1,0,0,0-2,0V5H9V4A1,1,0,0,0,7,4V5H6A1,1,0,0,0,6,7H7V17H6a1,1,0,0,0,0,2H7v1a1,1,0,0,0,2,0V19h2v1a1,1,0,0,0,2,0V19h2a3.98966,3.98966,0,0,0,1.31256-7.7608ZM15,9a2.00229,2.00229,0,0,1-2,2H9V7h4A2.00229,2.00229,0,0,1,15,9Zm0,8H9V13h6a2,2,0,0,1,0,4Z"/>'},yZ={name:"blackberry",style:"monochrome",path:'<path class="uim-tertiary" d="M7.18842,13.35193H5.2699l0.52319-2.41455h1.83826c1.19464,0,1.47912,0.5852,1.47912,1.04974C9.11047,12.64435,8.68286,13.35193,7.18842,13.35193z M7.84918,9.71484h-1.913l0.51947-2.41632h1.84013c1.19378,0,1.47918,0.587,1.47918,1.05152C9.7749,9.0072,9.34723,9.71484,7.84918,9.71484z M11.60327,17.14032H9.68481l0.5221-2.41815h1.84021c1.19287,0,1.47565,0.5888,1.47565,1.05334C13.52277,16.43445,13.09778,17.14032,11.60327,17.14032z M12.31091,13.35193H10.397l0.52124-2.41455h1.83924c1.19378,0,1.47644,0.5852,1.47644,1.04974C14.23389,12.64435,13.809,13.35193,12.31091,13.35193z M12.97534,9.71484H11.0614l0.52216-2.41632h1.83654c1.19556,0,1.48005,0.587,1.48005,1.05152C14.90021,9.0072,14.47339,9.71484,12.97534,9.71484z M16.72229,15.32h-1.91577l0.52215-2.41809h1.83838c1.19373,0,1.47821,0.59051,1.47821,1.05328C18.64526,14.6123,18.22034,15.32,16.72229,15.32z M17.4353,11.87732h-1.91577l0.52222-2.41638h1.84009c1.19378,0,1.4765,0.587,1.4765,1.05157C19.35834,11.16974,18.93335,11.87732,17.4353,11.87732z"/><path class="uim-primary" d="M12,2C6.47717,2,2,6.47717,2,12s4.47717,10,10,10s10-4.47717,10-10S17.52283,2,12,2z M7.18842,13.35193H5.2699l0.52319-2.41455h1.83826c1.19464,0,1.47913,0.58521,1.47913,1.04974C9.11047,12.64435,8.68286,13.35193,7.18842,13.35193z M7.84918,9.71484H5.93616l0.51947-2.41632h1.84015c1.19379,0,1.47919,0.58698,1.47919,1.05151C9.7749,9.0072,9.34723,9.71484,7.84918,9.71484z M11.60327,17.14032H9.68481l0.52209-2.41815h1.84021c1.19287,0,1.47565,0.58881,1.47565,1.05334C13.52277,16.43445,13.09778,17.14032,11.60327,17.14032z M12.31091,13.35193h-1.91394l0.52124-2.41455h1.83929c1.19373,0,1.47644,0.58521,1.47644,1.04974C14.23389,12.64435,13.80902,13.35193,12.31091,13.35193z M12.97534,9.71484H11.0614l0.52216-2.41632h1.83655c1.19556,0,1.48004,0.58698,1.48004,1.05151C14.90021,9.0072,14.47339,9.71484,12.97534,9.71484z M16.72229,15.32001h-1.91577l0.52216-2.41809h1.83838c1.19373,0,1.47821,0.59052,1.47821,1.05328C18.64526,14.6123,18.22034,15.32001,16.72229,15.32001z M17.4353,11.87732h-1.91577l0.52222-2.41638h1.84009c1.19379,0,1.4765,0.58698,1.4765,1.05157C19.35834,11.16974,18.93335,11.87732,17.4353,11.87732z"/>'},MZ={name:"blogger",style:"monochrome",path:'<path class="uim-tertiary" fill-rule="evenodd" d="M18.33264,10.92169L18.22382,10.7l-0.1789-0.13983c-0.23486-0.1839-1.42285,0.01111-1.74219-0.27844c-0.22723-0.20819-0.26269-0.58386-0.33007-1.08936c-0.0155-0.4774-0.13922-0.94505-0.36182-1.36767c-0.65779-1.16389-1.80305-1.97126-3.1203-2.1997H9.66681C7.44133,5.63088,5.63697,7.4303,5.625,9.65576v4.69434c0.01338,2.22392,1.81785,4.02085,4.04181,4.0249h4.639c2.22099-0.00703,4.02229-1.80085,4.03857-4.02179l0.01965-2.67548l0.00458-0.57843L18.33264,10.92169z M9.71844,8.91663h2.23877c0.42572,0,0.77084,0.34512,0.77084,0.77084c0,0.42572-0.34512,0.77084-0.77084,0.77084H9.71844c-0.42572,0-0.77084-0.34512-0.77084-0.77084C8.9476,9.26175,9.29272,8.91663,9.71844,8.91663z M14.26709,15.04163H9.71844c-0.41421,0.01266-0.76026-0.31287-0.77292-0.72708c-0.01266-0.41421,0.31287-0.76026,0.72709-0.77292c0.01527-0.00047,0.03056-0.00047,0.04583,0h4.54865c0.41421-0.01048,0.7585,0.31681,0.76898,0.73102c0.01048,0.41421-0.31681,0.7585-0.73102,0.76898C14.29239,15.04195,14.27974,15.04195,14.26709,15.04163z" clip-rule="evenodd"/><path class="uim-primary" d="M14.26709 13.54163H9.71844c-.01526-.00049-.03058-.00049-.04584 0-.41418.01263-.73975.3587-.72711.77295.0127.41418.3587.73969.77295.72705h4.54865c.01263.00031.02533.00031.03796 0 .41418-.0105.74152-.35474.73102-.76898C15.02557 13.85846 14.68127 13.53113 14.26709 13.54163zM9.71844 10.45831h2.23877c.42572 0 .77081-.34509.77081-.77087 0-.42572-.34509-.77081-.77081-.77081H9.71844c-.42572 0-.77087.34509-.77087.77081C8.94757 10.11322 9.29272 10.45831 9.71844 10.45831z"/><path class="uim-primary" d="M19.5,2h-15C3.11926,2,2,3.11926,2,4.5v15C2,20.88074,3.11926,22,4.5,22h15c1.38074,0,2.5-1.11926,2.5-2.5v-15C22,3.11926,20.88074,2,19.5,2z M18.36401,11.67773l-0.01965,2.67548c-0.01624,2.22095-1.81757,4.01477-4.03857,4.02179H9.66681c-2.22394-0.00403-4.02844-1.80096-4.04181-4.0249V9.65576C5.63696,7.4303,7.44135,5.63086,9.66681,5.625h2.82373c1.31726,0.22845,2.46252,1.03583,3.1203,2.19971c0.2226,0.42261,0.34631,0.89026,0.36182,1.36768c0.06738,0.50549,0.10284,0.88116,0.33008,1.08936c0.31934,0.28955,1.50732,0.09454,1.74219,0.27844l0.17889,0.13983l0.10883,0.22168l0.03595,0.17761L18.36401,11.67773z"/>'},HZ={name:"blogger-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M20,23H4c-1.65611-0.00181-2.99819-1.34389-3-3V4c0.00181-1.65611,1.34389-2.99819,3-3h16c1.65611,0.00181,2.99819,1.34389,3,3v16C22.99819,21.65611,21.65611,22.99819,20,23z"/><path class="uim-primary" d="M16.00293,10.002H16V9c-0.0022-2.20823-1.79177-3.9978-4-4h-2c-2.76008,0.00324-4.99676,2.23992-5,5v4c0.00324,2.76008,2.23992,4.99676,5,5h4c2.76008-0.00324,4.99676-2.23992,5-5v-1C18.9987,11.34515,17.65778,10.00381,16.00293,10.002z M10,9h1c0.55229,0,1,0.44771,1,1s-0.44771,1-1,1h-1c-0.55229,0-1-0.44771-1-1S9.44771,9,10,9z M14,15h-4c-0.55229,0-1-0.44771-1-1s0.44771-1,1-1h4c0.55229,0,1,0.44771,1,1S14.55229,15,14,15z"/>'},gZ={name:"bookmark",style:"monochrome",path:'<path class="uim-primary" d="M18,22a.99971.99971,0,0,1-.5-.13379L12,18.69434,6.5,21.86621A1.00042,1.00042,0,0,1,5,21V5A3.00328,3.00328,0,0,1,8,2h8a3.00328,3.00328,0,0,1,3,3V21a1.00072,1.00072,0,0,1-1,1Z"/>'},ZZ={name:"border-alt",style:"monochrome",path:'<path class="uim-primary" d="M3.5,20.5a.99974.99974,0,0,1-1-1V3.5a.99974.99974,0,0,1,1-1h16a1,1,0,0,1,0,2H4.5v15A.99974.99974,0,0,1,3.5,20.5Z"/><circle cx="19.5" cy="11.5" r="1" class="uim-tertiary"/><circle cx="19.5" cy="7.5" r="1" class="uim-tertiary"/><circle cx="19.5" cy="15.5" r="1" class="uim-tertiary"/><circle cx="7.5" cy="19.5" r="1" class="uim-tertiary"/><circle cx="11.5" cy="19.5" r="1" class="uim-tertiary"/><circle cx="15.5" cy="19.5" r="1" class="uim-tertiary"/><circle cx="19.5" cy="19.5" r="1" class="uim-tertiary"/>'},VZ={name:"border-bottom",style:"monochrome",path:'<path class="uim-primary" d="M20,21.5H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z"/><circle cx="12" cy="16.5" r="1" class="uim-tertiary"/><circle cx="12" cy="12.5" r="1" class="uim-tertiary"/><circle cx="12" cy="8.5" r="1" class="uim-tertiary"/><circle cx="12" cy="4.5" r="1" class="uim-tertiary"/><circle cx="4" cy="16.5" r="1" class="uim-tertiary"/><circle cx="4" cy="12.5" r="1" class="uim-tertiary"/><circle cx="4" cy="8.5" r="1" class="uim-tertiary"/><circle cx="4" cy="4.5" r="1" class="uim-tertiary"/><circle cx="8" cy="4.5" r="1" class="uim-tertiary"/><circle cx="16" cy="4.5" r="1" class="uim-tertiary"/><circle cx="8" cy="12.5" r="1" class="uim-tertiary"/><circle cx="16" cy="12.5" r="1" class="uim-tertiary"/><circle cx="20" cy="16.5" r="1" class="uim-tertiary"/><circle cx="20" cy="12.5" r="1" class="uim-tertiary"/><circle cx="20" cy="8.5" r="1" class="uim-tertiary"/><circle cx="20" cy="4.5" r="1" class="uim-tertiary"/>'},CZ={name:"border-clear",style:"monochrome",path:'<circle cx="12" cy="16" r="1" class="uim-tertiary"/><circle cx="12" cy="20" r="1" class="uim-tertiary"/><circle cx="12" cy="8" r="1" class="uim-tertiary"/><circle cx="12" cy="4" r="1" class="uim-tertiary"/><circle cx="4" cy="16" r="1" class="uim-tertiary"/><circle cx="4" cy="20" r="1" class="uim-tertiary"/><circle cx="4" cy="8" r="1" class="uim-tertiary"/><circle cx="4" cy="4" r="1" class="uim-tertiary"/><circle cx="8" cy="4" r="1" class="uim-tertiary"/><circle cx="16" cy="4" r="1" class="uim-tertiary"/><circle cx="8" cy="20" r="1" class="uim-tertiary"/><circle cx="16" cy="20" r="1" class="uim-tertiary"/><circle cx="8" cy="12" r="1" class="uim-tertiary"/><circle cx="16" cy="12" r="1" class="uim-tertiary"/><circle cx="20" cy="16" r="1" class="uim-tertiary"/><circle cx="20" cy="20" r="1" class="uim-tertiary"/><circle cx="20" cy="8" r="1" class="uim-tertiary"/><circle cx="12" cy="12" r="1" class="uim-tertiary"/><circle cx="4" cy="12" r="1" class="uim-tertiary"/><circle cx="20" cy="12" r="1" class="uim-tertiary"/><circle cx="20" cy="4" r="1" class="uim-tertiary"/>'},bZ={name:"border-horizontal",style:"monochrome",path:'<path class="uim-primary" d="M20,13H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z"/><circle cx="12" cy="16" r="1" class="uim-tertiary"/><circle cx="12" cy="20" r="1" class="uim-tertiary"/><circle cx="12" cy="8" r="1" class="uim-tertiary"/><circle cx="12" cy="4" r="1" class="uim-tertiary"/><circle cx="4" cy="16" r="1" class="uim-tertiary"/><circle cx="4" cy="20" r="1" class="uim-tertiary"/><circle cx="4" cy="8" r="1" class="uim-tertiary"/><circle cx="4" cy="4" r="1" class="uim-tertiary"/><circle cx="8" cy="4" r="1" class="uim-tertiary"/><circle cx="16" cy="4" r="1" class="uim-tertiary"/><circle cx="8" cy="20" r="1" class="uim-tertiary"/><circle cx="16" cy="20" r="1" class="uim-tertiary"/><circle cx="20" cy="16" r="1" class="uim-tertiary"/><circle cx="20" cy="20" r="1" class="uim-tertiary"/><circle cx="20" cy="8" r="1" class="uim-tertiary"/><circle cx="20" cy="4" r="1" class="uim-tertiary"/>'},LZ={name:"border-inner",style:"monochrome",path:'<path class="uim-primary" d="M19.96484,13h-16a1,1,0,0,1,0-2h16a1,1,0,0,1,0,2Z"/><path class="uim-primary" d="M11.96484,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99973.99973,0,0,1,11.96484,21Z"/><circle cx="3.964" cy="16" r="1" class="uim-tertiary"/><circle cx="3.964" cy="20" r="1" class="uim-tertiary"/><circle cx="3.964" cy="8" r="1" class="uim-tertiary"/><circle cx="3.964" cy="4" r="1" class="uim-tertiary"/><circle cx="7.964" cy="4" r="1" class="uim-tertiary"/><circle cx="15.964" cy="4" r="1" class="uim-tertiary"/><circle cx="7.964" cy="20" r="1" class="uim-tertiary"/><circle cx="15.964" cy="20" r="1" class="uim-tertiary"/><circle cx="19.964" cy="16" r="1" class="uim-tertiary"/><circle cx="19.964" cy="20" r="1" class="uim-tertiary"/><circle cx="19.964" cy="8" r="1" class="uim-tertiary"/><circle cx="19.964" cy="4" r="1" class="uim-tertiary"/>'},SZ={name:"border-left",style:"monochrome",path:'<path class="uim-primary" d="M3.5,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99974.99974,0,0,1,3.5,21Z"/><circle cx="7.5" cy="12" r="1" class="uim-tertiary"/><circle cx="11.5" cy="12" r="1" class="uim-tertiary"/><circle cx="15.5" cy="12" r="1" class="uim-tertiary"/><circle cx="19.5" cy="12" r="1" class="uim-tertiary"/><circle cx="7.5" cy="4" r="1" class="uim-tertiary"/><circle cx="11.5" cy="4" r="1" class="uim-tertiary"/><circle cx="15.5" cy="4" r="1" class="uim-tertiary"/><circle cx="19.5" cy="4" r="1" class="uim-tertiary"/><circle cx="19.5" cy="8" r="1" class="uim-tertiary"/><circle cx="19.5" cy="16" r="1" class="uim-tertiary"/><circle cx="11.5" cy="8" r="1" class="uim-tertiary"/><circle cx="11.5" cy="16" r="1" class="uim-tertiary"/><circle cx="7.5" cy="20" r="1" class="uim-tertiary"/><circle cx="11.5" cy="20" r="1" class="uim-tertiary"/><circle cx="15.5" cy="20" r="1" class="uim-tertiary"/><circle cx="19.5" cy="20" r="1" class="uim-tertiary"/>'},zZ={name:"border-out",style:"monochrome",path:'<path class="uim-primary" d="M20,21H4a.99943.99943,0,0,1-1-1V4A.99943.99943,0,0,1,4,3H20a.99943.99943,0,0,1,1,1V20A.99943.99943,0,0,1,20,21ZM5,19H19V5H5Z"/><circle cx="12" cy="12" r="1" class="uim-tertiary"/><circle cx="12" cy="16" r="1" class="uim-tertiary"/><circle cx="12" cy="8" r="1" class="uim-tertiary"/><circle cx="8" cy="12" r="1" class="uim-tertiary"/><circle cx="16" cy="12" r="1" class="uim-tertiary"/>'},wZ={name:"border-right",style:"monochrome",path:'<path class="uim-primary" d="M20.5,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99974.99974,0,0,1,20.5,21Z"/><circle cx="16.5" cy="12" r="1" class="uim-tertiary"/><circle cx="12.5" cy="12" r="1" class="uim-tertiary"/><circle cx="8.5" cy="12" r="1" class="uim-tertiary"/><circle cx="4.5" cy="12" r="1" class="uim-tertiary"/><circle cx="16.5" cy="20" r="1" class="uim-tertiary"/><circle cx="12.5" cy="20" r="1" class="uim-tertiary"/><circle cx="8.5" cy="20" r="1" class="uim-tertiary"/><circle cx="4.5" cy="20" r="1" class="uim-tertiary"/><circle cx="4.5" cy="16" r="1" class="uim-tertiary"/><circle cx="4.5" cy="8" r="1" class="uim-tertiary"/><circle cx="12.5" cy="16" r="1" class="uim-tertiary"/><circle cx="12.5" cy="8" r="1" class="uim-tertiary"/><circle cx="16.5" cy="4" r="1" class="uim-tertiary"/><circle cx="12.5" cy="4" r="1" class="uim-tertiary"/><circle cx="8.5" cy="4" r="1" class="uim-tertiary"/><circle cx="4.5" cy="4" r="1" class="uim-tertiary"/>'},xZ={name:"border-top",style:"monochrome",path:'<path class="uim-primary" d="M20,4.5H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z"/><circle cx="12" cy="7.5" r="1" class="uim-tertiary"/><circle cx="12" cy="11.5" r="1" class="uim-tertiary"/><circle cx="12" cy="15.5" r="1" class="uim-tertiary"/><circle cx="12" cy="19.5" r="1" class="uim-tertiary"/><circle cx="20" cy="7.5" r="1" class="uim-tertiary"/><circle cx="20" cy="11.5" r="1" class="uim-tertiary"/><circle cx="20" cy="15.5" r="1" class="uim-tertiary"/><circle cx="20" cy="19.5" r="1" class="uim-tertiary"/><circle cx="16" cy="19.5" r="1" class="uim-tertiary"/><circle cx="8" cy="19.5" r="1" class="uim-tertiary"/><circle cx="16" cy="11.5" r="1" class="uim-tertiary"/><circle cx="8" cy="11.5" r="1" class="uim-tertiary"/><circle cx="4" cy="7.5" r="1" class="uim-tertiary"/><circle cx="4" cy="11.5" r="1" class="uim-tertiary"/><circle cx="4" cy="15.5" r="1" class="uim-tertiary"/><circle cx="4" cy="19.5" r="1" class="uim-tertiary"/>'},_Z={name:"border-vertical",style:"monochrome",path:'<path class="uim-primary" d="M11,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99974.99974,0,0,1,11,21Z"/><circle cx="7" cy="12" r="1" class="uim-tertiary"/><circle cx="3" cy="12" r="1" class="uim-tertiary"/><circle cx="15" cy="12" r="1" class="uim-tertiary"/><circle cx="19" cy="12" r="1" class="uim-tertiary"/><circle cx="7" cy="4" r="1" class="uim-tertiary"/><circle cx="3" cy="4" r="1" class="uim-tertiary"/><circle cx="15" cy="4" r="1" class="uim-tertiary"/><circle cx="19" cy="4" r="1" class="uim-tertiary"/><circle cx="19" cy="8" r="1" class="uim-tertiary"/><circle cx="19" cy="16" r="1" class="uim-tertiary"/><circle cx="3" cy="8" r="1" class="uim-tertiary"/><circle cx="3" cy="16" r="1" class="uim-tertiary"/><circle cx="7" cy="20" r="1" class="uim-tertiary"/><circle cx="3" cy="20" r="1" class="uim-tertiary"/><circle cx="15" cy="20" r="1" class="uim-tertiary"/><circle cx="19" cy="20" r="1" class="uim-tertiary"/>'},kZ={name:"box",style:"monochrome",path:'<path class="uim-quaternary" d="M20.23,7.24L12,12L3.77,7.24c0.16898-0.29248,0.40995-0.53689,0.7-0.71L11,2.76c0.62072-0.35004,1.37928-0.35004,2,0l6.53,3.77C19.82005,6.70311,20.06102,6.94752,20.23,7.24z"/><path class="uim-tertiary" d="M12,12v9.5c-0.31529-0.00043-0.6264-0.07223-0.91-0.21L4.5,17.48c-0.61772-0.35735-0.99865-1.01637-1-1.73v-7.5c0.00166-0.35428,0.09466-0.70215,0.27-1.01L12,12z"/><path class="uim-primary" d="M20.5,8.25v7.5c-0.00135,0.71363-0.38228,1.37265-1,1.73l-6.62,3.82c-0.27531,0.12984-0.57562,0.1981-0.88,0.2V12l8.23-4.76C20.40534,7.54785,20.49834,7.89572,20.5,8.25z"/>'},TZ={name:"briefcase",style:"monochrome",path:'<path class="uim-primary" d="M10,6V5h4v1h2V5c-0.00126-1.10405-0.89595-1.99874-2-2h-4C8.89595,3.00126,8.00126,3.89595,8,5v1H10z"/><path class="uim-quaternary" d="M9,15c-0.55214,0.00014-0.99986-0.44734-1-0.99948C8,14.00035,8,14.00017,8,14v-2c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v2c0.00014,0.55214-0.44734,0.99986-0.99948,1C9.00035,15,9.00017,15,9,15z M15,15c-0.55214,0.00014-0.99986-0.44734-1-0.99948c0-0.00017,0-0.00035,0-0.00052v-2c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v2c0.00014,0.55214-0.44734,0.99986-0.99948,1C15.00035,15,15.00017,15,15,15z"/><path class="uim-tertiary" d="M20,6H4C2.89543,6,2,6.89543,2,8v3c0,1.10457,0.89543,2,2,2h4v-1c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v1h4v-1c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v1h4c1.10457,0,2-0.89543,2-2V8C22,6.89543,21.10457,6,20,6z"/><path class="uim-primary" d="M20,13h-4v1c0,0.55229-0.44771,1-1,1s-1-0.44771-1-1v-1h-4v1c0,0.55229-0.44771,1-1,1s-1-0.44771-1-1v-1H4c-1.10457,0-2-0.89543-2-2v8c0,1.10457,0.89543,2,2,2h16c1.10457,0,2-0.89543,2-2v-8C22,12.10457,21.10457,13,20,13z"/>'},EZ={name:"calender",style:"monochrome",path:'<path class="uim-tertiary" d="M22,10H1.99976v9c0,1.65685,1.34315,3,3,3l0,0h14.00048c1.65685,0,3-1.34315,3-3L22,10z M7,8C6.44772,8,6,7.55228,6,7V3c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v4C8,7.55228,7.55228,8,7,8z M17,8c-0.55228,0-1-0.44772-1-1V3c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v4C18,7.55228,17.55228,8,17,8z"/><path class="uim-primary" d="M19,4h-1v3c0,0.55228-0.44772,1-1,1s-1-0.44772-1-1V4H8v3c0,0.55228-0.44772,1-1,1S6,7.55228,6,7V4H4.99951c-1.65685,0-3,1.34315-3,3v3H22V7C22,5.34315,20.65685,4,19,4z"/>'},OZ={name:"chart",style:"monochrome",path:'<path class="uim-primary" d="M7 18a.99974.99974 0 0 1-1-1V13a1 1 0 0 1 2 0v4A.99974.99974 0 0 1 7 18zM12 18a.99974.99974 0 0 1-1-1V7a1 1 0 0 1 2 0V17A.99974.99974 0 0 1 12 18zM17 18a.99974.99974 0 0 1-1-1V11a1 1 0 0 1 2 0v6A.99974.99974 0 0 1 17 18z"/><path class="uim-tertiary" d="M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM8,17a1,1,0,0,1-2,0V13a1,1,0,0,1,2,0Zm5,0a1,1,0,0,1-2,0V7a1,1,0,0,1,2,0Zm5,0a1,1,0,0,1-2,0V11a1,1,0,0,1,2,0Z"/>'},PZ={name:"chart-pie",style:"monochrome",path:'<path class="uim-quaternary" d="M12,12V2c5.52285,0,10,4.47715,10,10H12z"/><path class="uim-tertiary" d="M12,12l5,8.66022c3.09237-1.78795,4.99776-5.08817,5-8.66022H12z"/><path class="uim-primary" d="M17,20.66022L12,12V2C6.47715,2.00184,2.00149,6.48047,2.00332,12.00332C2.00516,17.52617,6.4838,22.00183,12.00665,22c1.75327-0.00058,3.47558-0.46212,4.99421-1.33832l0.00336-0.00427L17,20.66022z"/>'},NZ={name:"check",style:"monochrome",path:'<path class="uim-primary" d="M9.83984,17.08008a.99676.99676,0,0,1-.707-.293L5.293,12.94727A.99989.99989,0,1,1,6.707,11.5332L9.83984,14.666,17.293,7.21289A.99989.99989,0,0,1,18.707,8.627l-8.16015,8.16016A.9968.9968,0,0,1,9.83984,17.08008Z"/>'},jZ={name:"check-circle",style:"monochrome",path:'<path class="uim-primary" d="M10.3125,16.09375a.99676.99676,0,0,1-.707-.293L6.793,12.98828A.99989.99989,0,0,1,8.207,11.57422l2.10547,2.10547L15.793,8.19922A.99989.99989,0,0,1,17.207,9.61328l-6.1875,6.1875A.99676.99676,0,0,1,10.3125,16.09375Z" opacity=".99"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm5.207,7.61328-6.1875,6.1875a.99963.99963,0,0,1-1.41406,0L6.793,12.98828A.99989.99989,0,0,1,8.207,11.57422l2.10547,2.10547L15.793,8.19922A.99989.99989,0,0,1,17.207,9.61328Z"/>'},DZ={name:"check-square",style:"monochrome",path:'<path class="uim-primary" d="M10.2002,16.3999a.99676.99676,0,0,1-.707-.293L6.293,12.90723A.99989.99989,0,0,1,7.707,11.49316l2.49317,2.49268L16.293,7.89307A.99989.99989,0,0,1,17.707,9.30713l-6.7998,6.7998A.99676.99676,0,0,1,10.2002,16.3999Z"/><path class="uim-tertiary" d="M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM17.707,9.30713l-6.7998,6.7998a.99964.99964,0,0,1-1.41407,0L6.293,12.90723A.99989.99989,0,0,1,7.707,11.49316l2.49317,2.49268L16.293,7.89307A.99989.99989,0,0,1,17.707,9.30713Z"/>'},qZ={name:"circle",style:"monochrome",path:'<circle cx="12" cy="12" r="10" class="uim-primary"/>'},RZ={name:"circle-layer",style:"monochrome",path:'<path class="uim-quaternary" d="M15,2c-3.3772,0.00142-6.27155,2.41462-6.88025,5.73651c2.90693-1.59074,6.553-0.52375,8.14374,2.38317c0.98206,1.79462,0.98206,3.96594,0,5.76057c3.8013-0.69634,6.31837-4.3424,5.62202-8.14369C21.27662,4.41261,18.37925,1.99872,15,2z"/><circle cx="7" cy="17" r="5" class="uim-primary"/><path class="uim-tertiary" d="M11,7c-3.08339,0.00031-5.66461,2.33759-5.97,5.40582c2.5358-1.08949,5.47469,0.08297,6.56418,2.61877c0.54113,1.25947,0.54113,2.68593,0,3.94541c3.29729-0.32786,5.7045-3.26663,5.37664-6.56392C16.66569,9.33735,14.08386,6.99972,11,7z"/>'},IZ={name:"clinic-medical",style:"monochrome",path:'<path class="uim-tertiary" d="M21,12a.99554.99554,0,0,1-.66406-.25244L12,4.33789,3.66406,11.74756a.99991.99991,0,0,1-1.32812-1.49512l9-8a.99893.99893,0,0,1,1.32812,0l9,8A1,1,0,0,1,21,12Z"/><path class="uim-primary" d="M14,13H13V12a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V15h1a1,1,0,0,0,0-2Z"/><path class="uim-quaternary" d="M12,4.33789,4,11.449V21a.99974.99974,0,0,0,1,1H19a.99974.99974,0,0,0,1-1V11.449ZM14,15H13v1a1,1,0,0,1-2,0V15H10a1,1,0,0,1,0-2h1V12a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Z"/>'},FZ={name:"clock",style:"monochrome",path:'<path class="uim-primary" d="M12,6a.99974.99974,0,0,1,1,1v4.42249l2.09766,1.2113a1.00016,1.00016,0,0,1-1,1.73242l-2.59766-1.5A1.00455,1.00455,0,0,1,11,12V7A.99974.99974,0,0,1,12,6Z"/><path class="uim-tertiary" d="M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm9-5a1,1,0,0,1,2,0v4.42249l2.09766,1.2113a1.00016,1.00016,0,0,1-1,1.73242l-2.59766-1.5A1.00455,1.00455,0,0,1,11,12Z"/>'},BZ={name:"clock-eight",style:"monochrome",path:'<path class="uim-primary" d="M12,6a.99974.99974,0,0,0-1,1v4.42249l-2.09766,1.2113a1.00016,1.00016,0,0,0,1,1.73242l2.59766-1.5A1.00455,1.00455,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Z"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,10a1.00455,1.00455,0,0,1-.5.86621l-2.59766,1.5a1.00016,1.00016,0,0,1-1-1.73242L11,11.42249V7a1,1,0,0,1,2,0Z"/>'},UZ={name:"clock-five",style:"monochrome",path:'<path class="uim-primary" d="M12,6a1.003,1.003,0,0,1,1,1v4.73l1.6,2.77a.99911.99911,0,1,1-1.73,1l-1.69-2.93A.9986.9986,0,0,1,11,12V7A1.003,1.003,0,0,1,12,6Z"/><path class="uim-tertiary" d="M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm9-5a1,1,0,0,1,2,0v4.73l1.6,2.77a.99911.99911,0,1,1-1.73,1l-1.69-2.93A.99867.99867,0,0,1,11,12Z"/>'},$Z={name:"clock-nine",style:"monochrome",path:'<path class="uim-primary" d="M12,6a.99974.99974,0,0,0-1,1v4H9a1,1,0,0,0,0,2h3a.99974.99974,0,0,0,1-1V7A.99974.99974,0,0,0,12,6Z"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,10a.99974.99974,0,0,1-1,1H9a1,1,0,0,1,0-2h2V7a1,1,0,0,1,2,0Z"/>'},WZ={name:"clock-seven",style:"monochrome",path:'<path class="uim-primary" d="M12,6a1.003,1.003,0,0,0-1,1v4.73L9.4,14.5a.99911.99911,0,1,0,1.73,1l1.69-2.93A.9986.9986,0,0,0,13,12V7A1.003,1.003,0,0,0,12,6Z"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,10a.99867.99867,0,0,1-.18.57L11.13,15.5a.99911.99911,0,1,1-1.73-1L11,11.73V7a1,1,0,0,1,2,0Z"/>'},GZ={name:"clock-ten",style:"monochrome",path:'<circle cx="12" cy="12" r="10" class="uim-tertiary"/><path class="uim-primary" d="M13,7a1,1,0,0,0-2,0v3.26764L9.90234,9.63379a1.00016,1.00016,0,0,0-1,1.73242l2.59766,1.5A1.01383,1.01383,0,0,0,13,12Z"/>'},QZ={name:"clock-three",style:"monochrome",path:'<path class="uim-primary" d="M12,6a.99974.99974,0,0,1,1,1v4h2a1,1,0,0,1,0,2H12a.99974.99974,0,0,1-1-1V7A.99974.99974,0,0,1,12,6Z"/><path class="uim-tertiary" d="M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm9-5a1,1,0,0,1,2,0v4h2a1,1,0,0,1,0,2H12a.99974.99974,0,0,1-1-1Z"/>'},KZ={name:"clock-two",style:"monochrome",path:'<circle cx="12" cy="12" r="10" class="uim-tertiary"/><path class="uim-primary" d="M11,7a1,1,0,0,1,2,0v3.26764l1.09766-.63385a1.00016,1.00016,0,0,1,1,1.73242l-2.59766,1.5A1.01383,1.01383,0,0,1,11,12Z"/>'},JZ={name:"columns",style:"monochrome",path:'<rect width="2" height="20" x="11" y="2" class="uim-quaternary"/><path class="uim-primary" d="M3,2h8l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z"/><path class="uim-tertiary" d="M13,2h8c0.55228,0,1,0.44772,1,1v18c0,0.55228-0.44772,1-1,1h-8l0,0V2L13,2z"/>'},XZ={name:"comment",style:"monochrome",path:'<path class="uim-tertiary" d="M12,22H3a.99991.99991,0,0,1-.707-1.707L4.25684,18.3291A10.00061,10.00061,0,1,1,12,22Z"/>'},YZ={name:"comment-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M21,22a.99893.99893,0,0,1-.707-.293L16.58594,18H5a3.00328,3.00328,0,0,1-3-3V5A3.00328,3.00328,0,0,1,5,2H19a3.00328,3.00328,0,0,1,3,3V21a1,1,0,0,1-1,1Z"/>'},eV={name:"comment-alt-dots",style:"monochrome",path:'<path class="uim-tertiary" d="M19,2H5A3.00328,3.00328,0,0,0,2,5V15a3.00328,3.00328,0,0,0,3,3H16.58594l3.707,3.707A.99991.99991,0,0,0,22,21V5A3.00328,3.00328,0,0,0,19,2ZM8,11a1,1,0,1,1,1-1A1,1,0,0,1,8,11Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,12,11Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,16,11Z"/><circle cx="8" cy="10" r="1" class="uim-primary"/><circle cx="12" cy="10" r="1" class="uim-primary"/><circle cx="16" cy="10" r="1" class="uim-primary"/>'},tV={name:"comment-alt-message",style:"monochrome",path:'<path class="uim-primary" d="M17 9H7A1 1 0 0 1 7 7H17a1 1 0 0 1 0 2zM17 13H7a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z"/><path class="uim-tertiary" d="M19,2H5A3.00328,3.00328,0,0,0,2,5V15a3.00328,3.00328,0,0,0,3,3H16.58594l3.707,3.707A.99991.99991,0,0,0,22,21V5A3.00328,3.00328,0,0,0,19,2ZM17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Zm0-4H7A1,1,0,0,1,7,7H17a1,1,0,0,1,0,2Z"/>'},nV={name:"comment-alt-plus",style:"monochrome",path:'<path class="uim-primary" d="M15,9H13V7a1,1,0,0,0-2,0V9H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V11h2a1,1,0,0,0,0-2Z"/><path class="uim-tertiary" d="M19,2H5A3.00328,3.00328,0,0,0,2,5V15a3.00328,3.00328,0,0,0,3,3H16.58594l3.707,3.707A.99991.99991,0,0,0,22,21V5A3.00328,3.00328,0,0,0,19,2Zm-4,9H13v2a1,1,0,0,1-2,0V11H9A1,1,0,0,1,9,9h2V7a1,1,0,0,1,2,0V9h2a1,1,0,0,1,0,2Z"/>'},aV={name:"comment-dots",style:"monochrome",path:'<circle cx="12" cy="12" r="1" class="uim-primary"/><path class="uim-tertiary" d="M12,2A10.00082,10.00082,0,0,0,4.25684,18.3291L2.293,20.293A.99991.99991,0,0,0,3,22h9A10,10,0,0,0,12,2ZM8,13a1,1,0,1,1,1-1A1,1,0,0,1,8,13Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,12,13Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,16,13Z"/><circle cx="8" cy="12" r="1" class="uim-primary"/><circle cx="16" cy="12" r="1" class="uim-primary"/>'},rV={name:"comment-message",style:"monochrome",path:'<path class="uim-primary" d="M17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z"/><path class="uim-tertiary" d="M12,2A10.00082,10.00082,0,0,0,4.25684,18.3291L2.293,20.293A.99991.99991,0,0,0,3,22h9A10,10,0,0,0,12,2ZM9,7h6a1,1,0,0,1,0,2H9A1,1,0,0,1,9,7Zm6,10H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm2-4H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z"/><path class="uim-primary" d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zM15 9H9A1 1 0 0 1 9 7h6a1 1 0 0 1 0 2z"/>'},iV={name:"comment-plus",style:"monochrome",path:'<path class="uim-primary" d="M15,11H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z"/><path class="uim-tertiary" d="M12,2A10.00082,10.00082,0,0,0,4.25684,18.3291L2.293,20.293A.99991.99991,0,0,0,3,22h9A10,10,0,0,0,12,2Zm3,11H13v2a1,1,0,0,1-2,0V13H9a1,1,0,0,1,0-2h2V9a1,1,0,0,1,2,0v2h2a1,1,0,0,1,0,2Z"/>'},lV={name:"compress",style:"monochrome",path:'<path class="uim-primary" d="M8 22a.99974.99974 0 0 1-1-1V17H3a1 1 0 0 1 0-2H8a.99974.99974 0 0 1 1 1v5A.99974.99974 0 0 1 8 22zM8 9H3A1 1 0 0 1 3 7H7V3A1 1 0 0 1 9 3V8A.99974.99974 0 0 1 8 9zM21 9H16a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V7h4a1 1 0 0 1 0 2zM16 22a.99974.99974 0 0 1-1-1V16a.99974.99974 0 0 1 1-1h5a1 1 0 0 1 0 2H17v4A.99974.99974 0 0 1 16 22z"/>'},oV={name:"corner-down-left",style:"monochrome",path:'<path class="uim-primary" d="M9.94238,22a.99676.99676,0,0,1-.707-.293L4.60742,17.07861a.99964.99964,0,0,1,0-1.41406l4.62793-4.62891a.99989.99989,0,0,1,1.41406,1.41407L6.72852,16.37158,10.64941,20.293A1,1,0,0,1,9.94238,22Z"/><path class="uim-primary" d="M15.68555,17.37158H5.31445a1,1,0,0,1,0-2h10.3711a2.00229,2.00229,0,0,0,2-2V3a1,1,0,0,1,2,0V13.37158A4.00427,4.00427,0,0,1,15.68555,17.37158Z"/>'},cV={name:"corner-down-right",style:"monochrome",path:'<path class="uim-primary" d="M14.05762,22a1,1,0,0,1-.707-1.707l3.92089-3.92139-3.92089-3.92187a.99989.99989,0,1,1,1.41406-1.41407l4.62793,4.62891a.99964.99964,0,0,1,0,1.41406L14.76465,21.707A.99676.99676,0,0,1,14.05762,22Z"/><path class="uim-primary" d="M18.68555,17.37158H9.31445a5.00589,5.00589,0,0,1-5-5V3a1,1,0,0,1,2,0v9.37158a3.00328,3.00328,0,0,0,3,3h9.3711a1,1,0,0,1,0,2Z"/>'},uV={name:"corner-left-down",style:"monochrome",path:'<path class="uim-primary" d="M21,4.31445H11.62842a5.00589,5.00589,0,0,0-5,5v6.957L3.707,13.3501A.99989.99989,0,0,0,2.293,14.76416l4.62811,4.62811a1.00349,1.00349,0,0,0,1.41467,0l4.62861-4.62811a.99989.99989,0,0,0-1.41407-1.41406L8.62842,16.27161V9.31445a3.00328,3.00328,0,0,1,3-3H21a1,1,0,0,0,0-2Z"/>'},sV={name:"corner-right-down",style:"monochrome",path:'<path class="uim-primary" d="M21.707,13.3501a.99962.99962,0,0,0-1.41406,0l-2.92139,2.92138v-7.957a4.00458,4.00458,0,0,0-4-4H3a1,1,0,0,0,0,2H13.37158a2.002,2.002,0,0,1,2,2v7.95716L12.44971,13.3501a.99989.99989,0,0,0-1.41407,1.41406l4.62861,4.62811a1.0035,1.0035,0,0,0,1.41467,0L21.707,14.76416A.99962.99962,0,0,0,21.707,13.3501Z"/>'},hV={name:"corner-up-left",style:"monochrome",path:'<path class="uim-primary" d="M14.68555,6.62842h-6.957L10.6499,3.707A.99989.99989,0,0,0,9.23584,2.293L4.60773,6.92108a1.00349,1.00349,0,0,0,0,1.41467l4.62811,4.62861a.99989.99989,0,0,0,1.41406-1.41407L7.72839,8.62842h6.95716a3.00328,3.00328,0,0,1,3,3V21a1,1,0,0,0,2,0V11.62842A5.00589,5.00589,0,0,0,14.68555,6.62842Z"/>'},dV={name:"corner-up-right",style:"monochrome",path:'<path class="uim-primary" d="M19.60834,8.01056a1.00351,1.00351,0,0,0-.21607-1.08948L14.76416,2.293A.99989.99989,0,0,0,13.3501,3.707l2.92138,2.92139h-7.957a4.00458,4.00458,0,0,0-4,4V21a1,1,0,0,0,2,0V10.62842a2.002,2.002,0,0,1,2-2h7.95716L13.3501,11.55029a.99989.99989,0,1,0,1.41406,1.41407l4.62811-4.62861A.99927.99927,0,0,0,19.60834,8.01056Z"/>'},pV={name:"coronavirus",style:"monochrome",path:'<circle cx="9.5" cy="10.5" r="1.5" class="uim-secondary"/><circle cx="9" cy="15" r="1" class="uim-primary"/><circle cx="14.5" cy="13.5" r="1.5" class="uim-secondary"/><circle cx="15" cy="9" r="1" class="uim-primary"/><path class="uim-quaternary" d="M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0V7A1 1 0 0 1 12 8zM12 23a1 1 0 0 1-1-1V17a1 1 0 0 1 2 0v5A1 1 0 0 1 12 23zM22 13H18a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zM6 13H2a1 1 0 0 1 0-2H6a1 1 0 0 1 0 2z"/><path class="uim-tertiary" d="M18,13a1,1,0,0,1,0-2h2.941A9.01292,9.01292,0,0,0,13,3.059V7a1,1,0,0,1-2,0V3.059A9.01292,9.01292,0,0,0,3.059,11H6a1,1,0,0,1,0,2H3.059A9.01292,9.01292,0,0,0,11,20.941V17a1,1,0,0,1,2,0v3.941A9.01292,9.01292,0,0,0,20.941,13ZM9,16a1,1,0,1,1,1-1A1,1,0,0,1,9,16Zm.5-4A1.5,1.5,0,1,1,11,10.5,1.5,1.5,0,0,1,9.5,12Zm5,3A1.5,1.5,0,1,1,16,13.5,1.5,1.5,0,0,1,14.5,15Zm.5-5a1,1,0,1,1,1-1A1,1,0,0,1,15,10Z"/><path class="uim-primary" d="M4.97852 6.39258A9.06336 9.06336 0 0 1 6.39258 4.97852l-.75684-.75684A.99989.99989 0 0 0 4.22168 5.63574zM4.97852 17.60742l-.75684.75684a.99989.99989 0 1 0 1.41406 1.41406l.75684-.75684A9.06336 9.06336 0 0 1 4.97852 17.60742zM19.02148 17.60742a9.06336 9.06336 0 0 1-1.41406 1.41406l.75684.75684a.99989.99989 0 0 0 1.41406-1.41406zM19.02148 6.39258l.75684-.75684a.99989.99989 0 0 0-1.41406-1.41406l-.75684.75684A9.06336 9.06336 0 0 1 19.02148 6.39258z"/>'},fV={name:"css3",style:"monochrome",path:'<path class="uim-primary" d="M9.883,21.09528l9.09812-3.01977L22,3.00012H4.95836l-.6482,3.36375H17.96734l-.42523,2.14766H3.86422l-.66891,3.36375H16.85336l-.75016,3.85031L10.59172,17.5284,5.82961,15.72559l.325-1.68187H2.79086L2,18.07551l7.883,3.01977"/>'},mV={name:"css3-simple",style:"monochrome",path:'<path class="uim-primary" d="M20.772,3.36426A1.00062,1.00062,0,0,0,20,3H6A1,1,0,0,0,6,5H18.78613l-.78094,4H5a1,1,0,0,0,0,2H17.61475l-1.1626,5.95508-6.32324,1.99658L4.71875,17.25244l.20361-1.06494a1.00015,1.00015,0,0,0-1.96484-.375L2.5874,17.75244A1.00059,1.00059,0,0,0,3.27,18.894L9.83008,20.9541a1.00175,1.00175,0,0,0,.60107-.00049l7.18994-2.27a1.00064,1.00064,0,0,0,.68018-.7622l2.68018-13.73A1.00008,1.00008,0,0,0,20.772,3.36426Z"/>'},vV={name:"cube",style:"monochrome",path:'<polygon class="uim-primary" points="12 12.3 3.5 7.05 12 1.8 20.5 7.05"/><polygon class="uim-quaternary" points="12 22.2 12 12.3 20.5 7.05 20.5 16.95"/><polygon class="uim-tertiary" points="12 22.2 3.5 16.95 3.5 7.05 12 12.3"/>'},AV={name:"dialpad",style:"monochrome",path:'<circle cx="12" cy="9" r="2" class="uim-tertiary"/><circle cx="12" cy="3" r="2" class="uim-tertiary"/><circle cx="12" cy="15" r="2" class="uim-tertiary"/><circle cx="6" cy="9" r="2" class="uim-tertiary"/><circle cx="6" cy="3" r="2" class="uim-tertiary"/><circle cx="6" cy="15" r="2" class="uim-tertiary"/><circle cx="18" cy="9" r="2" class="uim-tertiary"/><circle cx="18" cy="3" r="2" class="uim-tertiary"/><circle cx="18" cy="15" r="2" class="uim-tertiary"/><circle cx="12" cy="21" r="2" class="uim-tertiary"/>'},yV={name:"dialpad-alt",style:"monochrome",path:'<rect width="4" height="4" x="10" y="6.955" class="uim-primary" rx=".545"/><rect width="4" height="4" x="10" y=".955" class="uim-primary" rx=".545"/><rect width="4" height="4" x="10" y="13.045" class="uim-primary" rx=".545"/><rect width="4" height="4" x="4" y="6.955" class="uim-primary" rx=".545"/><rect width="4" height="4" x="4" y=".955" class="uim-primary" rx=".545"/><rect width="4" height="4" x="4" y="13.045" class="uim-primary" rx=".545"/><rect width="4" height="4" x="16" y="6.955" class="uim-primary" rx=".545"/><rect width="4" height="4" x="16" y=".955" class="uim-primary" rx=".545"/><rect width="4" height="4" x="16" y="13.045" class="uim-primary" rx=".545"/><rect width="4" height="4" x="10" y="19" class="uim-primary" rx=".545"/>'},MV={name:"direction",style:"monochrome",path:'<path class="uim-primary" d="M12 19.5a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 14.793L12 17.08594l2.293-2.293A.99989.99989 0 0 1 15.707 16.207l-3 3A.99676.99676 0 0 1 12 19.5zM15 10.5a.99676.99676 0 0 1-.707-.293L12 7.91406 9.707 10.207A.99989.99989 0 0 1 8.293 8.793l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 10.5z"/>'},HV={name:"discord",style:"monochrome",path:'<path class="uim-primary" d="M18.8914,2H5.10867A2.11371,2.11371,0,0,0,3,4.11887V18.02513A2.11365,2.11365,0,0,0,5.1086,20.144h11.664l-.5452-1.90287,1.3166,1.224,1.24453,1.152L21,22.5714V4.11887A2.11365,2.11365,0,0,0,18.8914,2ZM14.92113,15.4332s-.37026-.44233-.67886-.8332A3.24572,3.24572,0,0,0,16.104,13.376a5.87911,5.87911,0,0,1-1.18287.6068,6.76855,6.76855,0,0,1-1.4914.44233,7.20545,7.20545,0,0,1-2.664-.01026,8.64138,8.64138,0,0,1-1.512-.44227,6.0347,6.0347,0,0,1-.75093-.34973c-.0308-.0206-.06167-.03087-.09253-.05147a.14216.14216,0,0,1-.04114-.0308c-.18513-.10286-.288-.17486-.288-.17486a3.19892,3.19892,0,0,0,1.8,1.21366c-.30853.39094-.68913.85373-.68913.85373a3.72917,3.72917,0,0,1-3.13713-1.56339A13.77448,13.77448,0,0,1,7.536,7.87313a5.08623,5.08623,0,0,1,2.89027-1.08l.10286.12347A6.93739,6.93739,0,0,0,7.824,8.264s.22627-.1234.6068-.29827a7.72409,7.72409,0,0,1,2.33493-.648,1.00858,1.00858,0,0,1,.17487-.0206,8.70335,8.70335,0,0,1,2.07774-.02053,8.38443,8.38443,0,0,1,3.09593.9874,6.84531,6.84531,0,0,0-2.56114-1.30626l.144-.16454a5.0856,5.0856,0,0,1,2.89027,1.08,13.77354,13.77354,0,0,1,1.4812,5.99654,3.76,3.76,0,0,1-3.14747,1.56339Zm-4.78286-4.80347a1.05285,1.05285,0,1,0,.00007,0m3.75426,0a1.14579,1.14579,0,1,0,1.04906,1.14167,1.09584,1.09584,0,0,0-1.04906-1.14167"/><path class="uim-quaternary" d="M14.92113,15.4332s-.37026-.44233-.67886-.8332A3.24572,3.24572,0,0,0,16.104,13.376a5.87911,5.87911,0,0,1-1.18287.6068,6.76855,6.76855,0,0,1-1.4914.44233,7.20545,7.20545,0,0,1-2.664-.01026,8.64138,8.64138,0,0,1-1.512-.44227,6.0347,6.0347,0,0,1-.75093-.34973c-.0308-.0206-.06167-.03087-.09253-.05147a.14216.14216,0,0,1-.04114-.0308c-.18513-.10286-.288-.17486-.288-.17486a3.19892,3.19892,0,0,0,1.8,1.21366c-.30853.39094-.68913.85373-.68913.85373a3.72917,3.72917,0,0,1-3.13713-1.56339A13.77448,13.77448,0,0,1,7.536,7.87313a5.08623,5.08623,0,0,1,2.89027-1.08l.10286.12347A6.93739,6.93739,0,0,0,7.824,8.264s.22627-.1234.6068-.29827a7.72409,7.72409,0,0,1,2.33493-.648,1.00858,1.00858,0,0,1,.17487-.0206,8.70335,8.70335,0,0,1,2.07774-.02053,8.38443,8.38443,0,0,1,3.09593.9874,6.84531,6.84531,0,0,0-2.56114-1.30626l.144-.16454a5.0856,5.0856,0,0,1,2.89027,1.08,13.77354,13.77354,0,0,1,1.4812,5.99654,3.76,3.76,0,0,1-3.14747,1.56339Zm-4.78286-4.80347a1.05285,1.05285,0,1,0,.00007,0m3.75426,0a1.14579,1.14579,0,1,0,1.04906,1.14167,1.09584,1.09584,0,0,0-1.04906-1.14167"/>'},gV={name:"docker",style:"monochrome",path:'<path class="uim-primary" d="M21.80521,10.07661a2.62688,2.62688,0,0,0-1.63256-.42669,5.18884,5.18884,0,0,0-.8441.0742,3.18021,3.18021,0,0,0-1.42849-2.14273l-.28755-.167-.18552.269a3.96681,3.96681,0,0,0-.51017,1.18731,2.81866,2.81866,0,0,0,.33393,2.21694,3.93556,3.93556,0,0,1-1.45631.35248H2.62269a.62152.62152,0,0,0-.62148.62148,9.38612,9.38612,0,0,0,.57511,3.3857A5.07767,5.07767,0,0,0,4.5799,18.05386,8.86828,8.86828,0,0,0,8.97667,19a13.4856,13.4856,0,0,0,2.43956-.22262,10.06816,10.06816,0,0,0,3.1909-1.15949,8.73384,8.73384,0,0,0,2.17055-1.781,11.80949,11.80949,0,0,0,2.12418-3.664h.18552a3.052,3.052,0,0,0,2.23548-.8441,2.47036,2.47036,0,0,0,.59366-.87193L22,10.21574Z"/><path class="uim-quaternary" d="M3.84711,11.05985H5.60952a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H3.84711a.15635.15635,0,0,0-.15769.1577v1.57689A.16235.16235,0,0,0,3.84711,11.05985Zm2.43028,0H8.0398a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H6.27739a.15635.15635,0,0,0-.15769.1577v1.57689a.16235.16235,0,0,0,.15769.1577m2.47665,0h1.76242a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H8.754a.15635.15635,0,0,0-.15769.1577v1.57689A.151.151,0,0,0,8.754,11.05985Zm2.43956,0H12.956a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H11.1936a.15635.15635,0,0,0-.15769.1577v1.57689A.15635.15635,0,0,0,11.1936,11.05985Zm-4.91621-2.254H8.0398a.16255.16255,0,0,0,.15769-.15769V7.07122a.15634.15634,0,0,0-.15769-.15769H6.27739a.15634.15634,0,0,0-.15769.15769v1.5769a.16952.16952,0,0,0,.15769.15769m2.47665,0h1.76242a.16255.16255,0,0,0,.15769-.15769V7.07122a.15634.15634,0,0,0-.15769-.15769H8.754a.15634.15634,0,0,0-.15769.15769v1.5769a.15635.15635,0,0,0,.15769.15769m2.43956,0H12.956a.16255.16255,0,0,0,.15769-.15769V7.07122a.16255.16255,0,0,0-.15769-.15769H11.1936a.15634.15634,0,0,0-.15769.15769v1.5769a.16255.16255,0,0,0,.15769.15769m0-2.26331H12.956a.15635.15635,0,0,0,.15769-.1577V4.80791a.16255.16255,0,0,0-.15769-.15769H11.1936a.15634.15634,0,0,0-.15769.15769V6.3848a.16255.16255,0,0,0,.15769.1577m2.45811,4.51735h1.76241a.15634.15634,0,0,0,.15769-.15769V9.32526a.15634.15634,0,0,0-.15769-.15769H13.65171a.15634.15634,0,0,0-.15769.15769v1.5769a.16235.16235,0,0,0,.15769.15769"/>'},ZV={name:"document-layout-center",style:"monochrome",path:'<path class="uim-tertiary" d="M21 8H19a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zM21 12H19a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zM5 8H3A1 1 0 0 1 3 6H5A1 1 0 0 1 5 8zM5 12H3a1 1 0 0 1 0-2H5a1 1 0 0 1 0 2z"/><rect width="8" height="8" x="8" y="4" class="uim-primary" rx="1"/><path class="uim-tertiary" d="M21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 20H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z"/>'},VV={name:"document-layout-left",style:"monochrome",path:'<path class="uim-tertiary" d="M21 8H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 12H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/><rect width="8" height="8" x="2" y="4" class="uim-primary" rx="1"/><path class="uim-tertiary" d="M21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 20H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z"/>'},CV={name:"document-layout-right",style:"monochrome",path:'<path class="uim-tertiary" d="M11 8H3A1 1 0 0 1 3 6h8a1 1 0 0 1 0 2zM11 12H3a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/><rect width="8" height="8" x="14" y="4" class="uim-primary" rx="1"/><path class="uim-tertiary" d="M21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 20H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z"/>'},bV={name:"download-alt",style:"monochrome",path:'<path class="uim-primary" d="M15.707,13.293a.99962.99962,0,0,0-1.41406,0L13,14.58594V3a1,1,0,0,0-2,0V14.58594L9.707,13.293A.99989.99989,0,0,0,8.293,14.707l3,3a.99963.99963,0,0,0,1.41406,0l3-3A.99962.99962,0,0,0,15.707,13.293Z"/><path class="uim-tertiary" d="M18,9H13v5.58594l1.293-1.293A.99989.99989,0,0,1,15.707,14.707l-3,3a.99963.99963,0,0,1-1.41406,0l-3-3A.99989.99989,0,0,1,9.707,13.293L11,14.58594V9H6a3.00328,3.00328,0,0,0-3,3v7a3.00328,3.00328,0,0,0,3,3H18a3.00328,3.00328,0,0,0,3-3V12A3.00328,3.00328,0,0,0,18,9Z"/>'},LV={name:"dribbble",style:"monochrome",path:'<circle cx="11.97" cy="11.97" r="9" class="uim-tertiary"/><path class="uim-primary" d="M2,12c-0.01333-1.76344,0.44962-3.49778,1.34-5.02c0.87224-1.51223,2.12777-2.76776,3.64-3.64C8.50221,2.44962,10.23656,1.98667,12,2c1.76344-0.01334,3.49779,0.44961,5.02,1.34c1.51224,0.87223,2.76777,2.12776,3.64,3.64C21.55038,8.50221,22.01334,10.23656,22,12c0.01334,1.76344-0.44962,3.49779-1.34,5.02c-0.87223,1.51224-2.12776,2.76777-3.64,3.64C15.49779,21.55039,13.76344,22.01334,12,22c-1.76344,0.01333-3.49779-0.44962-5.02-1.34c-1.51223-0.87224-2.76776-2.12777-3.64-3.64C2.44962,15.49778,1.98667,13.76344,2,12z M3.66,12c-0.01817,2.03247,0.73186,3.99684,2.1,5.5c0.75496-1.39065,1.79008-2.60965,3.04-3.58c1.16792-1.0202,2.5583-1.75305,4.06-2.14c-0.2-0.46667-0.39333-0.88667-0.58-1.26c-2.40789,0.75054-4.91794,1.12165-7.44,1.1c-0.52,0-0.90667-0.00667-1.16-0.02c0,0.05333-0.00333,0.12-0.01,0.2S3.66,11.94667,3.66,12z M3.92,9.94c0.29333,0.02667,0.72667,0.04,1.3,0.04c2.14597,0.01154,4.28203-0.29168,6.34-0.9c-0.89941-1.64754-2.0235-3.16204-3.34-4.5C7.16588,5.11398,6.24102,5.87161,5.51,6.8C4.7677,7.72489,4.2262,8.79427,3.92,9.94z M6.9,18.58c2.2769,1.79901,5.33702,2.25574,8.04,1.2c-0.26186-2.25964-0.78537-4.4812-1.56-6.62c-1.38647,0.35161-2.66226,1.04625-3.71,2.02C8.53432,16.12239,7.59341,17.27729,6.9,18.58z M9.96,3.94c1.28178,1.36323,2.37792,2.88976,3.26,4.54c1.59193-0.60061,3.00346-1.59901,4.1-2.9C15.83464,4.32212,13.94632,3.64062,12,3.66C11.31051,3.6613,10.62434,3.75548,9.96,3.94z M13.94,9.9c0.2,0.42667,0.42667,0.96667,0.68,1.62c0.98667-0.09333,2.06-0.14,3.22-0.14c0.82667,0,1.64667,0.02,2.46,0.06c-0.09584-1.78665-0.78567-3.4901-1.96-4.84C17.21462,8.09366,15.68902,9.23786,13.94,9.9z M15.12,12.92c0.67937,1.97056,1.1421,4.00924,1.38,6.08c1.04411-0.67063,1.92551-1.56569,2.58-2.62c0.65961-1.04626,1.07016-2.23001,1.2-3.46c-0.97334-0.06667-1.86-0.1-2.66-0.1C16.88667,12.82,16.05333,12.85333,15.12,12.92z"/>'},SV={name:"dropbox",style:"monochrome",path:'<polygon class="uim-primary" fill-rule="evenodd" points="16.53 10.091 21 12.939 16.498 15.807 12 12.941 7.502 15.807 3 12.939 7.47 10.091 3 7.243 7.502 4.375 12 7.241 16.498 4.375 21 7.243" clip-rule="evenodd"/><polygon class="uim-quaternary" fill-rule="evenodd" points="16.467 10.091 12 7.245 7.533 10.091 12 12.936" clip-rule="evenodd"/><polygon class="uim-tertiary" fill-rule="evenodd" points="7.531 16.757 7.502 15.807 12 12.941 16.498 15.807 16.534 16.757 12.032 19.625" clip-rule="evenodd"/>'},zV={name:"ellipsis-h",style:"monochrome",path:'<circle cx="12" cy="12" r="2" class="uim-primary"/><circle cx="5" cy="12" r="2" class="uim-primary"/><circle cx="19" cy="12" r="2" class="uim-primary"/>'},wV={name:"ellipsis-v",style:"monochrome",path:'<circle cx="12" cy="12" r="2" class="uim-primary"/><circle cx="12" cy="5" r="2" class="uim-primary"/><circle cx="12" cy="19" r="2" class="uim-primary"/>'},xV={name:"exclamation-circle",style:"monochrome",path:'<circle cx="12" cy="12" r="10" class="uim-tertiary"/><circle cx="12" cy="16" r="1" class="uim-primary"/><path class="uim-primary" d="M12,13a1,1,0,0,1-1-1V8a1,1,0,0,1,2,0v4A1,1,0,0,1,12,13Z"/>'},_V={name:"exclamation-octagon",style:"monochrome",path:'<path class="uim-tertiary" d="M15.728,22H8.272a1.00014,1.00014,0,0,1-.707-.293l-5.272-5.272A1.00014,1.00014,0,0,1,2,15.728V8.272a1.00014,1.00014,0,0,1,.293-.707l5.272-5.272A1.00014,1.00014,0,0,1,8.272,2H15.728a1.00014,1.00014,0,0,1,.707.293l5.272,5.272A1.00014,1.00014,0,0,1,22,8.272V15.728a1.00014,1.00014,0,0,1-.293.707l-5.272,5.272A1.00014,1.00014,0,0,1,15.728,22Z"/><circle cx="12" cy="16" r="1" class="uim-primary"/><path class="uim-primary" d="M12,13a1,1,0,0,1-1-1V8a1,1,0,0,1,2,0v4A1,1,0,0,1,12,13Z"/>'},kV={name:"exclamation-triangle",style:"monochrome",path:'<path class="uim-tertiary" d="M20.05713,22H3.94287A3.02288,3.02288,0,0,1,1.3252,17.46631L9.38232,3.51123a3.02272,3.02272,0,0,1,5.23536,0L22.6748,17.46631A3.02288,3.02288,0,0,1,20.05713,22Z"/><circle cx="12" cy="17" r="1" class="uim-primary"/><path class="uim-primary" d="M12,14a1,1,0,0,1-1-1V9a1,1,0,0,1,2,0v4A1,1,0,0,1,12,14Z"/>'},TV={name:"facebook",style:"monochrome",path:'<path class="uim-tertiary" d="M12.68256,21.99994v-7.745h-2.60633v-3.01843h2.60633v-2.226c-0.20024-1.99861,1.25763-3.78113,3.25624-3.98136c0.20802-0.02084,0.41745-0.02371,0.62596-0.00857c0.77792-0.00274,1.55541,0.03699,2.329,0.119v2.69965L17.29547,7.84c-1.25323,0-1.49591,0.59552-1.49591,1.46942v1.92712h2.989l-0.38922,3.01843h-2.59966v7.745L12.68256,21.99994z"/><path class="uim-primary" d="M20.99902,2H2.99799c-0.55225,0-1,0.44769-1,1v18.00098c0,0.55231,0.44775,1,1,1h18.00104c0.55225,0,1-0.44769,1-1V3C21.99902,2.44769,21.55127,2,20.99902,2z M18.89374,7.83923l-1.59827,0.00079c-1.25323,0-1.49591,0.59552-1.49591,1.46942v1.92706h2.98901l-0.38922,3.01843h-2.59967v7.745h-3.11713v-7.745h-2.60632v-3.01843h2.60632V9.0105c-0.20026-1.9986,1.25763-3.78113,3.25623-3.98132c0.20807-0.02087,0.41748-0.02374,0.62598-0.00861c0.77789-0.00275,1.55542,0.03699,2.32898,0.11902V7.83923z"/>'},EV={name:"facebook-f",style:"monochrome",path:'<path class="uim-primary" d="M13.3552,21.9999v-9.123h3.06223l.45847-3.55537H13.3552v-2.27c0-1.02934.28587-1.73089,1.76209-1.73089L17,5.31981V2.13994A25.23316,25.23316,0,0,0,14.25657,2C11.54212,2,9.68374,3.65682,9.68374,6.69964v2.622H6.61359V12.877H9.68365V22l3.67155-.0001Z" data-name="Brand Logos"/>'},OV={name:"facebook-messenger",style:"monochrome",path:'<path class="uim-tertiary" d="M18.00409,9.46484l-2.93567,4.658c-0.44268,0.70108-1.36989,0.91055-2.07097,0.46787c-0.03356-0.02119-0.06626-0.0437-0.09803-0.06748l-2.33606-1.7525c-0.21433-0.16036-0.50891-0.15954-0.72235,0.002L6.684,15.16919c-0.20877,0.15853-0.50652,0.11781-0.66505-0.09095c-0.11984-0.15781-0.12903-0.37345-0.02306-0.54089l2.93762-4.66c0.4428-0.70112,1.37013-0.91053,2.07125-0.46773c0.03348,0.02115,0.06612,0.04361,0.09783,0.06734l2.33606,1.75256c0.21433,0.16036,0.50891,0.15954,0.72235-0.002l3.155-2.39441c0.20876-0.15851,0.50649-0.11777,0.665,0.09099C18.10078,9.08187,18.10999,9.29744,18.00409,9.46484z"/><path class="uim-primary" d="M12.59064,2C12.3938,1.99402,12.19684,1.99402,12,2c-5.3266-0.19293-9.80103,3.96881-9.99396,9.29541c-0.00488,0.13489-0.00696,0.2699-0.00616,0.40491c-0.03491,2.73236,1.10974,5.34717,3.14087,7.17511c0.16345,0.14539,0.26074,0.35089,0.26965,0.56946l0.05432,1.77869c0.01416,0.44238,0.38428,0.78949,0.82666,0.77527c0.10205-0.00323,0.20258-0.026,0.29608-0.06702l1.98401-0.87524c0.16779-0.07434,0.35614-0.08856,0.5332-0.04028c0.94342,0.25769,1.9173,0.38696,2.89532,0.38434c5.35736,0.16309,9.83252-4.04767,9.99567-9.40497C22.15875,6.63831,17.948,2.16309,12.59064,2z M18.00409,9.46484l-2.93567,4.65802c-0.44269,0.70105-1.36987,0.91052-2.07098,0.46783c-0.03357-0.02118-0.06622-0.0437-0.09802-0.06744l-2.33606-1.7525c-0.21436-0.1604-0.50891-0.15955-0.72235,0.00195l-3.15698,2.39648c-0.2088,0.15851-0.50653,0.1178-0.6651-0.09094c-0.11981-0.15784-0.12903-0.37347-0.02301-0.54089l2.93762-4.65997c0.44275-0.70117,1.37012-0.91058,2.07123-0.46777c0.03351,0.02118,0.0661,0.04364,0.09784,0.06738l2.33606,1.7525c0.21429,0.1604,0.50891,0.15955,0.72235-0.00195l3.15497-2.39441c0.2088-0.15851,0.50653-0.1178,0.66504,0.09094C18.10077,9.08185,18.10999,9.29742,18.00409,9.46484z"/>'},PV={name:"facebook-messenger-alt",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-tertiary" d="M12,2A9.651,9.651,0,0,0,1.99988,11.70033a9.4898,9.4898,0,0,0,3.14087,7.17511.80592.80592,0,0,1,.26965.56946l.05432,1.77868a.80138.80138,0,0,0,1.12274.70826l1.984-.87525a.79794.79794,0,0,1,.5332-.04028A10.876,10.876,0,0,0,12,21.40065,9.70481,9.70481,0,1,0,12,2Z"/><path class="uim-primary" d="M6.499,14.77246a1.00006,1.00006,0,0,1-.76464-1.64258L8.78613,9.49414a.996.996,0,0,1,1.28907-.21l3.34668,2.05566L15.73438,8.585a.99954.99954,0,1,1,1.53124,1.28516l-2.86621,3.416a1.00068,1.00068,0,0,1-1.28906.21L9.76367,11.44043,7.26562,14.415A.99422.99422,0,0,1,6.499,14.77246Z"/></g>'},NV={name:"favorite",style:"monochrome",path:'<path class="uim-primary" d="M17.56249,21.55957a.99941.99941,0,0,1-.46581-.11523L12,18.76465,6.90332,21.44434a.9999.9999,0,0,1-1.45117-1.05372l.97363-5.67578-4.124-4.01953a.99965.99965,0,0,1,.55469-1.70508l5.69824-.82812,2.54883-5.16406a1.04012,1.04012,0,0,1,1.793,0l2.54883,5.16406,5.69824.82812a.99965.99965,0,0,1,.55469,1.70508l-4.124,4.01953.97363,5.67578a1.00024,1.00024,0,0,1-.98536,1.169Z"/>'},jV={name:"flip-h",style:"monochrome",path:'<path class="uim-quaternary" d="M21,13H3a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Z"/><polygon class="uim-primary" points="12 21 17 16 7 16 12 21"/><path class="uim-primary" d="M12,22a.99676.99676,0,0,1-.707-.293l-5-5A.99991.99991,0,0,1,7,15H17a.99991.99991,0,0,1,.707,1.707l-5,5A.99676.99676,0,0,1,12,22ZM9.41406,17,12,19.58594,14.58594,17Z"/><path class="uim-tertiary" d="M12 4a.99075.99075 0 0 1-.92041-1.37988A1.03011 1.03011 0 0 1 11.29 2.29a.99764.99764 0 0 1 1.08984-.21 1.03418 1.03418 0 0 1 .33008.21A1.05232 1.05232 0 0 1 13 3a.83792.83792 0 0 1-.08008.37988 1.17124 1.17124 0 0 1-.21.33008A.99183.99183 0 0 1 12 4zM8.79 6.21A1.00761 1.00761 0 0 1 8.79 4.79h0a1.00671 1.00671 0 0 1 1.41992 0h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 8.79 6.21zM7 9A.99042.99042 0 0 1 6 8a1 1 0 0 1 1.71-.71A1.05232 1.05232 0 0 1 8 8 .99042.99042 0 0 1 7 9zM12.66992 8a.99662.99662 0 0 1 1-1h0a1.00319 1.00319 0 0 1 1 1h0a1.00319 1.00319 0 0 1-1 1h0A.99662.99662 0 0 1 12.66992 8zM9.32959 8a1.0032 1.0032 0 0 1 1-1h0a.99662.99662 0 0 1 1 1h0a.99662.99662 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9.32959 8zM17 9a.99042.99042 0 0 1-1-1 1 1 0 1 1 2 0 .99042.99042 0 0 1-1 1zM13.79 6.21a1.00761 1.00761 0 0 1 0-1.41992h0a1.00671 1.00671 0 0 1 1.41992 0h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 13.79 6.21z"/>'},DV={name:"flip-h-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M20 11a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008.94107.94107 0 0 1 0-.75976A1.02883 1.02883 0 0 1 19.29 9.29a1.04667 1.04667 0 0 1 1.41992 0 1.14718 1.14718 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976 1.16044 1.16044 0 0 1-.21.33008A.99349.99349 0 0 1 20 11zM19 6.5a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 19 6.5zM20 4a.98979.98979 0 0 1-.91992-1.37988A1.02883 1.02883 0 0 1 19.29 2.29a1.04669 1.04669 0 0 1 1.41992 0 1.02883 1.02883 0 0 1 .21.33008A.98919.98919 0 0 1 20.71 3.71a1.16044 1.16044 0 0 1-.33008.21A.9994.9994 0 0 1 20 4zM7.03027 6.24023a.99364.99364 0 0 1 .7295-1.21h0a.9907.9907 0 0 1 1.21.7295h0a.99891.99891 0 0 1-.7295 1.21h0A.96451.96451 0 0 1 8 7H8A.99122.99122 0 0 1 7.03027 6.24023zm4-1a.99364.99364 0 0 1 .7295-1.21h0a.9907.9907 0 0 1 1.21.7295h0a.99891.99891 0 0 1-.7295 1.21h0A.96451.96451 0 0 1 12 6h0A1.00294 1.00294 0 0 1 11.03027 5.24023zm4-1a.99816.99816 0 0 1 .7295-1.21h0a1.00272 1.00272 0 0 1 1.21.7295h0a.99891.99891 0 0 1-.7295 1.21h0A.96451.96451 0 0 1 16 5h0A.99122.99122 0 0 1 15.03027 4.24023zM4 8A.99042.99042 0 0 1 3 7a.83154.83154 0 0 1 .08008-.37988A1.02883 1.02883 0 0 1 3.29 6.29 1.04669 1.04669 0 0 1 4.71 6.29a1.02883 1.02883 0 0 1 .21.33008A.99013.99013 0 0 1 4 8zM4 11a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008.94107.94107 0 0 1 0-.75976A1.14718 1.14718 0 0 1 3.29 9.29 1.04667 1.04667 0 0 1 4.71 9.29a1.14718 1.14718 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976 1.16044 1.16044 0 0 1-.21.33008A.99349.99349 0 0 1 4 11zM15 10a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 15 10zm-4 0a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 11 10zM7 10A1.0032 1.0032 0 0 1 8 9H8a1.0032 1.0032 0 0 1 1 1H9a1.0032 1.0032 0 0 1-1 1H8A1.0032 1.0032 0 0 1 7 10z"/><polygon class="uim-primary" points="20 14 20 21 4 17 4 14 20 14"/><path class="uim-primary" d="M20,22a.97427.97427,0,0,1-.24219-.03027l-16-4A.99961.99961,0,0,1,3,17V14a.99943.99943,0,0,1,1-1H20a.99943.99943,0,0,1,1,1v7a1.0005,1.0005,0,0,1-1,1ZM5,16.21875l14,3.5V15H5Z"/>'},qV={name:"flip-v",style:"monochrome",path:'<path class="uim-quaternary" d="M12,22a.99974.99974,0,0,1-1-1V3a1,1,0,0,1,2,0V21A.99974.99974,0,0,1,12,22Z"/><polygon class="uim-primary" points="21 12 16 7 16 17 21 12"/><path class="uim-primary" d="M16,18a1,1,0,0,1-1-1V7a.99991.99991,0,0,1,1.707-.707l5,5a.99962.99962,0,0,1,0,1.41406l-5,5A.99893.99893,0,0,1,16,18Zm1-8.58594v5.17188L19.58594,12Z"/><path class="uim-tertiary" d="M3 13a.99075.99075 0 0 1-.92041-1.37988A1.14883 1.14883 0 0 1 2.29 11.29a1.04669 1.04669 0 0 1 1.41992 0 1.03724 1.03724 0 0 1 .21.33008A.83792.83792 0 0 1 4 12a.99042.99042 0 0 1-1 1zM4.79 15.21a1.00761 1.00761 0 0 1 0-1.41992h0a1.00671 1.00671 0 0 1 1.41992 0h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 4.79 15.21zM8 18a.99183.99183 0 0 1-.71-.29 1.16213 1.16213 0 0 1-.21045-.33008A.99906.99906 0 0 1 7 17a1.05 1.05 0 0 1 .29-.71 1.0387 1.0387 0 0 1 1.08984-.21 1.15384 1.15384 0 0 1 .33008.21A1.05232 1.05232 0 0 1 9 17a.9994.9994 0 0 1-.08008.37988 1.17124 1.17124 0 0 1-.21.33008A.99183.99183 0 0 1 8 18zM7 13.66992a.996.996 0 0 1 1-1H8a.99632.99632 0 0 1 1 1H9a1.00319 1.00319 0 0 1-1 1H8A1.00288 1.00288 0 0 1 7 13.66992zm0-3.33984a1.00288 1.00288 0 0 1 1-1H8a1.00319 1.00319 0 0 1 1 1H9a.99693.99693 0 0 1-1 1H8A.99663.99663 0 0 1 7 10.33008zM8 8a.99075.99075 0 0 1-.92041-1.37988A1.03011 1.03011 0 0 1 7.29 6.29a.98544.98544 0 0 1 1.62988.33008A.99013.99013 0 0 1 8 8zM4.79 10.21A1.00761 1.00761 0 0 1 4.79 8.79h0A1.00671 1.00671 0 0 1 6.21 8.79h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 4.79 10.21z"/>'},RV={name:"flip-v-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M10 21a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008A.83154.83154 0 0 1 9 20a1 1 0 1 1 2 0 .99042.99042 0 0 1-1 1zM5.5 20a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 5.5 20zM3 21a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008A.9994.9994 0 0 1 2 20a1.04778 1.04778 0 0 1 .29-.71 1.04667 1.04667 0 0 1 1.41992 0A1.05232 1.05232 0 0 1 4 20a.9994.9994 0 0 1-.08008.37988 1.16044 1.16044 0 0 1-.21.33008A.99349.99349 0 0 1 3 21zM3.75977 16.96973a.99816.99816 0 0 1-.7295-1.21h0a.99364.99364 0 0 1 1.21-.7295h0a.99891.99891 0 0 1 .7295 1.21h0A.992.992 0 0 1 4 17H4A.96451.96451 0 0 1 3.75977 16.96973zm.99023-4a.99212.99212 0 0 1-.71973-1.21h0a.99816.99816 0 0 1 1.21-.7295h0a.99891.99891 0 0 1 .7295 1.21h0A1.00024 1.00024 0 0 1 5 13H5A1.10439 1.10439 0 0 1 4.75 12.96973zm1.00977-4a.99816.99816 0 0 1-.7295-1.21h0a.99364.99364 0 0 1 1.21-.7295h0a.99891.99891 0 0 1 .7295 1.21h0A.992.992 0 0 1 6 9H6A.96451.96451 0 0 1 5.75977 8.96973zM7 5A.99042.99042 0 0 1 6 4a1.04778 1.04778 0 0 1 .29-.71 1.03423 1.03423 0 0 1 1.41016 0A1.01842 1.01842 0 0 1 8 4 1.00694 1.00694 0 0 1 7 5zM10 5A.99042.99042 0 0 1 9 4a1.04778 1.04778 0 0 1 .29-.71 1.04669 1.04669 0 0 1 1.41992 0A1.05232 1.05232 0 0 1 11 4a.99042.99042 0 0 1-1 1zM9 16a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9 16zm0-4a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9 12zM9 8a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9 8z"/><polygon class="uim-primary" points="14 20 21 20 17 4 14 4 14 20"/><path class="uim-primary" d="M21,21H14a.99943.99943,0,0,1-1-1V4a.99943.99943,0,0,1,1-1h3a.99962.99962,0,0,1,.96973.75781l4,16A.9997.9997,0,0,1,21,21Zm-6-2h4.71875l-3.5-14H15Z"/>'},IV={name:"github",style:"monochrome",path:'<path class="uim-tertiary" d="M8.85431,21.5708c2.04081,0.68312,4.24853,0.68335,6.28949,0.00067c-0.25926,0.08328-0.53694-0.05938-0.62022-0.31864c-0.0163-0.05074-0.02426-0.10379-0.02358-0.15707c0-0.33746,0.01251-1.41247,0.01251-2.75c0.05423-0.68542-0.1921-1.36057-0.675-1.85c2.225-0.25,4.5625-1.1,4.5625-4.9375c0.01638-0.99426-0.35068-1.95667-1.025-2.6875c0.30573-0.86378,0.26996-1.81172-0.1-2.65c0,0-0.83753-0.275-2.75,1.025c-1.63629-0.45004-3.36371-0.45004-5,0c-1.91253-1.28748-2.75-1.025-2.75-1.025c-0.36998,0.83828-0.40575,1.78622-0.1,2.65c-0.67233,0.73207-1.03907,1.69364-1.025,2.6875c0,3.825,2.325,4.6875,4.55,4.9375c-0.36769,0.35377-0.59426,0.82912-0.63752,1.33752c-1.02982,0.57709-2.33248,0.21008-2.90957-0.81974C6.65195,17.01179,6.65097,17.01005,6.65,17.0083c-0.31464-0.572-0.88851-0.95457-1.53753-1.025C4.275,15.99581,4.775,16.4583,5.12498,16.64583c0.45125,0.38065,0.80305,0.86542,1.02502,1.41246c0.2,0.5625,0.85,1.63751,3.36249,1.175c0,0.83752,0.01251,1.625,0.01251,1.86248C9.525,21.3548,9.3396,21.647,8.85431,21.5708z"/><path class="uim-primary" d="M12,2.08301c-5.52283,0-10,4.47717-10,10c0,4.42297,2.87469,8.1687,6.85516,9.48779c0.48462,0.07562,0.66986-0.21619,0.66986-0.47504c0-0.23749-0.01251-1.02496-0.01251-1.86249C7,19.6958,6.34998,18.62079,6.15002,18.05829c-0.22198-0.54706-0.57379-1.0318-1.02502-1.41248c-0.34998-0.1875-0.84998-0.65002-0.01251-0.66254c0.64899,0.07043,1.2229,0.453,1.53754,1.02502c0.00098,0.00177,0.00195,0.00348,0.00293,0.00525c0.57709,1.02979,1.8797,1.39679,2.90955,0.8197c0.04327-0.50836,0.26984-0.9837,0.63751-1.33746c-2.22498-0.25-4.54999-1.11255-4.54999-4.9375c-0.0141-0.9939,0.35266-1.95544,1.02496-2.6875C6.36926,8.00696,6.40503,7.05902,6.77502,6.22076c0,0,0.83746-0.26251,2.75,1.02502c1.63629-0.45007,3.36371-0.45007,5,0c1.91248-1.30005,2.75-1.02502,2.75-1.02502c0.36993,0.83826,0.4057,1.78619,0.09998,2.65002c0.67432,0.73083,1.04138,1.69318,1.02502,2.6875c0,3.83746-2.33752,4.6875-4.5625,4.9375c0.48291,0.48938,0.72925,1.16455,0.67499,1.84998c0,1.33752-0.01251,2.41254-0.01251,2.75c-0.00067,0.05328,0.00726,0.10632,0.02356,0.15704c0.08319,0.25885,0.36017,0.40118,0.61902,0.31879C19.12427,20.25317,22,16.50684,22,12.08301C22,6.56018,17.52283,2.08301,12,2.08301z"/>'},FV={name:"github-alt",style:"monochrome",path:'<path class="uim-primary" d="M20.11554,5.90131a3.88274,3.88274,0,0,0-.26-.31,4.41253,4.41253,0,0,0,.21-.76,5.28351,5.28351,0,0,0-.35-2.8s-1.12-.35-3.69,1.38a12.47675,12.47675,0,0,0-3.35-.45,12.60429,12.60429,0,0,0-3.36.45c-2.57-1.75-3.69-1.38-3.69-1.38a5.26343,5.26343,0,0,0-.35,2.77,4.21027,4.21027,0,0,0,.22.79c-.09.1-.18.21-.26.31a5.13973,5.13973,0,0,0-1.12,3.3,7.68624,7.68624,0,0,0,.04.85c.31994,4.43,3.27,5.46,6.08,5.78a2.55759,2.55759,0,0,0-.77,1.39,4.02183,4.02183,0,0,0-.13,1.09v1.30957c-1.11822.09937-2.26648-.06335-2.62219-1.06134a5.69461,5.69461,0,0,0-1.83447-2.41211,1.1789,1.1789,0,0,1-.169-.1123,1.00141,1.00141,0,0,0-.93066-.64551H3.77441a.99965.99965,0,0,0-1,.99512c-.0039.8125.80909,1.33691,1.14258,1.51562a4.4665,4.4665,0,0,1,.92285,1.3584c.36426,1.02344,1.4292,2.57812,4.46582,2.376.001.03515.002.06835.00245.09863l.00439.26758a.99974.99974,0,0,0,1,1l.00311-.00061V23.001h4.71112a.99974.99974,0,0,0,1-1s.00733-3.15967.00733-3.68964a4.02421,4.02421,0,0,0-.13-1.09l-.00183-.0061.00336.0061c-.00861-.035-.02173-.06353-.03113-.09747A2.53213,2.53213,0,0,0,15.134,15.8313l.0116.02087c-.00684-.00616-.01324-.01489-.02008-.02087,2.81-.32,5.74-1.37,6.06-5.78a7.68675,7.68675,0,0,0,.04-.85A5.2306,5.2306,0,0,0,20.11554,5.90131Z" data-name="Brand Logos"/>'},BV={name:"gitlab",style:"monochrome",path:'<path class="uim-primary" d="M21.93927,12.86544,20.87433,9.58565l.00112.00448-.0013-.00513-.00006-.0003V9.58458L18.76,3.076a.83312.83312,0,0,0-.79867-.57014.82177.82177,0,0,0-.78851.57516l-2.00669,6.1779H8.83437L6.8239,3.08057a.82163.82163,0,0,0-.7884-.5748H6.03108a.83858.83858,0,0,0-.796.57539L3.12683,9.58394l-.00029.00082v.00018l-.0013.005.00112-.00449-1.06884,3.28a1.19526,1.19526,0,0,0,.43427,1.33919l9.229,6.70557.00425.0026.0118.00837-.011-.0079,0-.00006.00194.00118.0016.00094.00023.00018a.47521.47521,0,0,0,.04443.02732l.00614.00377.00012.00006.00377.00213.003.00124.00218.00088.00531.00224.02472.01033.02313.00967.001.00042.00383.00159.0049.00177.002.00047.00637.00154.00248.00059c.01109.00336.02259.00578.034.00832l.01334.00324.00194.00047.00437.00106.00726.00154.0059.00047.001.00006H11.931A.46518.46518,0,0,0,11.99733,21h.00077a.46675.46675,0,0,0,.06644-.00531h.00023l.00107-.00006.006-.00047.00731-.00154.00431-.00106.00189-.00047.01363-.0033c.01127-.00248.0226-.0049.03363-.00821l.0023-.00053.00661-.00159.002-.00047.005-.00183.00378-.0016.001-.00041.02449-.01021.02283-.00955.00555-.0023.00224-.00095.00307-.0013.00395-.00218.00006-.00006.00631-.00389a.47764.47764,0,0,0,.04419-.02714l.0036-.00219.00095-.00059.0043-.00265,9.23042-6.70569A1.19514,1.19514,0,0,0,21.93927,12.86544ZM17.96719,3.68571,19.7774,9.25889H16.157Zm1.49319,6.51557-.73866.94647-5.448,6.98046,2.57707-7.92693ZM11.54968,20.6746h0l.00171.00419Zm-.82651-2.54592L4.5399,10.20128H8.1497ZM6.02978,3.68565,7.84335,9.25889H4.22293ZM3.04594,13.44237a.25485.25485,0,0,1-.09222-.28545l.79453-2.4383,5.82182,7.464Zm8.65862,7.45538-.00537-.0046-.00112-.001-.01044-.009-.01965-.01806.00165.00136.00219.00183a.47835.47835,0,0,0,.0426.03628l.00047.00042.002.00177Zm.29354-1.89382-1.51431-4.66471L9.14053,10.20128h5.71933Zm.30995,1.87919-.01056.00908-.00124.00112-.00531.00455-.01222.009.00207-.00172.00035-.00035a.45994.45994,0,0,0,.04243-.03617l.00171-.00141.00212-.00183Zm8.643-7.44092L14.4279,18.18114l5.82377-7.46193.79135,2.43724A.255.255,0,0,1,20.95109,13.4422Z" data-name="logo art"/>'},UV={name:"gitlab-alt",style:"monochrome",path:'<g data-name="logo art"><path class="uim-primary" d="M11.99935,21.42092h0l3.68451-11.33344H8.32017l3.67918,11.33344Z"/><path class="uim-quaternary" d="M3.1594,10.08748h0l-1.122,3.44324a.76313.76313,0,0,0,.27611.85267l9.68586,7.03747L3.1594,10.08748Z"/><path class="uim-primary" d="M3.1594,10.08748H8.32017L6.09912,3.2619a.3831.3831,0,0,0-.72685,0L3.1594,10.08748Z"/><path class="uim-quaternary" d="M20.84463,10.08748h0l1.118,3.44324a.76313.76313,0,0,1-.27611.85267l-9.68716,7.03753,8.84528-11.33344Z"/><path class="uim-primary" d="M20.84463,10.08748H15.68386l2.217-6.82558a.3831.3831,0,0,1,.72685,0l2.217,6.82558Z"/><polygon class="uim-tertiary" points="11.999 21.421 15.684 10.087 20.845 10.087 11.999 21.421"/><polygon class="uim-tertiary" points="11.999 21.421 3.159 10.087 8.32 10.087 11.999 21.421"/></g>'},$V={name:"google",style:"monochrome",path:'<path class="uim-secondary" d="M12.22182,5.97728c1.42137-0.02391,2.79488,0.51341,3.82273,1.49545l2.86819-2.86818c-1.81006-1.7-4.20788-2.63339-6.69092-2.60455C8.44087,1.99855,4.98265,4.13047,3.28544,7.5091L6.62636,10.1C7.41416,7.66784,9.66545,6.00909,12.22182,5.97728z"/><path class="uim-primary" d="M3.28547,7.50908c-1.41819,2.82599-1.41819,6.15582,0,8.98181L6.62634,13.9c-0.41812-1.23216-0.41812-2.56784,0-3.8L3.28547,7.50908z"/><path class="uim-tertiary" d="M15.60822,17.06822c-2.80401,1.79981-6.53614,0.98574-8.33595-1.81827c-0.2705-0.42143-0.48748-0.8749-0.64593-1.34995l-3.34087,2.59089C4.98265,19.86954,8.44089,22.00147,12.22185,22c2.43429,0.06602,4.8018-0.80065,6.61815-2.42269L15.60822,17.06822z"/><path class="uim-quaternary" d="M21.64001,10.18182h-9.41815v3.86816h5.38177c-0.22498,1.23639-0.94592,2.3269-1.99542,3.01819c-0.00317,0.00208-0.00647,0.0036-0.00964,0.00562c0.00317-0.00201,0.00647-0.00354,0.00964-0.00555l3.23175,2.50909l0.00006-0.00006c1.9903-1.91693,3.07397-4.5882,2.98181-7.34998C21.82239,11.54138,21.76154,10.85687,21.64001,10.18182z"/>'},WV={name:"google-drive",style:"monochrome",path:'<path class="uim-quaternary" d="M15.33353,14.88737H22L15.33353,3.33791H8.66662L15.33353,14.88737z"/><polygon class="uim-primary" points="8.667 3.338 2 14.887 5.334 20.662 12 9.113"/><polygon class="uim-tertiary" points="8.667 14.887 5.334 20.662 18.667 20.662 22 14.887"/>'},GV={name:"google-drive-alt",style:"monochrome",path:'<path class="uim-primary" d="M6.00018,19.79588L9,14.59863h12l-3.00005,5.19725H6.00018z"/><path class="uim-quaternary" d="M15.00018,14.59863H21L15.00018,4.20412H9L15.00018,14.59863z"/><path class="uim-tertiary" d="M3,14.59863l3.00018,5.19725L12,9.40138L9,4.20412L3,14.59863z"/>'},QV={name:"google-hangouts",style:"monochrome",path:'<path class="uim-tertiary" d="M9.81816,14.31321c-0.14735,0.03723-0.29679,0.06557-0.44754,0.08488c-0.10555,0.01608-0.20647-0.04926-0.235-0.15215l0.00119-0.9681c0.00566-0.095-0.0326-0.19682,0.04348-0.28061c0.03617-0.04178,0.08444-0.07126,0.13813-0.08434c0.17212-0.03148,0.33864-0.08824,0.49415-0.16845c0.27366-0.15808,0.46875-0.42339,0.53807-0.73173c0.01217-0.0501,0.0238-0.10052,0.03543-0.15084c-0.68054-0.00133-1.36101-0.00246-2.04141-0.00337c-0.05865,0.0019-0.11729-0.00415-0.17432-0.018c-0.17593-0.04679-0.30044-0.20331-0.30647-0.38526c-0.0013-1.02897-0.00079-2.05797,0.00152-3.087c-0.03306-0.15951,0.01936-0.32473,0.13835-0.436C8.07372,7.86791,8.16495,7.8316,8.26,7.83024c1.0006-0.00022,2.0012-0.0004,3.00179-0.00055c0.22983,0.00091,0.41541,0.18796,0.4145,0.4178c-0.00015,0.03713-0.00526,0.07407-0.01521,0.10983c0.0157,0.04938,0.02135,0.1014,0.01663,0.153c0.00021,1.12123,0.00652,2.2429-0.00207,3.36413c0.00164,0.71716-0.30418,1.40063-0.84,1.8773c-0.02847,0.02641-0.056,0.05391-0.08379,0.08086c-0.27656,0.22016-0.59389,0.38352-0.93376,0.48068L9.81816,14.31321z M15.35378,14.2417l-0.03815,0.01065L15.294,14.26463c-0.19323,0.05593-0.38992,0.09913-0.58881,0.12933c-0.11545,0.02968-0.23309-0.03985-0.26277-0.1553c-0.00517-0.02011-0.00741-0.04087-0.00665-0.06162c-0.00152-0.10738-0.00228-0.215-0.00315-0.32245l0.00554-0.5773c-0.00086-0.04249-0.00239-0.08466-0.00228-0.12693c0.00022-0.14781,0.05706-0.21019,0.24083-0.25214c0.23408-0.0401,0.45299-0.14268,0.6336-0.2969c0.20558-0.19699,0.33861-0.45762,0.37754-0.73967l-1.88578-0.00358c-0.06835-0.00011-0.13682,0.00087-0.20529-0.00033c-0.23124,0.00774-0.42498-0.17344-0.43273-0.40468c-0.00039-0.01171-0.00029-0.02343,0.0003-0.03514c0.00033-1.01624,0.00112-2.03249,0.00239-3.04874L13.165,8.33984c-0.03296-0.17835,0.04832-0.35842,0.20388-0.45167c0.06377-0.03948,0.13759-0.05971,0.21258-0.05825c0.994-0.00054,1.98797-0.00083,2.9819-0.00087c0.22991,0.00106,0.41543,0.18831,0.41437,0.41822c-0.00017,0.03702-0.00528,0.07385-0.01519,0.10952c0.01556,0.04938,0.02117,0.10135,0.01652,0.15291c0,1.12319-0.00011,2.24641-0.00033,3.36967c-0.01001,1.01636-0.62108,1.93027-1.55649,2.32788C15.39888,14.21725,15.3766,14.23018,15.35378,14.2417z"/><path class="uim-primary" d="M20.8656,9.05499v0.00006c-0.28845-1.62494-1.04346-3.1308-2.17291-4.33405c-1.38306-1.48407-3.24799-2.42908-5.26263-2.66675C13.26886,2.04553,13.10828,2.0274,12.94916,2H11.8147c-0.01227,0.02856-0.03857,0.01813-0.05945,0.02008c-0.29218,0.02576-0.58289,0.05902-0.87115,0.11371C8.83533,2.49634,6.99225,3.60175,5.70764,5.2384C4.62323,6.58038,3.98077,8.22516,3.86835,9.94684c-0.06384,0.84741-0.00159,1.69958,0.18475,2.52875c0.1377,0.6189,0.34723,1.21967,0.62427,1.78998c0.02448,0.04871,0.04858,0.09735,0.07349,0.14606c0.45001,0.89679,1.05353,1.70795,1.78314,2.39673c1.5592,1.47473,3.61707,2.30762,5.76306,2.33246c0.10022,0.0014,0.1275,0.02606,0.12683,0.12842c-0.00458,0.8736-0.00256,1.74725-0.00238,2.62091c0.00012,0.03387,0.00275,0.06769,0.0047,0.10986c0.02826-0.01154,0.04596-0.01801,0.06299-0.02606c1.63702-0.75793,3.1507-1.75775,4.4903-2.96594c0.26703-0.24316,0.52332-0.49731,0.76886-0.76251c0.10535-0.11334,0.20978-0.22864,0.31531-0.34186c0.16302-0.17432,0.30408-0.36908,0.45776-0.55267c0.17743-0.21167,0.33679-0.43677,0.49396-0.66321c0.34906-0.4986,0.65631-1.02521,0.91852-1.57446c0.13196-0.27887,0.25757-0.55988,0.36877-0.84753c0.00421-0.005,0.00793-0.01038,0.01105-0.01611c0.29919-0.7854,0.50092-1.60455,0.60059-2.43903c0.03607-0.29126,0.05945-0.58441,0.07422-0.87726C21.02032,10.30457,20.97906,9.67426,20.8656,9.05499z M11.67566,11.87445c0.00159,0.71716-0.3042,1.40063-0.84003,1.87732c-0.02844,0.02637-0.05597,0.05389-0.0838,0.08081c-0.27655,0.22021-0.59387,0.38354-0.93372,0.48071l0.00006-0.00006c-0.14734,0.03723-0.29681,0.06555-0.44757,0.08484c-0.10553,0.01611-0.20648-0.04926-0.23499-0.15216l0.00122-0.96808c0.00562-0.09497-0.03265-0.19684,0.04346-0.28058c0.03613-0.04181,0.08441-0.07129,0.13812-0.08435c0.17212-0.03149,0.33862-0.08826,0.49414-0.16846c0.27368-0.15808,0.46875-0.4234,0.53809-0.73175c0.01215-0.05011,0.0238-0.10052,0.0354-0.15082c-0.68054-0.00134-1.36096-0.00244-2.04138-0.00336c-0.05865,0.00189-0.11731-0.00415-0.17432-0.01801c-0.17596-0.04681-0.30048-0.20331-0.30646-0.38525C7.86255,10.42627,7.8631,9.39728,7.86542,8.36823C7.83234,8.20874,7.88477,8.04352,8.00372,7.93225C8.07373,7.86792,8.16498,7.8316,8.26001,7.83026c1.00061-0.00024,2.00116-0.00043,3.00177-0.00055c0.22986,0.00092,0.41541,0.18793,0.41449,0.41779c-0.00012,0.03711-0.00525,0.07404-0.0152,0.1098c0.01569,0.04938,0.02136,0.10144,0.01666,0.15302C11.67792,9.63153,11.6842,10.75323,11.67566,11.87445z M16.97876,11.87939c-0.01007,1.01636-0.62109,1.93024-1.55652,2.32788c-0.02338,0.00995-0.04565,0.02289-0.06848,0.03442l-0.03815,0.01062l-0.02161,0.01233c-0.19324,0.05591-0.38995,0.09912-0.58881,0.12933c-0.11548,0.02966-0.23309-0.03986-0.26276-0.15533c-0.00519-0.02008-0.00745-0.04083-0.00665-0.06158c-0.00153-0.10742-0.00232-0.21503-0.00317-0.32245l0.00555-0.57733c-0.00085-0.04248-0.00238-0.08466-0.00232-0.12695c0.00024-0.14777,0.05707-0.21014,0.24084-0.25214c0.23407-0.0401,0.453-0.14264,0.63361-0.29688c0.20557-0.19696,0.33862-0.45764,0.37756-0.73969l-1.8858-0.00354c-0.06836-0.00012-0.13684,0.00085-0.20526-0.00037c-0.23126,0.00775-0.42499-0.1734-0.43274-0.40466c-0.00043-0.01172-0.00031-0.02344,0.00031-0.03516c0.00031-1.01624,0.0011-2.03247,0.00238-3.04871l-0.00177-0.02936c-0.03296-0.17834,0.04834-0.3584,0.20392-0.45166c0.06378-0.03949,0.13757-0.05969,0.21259-0.05829c0.99396-0.00049,1.98798-0.00079,2.98187-0.00085c0.22992,0.0011,0.41547,0.18829,0.41437,0.41821c-0.00018,0.03705-0.00525,0.07385-0.0152,0.10956c0.01556,0.04938,0.02118,0.10132,0.01654,0.15289C16.97906,9.63287,16.97894,10.7561,16.97876,11.87939z"/>'},KV={name:"google-hangouts-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M12,23a1.00092,1.00092,0,0,1-1-1V20.52344a9.84232,9.84232,0,1,1,10.70508-8.52735A12.53133,12.53133,0,0,1,12.23926,22.9707.99665.99665,0,0,1,12,23Z"/><path class="uim-primary" d="M9,11.68878H9a2,2,0,0,1-2-2H7a2,2,0,0,1,2-2H9a2,2,0,0,1,2,2h0A2,2,0,0,1,9,11.68878Z"/><path class="uim-primary" d="M8.51465 14.68848a1 1 0 0 1 0-2 .501.501 0 0 0 .5-.5v-2.5a1 1 0 0 1 2 0v2.5A2.50232 2.50232 0 0 1 8.51465 14.68848zM15 11.68878h0a2 2 0 0 1-2-2h0a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2h0A2 2 0 0 1 15 11.68878z"/><path class="uim-primary" d="M14.51465,14.68848a1,1,0,0,1,0-2,.501.501,0,0,0,.5-.5v-2.5a1,1,0,0,1,2,0v2.5A2.50232,2.50232,0,0,1,14.51465,14.68848Z"/>'},JV={name:"google-play",style:"monochrome",path:'<path class="uim-tertiary" d="M14.556,12.89526l2.57251,2.554l3.78552-2.18652c0.50624-0.25316,0.83042-0.7661,0.8418-1.332c-0.02048-0.54732-0.3428-1.03813-0.83691-1.27441c-0.31446-0.16992-3.01075-1.73437-4.02247-2.32324l-0.00293-0.002L4.63867,1.25586C4.13772,0.9388,3.50485,0.91604,2.98242,1.19629C2.93255,1.23018,2.88489,1.2672,2.83972,1.30713L14.556,12.89526z"/><path class="uim-secondary" d="M20.919,10.65625c-0.29426-0.15894-2.65741-1.52954-3.791-2.18872l-2.59662,2.57788L2.78534,22.69849c0.04799,0.04372,0.09918,0.08379,0.15314,0.11987C3.1474,22.93802,3.38424,23.00034,3.625,22.999c0.29224-0.00365,0.57843-0.08378,0.83008-0.23242C4.84375,22.541,16.89355,15.585,16.89355,15.585l4.02051-2.32226c0.50624-0.25316,0.83042-0.7661,0.8418-1.332C21.73542,11.38341,21.41312,10.89256,20.919,10.65625z"/><path class="uim-quaternary" d="M13.60992,11.95953L2.84143,1.30884C2.45599,1.60718,2.22437,2.06616,2.24414,2.56055V21.5459c-0.01294,0.45239,0.19653,0.87122,0.54291,1.15094L13.60992,11.95953z"/><path class="uim-primary" d="M20.919,10.65625c-0.74429-0.40077-3.37006-1.94385-3.791-2.18872l-2.59656,2.57788l-0.92145,0.91406l0.94611,0.93579l2.57251,2.554l3.78552-2.18652c0.50624-0.25316,0.83042-0.7661,0.8418-1.332C21.73548,11.38339,21.41315,10.89254,20.919,10.65625z"/>'},XV={name:"graph-bar",style:"monochrome",path:'<path class="uim-quaternary" d="M6,23H2a.99974.99974,0,0,1-1-1V14a.99974.99974,0,0,1,1-1H6a.99974.99974,0,0,1,1,1v8A.99974.99974,0,0,1,6,23Z"/><path class="uim-primary" d="M14,23H10a.99974.99974,0,0,1-1-1V2a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,14,23Z"/><path class="uim-tertiary" d="M22,23H18a.99974.99974,0,0,1-1-1V10a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,22,23Z"/>'},YV={name:"grid",style:"monochrome",path:'<path class="uim-primary" d="M22,6H2V3c0-0.55228,0.44772-1,1-1h18c0.55228,0,1,0.44772,1,1V6z"/><rect width="9" height="6" x="2" y="8" class="uim-tertiary"/><path class="uim-tertiary" d="M2,16h9l0,0v6l0,0H3c-0.55228,0-1-0.44772-1-1V16L2,16z"/><rect width="9" height="6" x="13" y="8" class="uim-tertiary"/><path class="uim-tertiary" d="M21,22h-8l0,0v-6l0,0h9l0,0v5C22,21.55228,21.55228,22,21,22z"/><polygon class="uim-quaternary" points="22 8 22 6 2 6 2 8 11 8 11 14 2 14 2 16 11 16 11 22 13 22 13 16 22 16 22 14 13 14 13 8"/>'},eC={name:"grids",style:"monochrome",path:'<path class="uim-tertiary" d="M23,21V3a.99974.99974,0,0,0-1-1H17V22h5A.99974.99974,0,0,0,23,21Z"/><path class="uim-primary" d="M1,3V21a.99974.99974,0,0,0,1,1H7V2H2A.99974.99974,0,0,0,1,3Z"/><rect width="6" height="20" x="9" y="2" class="uim-tertiary"/><rect width="2" height="20" x="7" y="2" class="uim-quaternary"/><rect width="2" height="20" x="15" y="2" class="uim-quaternary"/>'},tC={name:"grip-horizontal-line",style:"monochrome",path:'<path class="uim-primary" d="M21 11H3A1 1 0 0 1 3 9H21a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},nC={name:"head-side",style:"monochrome",path:'<path class="uim-tertiary" d="M18.5,22h-9a.99974.99974,0,0,1-1-1V19h-1a2.00229,2.00229,0,0,1-2-2V15h-1a.99944.99944,0,0,1-.9043-1.42627L5.5,9.53027V9.5A7.44044,7.44044,0,0,1,7.77734,4.11719a7.36485,7.36485,0,0,1,5.45313-2.11377A7.698,7.698,0,0,1,20.5,9.77246V10a1.03147,1.03147,0,0,1-.0332.25635l-1.92969,7.26611.92383,3.2002A1.00064,1.00064,0,0,1,18.5,22Z"/>'},aC={name:"head-side-cough",style:"monochrome",path:'<circle cx="6" cy="16.999" r="1" class="uim-primary"/><circle cx="2" cy="18" r="1" class="uim-primary"/><circle cx="5" cy="21" r="1" class="uim-primary"/><path class="uim-tertiary" d="M21.12988,21H12.667a.99974.99974,0,0,1-1-1V18H10.7998a1.9355,1.9355,0,0,1-1.93359-1.93359V14.2666H8a.99943.99943,0,0,1-.9043-1.42627L8.86621,9.082V9.06641a7.06726,7.06726,0,0,1,7.28418-7.063A7.25231,7.25231,0,0,1,23,9.32129V9.5332a1.03147,1.03147,0,0,1-.0332.25635l-1.7959,6.76758.91894,3.16357a.9994.9994,0,0,1-.96,1.2793Z"/>'},rC={name:"head-side-mask",style:"monochrome",path:'<path class="uim-primary" d="M20.47638,9.287,12.3374,12H4.5a.99984.99984,0,0,0-.9375,1.34814l1.44727,3.89454c.01269.03418.02734.06689.043.09912A2.9843,2.9843,0,0,0,7.73633,19h4.76056l.00311.00049a.9992.9992,0,0,0,.31934-.05274l5.86456-1.978.61578-2.31861L13.5,16.60724V13.72089l6.634-2.21137.33283-1.25317A1.03147,1.03147,0,0,0,20.5,10V9.77246C20.5,9.60883,20.48633,9.44836,20.47638,9.287Z"/><path class="uim-tertiary" d="M3.50769 12.89374c-.0011.01007.00061.01965-.00018.02972C3.5083 12.91357 3.50665 12.90363 3.50769 12.89374zM3.67871 12.4292A1.00115 1.00115 0 0 1 4.5 12h7.8374l8.139-2.713a7.67589 7.67589 0 0 0-7.24591-7.28357A7.35892 7.35892 0 0 0 7.77734 4.11719 7.44119 7.44119 0 0 0 5.5 9.46533L3.64844 12.47607c-.0055.00892-.00458.02-.00977.02906C3.653 12.48016 3.66217 12.45306 3.67871 12.4292z"/><polygon class="uim-tertiary" points="13.5 13.721 13.5 16.607 19.3 14.651 20.467 10.256 20.134 11.51 13.5 13.721"/><path class="uim-tertiary" d="M18.53711,17.52246l.20032-.75427-.05353.20154-5.86456,1.978a.9992.9992,0,0,1-.31934.05274L12.49689,19H8.5v2a.99974.99974,0,0,0,1,1h9a1.00064,1.00064,0,0,0,.96094-1.27734Z"/>'},iC={name:"hipchat",style:"monochrome",path:'<path class="uim-quaternary" d="M17.54394,19.98523a.19245.19245,0,0,1,.048.11575c0,.05792-.05486.09766-.124.09766a7.539,7.539,0,0,1-2.85707-1.51717.5382.5382,0,0,0-.48788-.08,9.97923,9.97923,0,0,1-2.12262.227c-4.597,0-8.32376-3.07675-8.32376-6.87329,0-3.79466,3.72678-6.87094,8.32376-6.87094,4.59651,0,8.32306,3.07628,8.32306,6.87094a6.566,6.566,0,0,1-3.374,5.52619.54616.54616,0,0,0-.28254.43787,4.66712,4.66712,0,0,0,.877,2.066Z"/><path class="uim-primary" d="M17.46157,13.86872a.39923.39923,0,0,0-.39822-.39751.3916.3916,0,0,0-.26373.10079,7.32068,7.32068,0,0,1-4.79543,1.71115h-.00838A7.62253,7.62253,0,0,1,7.2003,13.57223a.49736.49736,0,0,0-.272-.093.40506.40506,0,0,0-.38976.44023.93193.93193,0,0,0,.22713.48051,6.44474,6.44474,0,0,0,5.21261,2.40759h.04342a6.445,6.445,0,0,0,5.21253-2.40759,1.09023,1.09023,0,0,0,.22729-.53122"/><path class="uim-primary" d="M17.54394,19.98523a.19245.19245,0,0,1,.048.11575c0,.05792-.05486.09766-.124.09766a7.539,7.539,0,0,1-2.85707-1.51717.5382.5382,0,0,0-.48788-.08,9.97923,9.97923,0,0,1-2.12262.227c-4.597,0-8.32376-3.07675-8.32376-6.87329,0-3.79466,3.72678-6.87094,8.32376-6.87094,4.59651,0,8.32306,3.07628,8.32306,6.87094a6.566,6.566,0,0,1-3.374,5.52619.54616.54616,0,0,0-.28254.43787,4.66712,4.66712,0,0,0,.877,2.066Zm2.67625.83868a3.67217,3.67217,0,0,1-1.68387-2.01516.369.369,0,0,1,.13417-.43945A8.14387,8.14387,0,0,0,22,11.941c0-4.76462-4.47714-8.627-9.99957-8.627C6.47738,3.3141,2,7.1764,2,11.94094c0,4.76682,4.47738,8.6299,10.00043,8.6299a11.56679,11.56679,0,0,0,2.10342-.19139.565.565,0,0,1,.41264.07642A10.75753,10.75753,0,0,0,19.71037,22a.70326.70326,0,0,0,.79715-.69769.54026.54026,0,0,0-.28733-.4784Z"/>'},lC={name:"history",style:"monochrome",path:'<path class="uim-primary" d="M12,2A10.0165,10.0165,0,0,0,5.0061,4.87183V3a1,1,0,0,0-2,0V7.5a.99974.99974,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.21844A7.97907,7.97907,0,1,1,4,12a1,1,0,0,0-2,0A10,10,0,1,0,12,2Z"/><path class="uim-primary" d="M14,13H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z"/><path class="uim-tertiary" d="M12,4A8.00807,8.00807,0,0,0,6.21844,6.5H8.5061a1,1,0,0,1,0,2h-4.5a.98918.98918,0,0,1-.9776-.889A9.92176,9.92176,0,0,0,2,12a1,1,0,0,1,2,0,8,8,0,1,0,8-8Zm2,9H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z"/>'},oC={name:"history-alt",style:"monochrome",path:'<path class="uim-primary" d="M12,2A10.01687,10.01687,0,0,0,5,4.87714V3A1,1,0,0,0,3,3V7.5a.99974.99974,0,0,0,1,1H8.5a1,1,0,0,0,0-2H6.21844A7.99161,7.99161,0,1,1,12,20a1,1,0,0,0,0,2A10,10,0,0,0,12,2Z"/><path class="uim-primary" d="M14,13H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z"/><path class="uim-tertiary" d="M12,4A8.00807,8.00807,0,0,0,6.21844,6.5H8.5a1,1,0,0,1,0,2H4a.98882.98882,0,0,1-.97583-.88013A9.977,9.977,0,0,0,12,22a1,1,0,0,1,0-2A8,8,0,0,0,12,4Zm2,9H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z"/>'},cC={name:"horizontal-align-left",style:"monochrome",path:'<path class="uim-tertiary" d="M16,10H4V6h11c0.55229,0,1,0.44772,1,1V10z"/><path class="uim-primary" d="M21,18H4v-8h17c0.55228,0,1,0.44771,1,1v6C22,17.55228,21.55228,18,21,18z"/><path class="uim-quaternary" d="M3,22c-0.55197,0.00031-0.99969-0.44689-1-0.99886C2,21.00076,2,21.00038,2,21V3c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v18c0.00031,0.55197-0.44689,0.99969-0.99886,1C3.00076,22,3.00038,22,3,22z"/>'},uC={name:"hospital",style:"monochrome",path:'<path class="uim-tertiary" d="M12.5 14.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM12.5 18.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM7.5 14.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM7.5 18.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM17.5 14.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM17.5 18.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M13.5,7H13V6.5a1,1,0,0,0-2,0V7h-.5a1,1,0,0,0,0,2H11v.5a1,1,0,0,0,2,0V9h.5a1,1,0,0,0,0-2Z"/><path class="uim-quaternary" d="M21.5,6.5h-3v-4a.99974.99974,0,0,0-1-1H6.5a.99974.99974,0,0,0-1,1v4h-3a.99974.99974,0,0,0-1,1v14a.99974.99974,0,0,0,1,1h19a.99974.99974,0,0,0,1-1V7.5A.99974.99974,0,0,0,21.5,6.5Zm-14,12h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm0-4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm5,4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm0-4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm1-5.5H13v.5a1,1,0,0,1-2,0V9h-.5a1,1,0,0,1,0-2H11V6.5a1,1,0,0,1,2,0V7h.5a1,1,0,0,1,0,2Zm4,9.5h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm0-4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Z"/>'},sC={name:"hospital-square-sign",style:"monochrome",path:'<path class="uim-primary" d="M15,6a.99974.99974,0,0,0-1,1v4H10V7A1,1,0,0,0,8,7V17a1,1,0,0,0,2,0V13h4v4a1,1,0,0,0,2,0V7A.99974.99974,0,0,0,15,6Z"/><path class="uim-tertiary" d="M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2ZM16,17a1,1,0,0,1-2,0V13H10v4a1,1,0,0,1-2,0V7a1,1,0,0,1,2,0v4h4V7a1,1,0,0,1,2,0Z"/>'},hC={name:"hospital-symbol",style:"monochrome",path:'<path class="uim-primary" d="M15,7a.99974.99974,0,0,0-1,1v3H10V8A1,1,0,0,0,8,8v8a1,1,0,0,0,2,0V13h4v3a1,1,0,0,0,2,0V8A.99974.99974,0,0,0,15,7Z"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm4,14a1,1,0,0,1-2,0V13H10v3a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0v3h4V8a1,1,0,0,1,2,0Z"/>'},dC={name:"house-user",style:"monochrome",path:'<path class="uim-tertiary" d="M12,18a3.5,3.5,0,1,1,3.5-3.5A3.50424,3.50424,0,0,1,12,18Z"/><path class="uim-primary" d="M14.64026,16.77179a3.452,3.452,0,0,1-5.28052,0A4.98821,4.98821,0,0,0,7,21a.99974.99974,0,0,0,1,1h8a.99974.99974,0,0,0,1-1A4.98821,4.98821,0,0,0,14.64026,16.77179Z"/><path class="uim-tertiary" d="M21,12a.99554.99554,0,0,1-.66406-.25244L12,4.33789,3.66406,11.74756a.99991.99991,0,0,1-1.32812-1.49512l9-8a.99893.99893,0,0,1,1.32812,0l9,8A1,1,0,0,1,21,12Z"/><path class="uim-quaternary" d="M12,4.33789,4,11.449V21a.99974.99974,0,0,0,1,1H8a.99974.99974,0,0,1-1-1,4.98821,4.98821,0,0,1,2.35974-4.22821l.00006.00006A3.46882,3.46882,0,0,1,8.5,14.5a3.5,3.5,0,0,1,7,0,3.46882,3.46882,0,0,1-.8598,2.27185l.00006-.00006A4.98821,4.98821,0,0,1,17,21a.99974.99974,0,0,1-1,1h3a.99974.99974,0,0,0,1-1V11.449Z"/>'},pC={name:"html3",style:"monochrome",path:'<polygon class="uim-tertiary" points="17.476 6.123 16.942 12.117 16.944 12.15 16.942 12.224 16.942 12.223 16.562 16.415 16.521 16.787 12 18.037 12 18.038 11.996 18.041 7.484 16.783 7.178 13.318 9.391 13.318 9.548 15.08 12.001 15.745 12 15.746 14.461 15.071 14.722 12.202 9.576 12.202 9.532 11.717 9.431 10.581 9.379 9.97 14.917 9.97 15.119 7.739 6.682 7.739 6.638 7.254 6.538 6.117 6.485 5.507 17.529 5.507"/><path class="uim-primary" d="M3.19501,2L4.797,19.99402L11.98901,22l7.21198-2.013L20.80499,2H3.19501z M17.47601,6.12299l-0.534,5.99402l0.00201,0.03302L16.94202,12.224v-0.00098l-0.38,4.19196L16.521,16.78699l-4.521,1.25v0.00104l-0.00403,0.00299l-4.51196-1.258l-0.30603-3.46503h2.21301l0.15698,1.76202l2.453,0.66498L12,15.74597l2.461-0.67499l0.26099-2.86896h-5.146l-0.04401-0.48505l-0.10095-1.13599l-0.052-0.61102h5.53796l0.20203-2.23096H6.68201L6.638,7.25403L6.53802,6.117L6.48499,5.50702h11.04401L17.47601,6.12299z"/>'},fC={name:"html3-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M11.99023,22a1.00125,1.00125,0,0,1-.26855-.03711L5.249,20.1582a1.00024,1.00024,0,0,1-.72754-.874L3.0791,3.08887A.99964.99964,0,0,1,4.0752,2H19.9248a.99964.99964,0,0,1,.9961,1.08887L19.47754,19.27734a.999.999,0,0,1-.72754.874l-6.49121,1.81152A1.00132,1.00132,0,0,1,11.99023,22Z"/><path class="uim-primary" d="M16.77734,6.3252A.99981.99981,0,0,0,16.04,6H7.96a1,1,0,1,0,0,2h6.98731l-.17749,2H10a1,1,0,0,0,0,2h4.59229l-.26417,2.97656L12,15.50488l-2.32812-.52929-.09571-1.06446a1.00005,1.00005,0,0,0-1.99219.17774l.16016,1.79a1.00141,1.00141,0,0,0,.77441.88671l3.25977.74024a1.0188,1.0188,0,0,0,.44336,0l3.25977-.74024a1.00126,1.00126,0,0,0,.77441-.88671l.78027-8.79A1.001,1.001,0,0,0,16.77734,6.3252Z"/>'},mC={name:"html5",style:"monochrome",path:'<path class="uim-primary" d="M3.18249,2,4.78741,20.00071,11.98921,22l7.22171-2.00206L20.81751,2ZM17.32508,7.88728H8.87682L9.07861,10.148h8.04556l-.6059,6.778L12,18.17825v.0004l-.01015.00276L7.46747,16.92607l-.30926-3.46645h2.2162l.15718,1.76075,2.45873.66389.002-.00053v-.00015l2.46231-.6646.25632-2.86324H7.05953L6.46408,5.67957H17.52272Z"/><path class="uim-quaternary" d="M17.32508,7.88728H8.87682L9.07861,10.148h8.04556l-.6059,6.778L12,18.17825v.0004l-.01015.00276L7.46747,16.92607l-.30926-3.46645h2.2162l.15718,1.76075,2.45873.66389.002-.00053v-.00015l2.46231-.6646.25632-2.86324H7.05953L6.46408,5.67957H17.52272Z"/>'},vC={name:"html5-alt",style:"monochrome",path:'<path class="uim-primary" d="M21.46777,2.3252A1.00007,1.00007,0,0,0,20.73,2H3.27a1.00039,1.00039,0,0,0-.99609,1.08887l1.52,17a.99944.99944,0,0,0,.72851.87451l7.2002,2A.99628.99628,0,0,0,11.99023,23a1.01206,1.01206,0,0,0,.26709-.03613l7.21973-2a1.00055,1.00055,0,0,0,.729-.875l1.52-17A1,1,0,0,0,21.46777,2.3252Z"/><path class="uim-quaternary" d="M7.81982,13h6.895l-.32714,3.271-2.56788.917L8.65625,16.05811a1.00017,1.00017,0,1,0-.67285,1.88378l3.5,1.25a1.00291,1.00291,0,0,0,.67285,0l3.5-1.25a1.00044,1.00044,0,0,0,.65869-.84228l.5-5A1.00064,1.00064,0,0,0,15.81982,11H8.72461L8.4248,8h7.895a1,1,0,0,0,0-2h-9a1.00064,1.00064,0,0,0-.99511,1.09961l.5,5A1.00012,1.00012,0,0,0,7.81982,13Z"/>'},AC={name:"image-v",style:"monochrome",path:'<path class="uim-tertiary" d="M19,2H5C3.34515,2.00483,2.00483,3.34515,2,5v8.86l3.88-3.88c1.18747-1.13,3.05253-1.13,4.24,0l2.87139,2.887l0.88752-0.88751c1.17344-1.16662,3.06874-1.16662,4.24218,0L22,15.8584V5C21.99517,3.34515,20.65485,2.00483,19,2z"/><path class="uim-primary" d="M10.12,9.98c-1.18747-1.13-3.05253-1.13-4.24,0L2,13.86V19c0.00484,1.65484,1.34516,2.99516,3,3h14c0.81512-0.00034,1.59497-0.3325,2.16-0.92L10.12,9.98z"/><path class="uim-quaternary" d="M22,15.8584l-3.87891-3.87891c-1.17345-1.1666-3.06873-1.1666-4.24218,0L12.99139,12.867l8.16425,8.20856C21.69776,20.5208,22.00089,19.77567,22,19V15.8584z"/>'},yC={name:"instagram",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-primary" d="M12.00039,6.86511A5.13489,5.13489,0,1,0,17.13528,12,5.13479,5.13479,0,0,0,12.00039,6.86511Zm0,8.46846A3.3336,3.3336,0,1,1,15.334,12,3.33317,3.33317,0,0,1,12.00039,15.33357Z"/><path class="uim-primary" d="M21.93985,7.87719a7.33258,7.33258,0,0,0-.46447-2.42726,4.918,4.918,0,0,0-1.15346-1.77146A4.89358,4.89358,0,0,0,18.55129,2.525,7.32278,7.32278,0,0,0,16.124,2.06054C15.05775,2.012,14.7169,2,12.00122,2s-3.05681.01126-4.12365.06054A7.33317,7.33317,0,0,0,5.45032,2.525,4.90522,4.90522,0,0,0,3.67886,3.67847a4.88551,4.88551,0,0,0-1.1534,1.77146A7.33341,7.33341,0,0,0,2.061,7.87719C2.01171,8.94341,2.00039,9.28432,2.00039,12s.01132,3.05653.06059,4.12276a7.33352,7.33352,0,0,0,.46448,2.42731,4.888,4.888,0,0,0,1.1534,1.77146,4.9169,4.9169,0,0,0,1.77146,1.1534,7.33849,7.33849,0,0,0,2.42725.46448C8.94441,21.9879,9.28471,22,12.00039,22s3.05658-.01132,4.12281-.06059a7.33339,7.33339,0,0,0,2.42726-.46448,5.11251,5.11251,0,0,0,2.92492-2.92486,7.316,7.316,0,0,0,.46447-2.42731c.0485-1.067.05976-1.40708.05976-4.12276S21.98835,8.94341,21.93985,7.87719Zm-1.799,8.16406a5.54872,5.54872,0,0,1-.344,1.85708,3.31133,3.31133,0,0,1-1.89825,1.89741,5.52231,5.52231,0,0,1-1.85708.344c-1.05408.04844-1.37068.05815-4.04119.05815s-2.98623-.00971-4.04-.05815a5.5263,5.5263,0,0,1-1.85708-.344,3.10771,3.10771,0,0,1-1.15024-.748,3.085,3.085,0,0,1-.748-1.1494,5.52134,5.52134,0,0,1-.344-1.85708c-.0485-1.05408-.05815-1.37068-.05815-4.04119s.01049-2.98623.05815-4.0412a5.56308,5.56308,0,0,1,.344-1.857,3.1074,3.1074,0,0,1,.748-1.15024,3.08175,3.08175,0,0,1,1.15024-.748,5.52271,5.52271,0,0,1,1.85708-.344c1.05407-.04849,1.37068-.05815,4.04-.05815s2.98623.01049,4.04119.05815a5.5635,5.5635,0,0,1,1.85708.344,3.30957,3.30957,0,0,1,1.89825,1.89825,5.52254,5.52254,0,0,1,.344,1.857c.04849,1.055.05815,1.37074.05815,4.0412S20.18936,14.98628,20.14087,16.04125Z"/><path class="uim-primary" d="M17.339,5.462h-.00044a1.19979,1.19979,0,1,0,.00044,0Z"/></g>'},MC={name:"instagram-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M20.93633,7.56378C20.9285,6.86754,20.80075,6.17785,20.55868,5.525c-0.17592-0.47693-0.45653-0.90836-0.82117-1.26255c-0.35413-0.36469-0.78556-0.64529-1.26251-0.82113c-0.65302-0.24142-1.34258-0.36915-2.03874-0.37765C15.278,3.01176,14.93137,3,11.99973,3C9.06918,3,8.72146,3.01071,7.56378,3.06367C6.86754,3.0715,6.17785,3.19925,5.525,3.44132C5.04789,3.6169,4.61639,3.89755,4.26245,4.26249C3.89838,4.61735,3.61788,5.0488,3.44128,5.52554C3.1999,6.17858,3.07217,6.86815,3.06363,7.56432C3.01176,8.7225,3,9.06918,3,12.00077s0.01071,3.27881,0.06422,4.436c0.00784,0.69624,0.13559,1.38593,0.37765,2.03879c0.17551,0.47694,0.45616,0.90823,0.82113,1.26189c0.35439,0.3644,0.78576,0.64497,1.26255,0.82117c0.65282,0.24212,1.3425,0.36989,2.03873,0.37771C8.72146,20.98984,9.06918,21,11.99973,21c2.93164,0,3.27936-0.01071,4.43649-0.06367c0.69624-0.00782,1.38591-0.13559,2.03874-0.37771c0.95745-0.36916,1.71428-1.12577,2.08372-2.08311c0.2415-0.65301,0.36924-1.3426,0.37765-2.03879C20.98933,15.27854,21,14.93082,21,12.00027C21,9.06863,20.98929,8.722,20.93633,7.56378z"/><path class="uim-primary" d="M17.79315,7.6178c-0.24975-0.64829-0.76212-1.16065-1.4104-1.4104c-0.442-0.16326-0.90867-0.24971-1.37982-0.25562c-0.78381-0.03564-1.01935-0.04333-3.00262-0.04333s-2.21857,0.0072-3.00177,0.04321c-0.4712,0.00529-0.93795,0.09176-1.37977,0.25562c-0.64831,0.24973-1.1607,0.7621-1.41046,1.4104c-0.16319,0.442-0.24962,0.90864-0.25555,1.37976c-0.03546,0.78387-0.04321,1.01849-0.04321,3.00268s0.0072,2.21942,0.04321,3.00263c0.00531,0.4712,0.09175,0.93797,0.25555,1.37982c0.2501,0.64794,0.7624,1.16,1.41046,1.40979c0.44186,0.16372,0.90859,0.25018,1.37977,0.25561v0.00013c0.78295,0.036,1.01757,0.04321,3.00177,0.04321s2.21942-0.0072,3.00262-0.04321c0.47121-0.00535,0.93797-0.09182,1.37982-0.25562c0.64804-0.24981,1.16031-0.76186,1.4104-1.40979c0.16342-0.44196,0.24988-0.90865,0.25562-1.37982c0.036-0.78388,0.04321-1.01843,0.04321-3.00263s-0.0072-2.21881-0.04321-3.00268C18.04342,8.52637,17.95695,8.05963,17.79315,7.6178z M12.00031,15.81525c-2.10705,0.00006-3.8152-1.708-3.81525-3.81505c0-0.00007,0-0.00013,0-0.0002h0.00006c0.00002-2.10709,1.70816-3.81521,3.81525-3.81519c2.10709,0.00002,3.81521,1.70816,3.81519,3.81525C15.81554,14.10715,14.1074,15.81527,12.00031,15.81525z M15.96631,8.92542c-0.49242-0.00181-0.89014-0.40246-0.88833-0.89488c0.0018-0.49,0.39869-0.88673,0.88869-0.88833H15.967c0.49242-0.00146,0.89279,0.39653,0.89426,0.88895c0.00146,0.49242-0.39653,0.89279-0.88895,0.89426c-0.00201,0.00001-0.00402,0-0.00603,0H15.96631z"/><path class="uim-primary" d="M12.00031,9.52307c-1.36795-0.00002-2.47692,1.10891-2.47694,2.47686s1.10891,2.47692,2.47686,2.47694s2.47692-1.10891,2.47694-2.47686c0,0,0-0.00001,0-0.00001c0.00017-1.3678-1.10853-2.47676-2.47633-2.47693C12.00066,9.52307,12.00049,9.52307,12.00031,9.52307z"/><path class="uim-primary" d="M21.92926,7.07086c-0.00871-0.77359-0.15066-1.53989-0.41962-2.26526c-0.19547-0.52993-0.50725-1.00929-0.91241-1.40283c-0.39348-0.40523-0.87286-0.71702-1.40283-0.91241c-0.72557-0.26825-1.49175-0.41017-2.26526-0.41962C15.64221,2.01306,15.25708,2,11.99969,2C8.74353,2,8.35718,2.0119,7.07086,2.07074C6.29727,2.07945,5.53097,2.2214,4.8056,2.49036C4.27548,2.68544,3.79604,2.99728,3.40277,3.40277C2.99825,3.79705,2.68658,4.27644,2.49036,4.80615c-0.26822,0.7256-0.41014,1.49179-0.41962,2.26532C2.01306,8.35834,2,8.74353,2,12.00085s0.0119,3.64313,0.07135,4.92884c0.00873,0.7736,0.15069,1.53992,0.41965,2.26531c0.19502,0.52995,0.50687,1.0092,0.91241,1.40216c0.39377,0.40488,0.87306,0.71662,1.40283,0.91241c0.72536,0.26902,1.49167,0.41099,2.26526,0.41968C8.35718,21.98871,8.74353,22,11.99969,22c3.25739,0,3.64374-0.0119,4.92945-0.07074c0.77359-0.00868,1.5399-0.15066,2.26526-0.41968c1.06383-0.41018,1.90476-1.25086,2.31524-2.31458c0.26835-0.72556,0.41028-1.49178,0.41962-2.26532C21.9881,15.64282,22,15.25647,22,12.00031C22,8.74292,21.9881,8.35779,21.92926,7.07086z M19.38538,15.06323c-0.0119,0.6164-0.1286,1.22628-0.3451,1.80353c-0.386,0.99815-1.17506,1.78723-2.17321,2.17324c-0.57731,0.21621-1.18712,0.33289-1.80347,0.34509c-0.79224,0.03662-1.04553,0.045-3.06329,0.045s-2.27063-0.009-3.0633-0.045C8.32067,19.37282,7.71087,19.25614,7.13354,19.04c-0.99818-0.38596-1.78725-1.17504-2.17321-2.17322c-0.21621-0.57733-0.3329-1.18716-0.3451-1.80353c-0.03662-0.79217-0.045-1.04547-0.045-3.06323s0.00842-2.27106,0.045-3.06329c0.01221-0.61635,0.12889-1.22616,0.3451-1.80347C5.34623,6.13504,6.13532,5.34592,7.13354,4.96C7.71085,4.74378,8.32065,4.62708,8.937,4.61487h0.00031c0.79266-0.03656,1.04638-0.045,3.06384-0.045s2.27069,0.00878,3.063,0.045c0.61639,0.01206,1.22624,0.12877,1.80353,0.34513c0.99786,0.38624,1.78665,1.17525,2.1726,2.17322c0.21625,0.5773,0.33294,1.18712,0.3451,1.80347c0.036,0.79223,0.04443,1.04553,0.04443,3.06329S19.42139,14.27045,19.38538,15.06323z"/>'},HC={name:"intercom",style:"monochrome",path:'<path class="uim-tertiary" d="M19.33336,12.99594c-0.00401,0.3682-0.30575,0.66343-0.67395,0.65941C18.29688,13.6514,18.00395,13.35847,18,12.99594V7c0.00401-0.3682,0.30575-0.66343,0.67395-0.65941C19.03648,6.34454,19.32941,6.63747,19.33336,7V12.99594z M19.1007,17.16883c-2.05712,1.49713-4.55834,2.25818-7.1007,2.16054c-2.54233,0.09763-5.0435-0.66345-7.10055-2.16062c-0.27992-0.23921-0.31292-0.66004-0.07371-0.93996s0.66004-0.31292,0.93996-0.07371c1.82274,1.27506,4.01139,1.92132,6.23438,1.84086c2.22344,0.09006,4.41441-0.55657,6.23265-1.83946c0.27955-0.23969,0.70048-0.20738,0.94017,0.07218c0.23969,0.27955,0.20738,0.70048-0.07217,0.94017H19.1007z M4.66664,7c0.00403-0.3682,0.30577-0.66342,0.67397-0.65939C5.70313,6.34458,5.99604,6.63749,6,7v5.99594c-0.00404,0.3682-0.3058,0.66341-0.67399,0.65937c-0.3625-0.00398-0.65539-0.29687-0.65937-0.65937C4.66664,12.99594,4.66664,7,4.66664,7z M8.00008,5.66664c0.00571-0.36818,0.3088-0.66201,0.67698-0.6563c0.36013,0.00559,0.65071,0.29617,0.6563,0.6563V14.573c-0.00571,0.36817-0.3088,0.66201-0.67698,0.6563c-0.36013-0.00558-0.65071-0.29618-0.6563-0.6563V5.66664z M11.33336,5.3293c-0.00005-0.36813,0.29834-0.66659,0.66646-0.66664c0.00001,0,0.00001,0,0.00002,0H12c0.36813-0.00009,0.66663,0.29827,0.66672,0.6664v0v9.66688c-0.00404,0.3682-0.3058,0.66341-0.67399,0.65937c-0.3625-0.00398-0.65539-0.29687-0.65937-0.65937C11.33336,14.99594,11.33336,5.3293,11.33336,5.3293z M14.66672,5.66664c0.00571-0.36818,0.3088-0.66201,0.67698-0.6563C15.70382,5.01592,15.99441,5.30651,16,5.66664V14.573c-0.00571,0.36817-0.3088,0.66201-0.67698,0.6563c-0.36013-0.00558-0.65071-0.29618-0.6563-0.6563V5.66664z"/><path class="uim-primary" d="M19.5,2h-15C3.11926,2,2,3.11926,2,4.5v15C2,20.88074,3.11926,22,4.5,22h15c1.38074,0,2.5-1.11926,2.5-2.5v-15C22,3.11926,20.88074,2,19.5,2z M14.66675,5.66663c0.00568-0.36816,0.30878-0.66199,0.67694-0.65631C15.7038,5.01593,15.99438,5.30652,16,5.66663V14.573c-0.00574,0.36816-0.30878,0.66199-0.677,0.65631c-0.36011-0.00562-0.6507-0.2962-0.65625-0.65631V5.66663z M11.33337,5.32928c-0.00006-0.3681,0.29834-0.66656,0.66644-0.66663H12c0.3681-0.00006,0.66663,0.29828,0.66675,0.66638v9.66687c-0.00409,0.36823-0.30585,0.66345-0.67401,0.65942c-0.36249-0.00403-0.6554-0.29688-0.65936-0.65942V5.32928z M8.00006,5.66663c0.00574-0.36816,0.30884-0.66199,0.677-0.65631c0.36011,0.00562,0.6507,0.2962,0.65631,0.65631V14.573c-0.00574,0.36816-0.30884,0.66199-0.677,0.65631c-0.36011-0.00562-0.6507-0.2962-0.65631-0.65631V5.66663z M4.66663,7c0.00403-0.36823,0.30579-0.66339,0.67401-0.65936C5.70312,6.3446,5.99603,6.63751,6,7v5.99591c-0.00403,0.36823-0.30579,0.66345-0.67401,0.65942c-0.36249-0.00403-0.6554-0.29688-0.65936-0.65942V7z M19.10071,17.16882C17.04358,18.66595,14.54236,19.427,12,19.32935c-2.5423,0.09766-5.04352-0.66345-7.10052-2.16058c-0.27997-0.2392-0.31293-0.66003-0.07373-0.94c0.2392-0.27991,0.66003-0.31287,0.93994-0.07367c1.82275,1.27502,4.01141,1.92133,6.23438,1.84082c2.22345,0.09009,4.41443-0.55652,6.23267-1.83942c0.27954-0.23969,0.7005-0.2074,0.94019,0.07214S19.38031,16.92914,19.10071,17.16882z M19.33337,12.99591c-0.00403,0.36823-0.30579,0.66345-0.67395,0.65942C18.29688,13.65137,18.00397,13.35846,18,12.99591V7c0.00403-0.36823,0.30573-0.66345,0.67395-0.65942C19.0365,6.34454,19.32941,6.63745,19.33337,7V12.99591z"/>'},gC={name:"intercom-alt",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-tertiary" d="M20,23H4a3.00328,3.00328,0,0,1-3-3V4A3.00328,3.00328,0,0,1,4,1H20a3.00328,3.00328,0,0,1,3,3V20A3.00328,3.00328,0,0,1,20,23Z"/><path class="uim-primary" d="M12 19a10.79981 10.79981 0 0 1-6.64355-2.06055 1.00017 1.00017 0 0 1 1.2871-1.53125A8.987 8.987 0 0 0 12 17a8.99529 8.99529 0 0 0 5.36133-1.59473.9998.9998 0 0 1 1.28125 1.53516A10.795 10.795 0 0 1 12 19zM6 13a.99943.99943 0 0 1-1-1V8A1 1 0 0 1 7 8v4A.99943.99943 0 0 1 6 13zM10 15a.99943.99943 0 0 1-1-1V6a1 1 0 0 1 2 0v8A.99943.99943 0 0 1 10 15zM14 15a.99943.99943 0 0 1-1-1V6a1 1 0 0 1 2 0v8A.99943.99943 0 0 1 14 15zM18 13a.99943.99943 0 0 1-1-1V8a1 1 0 0 1 2 0v4A.99943.99943 0 0 1 18 13z"/></g>'},ZC={name:"java-script",style:"monochrome",path:'<path class="uim-primary" d="M11.18114,2.21337a1.67718,1.67718,0,0,1,1.6373,0q3.73908,2.11278,7.47852,4.2242a1.53948,1.53948,0,0,1,.77755,1.32588v8.47418a1.5562,1.5562,0,0,1-.83561,1.35473q-3.72679,2.10114-7.45187,4.204a1.62966,1.62966,0,0,1-1.6554-.046q-1.11729-.6477-2.23593-1.29283a1.3164,1.3164,0,0,1-.4313-.31057c.095-.12807.2649-.144.403-.19994a5.21912,5.21912,0,0,0,.88212-.41157.20588.20588,0,0,1,.22965.01374c.63694.3652,1.26826.741,1.90734,1.10272.13634.07872.27438-.02578.39092-.09074q3.65712-2.06694,7.31681-4.1291a.242.242,0,0,0,.13292-.23827q.00257-4.19317.00085-8.38685a.26207.26207,0,0,0-.15613-.26141Q15.858,5.454,12.14581,3.36a.258.258,0,0,0-.29162-.00043Q8.141,5.45224,4.429,7.5467a.259.259,0,0,0-.157.26021q.00065,4.19316,0,8.38727a.23712.23712,0,0,0,.13463.23527q.99089.56192,1.98306,1.11989a1.53232,1.53232,0,0,0,1.23991.166.94055.94055,0,0,0,.609-.88376c.00341-2.77914-.00171-5.5587.00256-8.33741a.20929.20929,0,0,1,.22794-.21369c.3174-.00214.63523-.00428.95264.00085a.2198.2198,0,0,1,.20728.25415c-.00128,2.79674.00342,5.59354-.00214,8.39027a2.12737,2.12737,0,0,1-.99481,1.92109,3.06373,3.06373,0,0,1-2.73825-.07522c-.72641-.36256-1.41962-.79045-2.13314-1.17887a1.55257,1.55257,0,0,1-.83518-1.355V7.76345a1.54232,1.54232,0,0,1,.80419-1.34269Q7.45584,4.31791,11.18114,2.21337Z"/><path class="uim-primary" d="M13.34826,8.08349a5.87915,5.87915,0,0,1,3.2182.49242,2.43371,2.43371,0,0,1,1.18663,2.106.22792.22792,0,0,1-.24731.16775c-.31434-.00043-.62875.00427-.94309-.00214a.243.243,0,0,1-.22759-.2357,1.43568,1.43568,0,0,0-.6868-.99217,4.0712,4.0712,0,0,0-1.88413-.26961,2.55759,2.55759,0,0,0-1.34875.33585.85461.85461,0,0,0-.28421.95478c.101.24.378.3174.60468.38877,1.30566.34148,2.68924.30751,3.97.7569a1.86908,1.86908,0,0,1,1.23044,1.09453,2.33831,2.33831,0,0,1-.396,2.23081,3.126,3.126,0,0,1-1.6782.90441,8.06257,8.06257,0,0,1-2.53311.10756,3.99184,3.99184,0,0,1-2.22823-.83824,2.33838,2.33838,0,0,1-.75306-1.84452.21126.21126,0,0,1,.23136-.18627c.31655-.00256.6331-.00342.94965.00043a.22185.22185,0,0,1,.22666.21939,1.43883,1.43883,0,0,0,.53544,1.01019,4.06055,4.06055,0,0,0,2.18728.39825,2.97051,2.97051,0,0,0,1.79344-.43864.99057.99057,0,0,0,.26961-.94615c-.07693-.27958-.3694-.40987-.62056-.49506-1.28892-.40772-2.688-.25978-3.96442-.72085a1.92948,1.92948,0,0,1-1.2184-1.06177,2.17473,2.17473,0,0,1,.43437-2.26264,3.50565,3.50565,0,0,1,2.17617-.87436Z"/>'},VC={name:"key-skeleton",style:"monochrome",path:'<path class="uim-tertiary" d="M7,12.00049c-2.76142,0-5,2.23858-5,5s2.23858,5,5,5s5-2.23858,5-5S9.76142,12.00049,7,12.00049z M5.58527,19.4129c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1C6.58461,18.96491,6.13728,19.41224,5.58527,19.4129z"/><path class="uim-primary" d="M21.00146,4.4126L21.707,3.707c0.39398-0.38695,0.39968-1.02002,0.01273-1.414c-0.38695-0.39398-1.02002-0.39968-1.414-0.01273C20.30145,2.28448,20.2972,2.28872,20.293,2.293L9.754,12.83191c0.56146,0.37168,1.0424,0.85254,1.41418,1.41394l5.591-5.59094l2.11975,2.12048c0.39048,0.39048,1.02358,0.39049,1.41406,0.00001s0.39049-1.02358,0.00001-1.41406l-2.11978-2.12049l1.41418-1.41418l0.70557,0.70557c0.39177,0.38919,1.02486,0.38709,1.41405-0.00468C22.09439,6.1376,22.09438,5.5081,21.707,5.11816L21.00146,4.4126z"/>'},CC={name:"key-skeleton-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M6.99927,12c-2.76142,0-5,2.23858-5,5s2.23858,5,5,5s5-2.23858,5-5l0,0C11.99927,14.23858,9.76069,12,6.99927,12z M5.58453,19.41241c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1C6.5839,18.96444,6.13655,19.41178,5.58453,19.41241z"/><path class="uim-primary" d="M21.708,6.53418l-1.41454-1.41455L21.70605,3.707c0.39311-0.38783,0.39739-1.02091,0.00956-1.41403s-1.02091-0.39739-1.41403-0.00956C20.29837,2.28659,20.29517,2.28978,20.292,2.293L9.75348,12.83148c0.56147,0.37168,1.04239,0.85256,1.41412,1.414l4.88318-4.88318l1.41406,1.41407c0.39114,0.38983,1.02424,0.38877,1.41407-0.00237c0.38891-0.39021,0.38891-1.02149,0-1.4117l-1.41407-1.41406l1.41455-1.41455L20.294,7.94824c0.39296,0.38799,1.02604,0.38396,1.41403-0.009C22.09254,7.5498,22.09253,6.9236,21.708,6.53418z"/>'},bC={name:"keyhole-circle",style:"monochrome",path:'<path class="uim-primary" d="M14,10a2,2,0,1,0-3,1.7226V15a1,1,0,0,0,2,0V11.7226A1.99146,1.99146,0,0,0,14,10Z"/><path class="uim-tertiary" d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,9.7226V15a1,1,0,0,1-2,0V11.7226a2,2,0,1,1,2,0Z"/>'},LC={name:"keyhole-square",style:"monochrome",path:'<path class="uim-primary" d="M14,10a2,2,0,1,0-3,1.7226V15a1,1,0,0,0,2,0V11.7226A1.99146,1.99146,0,0,0,14,10Z"/><path class="uim-tertiary" d="M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2Zm-6,9.7226V15a1,1,0,0,1-2,0V11.7226a2,2,0,1,1,2,0Z"/>'},SC={name:"keyhole-square-full",style:"monochrome",path:'<path class="uim-primary" d="M14,10a2,2,0,1,0-3,1.7226V15a1,1,0,0,0,2,0V11.7226A1.99146,1.99146,0,0,0,14,10Z"/><path class="uim-tertiary" d="M21,2H3A.99943.99943,0,0,0,2,3V21a.99943.99943,0,0,0,1,1H21a.99943.99943,0,0,0,1-1V3A.99943.99943,0,0,0,21,2Zm-8,9.7226V15a1,1,0,0,1-2,0V11.7226a2,2,0,1,1,2,0Z"/>'},zC={name:"layer-group",style:"monochrome",path:'<path class="uim-quaternary" d="M12,14.19531c-0.17551-0.00004-0.34793-0.04618-0.5-0.13379l-9-5.19726C2.02161,8.58794,1.85779,7.97612,2.13411,7.49773C2.22187,7.34579,2.34806,7.2196,2.5,7.13184l9-5.19336c0.30964-0.17774,0.69036-0.17774,1,0l9,5.19336c0.4784,0.27632,0.64221,0.88814,0.36589,1.36653C21.77813,8.65031,21.65194,8.7765,21.5,8.86426l-9,5.19726C12.34793,14.14913,12.17551,14.19527,12,14.19531z"/><path class="uim-tertiary" d="M21.5,11.13184l-1.96411-1.13337L12.5,14.06152c-0.30947,0.17839-0.69053,0.17839-1,0L4.46411,9.99847L2.5,11.13184c-0.47839,0.27632-0.64221,0.88814-0.36589,1.36653C2.22187,12.65031,2.34806,12.7765,2.5,12.86426l9,5.19726c0.30947,0.17838,0.69053,0.17838,1,0l9-5.19726c0.4784-0.27632,0.64221-0.88814,0.36589-1.36653C21.77813,11.34579,21.65194,11.2196,21.5,11.13184z"/><path class="uim-primary" d="M21.5,15.13184l-1.96411-1.13337L12.5,18.06152c-0.30947,0.17838-0.69053,0.17838-1,0l-7.03589-4.06305L2.5,15.13184c-0.47839,0.27632-0.64221,0.88814-0.36589,1.36653C2.22187,16.65031,2.34806,16.7765,2.5,16.86426l9,5.19726c0.30947,0.17838,0.69053,0.17838,1,0l9-5.19726c0.4784-0.27632,0.64221-0.88814,0.36589-1.36653C21.77813,15.34579,21.65194,15.2196,21.5,15.13184z"/>'},wC={name:"layers-alt",style:"monochrome",path:'<path class="uim-quaternary" d="M21,2H9C8.44803,1.99969,8.00031,2.44689,8,2.99886C8,2.99924,8,2.99962,8,3v4h8c0.55197-0.00031,0.99969,0.44689,1,0.99886C17,7.99924,17,7.99962,17,8v8h4c0.55197,0.00031,0.99969-0.44689,1-0.99886c0-0.00038,0-0.00076,0-0.00114V3c0.00031-0.55197-0.44689-0.99969-0.99886-1C21.00076,2,21.00038,2,21,2z"/><path class="uim-primary" d="M3,12h8c0.55229,0,1,0.44771,1,1v8c0,0.55228-0.44771,1-1,1H3c-0.55228,0-1-0.44772-1-1v-8C2,12.44771,2.44772,12,3,12z"/><path class="uim-tertiary" d="M16,7H6C5.44803,6.99969,5.00031,7.44689,5,7.99886C5,7.99924,5,7.99962,5,8v4h6c0.55197-0.00031,0.99969,0.44689,1,0.99886c0,0.00038,0,0.00076,0,0.00114v6h4c0.55197,0.00031,0.99969-0.44689,1-0.99886c0-0.00038,0-0.00076,0-0.00114V8c0.00031-0.55197-0.44689-0.99969-0.99886-1C16.00076,7,16.00038,7,16,7z"/>'},xC={name:"left-indent",style:"monochrome",path:'<path class="uim-tertiary" d="M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM13 11H3A1 1 0 0 1 3 9H13a1 1 0 0 1 0 2zM21 19H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 15H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M21,14.6665a.99869.99869,0,0,1-.64014-.23193l-2-1.6665a.9996.9996,0,0,1,0-1.53614l2-1.6665A.9997.9997,0,0,1,22,10.3335v3.333a.99929.99929,0,0,1-1,1Z"/>'},_C={name:"left-indent-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M21 19H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 15H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 7H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 11H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M9 19a.99974.99974 0 0 1-1-1V6a1 1 0 0 1 2 0V18A.99974.99974 0 0 1 9 19zM4.99951 14.667a.99882.99882 0 0 1-.63965-.23144l-2-1.667a1.00062 1.00062 0 0 1 0-1.5371l2-1.667a1.00023 1.00023 0 0 1 1.28028 1.53711L4.562 12l1.07813.89844A1.00006 1.00006 0 0 1 4.99951 14.667z"/>'},kC={name:"line",style:"monochrome",path:'<path class="uim-tertiary" d="M18.22272,14.27783c-0.04119,0.0598-0.08659,0.11659-0.13587,0.16992l-0.00427,0.00464c-0.24191,0.28846-0.50896,0.55486-0.798,0.79608c-2.02912,1.87555-5.369,4.10846-5.80976,3.764c-0.38324-0.29944,0.63111-1.7641-0.53912-2.00787c-0.08167-0.0094-0.16309-0.01941-0.24384-0.03089l-0.00152-0.00006v-0.00012c-3.43714-0.48828-6.0473-2.89252-6.0473-5.785C4.643,7.94354,7.92816,5.313,11.98059,5.313s7.33759,2.63055,7.33759,5.87555C19.30886,12.31185,18.92314,13.39959,18.22272,14.27783z"/><path class="uim-primary" d="M17.90668,2H6.09326C3.83264,2,2,3.83264,2,6.09326v11.81342C2,20.16736,3.83264,22,6.09332,22h11.81335C20.16736,22,22,20.16736,22,17.90668V6.09332C22,3.83264,20.16736,2,17.90668,2z M18.22272,14.27783c-0.0412,0.05981-0.08661,0.11658-0.13586,0.16992l-0.00427,0.00464c-0.24194,0.28845-0.50897,0.55487-0.79797,0.79608c-2.02917,1.87555-5.36902,4.10846-5.80981,3.76398c-0.38324-0.29944,0.63116-1.7641-0.53912-2.00787c-0.08167-0.0094-0.16309-0.01941-0.24384-0.03088l-0.00146-0.00006v-0.00012c-3.43719-0.48828-6.0473-2.89252-6.0473-5.78497c-0.00006-3.245,3.2851-5.87555,7.33752-5.87555s7.33759,2.63055,7.33759,5.87555C19.30884,12.31183,18.92316,13.3996,18.22272,14.27783z"/><path class="uim-primary" d="M9.20319,12.26538H8.13794V9.84167C8.13733,9.63057,7.96635,9.4596,7.75525,9.459H7.72333C7.51222,9.4596,7.34124,9.63058,7.34064,9.84169v2.83826c0.00059,0.21112,0.17157,0.38212,0.38269,0.38275h1.47986c0.21112-0.00063,0.3821-0.17163,0.38269-0.38275V12.648C9.58525,12.43692,9.41427,12.26597,9.20319,12.26538z M13.77545,9.45911h-0.032c-0.21109,0.00062-0.38204,0.1716-0.38263,0.38269v1.66607l-1.38316-1.85528c-0.06808-0.11938-0.19484-0.19319-0.33227-0.19348h-0.03193c-0.21112,0.00059-0.38212,0.17157-0.38275,0.38269V12.68c0.0006,0.21114,0.17161,0.38215,0.38275,0.38275h0.03193c0.21109-0.00066,0.38202-0.17166,0.38261-0.38275v-1.6972l1.39318,1.90283c0.00857,0.01332,0.01792,0.02612,0.028,0.03833l0.00006,0.00006c0.03779,0.05047,0.08961,0.08868,0.149,0.10986c0.04603,0.01906,0.09538,0.02885,0.1452,0.02881h0.03192c0.06236,0.00004,0.12376-0.0153,0.17877-0.04467c0.03575-0.01607,0.06756-0.03976,0.0932-0.0694l0.00013-0.00018c0.07081-0.0714,0.11058-0.16788,0.11065-0.26844V9.8418C14.15751,9.63071,13.98654,9.45973,13.77545,9.45911z M10.27734,9.459h0.03192c0.21139,0,0.38275,0.17136,0.38275,0.38275v2.83813c0,0.21139-0.17136,0.38275-0.38275,0.38275h-0.03192c-0.21133,0-0.38266-0.1713-0.38269-0.38263V9.84174C9.89462,9.63039,10.06594,9.45903,10.27729,9.459C10.27731,9.459,10.27732,9.459,10.27734,9.459z M16.51062,9.46582h-1.47986c-0.21111,0.0006-0.38209,0.17159-0.38269,0.38269v2.83826c0.00062,0.2111,0.17159,0.38208,0.38269,0.38269h1.47986c0.21111-0.00062,0.3821-0.17158,0.38275-0.38269v-0.032c-0.00065-0.2111-0.17165-0.38205-0.38275-0.38263h-1.06519v-0.606h1.06519c0.2111-0.00052,0.38213-0.17147,0.38275-0.38257v-0.03192c-0.00063-0.21112-0.17163-0.3821-0.38275-0.38269h-1.06519v-0.6059h1.06519c0.21112-0.00059,0.38212-0.17157,0.38275-0.38269V9.84851C16.89274,9.63739,16.72174,9.46641,16.51062,9.46582z"/>'},TC={name:"line-spacing",style:"monochrome",path:'<path class="uim-tertiary" d="M21 8H10a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 13H10a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M4.667,18.5a.99943.99943,0,0,1-1-1V6.5a1,1,0,0,1,2,0v11A.99942.99942,0,0,1,4.667,18.5Z"/><path class="uim-tertiary" d="M21,18H10a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Z"/><path class="uim-primary" d="M6.334 9a.99676.99676 0 0 1-.76953-.36035L4.667 7.5625 3.76855 8.64062a1.00053 1.00053 0 0 1-1.5371-1.28124l1.667-2A1.00226 1.00226 0 0 1 4.667 5h0a1 1 0 0 1 .76856.36035l1.666 2A1 1 0 0 1 6.334 9zM4.667 19a1.00226 1.00226 0 0 1-.76855-.35938l-1.667-2a1.00053 1.00053 0 1 1 1.5371-1.28124L4.667 16.4375l.89746-1.07715a.99991.99991 0 0 1 1.53711 1.2793l-1.666 2A1 1 0 0 1 4.667 19z"/>'},EC={name:"link-h",style:"monochrome",path:'<path class="uim-primary" d="M10 17H7A5 5 0 0 1 7 7h3a1 1 0 0 1 0 2H7a3 3 0 0 0 0 6h3a1 1 0 0 1 0 2zM17 17H14a1 1 0 0 1 0-2h3a3 3 0 0 0 0-6H14a1 1 0 0 1 0-2h3a5 5 0 0 1 0 10z"/><path class="uim-tertiary" d="M15,13H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Z"/>'},OC={name:"linkedin",style:"monochrome",path:'<rect width="3.002" height="9.031" x="5.086" y="9.711" class="uim-tertiary"/><path class="uim-tertiary" d="M6.58716,8.478H6.56744C5.70491,8.53002,4.96352,7.87297,4.9115,7.01043C4.85948,6.1479,5.51653,5.40651,6.37907,5.35449c0.07597-0.00458,0.15217-0.00361,0.22799,0.00289C7.46923,5.29494,8.21878,5.94323,8.28123,6.8054S7.69539,8.41712,6.83322,8.47957C6.75129,8.4855,6.66901,8.48498,6.58716,8.478z M18.91168,18.74194h-3.00152v-4.83081c0-1.21423-0.43464-2.04229-1.52057-2.04229c-0.69377,0.00404-1.31022,0.44347-1.54029,1.098c-0.07687,0.23614-0.11037,0.48423-0.09887,0.7323v5.04278H9.7489c0-0.00268,0.03937-8.18371,0.00031-9.03082h3.00152v1.28c0.55314-0.96274,1.59594-1.5378,2.70532-1.49188c1.97492,0,3.45563,1.29077,3.45563,4.06463V18.74194z"/><path class="uim-primary" d="M20.46814,2H3.53186C2.73077,1.99036,2.0733,2.63159,2.06293,3.43268v17.13513C2.07336,21.36884,2.73083,22.00989,3.53186,22h16.93628c0.80115,0.00995,1.45874-0.63129,1.46893-1.43243V3.43268C21.92682,2.63153,21.26929,1.99023,20.46814,2z M8.08801,18.742H5.086V9.711h3.00201V18.742z M6.83325,8.47955C6.75128,8.48547,6.66901,8.48499,6.58716,8.47803H6.56744C5.7049,8.53003,4.9635,7.87299,4.9115,7.01044s0.60504-1.60394,1.46759-1.65594c0.07593-0.00458,0.15216-0.0036,0.22797,0.00287c0.86218-0.06244,1.61169,0.58588,1.67419,1.44806C8.34369,7.66754,7.69537,8.41711,6.83325,8.47955z M18.91168,18.74194h-3.00153v-4.83081c0-1.21423-0.43463-2.0423-1.52057-2.0423c-0.69379,0.00403-1.31024,0.44348-1.54028,1.09802c-0.07684,0.23615-0.11035,0.48419-0.09888,0.7323v5.04279H9.7489c0-0.00269,0.03937-8.18372,0.00031-9.03082h3.00153v1.27997c0.55316-0.96271,1.59595-1.53778,2.70532-1.49188c1.97491,0,3.45563,1.29077,3.45563,4.06464V18.74194z"/>'},PC={name:"linkedin-alt",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-primary" d="M5.00351,7H4.97535a2.23465,2.23465,0,1,1,.05658-4.45706A2.23549,2.23549,0,1,1,5.00351,7Z"/><rect width="4" height="12" x="3.018" y="10" class="uim-primary"/><path class="uim-primary" d="M17.51754,10a4.47251,4.47251,0,0,0-3.5,1.70343V10h-4V22h4V16.5a2,2,0,0,1,4,0V22h4V14.5A4.5,4.5,0,0,0,17.51754,10Z"/></g>'},NC={name:"linux",style:"monochrome",path:'<path class="uim-quaternary" d="M12.6 6.5c.1.1.2.1.4.2.1 0 .3.1.5.2 0 0 0 0 .1 0 .2-.3.3-.6.3-.9.1-.6-.4-1.2-1-1.2-.6.1-1 .7-1 1.3 0 0 0 .1 0 .1C12.1 6.2 12.4 6.3 12.6 6.5zM17.1 14.5c-.3-.2-.6-.2-1-.3-.2-.9-.5-1.7-.9-2.5-.6-1.2-1.1-2.4-1.4-3.7-.2.3-.5.5-.9.6-.1.1-.3.1-.4.2-.3.2-.7.4-1.1.4 0 0-.1 0-.1 0-.4 0-.7-.2-.9-.4-.1-.1-.2-.2-.3-.2-.1 0-.1-.1-.2-.1-.1 1.5-1 3.2-1.5 4.3-.3.8-.5 1.6-.5 2.4C7.1 14 7.7 12.5 8 11.9c.4-.8.4-.9.3-.8-.7 1.1-2.1 3.5-.1 4.8 2.1 1.3 2.2 2.6 1 2.5.1.2.3.4.4.5 1.2 1 2.9 1.1 4.2.3 0-.1.1-.3.1-.4h0c.1-.3.2-.7.2-1 .1-1.1.1-2.2.9-2.6.5-.2 1.2-.1 1.6.2.1.1.2.1.3.2.2.1.4.1.5.1.2 0 .4 0 .6 0C18.3 15.3 17.9 14.9 17.1 14.5zM10.2 6.8l.1-.1c.2-.3.5-.4.8-.5 0-.1 0-.1 0-.2 0-.6-.4-1.1-.8-1.1C10 5 9.7 5.5 9.7 6.1c0 .3.1.6.3.8C10.1 6.9 10.2 6.8 10.2 6.8z"/><path class="uim-quaternary" d="M8.5,17.4C8.5,17.4,8.5,17.5,8.5,17.4c-0.1-0.1-0.1-0.3-0.2-0.4C8.4,17.2,8.4,17.3,8.5,17.4z"/><path class="uim-tertiary" d="M15.4,22c-0.1,0-0.1,0-0.2,0c-0.6-0.1-1.1-0.4-1.3-1c-0.2-0.7-0.2-1.5,0.2-2.2c0.1-0.3,0.2-0.7,0.2-1c0.1-1.1,0.1-2.2,0.9-2.6c0.5-0.2,1.2-0.1,1.6,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.2,0.1,0.4,0.1,0.5,0.1c0.4-0.1,0.8,0,1.1,0.3c0.3,0.3,0.4,0.6,0.5,1c0,0.2,0.1,0.5,0.2,0.6c0.5,0.5,0.7,1,0.6,1.3c-0.1,0.5-0.6,0.7-1.1,1c-0.5,0.2-1,0.5-1.4,0.9l0,0C17,21.5,16.2,21.9,15.4,22z"/><path class="uim-primary" d="M17.9 15.9c-.4.5-1 .8-1.6.8-.6-.1-.8-.9-.7-1.5.1-.7.7-.7 1.5-.4C17.9 15.1 18.2 15.5 17.9 15.9zM12.6 6.6c.1.1.3.1.4.2.2-.2.2-.4.2-.6 0-.4-.2-.7-.4-.7-.2 0-.5.3-.5.7 0 .1 0 .2 0 .3C12.4 6.6 12.5 6.6 12.6 6.6zM10.4 6.8c.1-.1.2-.2.3-.3 0-.1 0-.2 0-.3 0-.3-.2-.6-.4-.5-.2 0-.3.3-.3.6C10.1 6.6 10.3 6.8 10.4 6.8z"/><path class="uim-primary" d="M17.3,10.8C17.3,10.8,17.3,10.8,17.3,10.8c-0.8-1.3-2-2.1-2-3.7c0-1.9,0.2-5.4-3.3-5.1C8.5,2.3,9.5,6,9.4,7.3c0,1.1-0.5,2.2-1.3,3.1c-0.1,0.1-0.2,0.3-0.3,0.4c-0.9,1.3-1.9,3-1.8,4.6c0.2-0.1,0.4-0.1,0.5-0.1c0.8,0.1,1.2,0.9,1.7,1.8c0.1,0.1,0.1,0.3,0.2,0.4c0.2,0.3,0.4,0.6,0.6,0.9c0,0,0.1,0.1,0.1,0.1c1.2,0.1,1.2-1.2-1-2.5c-2-1.3-0.6-3.7,0.1-4.8c0.1-0.1,0.1,0-0.3,0.8c-0.3,0.6-0.9,2.1-0.1,3.2c0-0.8,0.2-1.6,0.5-2.4c0.5-1,1.4-2.8,1.5-4.3C9.7,8.3,9.5,8,9.5,7.7c0-0.2,0.1-0.4,0.3-0.6C9.9,7.1,10,7,10.1,6.9C9.9,6.7,9.7,6.4,9.7,6.1C9.7,5.5,10,5,10.4,5c0.4,0,0.7,0.4,0.8,1.1c0,0.1,0,0.1,0,0.2c0.2-0.1,0.5-0.1,0.7,0c0,0,0-0.1,0-0.1c-0.1-0.6,0.3-1.2,1-1.3c0.6,0.1,1.1,0.6,1,1.2c0,0.3-0.1,0.6-0.3,0.9c0.3,0.1,0.5,0.4,0.5,0.7c0,0.2-0.1,0.3-0.2,0.5c0.4,1.3,0.8,2.5,1.4,3.7c0.4,0.8,0.7,1.6,0.9,2.5c0.3,0,0.7,0.1,1,0.3c0,0,0,0,0,0c0.3,0.2,0.6,0.3,0.8,0.5c0.1,0.1,0.1,0.2,0.2,0.2c0,0,0,0.1,0.1,0.1c0,0.1,0,0.2,0,0.3c0.1,0,0.3,0.1,0.4,0.2C19.2,14,18.2,12.1,17.3,10.8z"/><path class="uim-secondary" d="M11.4,8.5c-0.5,0-1-0.3-1.4-0.7c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0-0.1,0.1-0.1,0.1-0.1c0.1,0,0.1,0.1,0.3,0.2c0.3,0.4,0.7,0.6,1.2,0.6c0.5-0.1,1-0.2,1.4-0.5c0.2-0.1,0.4-0.2,0.7-0.3l0,0c0.1,0,0.1,0,0.1,0.1c0,0.1,0,0.1-0.1,0.1c-0.2,0.1-0.4,0.1-0.6,0.3C12.4,8.3,11.9,8.5,11.4,8.5z"/><path class="uim-tertiary" d="M13.5 6.9c-.2-.1-.3-.1-.5-.2-.1 0-.3-.1-.4-.2C12 5.9 10.9 6 10.3 6.7l-.1.1C10.2 6.8 10 7 9.8 7.1 9.6 7.3 9.5 7.5 9.5 7.7c.1.4.3.7.7.9.1.1.2.2.3.2.2.3.6.4.9.4 0 0 .1 0 .1 0 .4 0 .8-.1 1.1-.4.1-.1.2-.2.4-.2.5-.1 1-.5 1.1-1.1C14.1 7.3 13.8 7 13.5 6.9zM13.4 7.7c-.2.1-.4.1-.6.3-.4.3-.9.5-1.5.6-.5 0-1-.3-1.4-.7 0 0-.1-.1-.1-.1-.1 0-.1 0-.1-.1 0 0 0 0 0 0 0-.1.1-.1.1-.1.1 0 .1.1.3.2.3.4.7.6 1.2.6.5-.1 1-.2 1.4-.5.2-.1.4-.2.7-.3l0 0C13.5 7.5 13.5 7.5 13.4 7.7 13.5 7.6 13.5 7.7 13.4 7.7zM8.4 21.8c-.6 0-1.2-.2-1.7-.5l0 0c-.5-.2-1-.4-1.6-.4-.7-.1-1.2-.1-1.5-.6-.2-.4-.2-1 0-1.4 0-.2 0-.4 0-.7-.1-.4-.1-.7.1-1.1.2-.3.5-.6.9-.7.2 0 .4-.1.5-.3.1-.1.2-.2.2-.3.2-.5.8-.8 1.3-.8.9.1 1.4 1.1 1.9 2.2.2.3.4.6.6.9.5.7 1.1 1.3 1 2 0 .5-.3 1-.8 1.2C9.1 21.7 8.7 21.8 8.4 21.8z"/><path class="uim-primary" d="M13.8,19.4c-1.3,0.7-3,0.6-4.2-0.4c0.1,0.2,0.2,0.3,0.3,0.5c0,0,0,0,0,0.1c0.1,0.3,0.2,0.5,0.2,0.8c0,0.2-0.1,0.3-0.1,0.5c0,0,0,0,0,0c0.5,0,1.1-0.2,2-0.3c0.5,0,1.1,0.1,1.8,0.2C13.7,20.3,13.7,19.8,13.8,19.4z"/>'},jC={name:"list-ui-alt",style:"monochrome",path:'<path class="uim-primary" d="M21.5 8H7.5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM21.5 13h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zM21.5 18h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"/><circle cx="3.5" cy="7" r="1" class="uim-primary"/><circle cx="7.5" cy="12" r="1" class="uim-primary"/><circle cx="11.5" cy="17" r="1" class="uim-primary"/>'},DC={name:"list-ul",style:"monochrome",path:'<path class="uim-primary" d="M21 8H7A1 1 0 0 1 7 6H21a1 1 0 0 1 0 2zM21 13H7a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 18H7a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM3 8a.99993.99993 0 0 1-.38037-.08008A1.1515 1.1515 0 0 1 2.29 7.71a1.16213 1.16213 0 0 1-.21045-.33008.94637.94637 0 0 1 0-.75976A1.14883 1.14883 0 0 1 2.29 6.29a.99764.99764 0 0 1 1.08984-.21A1.03418 1.03418 0 0 1 3.71 6.29a1.15772 1.15772 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976A1.17124 1.17124 0 0 1 3.71 7.71.99183.99183 0 0 1 3 8zM3 13a.99993.99993 0 0 1-.38037-.08008A1.1515 1.1515 0 0 1 2.29 12.71a1.16213 1.16213 0 0 1-.21045-.33008.94637.94637 0 0 1 0-.75976A1.03011 1.03011 0 0 1 2.29 11.29a1.1515 1.1515 0 0 1 .32959-.21A.9986.9986 0 0 1 3.71 11.29a1.03724 1.03724 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976 1.17124 1.17124 0 0 1-.21.33008 1.15384 1.15384 0 0 1-.33008.21A.9994.9994 0 0 1 3 13zM3 18a.99993.99993 0 0 1-.38037-.08008A1.1515 1.1515 0 0 1 2.29 17.71a.99108.99108 0 0 1-.21045-1.08984A1.03011 1.03011 0 0 1 2.29 16.29a1.02673 1.02673 0 0 1 .32959-.21.99537.99537 0 0 1 .76025 0 1.03418 1.03418 0 0 1 .33008.21 1.03724 1.03724 0 0 1 .21.33008A.98919.98919 0 0 1 3.71 17.71a1.15384 1.15384 0 0 1-.33008.21A.9994.9994 0 0 1 3 18z"/>'},qC={name:"lock",style:"monochrome",path:'<path class="uim-tertiary" d="M16,11H8a.99974.99974,0,0,1-1-1V7A5,5,0,0,1,17,7v3A.99974.99974,0,0,1,16,11ZM9,9h6V7A3,3,0,0,0,9,7Z"/><rect width="16" height="13" x="4" y="9" class="uim-primary" rx="3"/>'},RC={name:"lock-access",style:"monochrome",path:'<path class="uim-primary" d="M21,10c-0.6,0-1-0.4-1-1c0,0,0,0,0,0V4h-5c-0.6,0-1-0.4-1-1s0.4-1,1-1h6c0.6,0,1,0.4,1,1c0,0,0,0,0,0v6C22,9.6,21.6,10,21,10C21,10,21,10,21,10z M3,10c-0.6,0-1-0.4-1-1c0,0,0,0,0,0V3c0-0.6,0.4-1,1-1c0,0,0,0,0,0h6c0.6,0,1,0.4,1,1S9.6,4,9,4H4v5C4,9.6,3.6,10,3,10C3,10,3,10,3,10z M9,22H3c-0.6,0-1-0.4-1-1c0,0,0,0,0,0v-6c0-0.6,0.4-1,1-1s1,0.4,1,1v5h5c0.6,0,1,0.4,1,1S9.6,22,9,22z M21,22h-6c-0.6,0-1-0.4-1-1s0.4-1,1-1h5v-5c0-0.6,0.4-1,1-1s1,0.4,1,1v6C22,21.6,21.6,22,21,22C21,22,21,22,21,22z"/><path class="uim-tertiary" d="M9 10h6c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2v-4C7 10.9 7.9 10 9 10zM11 9c0-.6.4-1 1-1s1 .4 1 1v1h2V9c0-1.7-1.3-3-3-3S9 7.3 9 9v1h2V9z"/>'},IC={name:"lock-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M9 7c0-1.65686 1.34314-3 3-3s3 1.34314 3 3v2h2V7c0-2.76141-2.23859-5-5-5S7 4.23859 7 7v2h2V7zM12 18c-.55214.00014-.99986-.44734-1-.99948 0-.00017 0-.00035 0-.00052v-3c0-.55229.44771-1 1-1s1 .44771 1 1v3c.00014.55214-.44734.99986-.99948 1C12.00035 18 12.00017 18 12 18z"/><path class="uim-primary" d="M17,9H7c-1.65686,0-3,1.34314-3,3v7c0,1.65686,1.34314,3,3,3h10c1.65686,0,3-1.34314,3-3v-7C20,10.34314,18.65686,9,17,9z M13,17c0.00012,0.55212-0.44733,0.99988-0.99945,1C12.00037,18,12.00018,18,12,18c-0.55212,0.00012-0.99988-0.44733-1-0.99945c0-0.00018,0-0.00037,0-0.00055v-3c0-0.55231,0.44769-1,1-1s1,0.44769,1,1V17z"/>'},FC={name:"lock-open-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M8 11c-.55197.00031-.99969-.44689-1-.99886C7 10.00076 7 10.00038 7 10V7c.00123-2.76266 2.24181-5.00124 5.00447-5.00001 1.32241.00059 2.59079.5248 3.52776 1.45801.63004.63581 1.08081 1.42686 1.30664 2.293.13834.53482-.18307 1.08051-.71789 1.21885-.53482.13834-1.08051-.18307-1.21885-.71789-.00025-.00099-.00051-.00197-.00076-.00296-.13577-.52074-.40662-.9964-.78516-1.3789-1.17766-1.16739-3.07871-1.15906-4.24609.01861C9.31333 5.4504 9.00065 6.2091 9 7v3c.00031.55197-.44689.99969-.99886 1C8.00076 11 8.00038 11 8 11zM13.5 14.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .4425.19519.83618.5 1.11072V17c0 .00037 0 .00073 0 .00116C11.00031 17.5531 11.44806 18.00031 12 18c.00037 0 .00073 0 .00116 0C12.5531 17.99969 13.00031 17.55194 13 17v-1.38928C13.30481 15.33618 13.5 14.9425 13.5 14.5z"/><path class="uim-primary" d="M17,9H7c-1.65686,0-3,1.34314-3,3v7c0,1.65686,1.34314,3,3,3h10c1.65686,0,3-1.34314,3-3v-7C20,10.34314,18.65686,9,17,9z M13,15.61072V17c0.00031,0.55194-0.4469,0.99969-0.99884,1C12.00073,18,12.00037,18,12,18c-0.55194,0.00031-0.99969-0.4469-1-0.99884c0-0.00043,0-0.00079,0-0.00116v-1.38928c-0.30481-0.27454-0.5-0.66821-0.5-1.11072c0-0.82843,0.67157-1.5,1.5-1.5s1.5,0.67157,1.5,1.5C13.5,14.9425,13.30481,15.33618,13,15.61072z"/>'},BC={name:"lottiefiles",style:"monochrome",path:'<path class="uim-tertiary" d="M7,18a1,1,0,0,1,0-2c1.65918,0,2.85645-2.17725,4.124-4.48193C12.61621,8.80518,14.15918,6,17,6a1,1,0,0,1,0,2c-1.65918,0-2.85645,2.17725-4.124,4.48193C11.38379,15.19482,9.84082,18,7,18Z"/><path class="uim-primary" d="M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2ZM17,8c-1.65918,0-2.85645,2.17725-4.124,4.48193C11.38379,15.19482,9.84082,18,7,18a1,1,0,0,1,0-2c1.65918,0,2.85645-2.17725,4.124-4.48193C12.61621,8.80518,14.15918,6,17,6a1,1,0,0,1,0,2Z"/>'},UC={name:"master-card",style:"monochrome",path:'<path class="uim-tertiary" d="M15.273,18.72754c-3.71552,0.0003-6.72778-3.01148-6.72808-6.727s3.01148-6.72778,6.727-6.72808S21.9997,8.28394,22,11.99946c0,0.00018,0,0.00036,0,0.00054C21.99589,15.7136,18.9866,18.72313,15.273,18.72754z"/><path class="uim-primary" d="M8.72705,18.72754c-3.71552,0-6.72754-3.01202-6.72754-6.72754s3.01202-6.72754,6.72754-6.72754S15.45459,8.28448,15.45459,12v0C15.45072,15.71391,12.44096,18.72367,8.72705,18.72754z"/>'},$C={name:"medium-m",style:"monochrome",path:'<path class="uim-primary" d="M22,6.41668h-.791a.89762.89762,0,0,0-.709.69479v9.83021a.83938.83938,0,0,0,.709.64164H22V19.9167H14.83334V17.58332h1.50008V7.25h-.07353L12.75706,19.9167H10.04512L6.58751,7.25H6.5V17.58332H8V19.9167H2V17.58332h.76835A.841.841,0,0,0,3.5,16.94168V7.11139a.89588.89588,0,0,0-.73166-.69479H2V4.0833H9.50266L11.96593,13.25h.068L14.51976,4.0833H22V6.41668" data-name="Brand Logos"/>'},WC={name:"microscope",style:"monochrome",path:'<path class="uim-quaternary" d="M11.44141,13.60352a.99927.99927,0,0,1-.707-.293L7.19824,9.772a.99964.99964,0,0,1,0-1.41406l6.36231-6.36279a.99655.99655,0,0,1,.39062-.2417l2.1211-.70752a.99976.99976,0,0,1,1.02343.2417l2.12207,2.12158A.9997.9997,0,0,1,19.459,4.43262l-.708,2.12207a.99138.99138,0,0,1-.24121.39062l-6.36133,6.36524A.99928.99928,0,0,1,11.44141,13.60352Zm6.36132-7.36524h0Z"/><path class="uim-tertiary" d="M7.19824,9.772l-.00006-.00012L5.78223,11.1875a.99963.99963,0,0,0,0,1.41406l2.12207,2.1211a.99965.99965,0,0,0,1.41406,0l1.41406-1.41407Z"/><path class="uim-primary" d="M8,18.00537H4a1,1,0,0,1,0-2H8a1,1,0,0,1,0,2Z"/><path class="uim-tertiary" d="M20,23.00537H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z"/><path class="uim-quaternary" d="M14.81573,21.00537a2.96457,2.96457,0,0,0,.18427-1,3,3,0,0,0-6,0,2.96485,2.96485,0,0,0,.18433,1Z"/><path class="uim-tertiary" d="M17.87256 7.58289L16.45789 8.99847A5.95544 5.95544 0 0 1 18 13.00537a6.048 6.048 0 0 1-3.45483 5.43085A2.97112 2.97112 0 0 1 15 20.00537a2.64483 2.64483 0 0 1-.03973.40765A8.04378 8.04378 0 0 0 20 13.00537 7.94487 7.94487 0 0 0 17.87256 7.58289zM9.42059 18.49921a7.03623 7.03623 0 0 1-1.09478-.55957A.98281.98281 0 0 1 8 18.00537H5.32635a8.87269 8.87269 0 0 0 3.71967 2.472 2.69006 2.69006 0 0 1-.046-.472A2.96586 2.96586 0 0 1 9.42059 18.49921z"/>'},GC={name:"microsoft",style:"monochrome",path:'<rect width="9.503" height="9.503" x="2" y="2" class="uim-primary"/><rect width="9.503" height="9.503" x="12.493" y="2" class="uim-primary"/><rect width="9.503" height="9.503" x="2" y="12.497" class="uim-primary"/><rect width="9.503" height="9.503" x="12.493" y="12.497" class="uim-primary"/>'},QC={name:"minus-square-full",style:"monochrome",path:'<path class="uim-primary" d="M17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z"/><path class="uim-tertiary" d="M21,2H3A.99974.99974,0,0,0,2,3V21a.99974.99974,0,0,0,1,1H21a.99974.99974,0,0,0,1-1V3A.99974.99974,0,0,0,21,2ZM17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z"/>'},KC={name:"multiply",style:"monochrome",path:'<path class="uim-primary" d="M7,18a1,1,0,0,1-.707-1.707l10-10A.99989.99989,0,0,1,17.707,7.707l-10,10A.99676.99676,0,0,1,7,18Z"/><path class="uim-primary" d="M17,18a.99676.99676,0,0,1-.707-.293l-10-10A.99989.99989,0,0,1,7.707,6.293l10,10A1,1,0,0,1,17,18Z"/>'},JC={name:"object-group",style:"monochrome",path:'<path class="uim-tertiary" d="M11,10h5c0.55228,0,1,0.44771,1,1v5c0,0.55228-0.44772,1-1,1h-5c-0.55229,0-1-0.44772-1-1v-5C10,10.44771,10.44771,10,11,10z"/><path class="uim-primary" d="M10 11c0-.55231.44769-1 1-1h3V8c0-.55231-.44769-1-1-1H8C7.44769 7 7 7.44769 7 8v5c0 .55231.44769 1 1 1h2V11zM4 22c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2C5.99857 21.10398 5.10398 21.99857 4 22zM4 6C2.89543 6 2 5.10457 2 4s.89543-2 2-2 2 .89543 2 2C5.99857 5.10398 5.10398 5.99857 4 6zM20 6c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2C21.99857 5.10398 21.10398 5.99857 20 6zM20 22c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2C21.99857 21.10398 21.10398 21.99857 20 22z"/><path class="uim-quaternary" d="M18.27832,5c-0.37109-0.61503-0.37109-1.38497,0-2H5.72168c0.37109,0.61503,0.37109,1.38497,0,2H18.27832z M20,18c0.35218,0.00201,0.69742,0.0981,1,0.27832V5.72168c-0.61502,0.37109-1.38498,0.37109-2,0v12.55664C19.30258,18.0981,19.64782,18.00201,20,18z M4,18c0.35218,0.00201,0.69742,0.0981,1,0.27832V5.72168c-0.61503,0.37109-1.38497,0.37109-2,0v12.55664C3.30258,18.0981,3.64782,18.00201,4,18z M18.27832,19H5.72168c0.37109,0.61502,0.37109,1.38498,0,2h12.55664C17.90723,20.38498,17.90723,19.61502,18.27832,19z"/>'},XC={name:"object-ungroup",style:"monochrome",path:'<path class="uim-tertiary" d="M4,16c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C5.99857,15.10398,5.10398,15.99857,4,16z M4,13.998L4,13.998z M4,6C2.89543,6,2,5.10457,2,4s0.89543-2,2-2s2,0.89543,2,2C5.99857,5.10398,5.10398,5.99857,4,6z M4,3.99805L4,3.99805z M14,6c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C15.99857,5.10398,15.10398,5.99857,14,6z M14,3.99805L14,3.99805z M14,16c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C15.99857,15.10398,15.10398,15.99857,14,16z M14,13.998L14,13.998z"/><path class="uim-primary" d="M10,22c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C11.99857,21.10398,11.10398,21.99857,10,22z M10,19.998L10,19.998z M10,12c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C11.99857,11.10398,11.10398,11.99857,10,12z M10,9.998L10,9.998z M20,12c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C21.99857,11.10398,21.10398,11.99857,20,12z M20,9.998L20,9.998z M20,22c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C21.99857,21.10398,21.10398,21.99857,20,22z M20,19.998L20,19.998z"/><path class="uim-quaternary" d="M12.27832,5c-0.37109-0.61503-0.37109-1.38497,0-2H5.72168c0.37109,0.61503,0.37109,1.38497,0,2H12.27832z M4,12c0.35218,0.00201,0.69742,0.0981,1,0.27832V5.72168c-0.61503,0.37109-1.38497,0.37109-2,0v6.55664C3.30258,12.0981,3.64782,12.00201,4,12z"/><path class="uim-tertiary" d="M20,18c0.35218,0.00201,0.69742,0.0981,1,0.27832v-6.55664c-0.61502,0.37109-1.38498,0.37109-2,0v6.55664C19.30258,18.0981,19.64782,18.00201,20,18z M10,18c0.35218,0.00201,0.69742,0.0981,1,0.27832v-6.55664c-0.61503,0.37109-1.38497,0.37109-2,0v6.55664C9.30258,18.0981,9.64782,18.00201,10,18z"/><path class="uim-quaternary" d="M12.27832,13H11v2h1.27832C11.90723,14.38497,11.90723,13.61503,12.27832,13z M9,15v-2H5.72168c0.37109,0.61503,0.37109,1.38497,0,2H9z"/><path class="uim-tertiary" d="M18.27832,19h-6.55664c0.37109,0.61502,0.37109,1.38498,0,2h6.55664C17.90723,20.38498,17.90723,19.61502,18.27832,19z M18.27832,11c-0.37109-0.61503-0.37109-1.38497,0-2h-6.55664c0.37109,0.61503,0.37109,1.38497,0,2H18.27832z"/><path class="uim-quaternary" d="M15,9V5.72168c-0.61503,0.37109-1.38497,0.37109-2,0V9H15z M13,11v1.27832c0.61503-0.37109,1.38497-0.37109,2,0V11H13z"/>'},YC={name:"okta",style:"monochrome",path:'<path class="uim-primary" d="M11.9984,2a10,10,0,1,0,10,10A9.99489,9.99489,0,0,0,11.9984,2Zm0,15.00994A5.00994,5.00994,0,1,1,17.00834,12,5.01442,5.01442,0,0,1,11.9984,17.00994Z"/>'},eb={name:"opera",style:"monochrome",path:'<path class="uim-primary" d="M11.9963,2c-5.462,0-9.278,3.95814-9.278,9.899,0,5.28991,3.7112,10.101,9.28549,10.101,5.56676,0,9.27787-4.81857,9.27787-10.101C21.28168,5.95814,17.45831,2,11.9963,2Zm0,18.38381c-3.39693,0-3.77107-5.01309-3.77107-8.7093V11.5997c0-3.99549.59858-8.23042,3.74864-8.23042s3.786,4.3621,3.786,8.3576C15.75987,15.42311,15.39318,20.38381,11.9963,20.38381Z"/>'},tb={name:"opera-alt",style:"monochrome",path:'<path class="uim-primary" d="M11.99628,2c-5.462,0-9.278,3.95813-9.278,9.899C2.71832,17.1889,6.4295,22,12.00378,22c5.56678,0,9.2779-4.8186,9.2779-10.101C21.28168,5.95813,17.45831,2,11.99628,2Zm-.0011,16c-2.39575,0-2.65967-3.53564-2.65967-6.14252v-.05273C9.33551,8.98682,9.75769,6,11.97937,6s2.67017,3.07648,2.67017,5.89441C14.64954,14.50128,14.39093,18,11.99518,18Z"/>'},nb={name:"padlock",style:"monochrome",path:'<path class="uim-tertiary" d="M9 7c0-1.7 1.3-3 3-3s3 1.3 3 3v2h2V7c0-2.8-2.2-5-5-5S7 4.2 7 7v2h2V7zM13.5 14.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5c0 .4.2.8.5 1.1V17c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-1.4C13.3 15.3 13.5 14.9 13.5 14.5z"/><path class="uim-primary" d="M17,9H7c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M13,15.6V17c0,0.6-0.4,1-1,1c0,0,0,0,0,0c-0.6,0-1-0.4-1-1c0,0,0,0,0,0v-1.4c-0.3-0.3-0.5-0.7-0.5-1.1c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5C13.5,14.9,13.3,15.3,13,15.6z"/>'},ab={name:"pagelines",style:"monochrome",path:'<path class="uim-primary" d="M15.09924,14.0062a10.74309,10.74309,0,0,1-.89443,2.27471,3.53764,3.53764,0,0,1,1.36011-.45561c1.95673-.20979,3.74981,1.543,3.74981,1.543s-1.38028,2.09178-3.34034,2.29822a4.95387,4.95387,0,0,1-3.33612-1.19315A10.786,10.786,0,0,1,4.67049,22a.6721.6721,0,0,1,0-1.3442,9.41858,9.41858,0,0,0,5.84407-2.03222,3.74482,3.74482,0,0,1-1.73431-.24249c-1.81577-.7602-2.53651-3.16246-2.53651-3.16246s2.21512-1.16713,4.02836-.40358a4.39386,4.39386,0,0,1,2.01209,1.98021,9.43224,9.43224,0,0,0,1.45828-2.90065,4.72021,4.72021,0,0,1-3.25807-.07551c-1.773-.85249-2.37627-3.28414-2.37627-3.28414s2.27474-1.05554,4.04849-.203a4.39566,4.39566,0,0,1,1.9005,2.05823,9.3233,9.3233,0,0,0,.07551-1.0094,6.81851,6.81851,0,0,1-2.5172-4.03171C11.26805,4.58263,13.70974,2,13.70974,2S16.71192,3.90132,17.056,6.66437A6.99255,6.99255,0,0,1,15.47345,11.39a8.957,8.957,0,0,1-.05956.99009,4.20594,4.20594,0,0,1,1.69829-1.82242c1.75029-.90454,4.05437.08555,4.05437.08555s-.53113,2.4484-2.28142,3.34958a5.15363,5.15363,0,0,1-3.78589.01342Zm0,0"/>'},rb={name:"pagerduty",style:"monochrome",path:'<rect width="2.93" height="5.327" x="6" y="16.673" class="uim-primary"/><path class="uim-primary" d="M17.03363,2.9765C15.461,2.13947,14.3703,2,11.79584,2H6V14.12427h5.77045c2.29547,0,4.00763-.13953,5.51678-1.14142A5.769,5.769,0,0,0,19.78564,7.986,5.48737,5.48737,0,0,0,17.03363,2.9765Zm-4.591,8.61133h-3.513v-6.988l3.31006-.02539c3.01837-.038,4.52758,1.02729,4.52758,3.43695C16.76727,10.59857,14.903,11.58783,12.44263,11.58783Z"/>'},ib={name:"paperclip",style:"monochrome",path:'<path class="uim-primary" d="M8.8916,21.85352A6.25,6.25,0,0,1,4.47168,11.18457l7.95508-7.95508A4.49986,4.49986,0,0,1,18.791,9.59277L11.89648,16.4873a2.8164,2.8164,0,0,1-3.88964,0,2.75018,2.75018,0,0,1,.001-3.88867l5.126-5.12695a.99989.99989,0,1,1,1.41406,1.41406l-5.126,5.127a.74971.74971,0,0,0,0,1.06054.76811.76811,0,0,0,1.06054,0L17.377,8.17871a2.50263,2.50263,0,0,0,0-3.53516,2.5591,2.5591,0,0,0-3.53613,0L5.88574,12.59863a4.24989,4.24989,0,1,0,6.01074,6.00977l6.1875-6.18652a.99989.99989,0,1,1,1.41407,1.41406l-6.1875,6.18652A6.20551,6.20551,0,0,1,8.8916,21.85352Z"/>'},lb={name:"paragraph",style:"monochrome",path:'<path class="uim-primary" d="M13 15.5H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2zM21 10.5H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},ob={name:"paypal",style:"monochrome",path:'<path class="uim-tertiary" d="M8.88188,19.94c-0.07709,0.48569-0.49587,0.84325-0.98764,0.84325H4.06249c-0.84674,0.00182-1.53463-0.68312-1.53646-1.52986c-0.00018-0.08553,0.00679-0.17093,0.02085-0.25529L5.13672,2.5918C5.28397,1.67638,6.07281,1.00247,7,1h6.21387c2.56054,0,4.4082,0.62012,5.49218,1.84277c1.04665,1.20585,1.44867,2.8419,1.08008,4.39551c-0.02148,0.13477-0.043,0.27051-0.07519,0.418c-0.82324,4.21777-3.65528,6.457-8.18555,6.457H9.80664L8.88188,19.94z M4.52246,19.31157l-0.00195,0.00684L4.52246,19.31157z M7.11328,2.89657l-0.001,0.002L7.11328,2.89657z"/><path class="uim-primary" d="M20.43652,7.10449c-0.16614-0.18597-0.34869-0.35577-0.54498-0.508c-0.02191,0.2146-0.05493,0.42896-0.10541,0.64178c-0.02148,0.13477-0.04303,0.27051-0.0752,0.41797c-0.82324,4.21777-3.65527,6.45703-8.18555,6.45703H9.80664L8.8819,19.94c-0.07709,0.48572-0.49591,0.84326-0.98767,0.84326H6.72656l-0.08203,0.52045c-0.01196,0.07568-0.01801,0.15222-0.01807,0.22888C6.62616,22.34271,7.28265,22.99969,8.09277,23h3.23438c0.86566,0.00732,1.60815-0.61591,1.75104-1.46973l0.64062-4.03125l0.01074-0.05463h0.29883c4.03223,0,6.55078-1.99323,7.28516-5.76276C21.76788,10.10339,21.44214,8.40308,20.43652,7.10449z"/>'},cb={name:"pentagon",style:"monochrome",path:'<path class="uim-primary" d="M17.56249,21.55957H6.43749a1,1,0,0,1-.95116-.69141L2.04883,10.28809A.99881.99881,0,0,1,2.41211,9.1709l9-6.53906a.99648.99648,0,0,1,1.17578,0l9,6.53906a.99881.99881,0,0,1,.36328,1.11719l-3.4375,10.58007A1,1,0,0,1,17.56249,21.55957Z"/>'},ub={name:"plus-square",style:"monochrome",path:'<path class="uim-primary" d="M17,11H13V7a1,1,0,0,0-2,0v4H7a1,1,0,0,0,0,2h4v4a1,1,0,0,0,2,0V13h4a1,1,0,0,0,0-2Z"/><path class="uim-tertiary" d="M21,2H3A.99974.99974,0,0,0,2,3V21a.99974.99974,0,0,0,1,1H21a.99974.99974,0,0,0,1-1V3A.99974.99974,0,0,0,21,2ZM17,13H13v4a1,1,0,0,1-2,0V13H7a1,1,0,0,1,0-2h4V7a1,1,0,0,1,2,0v4h4a1,1,0,0,1,0,2Z"/>'},sb={name:"polygon",style:"monochrome",path:'<path class="uim-primary" d="M16.5,20.794h-9a.99983.99983,0,0,1-.86621-.5L2.13379,12.5a1.002,1.002,0,0,1,0-1l4.5-7.79395a.99983.99983,0,0,1,.86621-.5h9a.99987.99987,0,0,1,.86621.5l4.5,7.794a1.002,1.002,0,0,1,0,1l-4.5,7.79395A.99987.99987,0,0,1,16.5,20.794Z"/>'},hb={name:"previous",style:"monochrome",path:'<path class="uim-primary" d="M16 17a.99676.99676 0 0 1-.707-.293l-4-4a.99962.99962 0 0 1 0-1.41406l4-4A.99989.99989 0 0 1 16.707 8.707L13.41406 12l3.293 3.293A1 1 0 0 1 16 17zM8 17a1 1 0 0 1-1-1V8A1 1 0 0 1 9 8v8A1 1 0 0 1 8 17z"/>'},db={name:"process",style:"monochrome",path:'<path class="uim-primary" d="M8.625,8.5h-4.5a.99943.99943,0,0,1-1-1V3a1,1,0,0,1,2,0V6.5h3.5a1,1,0,0,1,0,2Z"/><path class="uim-primary" d="M21 13a.99943.99943 0 0 1-1-1A7.995 7.995 0 0 0 5.0791 8.001.99981.99981 0 0 1 3.34863 6.999 9.99473 9.99473 0 0 1 22 12 .99943.99943 0 0 1 21 13zM19.875 22a.99943.99943 0 0 1-1-1V17.5h-3.5a1 1 0 0 1 0-2h4.5a.99943.99943 0 0 1 1 1V21A.99943.99943 0 0 1 19.875 22z"/><path class="uim-primary" d="M12,22A10.01177,10.01177,0,0,1,2,12a1,1,0,0,1,2,0,7.995,7.995,0,0,0,14.9209,3.999.99981.99981,0,0,1,1.73047,1.002A10.03228,10.03228,0,0,1,12,22Z"/>'},pb={name:"react",style:"monochrome",path:'<path class="uim-primary" d="M19.10767,12.37561q-.17587-.201-.37116-.40308.13641-.14337.264-.28649c1.60583-1.80427,2.28357-3.61371,1.65558-4.70154-.60217-1.043-2.39343-1.35382-4.63593-.91779q-.33132.06482-.659.14624-.06272-.21624-.13343-.43C14.467,3.49042,13.2381,1.99921,11.98206,2,10.77765,2.00055,9.61359,3.39709,8.871,5.5575q-.10959.31969-.20276.64471-.21908-.05375-.44-.0993c-2.366-.48578-4.27167-.16584-4.89844.9226-.601,1.04376.02753,2.74982,1.52851,4.47211q.22329.25562.45922.49976c-.18542.191-.361.38189-.52465.57171-1.4646,1.698-2.05719,3.37616-1.45716,4.41541.61969,1.07348,2.49854,1.42437,4.7854.97436q.278-.05511.55292-.124.10071.35156.22095.697c.73932,2.11706,1.89685,3.46863,3.097,3.4682,1.23944-.00073,2.48194-1.45288,3.23474-3.65875.05945-.17432.11573-.35535.16907-.54175q.35514.08835.71485.1568c2.20336.41687,3.95251.089,4.55145-.951C21.28058,15.93109,20.64288,14.12933,19.10767,12.37561ZM4.07019,7.45184c.38586-.67,1.94324-.93139,3.98608-.512q.19584.04027.39838.09a20.464,20.464,0,0,0-.42126,2.67767,20.88659,20.88659,0,0,0-2.10389,1.6936q-.21945-.22695-.42718-.4649l.00006.00006C4.21631,9.46057,3.708,8.08081,4.07019,7.45184Zm3.88666,5.72809c-.51056-.3866-.98505-.78265-1.41571-1.181.43036-.39587.90515-.79059,1.41467-1.17615q-.0275.58915-.02722,1.1792Q7.929,12.59117,7.95685,13.17993Zm-.00061,3.94061a7.23675,7.23675,0,0,1-2.63971.09314,1.766,1.766,0,0,1-1.241-.65631c-.36407-.63067.11176-1.978,1.36432-3.43023q.23621-.273.48791-.53174a20.49026,20.49026,0,0,0,2.10712,1.70007,20.80226,20.80226,0,0,0,.42621,2.712Q8.21011,17.07023,7.95624,17.12054Zm7.10113-8.03936q-.50309-.317-1.01861-.61365-.5073-.292-1.0268-.56207c.593-.24933,1.17591-.46228,1.73865-.63581A18.21775,18.21775,0,0,1,15.05737,9.08118ZM9.679,5.83521c.63623-1.85114,1.57763-2.98053,2.30352-2.98084.77308-.00037,1.77753,1.21826,2.43433,3.19763q.064.19355.121.38928a20.478,20.478,0,0,0-2.52716.9712,20.06145,20.06145,0,0,0-2.519-.98194Q9.578,6.13062,9.679,5.83521ZM9.27863,7.259a18.30717,18.30717,0,0,1,1.72967.642Q9.95746,8.4433,8.96094,9.0824C9.0412,8.4444,9.148,7.83313,9.27863,7.259ZM8.9624,14.91968q.49695.31813,1.00843.61273.52174.30039,1.05737.57556a18.19577,18.19577,0,0,1-1.74445.66492C9.15161,16.1908,9.04364,15.56879,8.9624,14.91968Zm5.45569,3.14551A7.23556,7.23556,0,0,1,13.18,20.39844l-.00006.00006a1.76585,1.76585,0,0,1-1.18841.747c-.72821.00042-1.65766-1.085-2.28992-2.89545q-.11169-.32108-.20551-.648a20.10863,20.10863,0,0,0,2.52918-1.0097,20.79976,20.79976,0,0,0,2.54736.97851Q14.50141,17.81983,14.41809,18.06519Zm.36224-1.32422c-.56921-.176-1.16058-.39252-1.76214-.64551q.50867-.2677,1.02472-.56543.52955-.30579,1.0321-.62689A18.1524,18.1524,0,0,1,14.78033,16.741Zm.44629-4.74268q.00111.91095-.05688,1.82044c-.49268.33343-1.01282.659-1.554.97143-.53894.31116-1.07293.59711-1.59674.8559q-.82682-.39624-1.62176-.854-.79047-.455-1.54468-.969-.06894-.90921-.06946-1.82172l.00012.00019q-.00063-.91187.06794-1.82184c.49255-.33637,1.00891-.66168,1.54278-.96991.53632-.30969,1.077-.59442,1.61469-.85248q.81664.39688,1.60382.85065.78992.454,1.549.95868.06519.91443.06524,1.83166Zm.95673-5.09283c1.92133-.37372,3.37-.12232,3.73291.50622.3866.66962-.16748,2.1485-1.55383,3.70636l-.00006.00006q-.1149.12891-.23841.25891A20.06118,20.06118,0,0,0,15.98,9.68915a20.04054,20.04054,0,0,0-.40546-2.64893Q15.88486,6.96387,16.18335,6.90546Zm-.12988,3.8847A18.16447,18.16447,0,0,1,17.51483,11.978a18.11912,18.11912,0,0,1-1.45672,1.20831q.02325-.59391.02288-1.18842Q16.08072,11.39389,16.05347,10.79016Zm3.8681,5.78876c-.36346.63116-1.76788.89435-3.65222.53784q-.32391-.06115-.66474-.14557a20.069,20.069,0,0,0,.38746-2.68176,19.93914,19.93914,0,0,0,2.13708-1.71588q.17643.18329.33563.36487v-.00007a7.23437,7.23437,0,0,1,1.40308,2.23792A1.76563,1.76563,0,0,1,19.92157,16.57892Zm-8.8186-6.141a1.78593,1.78593,0,1,0,2.43957.65362A1.786,1.786,0,0,0,11.103,10.43793Z"/>'},fb={name:"record-audio",style:"monochrome",path:'<circle cx="12" cy="12" r="6" class="uim-tertiary"/><path class="uim-primary" d="M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,16a6,6,0,1,1,6-6A6.00687,6.00687,0,0,1,12,18Z"/>'},mb={name:"reddit-alien-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M18.89258,7c-1.66233-0.00793-3.00447-1.36011-3-3.02246c0.0124-1.65692,1.36566-2.99007,3.02258-2.97767c1.63067,0.0122,2.95301,1.32467,2.97742,2.95521v0.02246C21.89705,5.63989,20.55491,6.99207,18.89258,7z M11.7998,23c-6.168,0-11-3.0752-11-7s4.832-7,11-7s11,3.0752,11,7S17.96777,23,11.7998,23z"/><path class="uim-quaternary" d="M20.49896 8.29218c-1.63556-.69507-3.47937-.14093-4.49719 1.22247 2.95215.75647 5.22406 2.29492 6.22827 4.23462.09949-.16132.19427-.32599.26874-.50116C23.31506 11.32733 22.41974 9.10846 20.49896 8.29218zM11.7998 9c.39105 0 .77649.01288 1.15594.03705l.85577-5.70508 2.08734.70984c-.00043-.02191-.00635-.0423-.00629-.06427.00519-.69354.25482-1.32227.65375-1.82739l-3.22406-1.09644c-.05725-.01959-.11621-.03394-.17609-.04291-.54572-.08136-1.05408.29504-1.13544.84076l-1.07648 7.17542C11.22058 9.01337 11.50714 9 11.7998 9zM7.59216 9.51593C7.50409 9.39874 7.41998 9.27838 7.31854 9.17188 5.87958 7.66144 3.48859 7.60345 1.97809 9.04242c-1.31464 1.25244-1.52649 3.2251-.61121 4.71161C2.36908 11.81329 4.64032 10.2735 7.59216 9.51593z"/><path class="uim-primary" d="M11.8418,19.5c-1.37306,0.12061-2.73663-0.31854-3.78125-1.21777c-0.39048-0.39102-0.39005-1.02455,0.00097-1.41504s1.02455-0.39005,1.41504,0.00097c0.68126,0.49982,1.52549,0.72535,2.36525,0.63184c0.84081,0.09332,1.68601-0.13252,2.3682-0.63281c0.39016-0.39134,1.02369-0.3923,1.41503-0.00214c0.39134,0.39016,0.3923,1.02369,0.00214,1.41503c-0.00103,0.00104-0.00207,0.00208-0.00311,0.00311C14.5785,19.18138,13.21495,19.62005,11.8418,19.5z M10,14.00207c0.00017-0.55229-0.4474-1.00014-0.99969-1.00031C8.44802,13.00159,8.00017,13.44917,8,14.00145c-0.00017,0.55229,0.44741,1.00014,0.99969,1.00031c0.00021,0,0.00041,0,0.00062,0C9.55208,15.00093,9.99917,14.55384,10,14.00207z M16,14.00207c0.00017-0.55229-0.4474-1.00014-0.99969-1.00031C14.44802,13.00159,14.00017,13.44917,14,14.00145c-0.00017,0.55229,0.44741,1.00014,0.99969,1.00031c0.00021,0,0.00041,0,0.00062,0C15.55208,15.00093,15.99917,14.55384,16,14.00207z"/>'},vb={name:"redo",style:"monochrome",path:'<path class="uim-primary" d="M19.875,8.5h-4.5a1,1,0,0,1,0-2h3.5V3a1,1,0,0,1,2,0V7.5A.99974.99974,0,0,1,19.875,8.5Z"/><path class="uim-primary" d="M12,22A10,10,0,1,1,20.65137,6.999.99981.99981,0,0,1,18.9209,8.001,7.98928,7.98928,0,1,0,20,12a1,1,0,0,1,2,0A10.01146,10.01146,0,0,1,12,22Z"/>'},Ab={name:"refresh",style:"monochrome",path:'<circle cx="12" cy="12" r="3" class="uim-primary"/><path class="uim-tertiary" d="M12 2A10.01617 10.01617 0 0 0 4.99982 4.87744V3a1 1 0 1 0-2 0V7.5a.99942.99942 0 0 0 1 1h4.5a1 1 0 0 0 0-2H6.21838A7.98053 7.98053 0 0 1 20 12a1 1 0 0 0 2 0A10.01177 10.01177 0 0 0 12 2zM19.98859 15.5h-4.5a1 1 0 0 0 0 2h2.29309A7.98057 7.98057 0 0 1 4 12a1 1 0 0 0-2 0 9.98559 9.98559 0 0 0 16.98859 7.13269V21a1 1 0 0 0 2 0V16.5A.99943.99943 0 0 0 19.98859 15.5z"/>'},yb={name:"repeat",style:"monochrome",path:'<path class="uim-tertiary" d="M11.4978,22c-0.26527,0.0003-0.51971-0.10515-0.707-0.293l-2.5-2.5c-0.39048-0.39029-0.39064-1.02322-0.00036-1.4137c0.00012-0.00012,0.00024-0.00024,0.00036-0.00036l2.5-2.5c0.39214-0.38882,1.02523-0.38613,1.41405,0.00601c0.38649,0.38979,0.38648,1.01827-0.00002,1.40805l-1.793,1.793l1.793,1.793c0.39047,0.39058,0.39037,1.02375-0.00021,1.41421C12.01713,21.89464,11.7629,21.99995,11.4978,22z"/><path class="uim-tertiary" d="M21,4.5h-2c-0.55228,0-1,0.44772-1,1s0.44772,1,1,1h1v11h-8.58813l-1,1l1,1H21c0.55214,0.00014,0.99986-0.44734,1-0.99948c0-0.00017,0-0.00035,0-0.00052v-13c0.00014-0.55214-0.44734-0.99986-0.99948-1C21.00035,4.5,21.00017,4.5,21,4.5z"/><path class="uim-primary" d="M12.5,2c0.26527-0.0003,0.51971,0.10515,0.707,0.293l2.5,2.5c0.39048,0.39027,0.39065,1.02319,0.00038,1.41368C15.70726,6.2068,15.70713,6.20693,15.707,6.20706l-2.5,2.5c-0.39296,0.38799-1.02604,0.38396-1.41403-0.009C11.40846,8.30862,11.40847,7.68242,11.793,7.293L13.586,5.5l-1.793-1.793c-0.39047-0.39058-0.39037-1.02375,0.00021-1.41421C11.98069,2.10537,12.23491,2.00006,12.5,2z"/><path class="uim-primary" d="M5,17.5H4v-11h8.58594l1-1l-1-1H3C2.44786,4.49986,2.00014,4.94734,2,5.49948C2,5.49965,2,5.49983,2,5.5v13c-0.00014,0.55214,0.44734,0.99986,0.99948,1c0.00017,0,0.00035,0,0.00052,0h2c0.55228,0,1-0.44772,1-1S5.55228,17.5,5,17.5z"/>'},Mb={name:"right-indent-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M21 19H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 15H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 7H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 11H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M9 19a.99974.99974 0 0 1-1-1V6a1 1 0 0 1 2 0V18A.99974.99974 0 0 1 9 19zM3.00049 14.667a1.00006 1.00006 0 0 1-.64063-1.76855L3.438 12l-1.07813-.89844A1.00023 1.00023 0 0 1 3.64014 9.56445l2 1.667a1.00062 1.00062 0 0 1 0 1.5371l-2 1.667A.99882.99882 0 0 1 3.00049 14.667z"/>'},Hb={name:"rocket",style:"monochrome",path:'<path class="uim-primary" d="M17.73657 14.62189l-2.426 2.23065a11.60327 11.60327 0 0 1-4.29847 2.36987l.64368 3.00318a1.0003 1.0003 0 0 0 1.46924.66162l3.90527-2.20264a3.03526 3.03526 0 0 0 1.375-3.30371zM7.26562 8.77588L9.35431 6.296l-2.6048-.62848A2.77711 2.77711 0 0 0 3.36279 7.0249L1.1626 10.9248A.99989.99989 0 0 0 1.82422 12.394l3.07275.65869A12.88652 12.88652 0 0 1 7.26562 8.77588zM16.73373 8.81626a1.5 1.5 0 1 0-1.5-1.5A1.50055 1.50055 0 0 0 16.73373 8.81626z"/><path class="uim-tertiary" d="M22.60107,2.062a1.00088,1.00088,0,0,0-.71289-.71289A11.24875,11.24875,0,0,0,10.46924,4.97217L7.26562,8.77588A12.93634,12.93634,0,0,0,4.3418,15.48682a1.00031,1.00031,0,0,0,.28466.83642l3.1001,3.1001a.99941.99941,0,0,0,.707.293c.02881,0,.05762-.00147.08692-.00391a11.84707,11.84707,0,0,0,6.79-2.85986l3.66308-3.36816A11.20387,11.20387,0,0,0,22.60107,2.062ZM16.7337,8.81622a1.5,1.5,0,1,1,1.5-1.5A1.50054,1.50054,0,0,1,16.7337,8.81622Z"/>'},gb={name:"ruler",style:"monochrome",path:'<path class="uim-primary" d="M10.5859 20.48539L7.05036 16.94986a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41422 0l3.53553 3.53553zM13.41433 17.657L11.293 15.53564a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41421 0l2.12132 2.12132zM16.24275 14.82854L12.70722 11.293a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41421 0L17.657 13.41432zM19.07118 12.00011L16.94986 9.87879a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41421 0l2.12132 2.12132z"/><path class="uim-tertiary" d="M22.60645,7.05078,16.94971,1.39355a.99967.99967,0,0,0-1.41407,0L1.39355,15.53516a.99964.99964,0,0,0,0,1.41406l5.65674,5.65723a.99967.99967,0,0,0,1.41407,0l2.12133-2.12128L7.05035,16.94983A1,1,0,1,1,8.4646,15.53564L11.99994,19.071l1.41424-1.41418L11.293,15.53564a1,1,0,0,1,1.41418-1.41424l2.12122,2.12121,1.41418-1.41418L12.70721,11.293a1,1,0,0,1,1.41425-1.41419l3.53546,3.53547,1.41419-1.41419L16.94983,9.87878a1,1,0,0,1,1.41424-1.41424l2.12134,2.12134,2.121-2.121A.99964.99964,0,0,0,22.60645,7.05078Z"/>'},Zb={name:"ruler-combined",style:"monochrome",path:'<path class="uim-primary" d="M14 10H12V7a1 1 0 0 1 1-1h0a1 1 0 0 1 1 1zM9 6A1 1 0 0 0 8 7V8H7a1 1 0 0 0 0 2h3V7A1 1 0 0 0 9 6zM10 12v2H7a1 1 0 0 1-1-1H6a1 1 0 0 1 1-1z"/><path class="uim-primary" d="M10,12v2H7a1,1,0,0,1-1-1H6a1,1,0,0,1,1-1Z"/><path class="uim-tertiary" d="M21,2H3A.99974.99974,0,0,0,2,3V21a.99974.99974,0,0,0,1,1H9a.99974.99974,0,0,0,1-1V18H7a1,1,0,0,1,0-2h3V14H7a1,1,0,0,1,0-2h3V10H7A1,1,0,0,1,7,8H8V7a1,1,0,0,1,2,0v3h2V7a1,1,0,0,1,2,0v3h2V7a1,1,0,0,1,2,0v3h3a.99974.99974,0,0,0,1-1V3A.99974.99974,0,0,0,21,2Z"/><path class="uim-primary" d="M10 16v2H7a1 1 0 0 1-1-1H6a1 1 0 0 1 1-1zM18 10H16V7a1 1 0 0 1 1-1h0a1 1 0 0 1 1 1z"/>'},Vb={name:"sanitizer",style:"monochrome",path:'<path class="uim-primary" d="M5,5a1,1,0,0,1-.707-1.707l.82861-.82861A4.96656,4.96656,0,0,1,8.65674,1H17a1,1,0,0,1,0,2H8.65674a3.022,3.022,0,0,0-2.1211.87842L5.707,4.707A.99676.99676,0,0,1,5,5Z"/><path class="uim-tertiary" d="M10,3V5.50006l.3999-.29986A1.00071,1.00071,0,0,1,11,5h4a1.00071,1.00071,0,0,1,.6001.2002L16,5.50012V3Z"/><circle cx="13" cy="15" r="2" class="uim-primary"/><path class="uim-primary" d="M13,18a3,3,0,1,1,3-3A3.00328,3.00328,0,0,1,13,18Z"/><path class="uim-quaternary" d="M18.80029,7.6001,15.6001,5.2002A1.00071,1.00071,0,0,0,15,5H11a1.00071,1.00071,0,0,0-.6001.2002L7.19922,7.6001A3.01563,3.01563,0,0,0,6,10V22a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V10A3.01469,3.01469,0,0,0,18.80029,7.6001ZM13,18a3,3,0,1,1,3-3A3.00328,3.00328,0,0,1,13,18Z"/>'},Cb={name:"sanitizer-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M12,3V4h2V3h1a1,1,0,0,0,0-2H10.23584A4.593,4.593,0,0,0,6.10547,3.55273a1.00012,1.00012,0,0,0,1.78906.89454A2.60342,2.60342,0,0,1,10.23584,3Z"/><path class="uim-primary" d="M16 5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1V8h6zM14 17H12a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2z"/><path class="uim-quaternary" d="M16,8H10a3.00328,3.00328,0,0,0-3,3v9a3.00328,3.00328,0,0,0,3,3h6a3.00328,3.00328,0,0,0,3-3V11A3.00328,3.00328,0,0,0,16,8Zm-2,9H12a1,1,0,0,1,0-2h2a1,1,0,0,1,0,2Z"/>'},bb={name:"scenery",style:"monochrome",path:'<path class="uim-quaternary" d="M13.5,9C12.67157,9,12,8.32843,12,7.5S12.67157,6,13.5,6S15,6.67157,15,7.5C14.9991,8.32805,14.32805,8.9991,13.5,9z"/><path class="uim-tertiary" d="M19,2H5C3.34515,2.00483,2.00483,3.34515,2,5v8.86l3.88-3.88c1.18747-1.13,3.05253-1.13,4.24,0l2.87139,2.887l0.88752-0.88751c1.17344-1.16662,3.06874-1.16662,4.24218,0L22,15.8584V5C21.99517,3.34515,20.65485,2.00483,19,2z M13.5,9C12.67157,9,12,8.32843,12,7.5S12.67157,6,13.5,6S15,6.67157,15,7.5C14.9991,8.32805,14.32805,8.9991,13.5,9z"/><path class="uim-primary" d="M10.12,9.98c-1.18747-1.13-3.05253-1.13-4.24,0L2,13.86V19c0.00484,1.65484,1.34516,2.99516,3,3h14c0.81512-0.00034,1.59497-0.3325,2.16-0.92L10.12,9.98z"/><path class="uim-quaternary" d="M22,15.8584l-3.87891-3.87891c-1.17345-1.1666-3.06873-1.1666-4.24218,0L12.99139,12.867l8.16425,8.20856C21.69776,20.5208,22.00089,19.77567,22,19V15.8584z"/>'},Lb={name:"schedule",style:"monochrome",path:'<path class="uim-tertiary" d="M7,5.99976C6.44803,6.00007,6.00031,5.55287,6,5.0009c0-0.00038,0-0.00076,0-0.00114v-2c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v2c0.00031,0.55197-0.44689,0.99969-0.99886,1C7.00076,5.99976,7.00038,5.99976,7,5.99976z M17,5.99976c-0.55197,0.00031-0.99969-0.44689-1-0.99886c0-0.00038,0-0.00076,0-0.00114v-2c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v2c0.00031,0.55197-0.44689,0.99969-0.99886,1C17.00076,5.99976,17.00038,5.99976,17,5.99976z"/><path class="uim-primary" d="M19,4.00024h-1v0.99952c0,0.55228-0.44772,1-1,1s-1-0.44772-1-1V4.00024H8v0.99952c0,0.55228-0.44772,1-1,1s-1-0.44772-1-1V4.00024H5c-1.65685,0-3,1.34315-3,3v2h20v-2C22,5.34339,20.65685,4.00024,19,4.00024L19,4.00024z"/><circle cx="7" cy="13" r="1" class="uim-primary"/><circle cx="7" cy="17" r="1" class="uim-primary"/><circle cx="12" cy="13" r="1" class="uim-primary"/><circle cx="12" cy="17" r="1" class="uim-primary"/><circle cx="17" cy="13" r="1" class="uim-primary"/><circle cx="17" cy="17" r="1" class="uim-primary"/><path class="uim-tertiary" d="M2,9.00024v10c0,1.65685,1.34315,3,3,3h14c1.65685,0,3-1.34315,3-3v-10H2z M7,18.00024c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1S7.55228,18.00024,7,18.00024z M7,14.00024c-0.55228,0-1-0.44771-1-1s0.44772-1,1-1s1,0.44771,1,1S7.55228,14.00024,7,14.00024z M12,18.00024c-0.55229,0-1-0.44772-1-1s0.44771-1,1-1s1,0.44772,1,1S12.55229,18.00024,12,18.00024z M12,14.00024c-0.55229,0-1-0.44771-1-1s0.44771-1,1-1s1,0.44771,1,1S12.55229,14.00024,12,14.00024z M17,18.00024c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1S17.55228,18.00024,17,18.00024z M17,14.00024c-0.55228,0-1-0.44771-1-1s0.44772-1,1-1s1,0.44771,1,1S17.55228,14.00024,17,14.00024z"/>'},Sb={name:"shield-plus",style:"monochrome",path:'<path class="uim-primary" d="M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Z"/><path class="uim-tertiary" d="M19.63086,3.6499a1.00206,1.00206,0,0,0-.83594-.20263,7.98476,7.98476,0,0,1-6.22265-1.26709.99888.99888,0,0,0-1.14454,0A7.98,7.98,0,0,1,5.20508,3.44727.99971.99971,0,0,0,4,4.42627v7.457A9.01875,9.01875,0,0,0,7.76855,19.207L11.419,21.814a1.0004,1.0004,0,0,0,1.1621,0l3.6504-2.60742A9.01717,9.01717,0,0,0,20,11.8833v-7.457A1.0011,1.0011,0,0,0,19.63086,3.6499ZM14,13H13v1a1,1,0,0,1-2,0V13H10a1,1,0,0,1,0-2h1V10a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Z"/>'},zb={name:"sign-in-alt",style:"monochrome",path:'<path class="uim-primary" d="M21,12c0-.34-.02-.67-.05-1H12.5V9.5a.99991.99991,0,0,0-1.707-.707l-2.5,2.5a.99962.99962,0,0,0,0,1.41406l2.5,2.5A.99991.99991,0,0,0,12.5,14.5V13h8.45C20.98,12.67,21,12.34,21,12Z"/><path class="uim-tertiary" d="M12.5,13v1.5a.99989.99989,0,0,1-1.707.707l-2.5-2.5a.99962.99962,0,0,1,0-1.41406l2.5-2.5A.99991.99991,0,0,1,12.5,9.5V11h8.44952a10,10,0,1,0,0,2Z"/>'},wb={name:"sign-out-alt",style:"monochrome",path:'<path class="uim-primary" d="M15.707,11.293l-4-4A.99989.99989,0,0,0,10.293,8.707L12.58594,11H2.05c-.03.33-.05.66-.05,1s.02.67.05,1h10.536l-2.293,2.293A.99989.99989,0,1,0,11.707,16.707l4-4A.99962.99962,0,0,0,15.707,11.293Z"/><path class="uim-tertiary" d="M12,2a10.00042,10.00042,0,0,0-9.94952,9H12.58594L10.293,8.707A.99989.99989,0,0,1,11.707,7.293l4,4a.99962.99962,0,0,1,0,1.41406l-4,4A.99989.99989,0,0,1,10.293,15.293L12.58594,13H2.05048A9.99983,9.99983,0,1,0,12,2Z"/>'},xb={name:"signal-alt",style:"monochrome",path:'<path class="uim-primary" d="M5 22a.99974.99974 0 0 1-1-1V19a1 1 0 0 1 2 0v2A.99974.99974 0 0 1 5 22zM10 22a.99974.99974 0 0 1-1-1V15a1 1 0 0 1 2 0v6A.99974.99974 0 0 1 10 22zM15 22a.99974.99974 0 0 1-1-1V10a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 15 22zM20 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 20 22z"/>'},_b={name:"signal-alt-3",style:"monochrome",path:'<path class="uim-quaternary" d="M6,23H2a.99974.99974,0,0,1-1-1V16a.99974.99974,0,0,1,1-1H6a.99974.99974,0,0,1,1,1v6A.99974.99974,0,0,1,6,23Z"/><path class="uim-tertiary" d="M14,23H10a.99974.99974,0,0,1-1-1V10a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,14,23Z"/><path class="uim-primary" d="M22,23H18a.99974.99974,0,0,1-1-1V2a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,22,23Z"/>'},kb={name:"signin",style:"monochrome",path:'<path class="uim-primary" d="M19,11H13.41406l1.293-1.293A.99989.99989,0,0,0,13.293,8.293l-3,3a.99962.99962,0,0,0,0,1.41406l3,3A.99989.99989,0,0,0,14.707,14.293L13.41406,13H19a1,1,0,0,0,0-2Z"/><path class="uim-tertiary" d="M13.41406,13l1.293,1.293A.99989.99989,0,1,1,13.293,15.707l-3-3a.99962.99962,0,0,1,0-1.41406l3-3A.99989.99989,0,0,1,14.707,9.707L13.41406,11H18V5a3.00328,3.00328,0,0,0-3-3H7A3.00328,3.00328,0,0,0,4,5V19a3.00328,3.00328,0,0,0,3,3h8a3.00328,3.00328,0,0,0,3-3V13Z"/>'},Tb={name:"signout",style:"monochrome",path:'<path class="uim-primary" d="M21.207,11.29346l-3-3A.99989.99989,0,1,0,16.793,9.70752l1.293,1.293H12.5a1,1,0,0,0,0,2h5.58594l-1.293,1.293A.99989.99989,0,1,0,18.207,15.70752l3-3A.99962.99962,0,0,0,21.207,11.29346Z"/><path class="uim-tertiary" d="M12.5,13.00049a1,1,0,0,1,0-2h4V5a3.00328,3.00328,0,0,0-3-3h-8a3.00328,3.00328,0,0,0-3,3V19a3.00328,3.00328,0,0,0,3,3h8a3.00328,3.00328,0,0,0,3-3V13.00049Z"/>'},Eb={name:"skype",style:"monochrome",path:'<path class="uim-tertiary" d="M16.43964,15.9931c-0.41385,0.55474-0.97761,0.97967-1.62488,1.22473c-0.80097,0.31884-1.65856,0.47098-2.52033,0.44709c-1.00106,0.03247-1.99514-0.1774-2.89764-0.61176c-0.52788-0.28121-0.98047-0.68514-1.31964-1.17779c-0.30108-0.41177-0.47302-0.90372-0.494-1.41339c-0.0048-0.26221,0.10755-0.51291,0.30646-0.68384c0.21172-0.19239,0.49058-0.29384,0.77643-0.28247c0.23122-0.00955,0.4579,0.06614,0.637,0.2127c0.1965,0.18327,0.34929,0.40836,0.44708,0.65863c0.12098,0.31375,0.28785,0.60781,0.49518,0.87256c0.18963,0.24882,0.44117,0.44359,0.72955,0.56488c0.39477,0.16635,0.82047,0.24665,1.24872,0.23554c0.6058,0.03316,1.20689-0.1231,1.71985-0.44708c0.40279-0.23543,0.65307-0.66442,0.65979-1.13092c0.01372-0.32787-0.11513-0.64563-0.35333-0.87134c-0.25942-0.24565-0.57512-0.42393-0.91944-0.51923c-0.37616-0.11774-0.89538-0.23553-1.53112-0.37616c-0.73013-0.15444-1.44673-0.36705-2.14295-0.6358c-0.53513-0.21443-1.00582-0.5634-1.36651-1.01312c-0.34117-0.45366-0.51598-1.01083-0.49512-1.57807c-0.00067-0.57914,0.18987-1.1423,0.54205-1.60205c0.39905-0.49732,0.92948-0.87285,1.53113-1.084c0.7637-0.2692,1.57014-0.3967,2.37964-0.37623c0.63754-0.00816,1.27272,0.07894,1.88452,0.25843c0.47596,0.13788,0.92275,0.36147,1.31842,0.65979c0.31533,0.23503,0.57985,0.53142,0.77765,0.87134c0.15113,0.26579,0.23218,0.56565,0.23553,0.87139c0.00074,0.26796-0.11033,0.52408-0.30645,0.70667c-0.19577,0.20528-0.47012,0.31685-0.7536,0.30646c-0.22747,0.01346-0.45244-0.05331-0.63575-0.18866c-0.18927-0.17694-0.3484-0.38358-0.47113-0.61176c-0.18745-0.37378-0.45256-0.70323-0.77758-0.96631C13.08344,8.04072,12.57106,7.91674,12.0589,7.96c-0.52888-0.02465-1.05335,0.10657-1.5083,0.37738c-0.33231,0.17872-0.54668,0.51851-0.56488,0.89539c0.00126,0.20356,0.06735,0.40142,0.18866,0.56488c0.14592,0.175,0.33185,0.31227,0.54205,0.4002c0.21469,0.11713,0.44435,0.20446,0.68262,0.25959c0.23559,0.07092,0.613,0.16467,1.15381,0.28247c0.65979,0.14178,1.27276,0.30646,1.81475,0.47107c0.49079,0.14539,0.95856,0.35944,1.38941,0.6358c0.36687,0.24112,0.67324,0.56355,0.89532,0.94226c0.22699,0.42767,0.34039,0.90645,0.32935,1.3905C17.00969,14.82777,16.81876,15.46656,16.43964,15.9931z"/><path class="uim-primary" d="M21.43451,14.15552c0.14227-0.66602,0.2132-1.34528,0.21155-2.02631c-0.02972-5.23364-4.29651-9.45233-9.53015-9.42261c-0.00336,0-0.00677,0.00006-0.01013,0.00006c-0.5448-0.0014-1.08862,0.04608-1.62494,0.14178c-2.58862-1.62653-6.00568-0.84656-7.6322,1.74207C2.30682,5.45276,2.01343,6.44775,2.00061,7.466c0.00061,0.96942,0.2608,1.92096,0.75354,2.7558c-0.12225,0.62079-0.18542,1.25177-0.18866,1.88452c0.04352,5.15753,4.25983,9.30328,9.41736,9.2597c0.04102-0.00031,0.08197-0.00092,0.12292-0.00183c0.58502,0.00439,1.16895-0.05121,1.74268-0.16583C14.6402,21.67841,15.53894,21.95392,16.46368,22c3,0.05676,5.47803-2.32916,5.53485-5.32922C22.01501,15.79926,21.82159,14.93658,21.43451,14.15552z M16.43964,15.9931c-0.41382,0.55475-0.9776,0.97968-1.62488,1.22473c-0.80096,0.31885-1.65857,0.47095-2.52032,0.44708c-1.00104,0.03247-1.99512-0.17737-2.89764-0.61176c-0.52789-0.28119-0.98047-0.68512-1.31964-1.1778c-0.30109-0.41174-0.47302-0.90369-0.49402-1.41339c-0.00476-0.26221,0.10754-0.51288,0.30646-0.68384c0.21173-0.19238,0.4906-0.29382,0.77643-0.28247c0.23126-0.00952,0.45795,0.06616,0.63702,0.21271c0.19647,0.18329,0.3493,0.40839,0.44708,0.65863c0.12097,0.31372,0.28784,0.60779,0.49518,0.87256c0.18964,0.24884,0.44116,0.4436,0.72955,0.56488c0.39478,0.16638,0.8205,0.24664,1.24872,0.23553c0.60577,0.03314,1.20691-0.12311,1.71985-0.44708c0.40277-0.23541,0.65308-0.66443,0.65979-1.13092c0.01373-0.32788-0.11511-0.64563-0.35333-0.87134c-0.2594-0.24567-0.57513-0.42395-0.91943-0.51923c-0.37616-0.11774-0.89539-0.23553-1.53113-0.37616c-0.7301-0.15442-1.44672-0.36707-2.14294-0.6358c-0.53516-0.21442-1.0058-0.56342-1.36652-1.01312c-0.34119-0.45367-0.51599-1.0108-0.49512-1.57806C7.79407,8.8891,7.98462,8.32599,8.33679,7.86621C8.73584,7.3689,9.2663,6.99335,9.86792,6.78223c0.76367-0.26923,1.57013-0.39673,2.37964-0.37622c0.63751-0.00818,1.27271,0.07892,1.88452,0.25842c0.47595,0.13788,0.92273,0.36145,1.31842,0.65979c0.31531,0.23505,0.57983,0.53143,0.77765,0.87134c0.15112,0.26581,0.23218,0.56561,0.23553,0.8714c0.00073,0.26794-0.11035,0.52405-0.30646,0.70667c-0.19574,0.20526-0.47009,0.31683-0.7536,0.30646c-0.22748,0.01343-0.45245-0.05334-0.63574-0.18866c-0.18927-0.17694-0.34839-0.38361-0.47113-0.61176c-0.18744-0.37378-0.45258-0.70325-0.77759-0.96631c-0.43573-0.27264-0.94812-0.39661-1.46027-0.35333c-0.52887-0.02466-1.05334,0.10657-1.5083,0.37738c-0.33234,0.17871-0.54669,0.51849-0.56488,0.89539c0.00128,0.20355,0.06732,0.40143,0.18866,0.56488c0.14594,0.17499,0.33185,0.31226,0.54205,0.40021c0.21472,0.11713,0.44434,0.20441,0.68262,0.25958c0.2356,0.07092,0.61298,0.16467,1.15381,0.28247c0.65979,0.14178,1.27277,0.30646,1.81476,0.47107c0.49078,0.14539,0.95856,0.35944,1.3894,0.6358c0.36688,0.24109,0.67322,0.56354,0.89532,0.94226c0.22699,0.42767,0.34039,0.90643,0.32935,1.3905C17.0097,14.82776,16.81879,15.46655,16.43964,15.9931z"/>'},Ob={name:"skype-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M16.5,23a6.50123,6.50123,0,0,1-2.80859-.63867A10.49127,10.49127,0,0,1,1.63867,10.30859a6.499,6.499,0,0,1,8.66992-8.66992A10.49127,10.49127,0,0,1,22.36133,13.69141,6.499,6.499,0,0,1,16.5,23Z"/><path class="uim-primary" d="M16.13574,12.86523a3.16532,3.16532,0,0,0-.99658-1.05273,5.07559,5.07559,0,0,0-1.291-.59277c-.27978-.0846-.58953-.16736-.9104-.24713-.27911-.07782-.61132-.15766-1.02221-.248a9.31489,9.31489,0,0,1-1.436-.42383,1.49588,1.49588,0,0,1-.61572-.44726.84285.84285,0,0,1-.15918-.56543.96712.96712,0,0,1,.2041-.59668,1.59829,1.59829,0,0,1,.69971-.47559A4.01235,4.01235,0,0,1,12.03223,8a3.78727,3.78727,0,0,1,1.10547.14648,2.08274,2.08274,0,0,1,.66357.32129,1.23492,1.23492,0,0,1,.32519.34278.9997.9997,0,1,0,1.76075-.94727,3.14668,3.14668,0,0,0-.83741-.958A4.006,4.006,0,0,0,13.731,6.23633,5.76768,5.76768,0,0,0,12.03223,6a5.96329,5.96329,0,0,0-2.145.35059A3.55209,3.55209,0,0,0,8.30908,7.49121a2.97709,2.97709,0,0,0-.60449,1.79688,2.839,2.839,0,0,0,.58008,1.792,3.50074,3.50074,0,0,0,1.438,1.07226,10.5822,10.5822,0,0,0,1.30706.4079c.00837.00275,1.52533.37628,1.53132.37805.24835.0633.48706.12873.70556.1955a3.02336,3.02336,0,0,1,.76367.34375,1.12652,1.12652,0,0,1,.36231.36816,1.20138,1.20138,0,0,1,.11865.585,1.15187,1.15187,0,0,1-.21387.73243,1.76331,1.76331,0,0,1-.80273.585A3.78736,3.78736,0,0,1,12.0083,16a3.68851,3.68851,0,0,1-1.70361-.34375,1.75626,1.75626,0,0,1-.61573-.54687,1.0164,1.0164,0,0,1-.20166-.50293,1,1,0,0,0-2,0,2.93957,2.93957,0,0,0,.55616,1.63867,3.7737,3.7737,0,0,0,1.34179,1.1875A5.621,5.621,0,0,0,12.0083,18a5.7083,5.7083,0,0,0,2.25391-.40527,3.71019,3.71019,0,0,0,1.665-1.27246,3.14637,3.14637,0,0,0,.58349-1.92676A3.08942,3.08942,0,0,0,16.13574,12.86523Z"/>'},Pb={name:"slack",style:"monochrome",path:'<g data-name="Brand Logos"><path class="uim-primary" d="M9.33823,2A1.99959,1.99959,0,0,0,9.339,5.99918h1.99633V4.00041A1.99944,1.99944,0,0,0,9.33823,2h0m0,5.33333H4.01631a2,2,0,0,0-.00082,4H9.33823a2,2,0,0,0,0-4Z"/><path class="uim-quaternary" d="M21.98,9.33293a1.99633,1.99633,0,1,0-3.99266,0v2.0004h1.99633A1.99824,1.99824,0,0,0,21.98,9.33293Zm-5.32273,0V3.99959a1.99593,1.99593,0,1,0-3.99185,0V9.33293a1.99593,1.99593,0,1,0,3.99185,0Z"/><path class="uim-secondary" d="M14.661,22a1.99959,1.99959,0,0,0,0-3.99918H12.66463v1.99959A1.9991,1.9991,0,0,0,14.661,22Zm0-5.33415h5.32273a2,2,0,0,0,.00082-4H14.66177a2,2,0,0,0-.00081,4Z"/><path class="uim-tertiary" d="M2.02,14.66626a1.99633,1.99633,0,1,0,3.99266,0V12.66667H4.01631A1.99806,1.99806,0,0,0,2.02,14.66626Zm5.32273,0v5.33333a1.99593,1.99593,0,1,0,3.99185.00082V14.66789a1.99593,1.99593,0,1,0-3.99185-.00163h0"/></g>'},Nb={name:"slack-alt",style:"monochrome",path:'<path class="uim-quaternary" d="M9.34,2a2,2,0,0,0,0,4h2V4a2,2,0,0,0-2-2m0,5.33H4a2,2,0,1,0,0,4H9.34a2,2,0,0,0,0-4"/><path class="uim-tertiary" d="M22,9.33a2,2,0,1,0-4,0v2h2a2,2,0,0,0,2-2m-5.32,0V4a2,2,0,1,0-4,0V9.33a2,2,0,1,0,4,0"/><path class="uim-secondary" d="M14.66,22a2,2,0,0,0,0-4h-2v2a2,2,0,0,0,2,2m0-5.33H20a2,2,0,0,0,0-4H14.66a2,2,0,0,0,0,4"/><path class="uim-primary" d="M2,14.67a2,2,0,1,0,4,0v-2H4a2,2,0,0,0-2,2m5.32,0V20a2,2,0,1,0,4,0V14.67a2,2,0,1,0-4,0"/>'},jb={name:"snapchat-alt",style:"monochrome",path:'<path class="uim-primary" d="M3.8084 11.6513c.42191.08136.84863-.1159 1.06-.49.39438.20225.82732.31816 1.27.34.47581.00808.93565-.17155 1.28-.5.20634-.20141.31569-.48209.3-.77v-.62c-.16628-1.18261-.11545-2.38563.15-3.55.69512-1.58056 2.27373-2.58692 4-2.55h.4c1.72703-.03965 3.30703.9676 4 2.55.26726 1.19122.31807 2.42079.15 3.63v.54c-.01606.29288.09727.57805.31.78.33514.32389.78394.50341 1.25.5.43416-.03788.85607-.16377 1.24-.37.15955.36559.52111.60139.92.6l0 0c.55228 0 1-.44771 1-1-.05095-.68602-.5271-1.2662-1.19-1.45-.4706-.19501-.9994-.19501-1.47 0 .16674-1.34375.04399-2.70762-.36-4-1.00548-2.36573-3.36073-3.87103-5.93-3.79h-.4c-2.50507-.0362-4.78732 1.43407-5.79 3.73-.41706 1.32424-.53657 2.72423-.35 4.1l-.11-.05c-.9703-.39955-2.08078.06314-2.48032 1.03344C3.0356 10.36931 3.01569 10.42489 2.9984 10.4813c-.10219.54275.25495 1.06557.7977 1.16776C3.80019 11.64984 3.80429 11.65058 3.8084 11.6513zM21.9984 16.11131c-1.25628-.27908-2.34171-1.06421-3-2.17-.30928-.4584-.9316-.57928-1.39-.27-.4584.30928-.57928.9316-.27 1.39.61858.94399 1.43812 1.73962 2.4 2.33-.14841.03497-.29864.06168-.45.08-.57786.1316-1.00558.61985-1.06 1.21-.66197-.11189-1.33803-.11189-2 0-.73905.16297-1.42619.50655-2 1-.58637.51761-1.32921.82391-2.11.87h-.26c-.78079-.04609-1.52363-.35239-2.11-.87-.55685-.46837-1.21919-.7944-1.93-.95-.66237-.10701-1.33763-.10701-2 0-.06168-.59044-.49154-1.07654-1.07-1.21l-.45-.12c.67894-.3927 1.28459-.90023 1.79-1.5.23998-.28013.45418-.58136.64-.9.29629-.46608.15864-1.0841-.30744-1.38039-.46608-.29629-1.0841-.15864-1.38039.30744-.01507.02371-.02914.04805-.04217.07295-.13551.2168-.28587.42396-.45.62-.64396.78622-1.5489 1.31499-2.55 1.49-.59212.1125-1.01549.63749-1 1.24-.00063.1824.03684.36292.11.53.32.72 1.16 1.17 2.79 1.48v.12c0 .12.06.25.09.35.14028.59167.67197 1.00705 1.28 1 .20318-.0024.40506-.03268.6-.09.52593-.09291 1.06407-.09291 1.59 0 .41274.12071.7947.32874 1.12.61.97598.76124 2.18237 1.1669 3.42 1.15h.16c1.20157-.04205 2.3552-.4817 3.28-1.25.3253-.28126.70726-.48929 1.12-.61.52554-.08322 1.06228-.06284 1.58.06.20479.03609.41209.05615.62.06.57597.01577 1.0881-.3642 1.24-.92 0-.12.07-.24.1-.36v-.12c1.63-.31 2.47-.75 2.76-1.42.08085-.15871.12849-.33225.14-.51C23.04613 16.80194 22.61718 16.23573 21.9984 16.11131z"/>'},Db={name:"snapchat-ghost",style:"monochrome",path:'<path class="uim-primary" d="M21.79755,16.98718c-2.86621-.47223-4.15094-3.40149-4.204-3.52588l-.00544-.01172a1.07048,1.07048,0,0,1-.10223-.89758c.19251-.45361.82935-.6557,1.25134-.78967.10535-.03339.205-.065.28315-.096.76275-.30127.91784-.61316.91406-.8219a.66226.66226,0,0,0-.50134-.54358l-.00568-.00213a.9462.9462,0,0,0-.35632-.06824.7546.7546,0,0,0-.31287.06207,2.54,2.54,0,0,1-.95526.26612.82134.82134,0,0,1-.52954-.17725c.00915-.16992.02-.34522.0318-.53046l.004-.0653a10.10231,10.10231,0,0,0-.24091-4.03449,5.2482,5.2482,0,0,0-4.87311-3.1394q-.20114.0021-.4024.00378A5.23959,5.23959,0,0,0,6.92853,5.75293,10.08988,10.08988,0,0,0,6.68726,9.784q.01941.29872.036.59771a.8483.8483,0,0,1-.5838.17841,2.45322,2.45322,0,0,1-1.014-.26776.57538.57538,0,0,0-.2453-.04895.83387.83387,0,0,0-.81061.53265c-.08191.43061.5329.74256.90668.8902.079.03137.17822.0628.28308.096.42169.13385,1.05908.33606,1.25152.78985a1.07171,1.07171,0,0,1-.10223.89783l-.00537.01154a7.02828,7.02828,0,0,1-1.06915,1.66211,5.21488,5.21488,0,0,1-3.13483,1.86389.23978.23978,0,0,0-.20044.25006.38046.38046,0,0,0,.031.12964c.17578.41113,1.05822.75061,2.55182.981.13964.02161.19873.24927.28027.6222.03259.14929.06634.30426.1134.46423a.29261.29261,0,0,0,.31922.22876,2.48528,2.48528,0,0,0,.42492-.06091,5.52912,5.52912,0,0,1,1.12036-.12677,4.95367,4.95367,0,0,1,.8078.0683,3.87725,3.87725,0,0,1,1.535.78417,4.443,4.443,0,0,0,2.6897,1.06006c.03375,0,.06744-.00122.10009-.004.04114.00195.09522.004.15192.004a4.44795,4.44795,0,0,0,2.69122-1.06079,3.87269,3.87269,0,0,1,1.53351-.78332,4.97275,4.97275,0,0,1,.808-.0683,5.59252,5.59252,0,0,1,1.12037.11871,2.39142,2.39142,0,0,0,.425.05371h.02338a.279.279,0,0,0,.29547-.221c.04645-.15784.08045-.308.11389-.46131.08081-.371.1399-.59759.28009-.61926,1.494-.23078,2.37641-.56976,2.551-.97858a.38487.38487,0,0,0,.03174-.13086A.24.24,0,0,0,21.79755,16.98718Z" data-name="Brand Logos"/>'},qb={name:"snapchat-square",style:"monochrome",path:'<path class="uim-tertiary" d="M19.17365,15.65173c-1.37303-0.33253-2.51178-1.28758-3.07831-2.58173l-0.004-0.00861c-0.12072-0.1973-0.14811-0.43785-0.07483-0.65723c0.14093-0.33209,0.60724-0.4801,0.91626-0.57818c0.07709-0.02448,0.15009-0.04761,0.20728-0.07025c0.55853-0.22064,0.67211-0.449,0.66937-0.60181c-0.03002-0.19503-0.17521-0.35243-0.36719-0.39807l-0.00409-0.00159c-0.08295-0.03328-0.17154-0.05023-0.26092-0.04992c-0.07874-0.00135-0.15687,0.01415-0.22913,0.04547c-0.21807,0.11026-0.45573,0.17646-0.6994,0.19482c-0.14045,0.0033-0.27764-0.0426-0.38782-0.12976c0.00678-0.12445,0.01471-0.25281,0.02332-0.38843l0.003-0.04779c0.14079-0.98657,0.08079-1.99141-0.17639-2.95422c-0.62001-1.41315-2.02518-2.31839-3.56824-2.29871l-0.29468,0.00275c-1.54088-0.01903-2.94362,0.88569-3.56181,2.29725c-0.25718,0.96193-0.31726,1.96592-0.17663,2.95166c0.00946,0.14581,0.01825,0.2917,0.02636,0.43768c-0.12136,0.09506-0.27372,0.14161-0.42749,0.13062c-0.25871-0.01106-0.51197-0.07792-0.74243-0.196c-0.05651-0.02501-0.11784-0.03726-0.17963-0.03588c-0.26088-0.01024-0.49941,0.14649-0.59356,0.39c-0.05994,0.31531,0.3902,0.54376,0.66394,0.65186c0.05786,0.023,0.13049,0.046,0.20727,0.07031c0.30878,0.098,0.77546,0.246,0.91639,0.57831c0.07315,0.21946,0.04577,0.46001-0.07483,0.65741l-0.004,0.00842c-0.20233,0.44052-0.4659,0.85024-0.7829,1.217c-0.5759,0.71639-1.3909,1.20099-2.29535,1.36481c-0.08851,0.01458-0.15181,0.09353-0.14679,0.1831c0.0019,0.03276,0.00959,0.06492,0.02271,0.095c0.12866,0.301,0.77484,0.54956,1.86853,0.71833c0.10223,0.0158,0.14551,0.18249,0.2052,0.45556c0.02386,0.10932,0.04858,0.22278,0.08307,0.33991c0.02327,0.1076,0.12432,0.18004,0.2337,0.16754c0.10481-0.00587,0.20892-0.02081,0.31116-0.04462c0.26956-0.05882,0.54442-0.08993,0.82031-0.09283c0.1982,0.00051,0.39602,0.01723,0.59149,0.05c0.413,0.10467,0.79715,0.30092,1.124,0.57422c0.5516,0.47106,1.24481,0.74426,1.96948,0.77619c0.02472,0,0.04938-0.00086,0.0733-0.00293c0.03009,0.00146,0.0697,0.00293,0.11121,0.00293c0.72508-0.03209,1.41866-0.30547,1.97064-0.77674c0.32651-0.27301,0.71028-0.46904,1.12286-0.57354c0.19551-0.03276,0.39338-0.04948,0.59162-0.05c0.27568,0.00128,0.55053,0.03037,0.82037,0.08685c0.10235,0.02244,0.20651,0.03561,0.31122,0.03937h0.01715c0.10256,0.00824,0.19524-0.06109,0.21631-0.1618c0.03406-0.11561,0.059-0.22559,0.08343-0.33777c0.05915-0.27167,0.10242-0.43763,0.20508-0.45349c1.09393-0.16895,1.74005-0.41718,1.86792-0.71656c0.01332-0.0303,0.02117-0.06272,0.02319-0.09576C19.32533,15.74535,19.26211,15.66643,19.17365,15.65173z"/><path class="uim-primary" d="M17.508,2h-11c-2.48529,0-4.5,2.01471-4.5,4.5v11c0,2.48529,2.01471,4.5,4.5,4.5h11c2.48529,0,4.5-2.01471,4.5-4.5v-11C22.008,4.01471,19.99329,2,17.508,2z M19.29718,15.93066c-0.12787,0.29938-0.77399,0.54761-1.86792,0.71655c-0.10266,0.01587-0.14594,0.18182-0.20508,0.45349c-0.02441,0.11218-0.04938,0.22217-0.08344,0.33777c-0.02106,0.10071-0.11377,0.17004-0.21631,0.1618h-0.01715c-0.10474-0.00378-0.20886-0.01697-0.31122-0.03937c-0.26984-0.05652-0.54468-0.08557-0.82037-0.08685c-0.19824,0.00049-0.39612,0.01721-0.59161,0.04999c-0.4126,0.10449-0.79633,0.30054-1.12286,0.57355c-0.552,0.47125-1.24554,0.74463-1.97064,0.77673c-0.0415,0-0.08112-0.00146-0.11121-0.00293c-0.02393,0.00208-0.04858,0.00293-0.0733,0.00293c-0.72467-0.03192-1.41785-0.30511-1.96948-0.77618c-0.32684-0.27332-0.711-0.46954-1.12402-0.57422c-0.19543-0.03278-0.39325-0.0495-0.59149-0.04999c-0.27588,0.00287-0.55072,0.034-0.82025,0.09277c-0.10229,0.02386-0.20636,0.03876-0.31122,0.04468c-0.10938,0.01245-0.21039-0.05994-0.23364-0.16754c-0.03455-0.11719-0.05927-0.23059-0.08307-0.33997c-0.05969-0.27307-0.10303-0.43976-0.2052-0.45551c-1.09369-0.16882-1.73987-0.41736-1.86853-0.71838c-0.01312-0.03003-0.02081-0.06219-0.02277-0.09497c-0.005-0.0896,0.05829-0.16852,0.14679-0.18311c0.90448-0.16382,1.71948-0.64844,2.29535-1.36481c0.31702-0.36676,0.58063-0.77649,0.78296-1.21698l0.00397-0.00842c0.12061-0.19745,0.14801-0.43799,0.07483-0.65741c-0.14093-0.33234-0.6076-0.48035-0.91638-0.57831c-0.07678-0.02435-0.14941-0.0473-0.20728-0.07031c-0.27374-0.10809-0.72388-0.33655-0.66394-0.65186c0.09418-0.24353,0.3327-0.40027,0.59357-0.39001c0.06177-0.0014,0.12311,0.01086,0.17963,0.03589c0.23047,0.11804,0.4837,0.18494,0.74243,0.19598c0.15375,0.01099,0.30615-0.03558,0.42749-0.13062c-0.00812-0.146-0.01691-0.29187-0.02637-0.43768C7.96881,9.39166,8.02887,8.38763,8.28607,7.42572c0.61823-1.41156,2.02094-2.31628,3.56183-2.29724l0.29468-0.00275c1.54303-0.01971,2.94824,0.88556,3.56824,2.29871c0.25714,0.96277,0.31714,1.96765,0.17639,2.95422l-0.00299,0.04779c-0.00861,0.13562-0.01654,0.26398-0.02332,0.38843c0.11017,0.08716,0.24731,0.13306,0.38782,0.12976c0.24365-0.01837,0.48132-0.08459,0.6994-0.19482c0.0722-0.03131,0.15033-0.04681,0.22913-0.04547c0.08936-0.00031,0.17798,0.0166,0.26093,0.04993l0.00409,0.00159c0.19196,0.04565,0.33716,0.203,0.36719,0.39807c0.00269,0.15277-0.11084,0.38116-0.66937,0.60181c-0.05719,0.02264-0.13019,0.04578-0.20728,0.07025c-0.30902,0.09808-0.77533,0.24609-0.91626,0.57819c-0.0733,0.21936-0.0459,0.4599,0.07483,0.65723l0.00397,0.00861c0.56653,1.29413,1.70526,2.24921,3.07831,2.58173c0.08844,0.01471,0.15167,0.09363,0.14673,0.18317C19.31836,15.86792,19.31049,15.90033,19.29718,15.93066z"/>'},Rb={name:"social-distancing",style:"monochrome",path:'<path class="uim-quaternary" d="M6,11A3.5,3.5,0,1,1,9.5,7.5,3.50424,3.50424,0,0,1,6,11Z"/><path class="uim-tertiary" d="M8.64026 9.77179a3.452 3.452 0 0 1-5.28052 0A4.98821 4.98821 0 0 0 1 14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1A4.98821 4.98821 0 0 0 8.64026 9.77179zM18 11a3.5 3.5 0 1 1 3.5-3.5A3.50424 3.50424 0 0 1 18 11z"/><path class="uim-secondary" d="M20.64026,9.77179a3.452,3.452,0,0,1-5.28052,0A4.98821,4.98821,0,0,0,13,14a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1A4.98821,4.98821,0,0,0,20.64026,9.77179Z"/><path class="uim-primary" d="M21.207 18.293l-2-2A.99989.99989 0 0 0 17.793 17.707l.293.293H15.5a1 1 0 0 0 0 2h2.58594l-.293.293A.99989.99989 0 1 0 19.207 21.707l2-2A.99962.99962 0 0 0 21.207 18.293zM8.5 18H5.91406l.293-.293A.99989.99989 0 0 0 4.793 16.293l-2 2a.99962.99962 0 0 0 0 1.41406l2 2A.99989.99989 0 0 0 6.207 20.293L5.91406 20H8.5a1 1 0 0 0 0-2z"/>'},Ib={name:"sorting",style:"monochrome",path:'<path class="uim-primary" d="M15 19.5a.99676.99676 0 0 1-.707-.293L12 16.91406 9.707 19.207A.99989.99989 0 0 1 8.293 17.793l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 19.5zM12 10.5a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 5.793L12 8.08594l2.293-2.293A.99989.99989 0 0 1 15.707 7.207l-3 3A.99676.99676 0 0 1 12 10.5z"/>'},Fb={name:"space-key",style:"monochrome",path:'<path class="uim-primary" d="M21,15H3a.99974.99974,0,0,1-1-1V10a1,1,0,0,1,2,0v3H20V10a1,1,0,0,1,2,0v4A.99974.99974,0,0,1,21,15Z"/>'},Bb={name:"square",style:"monochrome",path:'<rect width="20" height="20" x="2" y="2" class="uim-primary" rx="1"/>'},Ub={name:"square-full",style:"monochrome",path:'<path class="uim-primary" d="M21,22H3a.99974.99974,0,0,1-1-1V3A.99974.99974,0,0,1,3,2H21a.99974.99974,0,0,1,1,1V21A.99974.99974,0,0,1,21,22ZM4,20H20V4H4Z"/>'},$b={name:"squre-shape",style:"monochrome",path:'<rect width="20" height="20" x="2" y="2" class="uim-primary" rx="5"/>'},Wb={name:"star",style:"monochrome",path:'<path class="uim-primary" d="M17.56248,21.55957a1.00275,1.00275,0,0,1-.46531-.11475L12,18.76514,6.90283,21.44482a1.00019,1.00019,0,0,1-1.45117-1.0542l.97363-5.67578-4.12353-4.019a1.00033,1.00033,0,0,1,.5542-1.706l5.69873-.82813L11.103,2.99805a1.04173,1.04173,0,0,1,1.79394,0l2.54834,5.16357,5.69873.82813a1.00033,1.00033,0,0,1,.5542,1.706l-4.12353,4.019.97363,5.67578a1,1,0,0,1-.98586,1.169Z"/>'},Gb={name:"star-half-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M21.95117,9.67041c-0.11768-0.36194-0.43052-0.62576-0.80713-0.68066l-5.69873-0.82813L12.897,2.99805c-0.17718-0.32748-0.52492-0.52597-0.897-0.512v16.27909l5.09717,2.67968c0.48896,0.257,1.09369,0.06895,1.35069-0.42001c0.10228-0.19461,0.1376-0.41749,0.10048-0.63419l-0.97363-5.67578l4.12353-4.019C21.97077,10.42999,22.06881,10.0325,21.95117,9.67041z"/><path class="uim-primary" d="M11.10303,2.99805L8.55469,8.16168L2.85596,8.98987C2.63849,9.02155,2.4375,9.12396,2.28406,9.28125c-0.38574,0.39551-0.37781,1.02887,0.0177,1.41461l4.12354,4.01898l-0.97363,5.67578c-0.03711,0.21667-0.00177,0.43958,0.10046,0.63416c0.25702,0.48901,0.86176,0.67706,1.35071,0.42004L12,18.76514V2.50342C11.64441,2.50421,11.29694,2.66968,11.10303,2.99805z"/>'},Qb={name:"step-forward",style:"monochrome",path:'<path class="uim-primary" d="M8 17a1 1 0 0 1-.707-1.707L10.58594 12 7.293 8.707A.99989.99989 0 0 1 8.707 7.293l4 4a.99962.99962 0 0 1 0 1.41406l-4 4A.99676.99676 0 0 1 8 17zM16 17a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v8A1 1 0 0 1 16 17z"/>'},Kb={name:"stethoscope",style:"monochrome",path:'<path class="uim-tertiary" d="M19 14a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 14zM8 15A6.00657 6.00657 0 0 1 2 9V3A1 1 0 0 1 3 2H5A1 1 0 0 1 5 4H4V9a4 4 0 0 0 8 0V4H11a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1V9A6.00657 6.00657 0 0 1 8 15z"/><path class="uim-primary" d="M19,14a2.96485,2.96485,0,0,1-1-.18433V15.5a4.5,4.5,0,0,1-9,0v-.59033a5.58042,5.58042,0,0,1-2,0V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.96457,2.96457,0,0,1,19,14Z"/>'},Jb={name:"stethoscope-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M8 15a.99811.99811 0 0 1-.62451-.21924l-3.499-2.79883A4.975 4.975 0 0 1 2 8.07764V3A1 1 0 0 1 3 2H5A1 1 0 0 1 5 4H4V8.07764a2.985 2.985 0 0 0 1.126 2.34277L8 12.71924l2.87451-2.29883A2.98608 2.98608 0 0 0 12 8.07764V4H11a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1V8.07764a4.976 4.976 0 0 1-1.876 3.90429L8.62451 14.78076A.99811.99811 0 0 1 8 15zM19 14a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 14z"/><path class="uim-primary" d="M19,14a2.96485,2.96485,0,0,1-1-.18433V15.5a4.5,4.5,0,0,1-9,0V14.48047l-.37549.30029a.99909.99909,0,0,1-1.249,0L7,14.48041V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.96457,2.96457,0,0,1,19,14Z"/>'},Xb={name:"store-slash",style:"monochrome",path:'<path class="uim-quaternary" d="M20,18.58594V11.44342a3.94736,3.94736,0,0,1-5-.80084A3.95669,3.95669,0,0,1,13.21106,11.797Z"/><path class="uim-primary" d="M22,23a.99676.99676,0,0,1-.707-.293l-20-20A.99989.99989,0,0,1,2.707,1.293l20,20A1,1,0,0,1,22,23Z"/><path class="uim-secondary" d="M12.58594,14H10a1,1,0,0,0-1,1v7h6V16.41406Z"/><path class="uim-quaternary" d="M10 14h2.58594L10.0954 11.50946A3.83957 3.83957 0 0 1 9 10.64258a3.998 3.998 0 0 1-5 .821v9.537A.99974.99974 0 0 0 5 22H9V15A1 1 0 0 1 10 14zM15 16.41406V22h4.00055a.993.993 0 0 0 .92993-.65546z"/><path class="uim-tertiary" d="M13.21106 11.797A3.95669 3.95669 0 0 0 15 10.64258 3.99808 3.99808 0 0 0 22 8a1.00611 1.00611 0 0 0-.07129-.37109l-2-5A1.00088 1.00088 0 0 0 19 2H5a1.00088 1.00088 0 0 0-.92871.62891l-.00812.0202zM3.25519 4.66925L2.07129 7.62891A1.00611 1.00611 0 0 0 2 8a3.99811 3.99811 0 0 0 7 2.64258 3.83957 3.83957 0 0 0 1.0954.86688z"/>'},Yb={name:"subject",style:"monochrome",path:'<path class="uim-primary" d="M21 8H3A1 1 0 0 1 3 6H21a1 1 0 0 1 0 2zM13 18H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},eL={name:"swiggy",style:"monochrome",path:'<path class="uim-primary" d="M10.04674,14.6931c-.6537,0-1.3077-.01213-1.961.00356a1.34217,1.34217,0,0,1-1.32992-.74721A11.18811,11.18811,0,0,1,5.2302,8.43165a6.27226,6.27226,0,0,1,1.84692-4.2846A6.71782,6.71782,0,0,1,9.77066,2.3954a6.608,6.608,0,0,1,3.64843-.243,6.831,6.831,0,0,1,5.34315,5.711.50726.50726,0,0,1-.34456.60247,4.95025,4.95025,0,0,1-1.57287.37382,14.83135,14.83135,0,0,1-3.148.04575c-.4199-.05212-.49612-.13556-.49938-.569-.00446-.59239-.0015-1.18484-.0021-1.77726-.0001-.09192-.00159-.18384-.00357-.27574a.297.297,0,0,0-.31381-.335c-.23448-.008-.33857.12462-.33935.34045-.00368,1.01116-.00232,2.02234-.0018,3.03351.00015.28725.18225.35756.427.35734.90906-.00081,1.81815-.00412,2.72717.00265a6.9447,6.9447,0,0,1,1.67041.16169,1.20325,1.20325,0,0,1,1.0117,1.63471,14.17062,14.17062,0,0,1-1.49447,3.87148,34.228,34.228,0,0,1-3.57641,5.25988c-.345.42932-.71124.84147-1.05994,1.26787-.15794.19314-.27715.18895-.431-.01052a43.866,43.866,0,0,1-3.42652-4.95565c-.12627-.22061-.22613-.45664-.3332-.68786-.1029-.22223-.01869-.36755.19318-.46728a2.59609,2.59609,0,0,1,.8005-.19481,7.70388,7.70388,0,0,1,2.348.0199c.44979.08231.52372.188.5232.639-.0004.34728-.0057.69461-.00056,1.0418.00326.22058.06579.43157.32967.42949.26288-.00208.32486-.214.3261-.4341.00407-.72517-.00119-1.4504.00336-2.17556.002-.31218-.19531-.37176-.44456-.37226q-1.04184-.0021-2.08369-.00049Z" data-name="Brand Logos"/>'},tL={name:"sync-exclamation",style:"monochrome",path:'<path class="uim-primary" d="M12 13a.99974.99974 0 0 1-1-1V9a1 1 0 0 1 2 0v3A.99974.99974 0 0 1 12 13zM12 16a.99042.99042 0 0 1-1-1 1.05 1.05 0 0 1 .29-.71 1.02673 1.02673 0 0 1 .32959-.21 1.002 1.002 0 0 1 1.09033.21A1.05232 1.05232 0 0 1 13 15a.99042.99042 0 0 1-1 1z"/><path class="uim-tertiary" d="M12 2A10.01687 10.01687 0 0 0 5 4.87714V3A1 1 0 0 0 3 3V7.5a.99974.99974 0 0 0 1 1H8.5a1 1 0 0 0 0-2H6.21844A7.98049 7.98049 0 0 1 20 12a1 1 0 0 0 2 0A10.01146 10.01146 0 0 0 12 2zM20 15.5H15.5a1 1 0 0 0 0 2h2.28156A7.98049 7.98049 0 0 1 4 12a1 1 0 0 0-2 0 9.9866 9.9866 0 0 0 17 7.12286V21a1 1 0 0 0 2 0V16.5A.99974.99974 0 0 0 20 15.5z"/>'},nL={name:"sync-slash",style:"monochrome",path:'<path class="uim-tertiary" d="M12,2C9.4,2,6.9,3,5,4.9V3c0-0.6-0.4-1-1-1S3,2.4,3,3v4.5c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2c3-3.2,8.1-3.3,11.3-0.3C19.1,7.7,20,9.8,20,12c0,0.6,0.4,1,1,1s1-0.4,1-1C22,6.5,17.5,2,12,2z M20,15.5h-4.5c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2.3c-3,3.2-8.1,3.3-11.3,0.3C4.9,16.3,4,14.2,4,12c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c2.6,0,5.2-1,7-2.9V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-4.5C21,15.9,20.6,15.5,20,15.5C20,15.5,20,15.5,20,15.5z"/><path class="uim-primary" d="M3,22c-0.6,0-1-0.4-1-1c0-0.3,0.1-0.5,0.3-0.7l18-18c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-18,18C3.5,21.9,3.3,22,3,22z"/>'},aL={name:"table",style:"monochrome",path:'<path class="uim-primary" d="M21,22H3a.99974.99974,0,0,1-1-1V3A.99974.99974,0,0,1,3,2H21a.99974.99974,0,0,1,1,1V21A.99974.99974,0,0,1,21,22ZM4,20H20V4H4Z"/><path class="uim-primary" d="M9 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 9 22zM15 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 15 22z"/><path class="uim-primary" d="M21 10H3A1 1 0 0 1 3 8H21a1 1 0 0 1 0 2zM21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z"/>'},rL={name:"telegram",style:"monochrome",path:'<path class="uim-tertiary" d="M15.17383,17.15247c-0.14503,0.36162-0.55575,0.5372-0.91738,0.39217c-0.02908-0.01166-0.05735-0.02525-0.08462-0.04067l-2.71467-2.10938L9.71484,17.002c-0.08216,0.0607-0.18957,0.07538-0.285,0.03894l0.334-2.98846l0.01069,0.00848l0.00683-0.059c0,0,4.885-4.44751,5.084-4.637c0.20147-0.189,0.135-0.23,0.135-0.23c0.01147-0.23053-0.36152,0-0.36152,0L8.16632,13.299l-2.69549-0.918c0,0-0.414-0.1485-0.453-0.475c-0.041-0.324,0.46649-0.5,0.46649-0.5l10.717-4.25751c0,0,0.881-0.39252,0.881,0.25751L15.17383,17.15247z"/><path class="uim-primary" d="M11.99402,2c-5.52289,0-10,4.47717-10,10s4.47711,10,10,10c5.52283,0,10-4.47717,10-10S17.51685,2,11.99402,2z M15.17383,17.15247c-0.14502,0.36163-0.55573,0.53723-0.91736,0.39215c-0.02911-0.01166-0.05737-0.02521-0.08466-0.04065l-2.71466-2.10938l-1.74231,1.60742c-0.08215,0.06067-0.18958,0.07538-0.28497,0.03894l0.33398-2.98846l0.01068,0.00848l0.00684-0.05902c0,0,4.88501-4.44751,5.08398-4.63696c0.20148-0.18903,0.13501-0.23004,0.13501-0.23004c0.01147-0.23053-0.36151,0-0.36151,0l-6.47253,4.16406l-2.6955-0.91803c0,0-0.414-0.1485-0.453-0.47498c-0.04102-0.32404,0.46649-0.5,0.46649-0.5L16.20129,7.1485c0,0,0.88104-0.39252,0.88104,0.25751L15.17383,17.15247z"/>'},iL={name:"telegram-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M17.6875,21.74414a2.01908,2.01908,0,0,1-1.24121-.42676L12.416,18.19531,9.71387,21.17773a1.00011,1.00011,0,0,1-1.69825-.38281l-2.0205-6.68164-3.625-1.26074A2.042,2.042,0,0,1,2.2666,9.03516L20.18652,1.7998A2.04245,2.04245,0,0,1,22.958,4.09473l-3.2627,16.0166a2.05413,2.05413,0,0,1-2.00781,1.63281Z"/><path class="uim-primary" d="M8.97266,21.50586a.99968.99968,0,0,1-.957-.71l-2.168-7.15918A.9989.9989,0,0,1,6.34277,12.46L16.91016,6.958A.99975.99975,0,0,1,18.0791,8.55176l-7.083,7.083L9.95215,20.707a.99926.99926,0,0,1-.9336.79785C9.00293,21.50586,8.9873,21.50586,8.97266,21.50586Z"/>'},lL={name:"th-large",style:"monochrome",path:'<path class="uim-primary" d="M20,3H4A.99974.99974,0,0,0,3,4V20a.99974.99974,0,0,0,1,1H20a.99974.99974,0,0,0,1-1V4A.99974.99974,0,0,0,20,3ZM11,19H5V13h6Zm0-8H5V5h6Zm8,8H13V13h6Zm0-8H13V5h6Z"/>'},oL={name:"times-circle",style:"monochrome",path:'<path class="uim-primary" d="M13.41406,12l3.293-3.293A.99989.99989,0,0,0,15.293,7.293L12,10.58594,8.707,7.293A.99989.99989,0,0,0,7.293,8.707L10.58594,12,7.293,15.293A.99989.99989,0,0,0,8.707,16.707L12,13.41406l3.293,3.293A.99989.99989,0,0,0,16.707,15.293Z"/><path class="uim-tertiary" d="M19.0708,4.9292A9.99962,9.99962,0,1,0,4.9292,19.0708,9.99962,9.99962,0,1,0,19.0708,4.9292ZM16.707,15.293A.99989.99989,0,1,1,15.293,16.707L12,13.41406,8.707,16.707A.99989.99989,0,0,1,7.293,15.293L10.58594,12,7.293,8.707A.99989.99989,0,0,1,8.707,7.293L12,10.58594l3.293-3.293A.99989.99989,0,0,1,16.707,8.707L13.41406,12Z"/>'},cL={name:"toggle-off",style:"monochrome",path:'<path class="uim-tertiary" d="M16.5,17.5h-9C4.46243,17.5,2,15.03757,2,12s2.46243-5.5,5.5-5.5h9c3.03757,0,5.5,2.46243,5.5,5.5S19.53757,17.5,16.5,17.5z"/><circle cx="7.5" cy="12" r="2.5" class="uim-primary"/>'},uL={name:"toggle-on",style:"monochrome",path:'<circle cx="16.5" cy="12" r="2.5" class="uim-tertiary"/><path class="uim-primary" d="M16.5,6.5h-9C4.46246,6.5,2,8.96246,2,12s2.46246,5.5,5.5,5.5h9c3.03754,0,5.5-2.46246,5.5-5.5S19.53754,6.5,16.5,6.5z M16.5,14.5c-1.38074,0-2.5-1.11926-2.5-2.5s1.11926-2.5,2.5-2.5S19,10.61926,19,12S17.88074,14.5,16.5,14.5z"/>'},sL={name:"toilet-paper",style:"monochrome",path:'<ellipse cx="7" cy="7.993" class="uim-primary" rx="1" ry="1.25"/><path class="uim-tertiary" d="M7,2C4.24316,2,2,4.69141,2,8s2.24316,6,5,6,5-2.69141,5-6S9.75684,2,7,2ZM7,9.24286a1.14613,1.14613,0,0,1-1-1.25,1.14613,1.14613,0,0,1,1-1.25,1.14613,1.14613,0,0,1,1,1.25A1.14613,1.14613,0,0,1,7,9.24286Z"/><path class="uim-quaternary" d="M22.75977,20.34961A7.50372,7.50372,0,0,1,21,15.459V8c0-3.30859-2.24316-6-5-6H7c2.75684,0,5,2.69141,5,6v7.459a9.50732,9.50732,0,0,0,2.24023,6.19141A1.00118,1.00118,0,0,0,15,22h7a1.00028,1.00028,0,0,0,.75977-1.65039Z"/><path class="uim-primary" d="M12,8c0,3.30859-2.24316,6-5,6h5Z"/>'},hL={name:"triangle",style:"monochrome",path:'<path class="uim-primary" d="M21,20.794H3a1,1,0,0,1-.86621-1.5l9-15.5879a1.04009,1.04009,0,0,1,1.73242,0l9,15.5879A1,1,0,0,1,21,20.794Z"/>'},dL={name:"tumblr",style:"monochrome",path:'<path class="uim-primary" d="M16.7855,17.97432a4.7287,4.7287,0,0,1-1.61437.34575,1.75537,1.75537,0,0,1-1.92505-1.97215v-6.226h4.01646V7.0946H13.26117V2H10.331a.15657.15657,0,0,0-.14333.1493A6.11958,6.11958,0,0,1,6.25252,7.5386V10.122H8.27671v6.53565c0,2.23667,1.65047,5.41529,6.00756,5.34112a5.33685,5.33685,0,0,0,3.46321-1.17141l-.962-2.853" data-name="Brand Logos"/>'},pL={name:"tumblr-alt",style:"monochrome",path:'<path class="uim-primary" d="M16.7855,17.97432a4.7287,4.7287,0,0,1-1.61437.34575,1.75537,1.75537,0,0,1-1.92505-1.97215V11h4.01646V7.0946H13.26117V2H10.331a.15657.15657,0,0,0-.14333.1493A6.11958,6.11958,0,0,1,6.25252,7.5386V11.122H8.27671v5.53565c0,2.23667,1.65047,5.41529,6.00756,5.34112a5.33685,5.33685,0,0,0,3.46321-1.17141l-.962-2.853" data-name="Brand Logos"/>'},fL={name:"tumblr-square",style:"monochrome",path:'<path class="uim-tertiary" d="M13.57117,17.84937c-1.86527,0.19411-3.53473-1.16063-3.72884-3.0259C9.83176,14.72195,9.82578,14.62,9.8244,14.51794v-4.07556H8.56189v-1.6112c1.41093-0.5367,2.37301-1.85451,2.45435-3.36188c0.00252-0.04917,0.04095-0.08893,0.09-0.09314H12.933v3.17755h2.49634v1.88879h-2.505v3.88318c-0.07815,0.59912,0.34417,1.14817,0.9433,1.22632c0.08533,0.01113,0.17169,0.01216,0.25726,0.00305c0.34548-0.01192,0.68614-0.08476,1.00629-0.21515l0.59991,1.77869C15.11991,17.60942,14.35482,17.86827,13.57117,17.84937z"/><path class="uim-primary" d="M2.01898,2v20h19.96301V2H2.01898z M13.57117,17.84937c-1.8653,0.19409-3.53473-1.16064-3.72882-3.02588C9.83179,14.72192,9.82581,14.62,9.8244,14.51794v-4.07556H8.56189V8.83118c1.41095-0.53668,2.37299-1.85449,2.45435-3.36188c0.0025-0.04919,0.04095-0.08893,0.09003-0.09314h1.82672v3.17755h2.49634v1.88879h-2.505v3.88318c-0.07812,0.59912,0.34418,1.14813,0.9433,1.22632c0.08539,0.01111,0.17169,0.01215,0.25726,0.00305c0.34552-0.0119,0.68616-0.08478,1.00629-0.21515l0.59991,1.77869C15.11993,17.60944,14.3548,17.86829,13.57117,17.84937z"/>'},mL={name:"twitter",style:"monochrome",path:'<path class="uim-primary" d="M22,5.79608a8.19187,8.19187,0,0,1-2.35652.6463A4.11484,4.11484,0,0,0,21.44754,4.1726a8.19665,8.19665,0,0,1-2.606.99566,4.10461,4.10461,0,0,0-7.097,2.80768,4.15,4.15,0,0,0,.1057.93523A11.64962,11.64962,0,0,1,3.39364,4.62449,4.10694,4.10694,0,0,0,4.6632,10.10193,4.08409,4.08409,0,0,1,2.80454,9.589v.05185a4.10474,4.10474,0,0,0,3.29107,4.02274,4.08161,4.08161,0,0,1-1.081.14383,4.16469,4.16469,0,0,1-.77234-.07223,4.10792,4.10792,0,0,0,3.8322,2.84908A8.2615,8.2615,0,0,1,2,18.28267a11.61106,11.61106,0,0,0,6.28924,1.84421A11.594,11.594,0,0,0,19.96265,8.45346q0-.267-.0125-.53069A8.35975,8.35975,0,0,0,22,5.79608Z" data-name="Brand Logos"/>'},vL={name:"twitter-alt",style:"monochrome",path:'<path class="uim-primary" d="M20.47513,7.80461c.01029.18508.01029.37017.01029.545a11.885,11.885,0,0,1-.49361,3.36242A11.72882,11.72882,0,0,1,8.48538,20.3599a11.90085,11.90085,0,0,1-6.46784-1.90235,8.15161,8.15161,0,0,0,1.0077.06169,8.45,8.45,0,0,0,5.234-1.80978,4.22346,4.22346,0,0,1-3.93832-2.92027,5.0398,5.0398,0,0,0,.7918.072,4.03986,4.03986,0,0,0,1.12078-.15427A4.19949,4.19949,0,0,1,2.86074,9.892a1.65939,1.65939,0,0,1-.02059-.31876V9.52182a4.16674,4.16674,0,0,0,1.91258.52443,4.20207,4.20207,0,0,1-1.87141-3.5064,4.27253,4.27253,0,0,1,.56554-2.12854A11.96764,11.96764,0,0,0,12.14605,8.8226a4.21852,4.21852,0,0,1,7.18771-3.84575,8.4426,8.4426,0,0,0,2.68378-1.02828A4.978,4.978,0,0,1,20.47513,7.80461Z" data-name="Brand Logos"/>'},AL={name:"unlock",style:"monochrome",path:'<path class="uim-primary" d="M7,9h10c1.65685,0,3,1.34315,3,3v7c0,1.65685-1.34315,3-3,3H7c-1.65685,0-3-1.34315-3-3v-7C4,10.34315,5.34315,9,7,9z"/><path class="uim-tertiary" d="M9,7c0.00055-0.79095,0.31323-1.5498,0.87012-2.11151c1.1673-1.17749,3.06812-1.18567,4.24561-0.01837c0.3783,0.38281,0.64941,0.85834,0.78613,1.37891c0.00055,0.0022,0.00116,0.00446,0.00171,0.00665c0.1394,0.5343,0.68549,0.85443,1.21979,0.71509c0.53424-0.1394,0.85437-0.68549,0.71503-1.21979c-0.22626-0.86584-0.67676-1.65674-1.30615-2.29297C14.59528,2.52478,13.3269,2.00061,12.00446,2C9.24182,1.99878,7.00122,4.23737,7,7v2h2V7z"/>'},yL={name:"unlock-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M8 11c-.55214.00014-.99986-.44734-1-.99948C7 10.00035 7 10.00017 7 10V7c.00123-2.76266 2.24181-5.00124 5.00447-5.00001 1.32241.00059 2.59079.5248 3.52776 1.45801.62936.63624 1.07989 1.42715 1.30615 2.293.13937.53428-.18077 1.08038-.71505 1.21975-.53428.13937-1.08038-.18077-1.21975-.71505C14.903 6.25346 14.90243 6.25123 14.90186 6.249c-.13673-.52056-.40783-.99607-.78614-1.3789-1.17747-1.16731-3.07829-1.15907-4.2456.0184C9.31324 5.45022 9.00055 6.20902 9 7v3c.00014.55214-.44734.99986-.99948 1C8.00035 11 8.00017 11 8 11zM12 18c-.55214.00014-.99986-.44734-1-.99948 0-.00017 0-.00035 0-.00052v-3c0-.55229.44771-1 1-1s1 .44771 1 1v3c.00014.55214-.44734.99986-.99948 1C12.00035 18 12.00017 18 12 18z"/><path class="uim-primary" d="M17,9H7c-1.65686,0-3,1.34314-3,3v7c0,1.65686,1.34314,3,3,3h10c1.65686,0,3-1.34314,3-3v-7C20,10.34314,18.65686,9,17,9z M13,17c0.00012,0.55212-0.44733,0.99988-0.99945,1C12.00037,18,12.00018,18,12,18c-0.55212,0.00012-0.99988-0.44733-1-0.99945c0-0.00018,0-0.00037,0-0.00055v-3c0-0.55231,0.44769-1,1-1s1,0.44769,1,1V17z"/>'},ML={name:"upload-alt",style:"monochrome",path:'<path class="uim-primary" d="M15.707,5.293l-3-3a.99962.99962,0,0,0-1.41406,0l-3,3A.99989.99989,0,0,0,9.707,6.707L11,5.41406V17a1,1,0,0,0,2,0V5.41406l1.293,1.293A.99989.99989,0,0,0,15.707,5.293Z"/><path class="uim-tertiary" d="M18,9H13v8a1,1,0,0,1-2,0V9H6a3.00328,3.00328,0,0,0-3,3v7a3.00328,3.00328,0,0,0,3,3H18a3.00328,3.00328,0,0,0,3-3V12A3.00328,3.00328,0,0,0,18,9Z"/>'},HL={name:"user-arrows",style:"monochrome",path:'<path class="uim-quaternary" d="M6,16.5A3.5,3.5,0,1,1,9.5,13,3.50424,3.50424,0,0,1,6,16.5Z"/><path class="uim-tertiary" d="M8.64026 15.27179a3.452 3.452 0 0 1-5.28052 0A4.98821 4.98821 0 0 0 1 19.5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1A4.98821 4.98821 0 0 0 8.64026 15.27179zM18 16.5A3.5 3.5 0 1 1 21.5 13 3.50424 3.50424 0 0 1 18 16.5z"/><path class="uim-secondary" d="M20.64026,15.27179a3.452,3.452,0,0,1-5.28052,0A4.98821,4.98821,0,0,0,13,19.5a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1A4.98821,4.98821,0,0,0,20.64026,15.27179Z"/><path class="uim-primary" d="M17.207,5.793l-2-2A.99989.99989,0,0,0,13.793,5.207l.293.293H9.91406l.293-.293A.99989.99989,0,0,0,8.793,3.793l-2,2a.99962.99962,0,0,0,0,1.41406l2,2A.99989.99989,0,0,0,10.207,7.793l-.293-.293h4.17188l-.293.293A.99989.99989,0,1,0,15.207,9.207l2-2A.99962.99962,0,0,0,17.207,5.793Z"/>'},gL={name:"user-md",style:"monochrome",path:'<path class="uim-primary" d="M17.99847,8.06429,6.00266,8.109,5.72559,4.78353A3.00021,3.00021,0,0,1,8.16965,1.482L8.959,1.33871a17.03145,17.03145,0,0,1,6.08616.00066l.78593.1428a3.00013,3.00013,0,0,1,2.44334,3.30136Z"/><path class="uim-quaternary" d="M6.00891,8.109a5.99407,5.99407,0,0,0,11.98444-.04474Z"/><path class="uim-primary" d="M17.19806,13.3847v.00007l-4.491,4.491a.99963.99963,0,0,1-1.41406,0l-4.491-4.491V13.3847a9.945,9.945,0,0,0-4.736,7.44031,1.00012,1.00012,0,0,0,.99414,1.1084H20.93994a1.00012,1.00012,0,0,0,.99414-1.1084A9.945,9.945,0,0,0,17.19806,13.3847Z"/><path class="uim-tertiary" d="M15.69067,12.65405a6.01193,6.01193,0,0,1-7.382-.00012,10.004,10.004,0,0,0-1.50671.73084l4.491,4.491a.99963.99963,0,0,0,1.41406,0l4.491-4.491a10.005,10.005,0,0,0-1.507-.731Z"/>'},ZL={name:"user-nurse",style:"monochrome",path:'<path class="uim-tertiary" d="M20.93994,22H3.06006a1.00012,1.00012,0,0,1-.99414-1.1084,9.99519,9.99519,0,0,1,19.86816,0A1.00012,1.00012,0,0,1,20.93994,22Z"/><path class="uim-quaternary" d="M12.708,18.30664l4.70581-4.71478a10.00128,10.00128,0,0,0-10.83264.00348L11.293,18.30713a1.00012,1.00012,0,0,0,.707.293h.00049A1.00175,1.00175,0,0,0,12.708,18.30664Z"/><path class="uim-quaternary" d="M11.99512,14a6,6,0,1,1,6-6A6.00656,6.00656,0,0,1,11.99512,14Z"/><path class="uim-primary" d="M6.09,9A5.99281,5.99281,0,0,0,17.91,9Z"/>'},VL={name:"vector-square",style:"monochrome",path:'<path class="uim-primary" d="M5 8A3 3 0 1 1 8 5 3.00328 3.00328 0 0 1 5 8zM5 4A1 1 0 1 0 6 5 1.001 1.001 0 0 0 5 4zM19 8a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 8zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 19 4zM5 22a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 5 22zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 5 18zM19 22a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 22zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 19 18z"/><path class="uim-tertiary" d="M16.18433 20a2.80512 2.80512 0 0 1-.00006-2H7.81573a2.80554 2.80554 0 0 1 0 2zM19 8a2.96485 2.96485 0 0 1-1-.18433v8.3686a2.80554 2.80554 0 0 1 2 0V7.81573A2.96457 2.96457 0 0 1 19 8zM7.81573 4A2.96457 2.96457 0 0 1 8 5a2.96457 2.96457 0 0 1-.18427 1h8.3686A2.96485 2.96485 0 0 1 16 5a2.96457 2.96457 0 0 1 .18427-1zM5 16a2.96457 2.96457 0 0 1 1 .18427V7.81573A2.96457 2.96457 0 0 1 5 8a2.96485 2.96485 0 0 1-1-.18433v8.3686A2.96457 2.96457 0 0 1 5 16z"/>'},CL={name:"vector-square-alt",style:"monochrome",path:'<path class="uim-primary" d="M4 22a2 2 0 1 1 2-2A2.0026 2.0026 0 0 1 4 22zm0-2.002v0zM4 6A2 2 0 1 1 6 4 2.0026 2.0026 0 0 1 4 6zM4 3.99805v0zM20 6a2 2 0 1 1 2-2A2.0026 2.0026 0 0 1 20 6zm0-2.00195v0zM20 22a2 2 0 1 1 2-2A2.0026 2.0026 0 0 1 20 22zm0-2.002v0z"/><rect width="10" height="10" x="7" y="7" class="uim-tertiary" rx="1"/><path class="uim-quaternary" d="M18.27832 5a1.93565 1.93565 0 0 1 0-2H5.72168a1.93565 1.93565 0 0 1 0 2zM20 18a1.97629 1.97629 0 0 1 1 .27832V5.72168a1.93565 1.93565 0 0 1-2 0V18.27832A1.97629 1.97629 0 0 1 20 18zM4 18a1.97629 1.97629 0 0 1 1 .27832V5.72168a1.93565 1.93565 0 0 1-2 0V18.27832A1.97629 1.97629 0 0 1 4 18zM18.27832 19H5.72168a1.93565 1.93565 0 0 1 0 2H18.27832a1.93565 1.93565 0 0 1 0-2z"/>'},bL={name:"virus-slash",style:"monochrome",path:'<circle cx="9" cy="15" r="1" class="uim-primary"/><circle cx="15" cy="9" r="1" class="uim-primary"/><path class="uim-quaternary" d="M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0V7A1 1 0 0 1 12 8zM12 23a1 1 0 0 1-1-1V17a1 1 0 0 1 2 0v5A1 1 0 0 1 12 23zM22 13H18a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M4.97906 17.60687l-.75738.75739a.99989.99989 0 1 0 1.41406 1.41406l.75781-.75781A9.05911 9.05911 0 0 1 4.97906 17.60687zM19.02051 6.39355l.75781-.75781a.99989.99989 0 0 0-1.41406-1.41406l-.75739.75738A9.05911 9.05911 0 0 1 19.02051 6.39355z"/><path class="uim-quaternary" d="M6,13H2a1,1,0,0,1,0-2H6a1,1,0,0,1,0,2Z"/><path class="uim-primary" d="M22,23.002a.99672.99672,0,0,1-.707-.293l-20-20A.99989.99989,0,0,1,2.707,1.29492l20,20A1,1,0,0,1,22,23.002Z"/><path class="uim-secondary" d="M15.74628 14.33417a1.49957 1.49957 0 0 0-2.08045-2.08045zM8.25232 9.66833a1.49925 1.49925 0 0 0 2.07935 2.07935z"/><path class="uim-tertiary" d="M17.60632 19.02234l-7.27465-7.27466A1.49925 1.49925 0 0 1 8.25232 9.66833L4.97821 6.39423A8.94314 8.94314 0 0 0 3.059 11H6a1 1 0 0 1 0 2H3.059A9.01235 9.01235 0 0 0 11 20.93915V17a1 1 0 0 1 2 0v3.941A8.94864 8.94864 0 0 0 17.60632 19.02234zM9 16a1 1 0 1 1 1-1A1 1 0 0 1 9 16zM6.39246 4.98035l7.27337 7.27337a1.49957 1.49957 0 0 1 2.08045 2.08045l3.27429 3.27429A8.94873 8.94873 0 0 0 20.941 13H18a1 1 0 0 1 0-2h2.93915A9.01235 9.01235 0 0 0 13 3.059V7a1 1 0 0 1-2 0V3.06085A8.95292 8.95292 0 0 0 6.39246 4.98035zM15 8a1 1 0 1 1-1 1A1 1 0 0 1 15 8z"/>'},LL={name:"visual-studio",style:"monochrome",path:'<path class="uim-primary" d="M9.13313,14.2416,4.19906,18.08677,2.04679,17.01489V6.99362L4.19056,5.91323l4.9,3.85368L16.849,2l5.10421,2.03318V19.93279L16.87452,22Zm7.56275,1.35261V8.40579L12.051,12.00425l4.64484,3.59ZM4.3692,14.30115l2.44152-2.22033L4.3692,9.64781Z"/>'},SL={name:"vk",style:"monochrome",path:'<path class="uim-tertiary" d="M18.14581,16.27081h-1.45833c-0.552,0-0.71873-0.44793-1.70829-1.4375C14.11456,14,13.75,13.89581,13.53125,13.89581c-0.30206,0-0.38544,0.08332-0.38544,0.5v1.3125c0,0.35419-0.11456,0.5625-1.04162,0.5625c-1.82498-0.12261-3.47987-1.11477-4.44794-2.66668c-1.13289-1.41009-1.92114-3.06507-2.30206-4.83332c0-0.21875,0.08329-0.41668,0.5-0.41668h1.45829c0.375,0,0.51046,0.16668,0.65627,0.55212c0.70831,2.08331,1.91669,3.89581,2.40625,3.89581c0.18748,0,0.27081-0.08331,0.27081-0.55206v-2.14587c-0.0625-0.97913-0.58333-1.0625-0.58333-1.41663c0.01426-0.19426,0.18041-0.34196,0.375-0.33337h2.29171c0.3125,0,0.41662,0.15625,0.41662,0.53125v2.89587c0,0.3125,0.13544,0.41663,0.22919,0.41663c0.18748,0,0.33331-0.10413,0.67706-0.44788c0.73869-0.90082,1.34225-1.90441,1.79169-2.97919c0.09427-0.26579,0.35411-0.43617,0.63544-0.41668h1.45829c0.43752,0,0.53127,0.21875,0.43752,0.53125c-0.53063,1.18831-1.18715,2.3163-1.95831,3.36462c-0.15625,0.23956-0.21875,0.36456,0,0.64581c0.14579,0.21875,0.65625,0.64582,1,1.05207c0.49999,0.49874,0.91516,1.07579,1.22912,1.70837C18.77081,16.0625,18.56248,16.27081,18.14581,16.27081z"/><path class="uim-primary" d="M15.07294,2H8.9375C3.33331,2,2,3.33331,2,8.92706v6.13544C2,20.66663,3.32294,22,8.92706,22h6.13544C20.66669,22,22,20.67706,22,15.07288V8.9375C22,3.33331,20.67706,2,15.07294,2z M18.14581,16.27081H16.6875c-0.552,0-0.71875-0.44794-1.70831-1.4375C14.11456,14,13.75,13.89581,13.53125,13.89581c-0.30206,0-0.38544,0.08331-0.38544,0.5v1.3125c0,0.35419-0.11456,0.5625-1.04163,0.5625c-1.82495-0.12262-3.47986-1.11475-4.44794-2.66669c-1.13287-1.4101-1.92114-3.06506-2.30206-4.83331c0-0.21875,0.08331-0.41669,0.5-0.41669H7.3125c0.375,0,0.51044,0.16669,0.65625,0.55212c0.70831,2.08331,1.91669,3.89581,2.40625,3.89581c0.1875,0,0.27081-0.08331,0.27081-0.55206v-2.14587C10.58331,9.125,10.0625,9.04163,10.0625,8.6875c0.01422-0.19427,0.18042-0.34198,0.375-0.33337h2.29169c0.3125,0,0.41663,0.15625,0.41663,0.53125v2.89587c0,0.3125,0.13544,0.41663,0.22919,0.41663c0.1875,0,0.33331-0.10413,0.67706-0.44788c0.73871-0.90082,1.34222-1.90442,1.79169-2.97919c0.09424-0.26581,0.35413-0.43616,0.63544-0.41669h1.45831c0.4375,0,0.53125,0.21875,0.4375,0.53125c-0.53064,1.18829-1.18713,2.31628-1.95831,3.36462c-0.15625,0.23956-0.21875,0.36456,0,0.64581c0.14581,0.21875,0.65625,0.64581,1,1.05206c0.5,0.49872,0.91516,1.07581,1.22913,1.70837C18.77081,16.0625,18.5625,16.27081,18.14581,16.27081z"/>'},zL={name:"vk-alt",style:"monochrome",path:'<path class="uim-tertiary" d="M15.0625,23H8.92725C2.77783,23,1,21.21973,1,15.0625V8.92676C1,2.77832,2.78027,1,8.9375,1h6.13525C21.22217,1,23,2.78027,23,8.9375v6.13574C23,21.22168,21.21973,23,15.0625,23z"/><path class="uim-primary" d="M11.6543,17.002c-0.21034-0.00021-0.41529-0.06648-0.58594-0.18945c-2.87352-2.05247-4.81551-5.16099-5.3999-8.64355C5.57623,7.62454,5.94284,7.10839,6.4873,7.01616S7.54791,7.29053,7.64014,7.835c0.37608,2.25524,1.42702,4.34349,3.01416,5.98926V8.002c0-0.55228,0.44771-1,1-1s1,0.44772,1,1v8c0.00025,0.55203-0.44705,0.99975-0.99908,1C11.65491,17.002,11.65461,17.002,11.6543,17.002z"/><path class="uim-primary" d="M16.65479,17.002c-0.2804,0.00027-0.54798-0.1174-0.73731-0.32422l-1.64795-1.79687c-0.43688-0.47554-0.99514-0.82297-1.61474-1.00491l-0.00049,2.126c0.00014,0.55214-0.44734,0.99986-0.99948,1c-0.00017,0-0.00035,0-0.00052,0l0,0c-0.55214,0.00015-0.99985-0.44732-1-0.99946c0-0.00018,0-0.00036,0-0.00054v-3.2705c-0.00015-0.55214,0.44732-0.99985,0.99946-1c0.00018,0,0.00036,0,0.00054,0c1.55447,0.00146,3.03738,0.65341,4.08935,1.79785l1.64746,1.79687c0.37338,0.40674,0.34633,1.03915-0.06041,1.41253C17.1463,16.90802,16.90511,17.00196,16.65479,17.002z"/><path class="uim-primary" d="M11.6499,14.96c-0.55214,0.00014-0.99986-0.44734-1-0.99948c0-0.00017,0-0.00035,0-0.00052V8.04c0-0.55228,0.44771-1,1-1s1,0.44772,1,1v5.92c0.00015,0.55214-0.44732,0.99985-0.99946,1C11.65026,14.96,11.65008,14.96,11.6499,14.96z"/><path class="uim-primary" d="M12.57031,13.83008c-0.55241,0.00012-1.00031-0.4476-1.00043-1.00001c-0.00008-0.40604,0.24531-0.77184,0.62104-0.92577c1.76348-0.72651,3.06314-2.26571,3.48388-4.126c0.11911-0.53929,0.65285-0.8799,1.19214-0.76079c0.53929,0.11911,0.87991,0.65285,0.76079,1.19214c-0.00089,0.00401-0.00179,0.00801-0.00273,0.01201c-0.56559,2.49564-2.31,4.56008-4.67627,5.53418C12.82863,13.80499,12.70008,13.83021,12.57031,13.83008z M11.6543,9.002h-0.00293L10.99707,9C10.44494,8.99801,9.99875,8.5492,10,7.99707C10.01707,7.45137,10.45714,7.01388,11.00293,7l0.6543,0.00195c0.55228,0.00081,0.99934,0.44918,0.99854,1.00146c-0.00081,0.55229-0.44918,0.99934-1.00146,0.99854V9.002z"/>'},wL={name:"vuejs",style:"monochrome",path:'<path class="uim-primary" d="M6.97592,3.43329l3.64623,0.00129l1.38355,1.956l1.3743-1.956l3.64334-0.00074l-4.99953,8.40656L6.97592,3.43329z"/><path class="uim-primary" d="M14.59955,2.43c-0.32568-0.00003-0.63097,0.15854-0.81824,0.425L12,5.39l-1.7912-2.5368C10.02143,2.5878,9.71679,2.42997,9.39191,2.43H6.38l3.55,5.92l2.1,3.5l2.07-3.5l3.52-5.92L14.59955,2.43z"/><path class="uim-tertiary" d="M22.00098,2.43848L17.617,2.43506l-3.51703,5.91492l-2.06995,3.5l-2.10004-3.5l-3.5459-5.91315L1.99463,2.46094c-0.17621,0.00085-0.349,0.04828-0.50098,0.13745C1.01733,2.87787,0.85779,3.49048,1.13721,3.9668l10.01953,17.10547c0.17963,0.30603,0.50793,0.49408,0.86279,0.49414h0.00098c0.35547-0.00031,0.68408-0.18915,0.86328-0.49609l9.98047-17.12793C22.95312,3.78986,23,3.61652,23.00024,3.44C23.00085,2.88751,22.55353,2.43915,22.00098,2.43848z"/>'},xL={name:"vuejs-alt",style:"monochrome",path:'<polygon class="uim-tertiary" points="12.018 19.151 4.315 6 7.138 6 12.024 14.407 16.871 6 19.68 6"/><path class="uim-primary" d="M14.38,4.00128l-2.37433,3.95599L9.62213,4.00128l-8.7973-0.00085l11.19666,19.11511L23.16022,4.00079L14.38,4.00128z M12.01801,19.151L4.315,6h2.823l4.88599,8.40698L16.87097,6h2.80902L12.01801,19.151z"/>'},_L={name:"web-grid",style:"monochrome",path:'<polygon class="uim-quaternary" points="2 13 14 13 14 22 16 22 16 13 16 13 16 11 16 11 16 2 14 2 14 11 2 11"/><path class="uim-primary" d="M21,22h-5l0,0V2l0,0h5c0.55228,0,1,0.44772,1,1v18C22,21.55228,21.55228,22,21,22z"/><path class="uim-tertiary" d="M14 22H3c-.55229 0-1-.44772-1-1v-8l0 0h12l0 0V22L14 22zM14 11H2l0 0V3c0-.55229.44771-1 1-1h11l0 0V11L14 11z"/>'},kL={name:"web-grid-alt",style:"monochrome",path:'<polygon class="uim-quaternary" points="22 8 2 8 2 10 11 10 11 22 13 22 13 10 22 10"/><path class="uim-primary" d="M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z"/><path class="uim-tertiary" d="M2,10h9l0,0v12l0,0H3c-0.55228,0-1-0.44772-1-1V10L2,10z M13,10h9l0,0v11c0,0.55228-0.44772,1-1,1h-8l0,0V10L13,10z"/>'},TL={name:"web-section",style:"monochrome",path:'<rect width="2" height="20" x="14" y="2" class="uim-quaternary"/><path class="uim-tertiary" d="M3,2h11l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z"/><path class="uim-primary" d="M16,2h5c0.55228,0,1,0.44772,1,1v18c0,0.55228-0.44772,1-1,1h-5l0,0V2L16,2z"/>'},EL={name:"web-section-alt",style:"monochrome",path:'<path class="uim-quaternary" d="M9.9,2H8.1C8.00154,2.32358,7.96757,2.66333,8,3v18c-0.03243,0.33667,0.00154,0.67642,0.1,1h1.8c0.09846-0.32358,0.13243-0.66333,0.1-1V3C10.03243,2.66333,9.99846,2.32358,9.9,2z"/><path class="uim-primary" d="M3,2h5l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z"/><path class="uim-tertiary" d="M10,2h11c0.55228,0,1,0.44772,1,1v18c0,0.55228-0.44772,1-1,1H10l0,0V2L10,2z"/>'},OL={name:"whatsapp",style:"monochrome",path:'<path class="uim-primary" d="M21.99017,6.54663a10.58917,10.58917,0,0,0-.10351-1.2821,4.31224,4.31224,0,0,0-.36231-1.08875,3.85315,3.85315,0,0,0-1.69482-1.69665A4.29892,4.29892,0,0,0,18.74707,2.117a10.52349,10.52349,0,0,0-1.292-.10546c-.18347-.00666-.4209-.00995-.53046-.00995L7.0769,2c-.10913,0-.34661.0033-.53027.00983a10.565,10.565,0,0,0-1.2821.10351,4.31223,4.31223,0,0,0-1.08875.36225A3.8543,3.8543,0,0,0,2.47906,4.17047a4.30328,4.30328,0,0,0-.36212,1.08246,10.54549,10.54549,0,0,0-.10547,1.292c-.00653.18347-.00988.4209-.00988.5304L2,16.9231c0,.10907.0033.34655.00983.53027a10.565,10.565,0,0,0,.10351,1.2821,4.313,4.313,0,0,0,.36225,1.08875,3.854,3.854,0,0,0,1.69482,1.69665,4.30453,4.30453,0,0,0,1.08252.36213,10.51972,10.51972,0,0,0,1.292.10546c.18341.0066.4209.00995.5304.00995L16.9231,22c.10907,0,.34661-.0033.53021-.00983a10.578,10.578,0,0,0,1.28216-.10351,4.31578,4.31578,0,0,0,1.08869-.36225,3.85422,3.85422,0,0,0,1.69671-1.69488,4.30144,4.30144,0,0,0,.36213-1.08246,10.53342,10.53342,0,0,0,.10553-1.292c.00659-.18347.00988-.4209.00988-.5304L22,7.0769C22,6.96783,21.9967,6.73029,21.99017,6.54663ZM12.21674,18.95648h-.00293a7.12618,7.12618,0,0,1-3.40693-.86743l-3.77929.991L6.039,15.3869a7.12969,7.12969,0,1,1,6.17774,3.56958Z"/><path class="uim-primary" d="M12.21906,5.90112a5.92655,5.92655,0,0,0-5.022,9.07575L7.338,15.201l-.59863,2.18585L8.982,16.79871l.21637.12841a5.91785,5.91785,0,0,0,3.01593.82569h.00238a5.92585,5.92585,0,0,0,.00239-11.85169Zm3.48541,8.47a1.83436,1.83436,0,0,1-1.20239.84675,2.44255,2.44255,0,0,1-1.122-.0705,10.27562,10.27562,0,0,1-1.01551-.37518,7.94,7.94,0,0,1-3.043-2.68891,3.46344,3.46344,0,0,1-.72735-1.84216,1.99712,1.99712,0,0,1,.62347-1.4856.65467.65467,0,0,1,.475-.22284c.11871,0,.23761.0011.34137.00629.10937.00543.25622-.04156.40082.30573.14843.3565.5047,1.233.54919,1.32214a.328.328,0,0,1,.01489.312,1.21566,1.21566,0,0,1-.17816.29712c-.08905.104-.18707.23218-.26715.312-.08923.08881-.18207.18518-.07819.3634a5.36573,5.36573,0,0,0,.991,1.23365,4.86312,4.86312,0,0,0,1.4325.88391c.1781.08917.282.07428.38592-.04456s.44531-.52.564-.69824.23749-.14856.40075-.08911,1.03913.49023,1.21729.57935.29687.13372.34137.208a1.48784,1.48784,0,0,1-.10382.84684Z"/>'},PL={name:"window-grid",style:"monochrome",path:'<polygon class="uim-quaternary" points="22 11 10 11 10 2 8 2 8 11 8 11 8 13 8 13 8 22 10 22 10 13 22 13"/><path class="uim-primary" d="M3,2h5l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z"/><path class="uim-tertiary" d="M10,2h11c0.55228,0,1,0.44772,1,1v8l0,0H10l0,0V2L10,2z M10,13h12l0,0v8c0,0.55228-0.44772,1-1,1H10l0,0V13L10,13z"/>'},NL={name:"window-maximize",style:"monochrome",path:'<rect width="20" height="2" x="2" y="8" class="uim-quaternary"/><path class="uim-primary" d="M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z"/><path class="uim-tertiary" d="M2,10h20l0,0v11c0,0.55228-0.44772,1-1,1H3c-0.55228,0-1-0.44772-1-1V10L2,10z"/>'},jL={name:"window-section",style:"monochrome",path:'<rect width="6" height="12" x="9" y="10" class="uim-tertiary"/><path class="uim-tertiary" d="M2,10v11c0,0.55228,0.44772,1,1,1h4V10H2z"/><polygon class="uim-quaternary" points="22 8 2 8 2 10 7 10 7 22 9 22 9 10 15 10 15 22 17 22 17 10 22 10"/><path class="uim-tertiary" d="M17,10v12h4c0.55228,0,1-0.44772,1-1V10H17z"/><path class="uim-primary" d="M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z"/>'},DL={name:"windows",style:"monochrome",path:'<path class="uim-primary" d="M2.0292,4.83164,10.17746,3.722l.00351,7.85962L2.0366,11.628,2.0292,4.83172Zm8.14437,7.65549.00623,7.86647L2.03551,19.23386,2.03505,12.4344l8.13844.05273Zm.98773-8.91036L21.9651,2v9.48164l-10.8038.08567V3.57677Zm10.8063,8.98435L21.965,22,11.16122,20.47518l-.01511-7.93174Z"/>'},qL={name:"wordpress",style:"monochrome",path:'<path class="uim-quaternary" d="M12,2.6A9.4,9.4,0,1,0,21.4,12,9.4,9.4,0,0,0,12,2.6Z"/><path class="uim-primary" d="M12.14648 12.72858L9.64575 19.99377a8.33685 8.33685 0 0 0 5.12171-.13293.74428.74428 0 0 1-.0597-.11487zM3.66675 11.99963a8.33374 8.33374 0 0 0 4.69678 7.4997L4.38818 8.60834A8.30011 8.30011 0 0 0 3.66675 11.99963z"/><path class="uim-primary" d="M17.62573,11.57941a4.38889,4.38889,0,0,0-.687-2.29816,3.90279,3.90279,0,0,1-.8186-1.95453,1.4429,1.4429,0,0,1,1.39941-1.47894c.037,0,.072.00445.10791.00671A8.3314,8.3314,0,0,0,5.03735,7.42255c.19556.00622.37989.01013.53626.01013.87146,0,2.22107-.106,2.22107-.106a.34448.34448,0,0,1,.05322.68677s-.45166.05286-.95361.07916l3.03442,9.02649,1.824-5.4693L10.45435,8.09265c-.449-.0263-.874-.07916-.874-.07916a.34447.34447,0,0,1,.053-.68677s1.37586.106,2.19458.106c.87146,0,2.22131-.106,2.22131-.106a.34447.34447,0,0,1,.0531.68677s-.452.05286-.95361.07916l3.01148,8.95777.85962-2.72407A9.60383,9.60383,0,0,0,17.62573,11.57941Z"/><path class="uim-primary" d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm7.79492,15.25519a9.4271,9.4271,0,0,1-4.13623,3.40631A9.38753,9.38753,0,0,1,6.74475,19.795a9.432,9.432,0,0,1-3.40637-4.13629,9.38577,9.38577,0,0,1,.8667-8.91394A9.4271,9.4271,0,0,1,8.34131,3.33844a9.38753,9.38753,0,0,1,8.91394.86652,9.432,9.432,0,0,1,3.40637,4.13629,9.38577,9.38577,0,0,1-.8667,8.91394Z"/><path class="uim-primary" d="M19.36877,8.85876a7.86528,7.86528,0,0,1-.63391,2.98475L16.1897,19.20239A8.33428,8.33428,0,0,0,19.31274,8.002,6.38147,6.38147,0,0,1,19.36877,8.85876Z"/>'},RL={name:"wordpress-simple",style:"monochrome",path:'<circle cx="12" cy="12" r="10" class="uim-quaternary"/><path class="uim-primary" d="M12,1.99991a10.00009,10.00009,0,1,0,10,9.99975A10.01117,10.01117,0,0,0,12,1.99991ZM3.00928,11.99966a8.95545,8.95545,0,0,1,.77844-3.659L8.07654,20.09122A8.99125,8.99125,0,0,1,3.00928,11.99966ZM12,20.99112a8.98762,8.98762,0,0,1-2.54-.36633l2.69788-7.83869,2.7633,7.57135a.84324.84324,0,0,0,.06446.1239A8.97139,8.97139,0,0,1,12,20.99112ZM13.239,7.78427c.54126-.02844,1.02906-.08539,1.02906-.08539a.37165.37165,0,0,0-.05738-.741s-1.4563.11432-2.39648.11432c-.8833,0-2.3678-.11432-2.3678-.11432a.37165.37165,0,0,0-.057.741s.4585.05695.943.08539l1.40075,3.838-1.968,5.90088L6.49133,7.78427c.54163-.02844,1.02893-.08539,1.02893-.08539a.37166.37166,0,0,0-.05749-.741s-1.45593.11432-2.39612.11432c-.1687,0-.36768-.00416-.57861-.01093A8.98815,8.98815,0,0,1,18.07117,5.36948c-.0387-.00238-.07654-.00721-.11634-.00721A1.5567,1.5567,0,0,0,16.445,6.95792a4.21016,4.21016,0,0,0,.88317,2.1087,4.73577,4.73577,0,0,1,.74122,2.47955,10.88314,10.88314,0,0,1-.68409,2.9065l-.897,2.99634ZM16.52,19.7709l2.74609-7.93969a8.489,8.489,0,0,0,.68372-3.22028,6.9105,6.9105,0,0,0-.06043-.92456A8.99223,8.99223,0,0,1,16.52,19.7709Z"/>'},IL={name:"wrap-text",style:"monochrome",path:'<path class="uim-tertiary" d="M21 7.167H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM9 17.167H3a1 1 0 1 1 0-2H9a1 1 0 0 1 0 2z"/><path class="uim-primary" d="M18.5,17.167H15a1,1,0,0,1,0-2h3.5a1.5,1.5,0,0,0,0-3H3a1,1,0,0,1,0-2H18.5a3.5,3.5,0,1,1,0,7Z"/><path class="uim-primary" d="M14.999,18.833a.99523.99523,0,0,1-.63867-.23145l-2-1.666a1.00063,1.00063,0,0,1-.001-1.53711l2-1.667a1.00053,1.00053,0,0,1,1.28124,1.5371l-1.07813.89844,1.07716.89746A1,1,0,0,1,14.999,18.833Z"/>'},FL={name:"youtube",style:"monochrome",path:'<path class="uim-tertiary" d="M15.66349,11.77493c-2.017-1.07792-3.9484-2.07746-5.9226-3.11211v6.18993c2.07746-1.12933,4.26757-2.164,5.93117-3.08639C15.67206,11.76636,15.66349,11.77493,15.66349,11.77493z"/><path class="uim-primary" d="M22.97382,9.7146c0.04663-1.43134-0.26746-2.85144-0.91345-4.12958c-0.4317-0.53339-1.04034-0.89423-1.71545-1.01715c-2.77203-0.24066-5.55463-0.3385-8.33679-0.29303C9.22614,4.22913,6.44366,4.32697,3.67175,4.56787C3.12262,4.67041,2.6142,4.92755,2.20612,5.30908C1.31146,6.13843,1.24615,7.56,1.11145,8.75751c-0.14758,2.15845-0.14758,4.32452,0,6.48297C1.1358,15.91644,1.237,16.5874,1.41309,17.24042c0.11926,0.50562,0.36218,0.97375,0.70691,1.36237c0.40814,0.40222,0.92773,0.67236,1.49139,0.77545c2.15582,0.26709,4.32831,0.37665,6.50012,0.32776v0.00006c3.49408,0.05591,6.57275-0.0033,10.1983-0.27594c0.57941-0.09943,1.11475-0.37305,1.53461-0.78442c0.27277-0.27124,0.47931-0.60168,0.6037-0.9657c0.36157-1.09528,0.53918-2.24286,0.5257-3.39618C23.00806,13.68872,23.00806,10.30969,22.97382,9.7146z M15.66351,11.7749c-0.00128-0.00067-0.0025-0.00134-0.00378-0.00201c-0.82916,0.45929-1.7876,0.94629-2.79803,1.45905c-1.0152,0.51514-2.08203,1.05609-3.12079,1.62079V8.66284V8.66278c0.98712,0.51733,1.9635,1.02594,2.94525,1.53986c0.98053,0.51331,1.96643,1.03198,2.97357,1.57025c0.00385-0.00214,0.00848-0.00439,0.01233-0.00653L15.66351,11.7749z"/>'},BL={name:"airplay",style:"solid",path:'<path d="M12.8,13.4c-0.1-0.1-0.1-0.2-0.2-0.2c-0.5-0.3-1.1-0.2-1.5,0.2l-4,6C7.1,19.6,7,19.8,7,20c0,0.6,0.4,1,1,1h8c0.2,0,0.4-0.1,0.6-0.2c0.5-0.3,0.6-0.9,0.3-1.4L12.8,13.4z M19,3H5C3.3,3,2,4.3,2,6v9c0,1.7,1.3,3,3,3h0.8c0.6,0,1-0.4,1-1s-0.4-1-1-1H5c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1v9c0,0.6-0.4,1-1,1h-0.8c-0.6,0-1,0.4-1,1s0.4,1,1,1H19c1.7,0,3-1.3,3-3V6C22,4.3,20.7,3,19,3z"/>'},UL={name:"align-alt",style:"solid",path:'<path d="M10,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,15,10,15z M10,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,11,10,11z M10,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,7,10,7z M14,5h7c0.6,0,1-0.4,1-1s-0.4-1-1-1h-7c-0.6,0-1,0.4-1,1S13.4,5,14,5z M10,19H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,19,10,19z M21,15h-7c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S21.6,15,21,15z M21,7h-7c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S21.6,7,21,7z M10,3H7C6.4,3,6,3.4,6,4s0.4,1,1,1h3c0.6,0,1-0.4,1-1S10.6,3,10,3z M21,11h-7c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S21.6,11,21,11z M17,19h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3c0.6,0,1-0.4,1-1S17.6,19,17,19z"/>'},$L={name:"align-center",style:"solid",path:'<path d="M7,9c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H7z M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M17,17H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S17.6,17,17,17z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z"/>'},WL={name:"align-center-justify",style:"solid",path:'<path d="M17,19H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S17.6,19,17,19z M3,5h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,3,2,3.4,2,4S2.4,5,3,5z M21,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,15,21,15z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,7,21,7z"/>'},GL={name:"align-justify",style:"solid",path:'<path d="M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M21,9H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,9,21,9z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z M21,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,17,21,17z"/>'},QL={name:"align-left",style:"solid",path:'<path d="M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M3,11h14c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z M17,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S17.6,17,17,17z"/>'},KL={name:"align-left-justify",style:"solid",path:'<path d="M21,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,15,21,15z M15,19H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h12c0.6,0,1-0.4,1-1S15.6,19,15,19z M3,5h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,3,2,3.4,2,4S2.4,5,3,5z M21,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,7,21,7z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z"/>'},JL={name:"align-letter-right",style:"solid",path:'<path d="M21,20H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,20,21,20z M10,4h11c0.6,0,1-0.4,1-1s-0.4-1-1-1H10C9.4,2,9,2.4,9,3S9.4,4,10,4z M21,16H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,16,21,16z M21,10H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,10,21,10z M21,6H3C2.4,6,2,6.4,2,7s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,6,21,6z"/>'},XL={name:"align-right",style:"solid",path:'<path d="M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M21,9H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,9,21,9z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z M21,17H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,17,21,17z"/>'},YL={name:"align-right-justify",style:"solid",path:'<path d="M3,5h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,3,2,3.4,2,4S2.4,5,3,5z M21,19H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,19,21,19z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,15,21,15z M21,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,7,21,7z"/>'},eS={name:"analysis",style:"solid",path:'<path d="M21.7,7.3c-0.4-0.4-1-0.4-1.4,0L14,13.6L9.7,9.3C9.5,9.1,9.3,9,9,9C8.7,9,8.5,9.1,8.3,9.3l-6,6C2.1,15.5,2,15.7,2,16c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3L9,11.4l4.3,4.3c0.1,0.1,0.2,0.2,0.3,0.2C13.7,16,13.9,16,14,16c0.2,0,0.5-0.1,0.6-0.3c0,0,0,0,0.1,0c0,0,0,0,0,0s0,0,0,0l7-7C22.1,8.3,22.1,7.7,21.7,7.3z"/>'},tS={name:"analytics",style:"solid",path:'<path d="M10,2C9.4,2,9,2.4,9,3c0,0,0,0,0,0v18c0,0.6,0.4,1,1,1s1-0.4,1-1V3C11,2.4,10.6,2,10,2C10,2,10,2,10,2z M5,12c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v8c0,0.6,0.4,1,1,1s1-0.4,1-1v-8C6,12.4,5.6,12,5,12C5,12,5,12,5,12z M15,8c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v12c0,0.6,0.4,1,1,1s1-0.4,1-1V9C16,8.4,15.6,8,15,8C15,8,15,8,15,8z M20,16c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v4c0,0.6,0.4,1,1,1s1-0.4,1-1v-4C21,16.4,20.6,16,20,16C20,16,20,16,20,16z"/>'},nS={name:"anchor",style:"solid",path:'<path d="M19,13h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h0.9c-0.4,2.5-2.4,4.5-4.9,4.9V11h1c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3S9,3.3,9,5c0,1.3,0.8,2.4,2,2.8V9h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1v8.9c-2.5-0.4-4.5-2.4-4.9-4.9H7c0.6,0,1-0.4,1-1s-0.4-1-1-1H5c-0.6,0-1,0.4-1,1c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C20,13.4,19.6,13,19,13z M12,4c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1s-1-0.4-1-1S11.4,4,12,4z"/>'},aS={name:"angle-double-down",style:"solid",path:'<path d="M11.3,11.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,9.3L9.7,7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L11.3,11.5z M14.3,12.5L12,14.8l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4C15.3,12.2,14.7,12.2,14.3,12.5z"/>'},rS={name:"angle-double-left",style:"solid",path:'<path d="M17,14.3L14.7,12L17,9.7c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-3,3c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C17.3,15.3,17.3,14.7,17,14.3z M9.2,12l2.3-2.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-3,3c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L9.2,12z"/>'},iS={name:"angle-double-right",style:"solid",path:'<path d="M8.5,8.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L9.3,12L7,14.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l3-3c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4L8.5,8.3z M17,11.3l-3-3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.3,2.3l-2.3,2.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l3-3C17.3,12.3,17.3,11.7,17,11.3z"/>'},lS={name:"angle-double-up",style:"solid",path:'<path d="M12.7,12.5C12.7,12.5,12.7,12.5,12.7,12.5c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l2.3-2.3l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L12.7,12.5z M9.7,11.5L12,9.2l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-3-3c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4C8.7,11.8,9.3,11.8,9.7,11.5z"/>'},oS={name:"angle-down",style:"solid",path:'<path d="M16.9,9.2c-0.4-0.4-1-0.4-1.4,0L12,12.7L8.5,9.2c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4.2,4.2c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l4.2-4.2C17.3,10.2,17.3,9.6,16.9,9.2z"/>'},cS={name:"angle-left",style:"solid",path:'<path d="M11.3,12l3.5-3.5c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-4.2,4.2l0,0c-0.4,0.4-0.4,1,0,1.4l4.2,4.2c0.2,0.2,0.4,0.3,0.7,0.3l0,0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L11.3,12z"/>'},uS={name:"angle-right",style:"solid",path:'<path d="M9.9,17.2c-0.6,0-1-0.4-1-1c0-0.3,0.1-0.5,0.3-0.7l3.5-3.5L9.2,8.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l4.2,4.2c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-4.2,4.2C10.4,17.1,10.1,17.2,9.9,17.2z"/>'},sS={name:"angle-right-b",style:"solid",path:'<path d="M15.5,11.3L9.9,5.6c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4.9,4.9l-4.9,4.9c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l5.7-5.7c0,0,0,0,0,0C15.9,12.3,15.9,11.7,15.5,11.3z"/>'},hS={name:"angle-up",style:"solid",path:'<path d="M16.9,13.4l-4.2-4.2l0,0c-0.4-0.4-1-0.4-1.4,0l-4.2,4.2c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l3.5-3.5l3.5,3.5c0.2,0.2,0.4,0.3,0.7,0.3l0,0c0.3,0,0.5-0.1,0.7-0.3C17.3,14.4,17.3,13.8,16.9,13.4z"/>'},dS={name:"apps",style:"solid",path:'<path d="M10,2H3C2.4,2,2,2.4,2,3v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1V3C11,2.4,10.6,2,10,2z M10,13H3c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1v-7C11,13.4,10.6,13,10,13z M21,2h-7c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M21,13h-7c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1v-7C22,13.4,21.6,13,21,13z"/>'},pS={name:"arrow-circle-down",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.7,12.7l-3,3c-0.1,0.1-0.2,0.2-0.3,0.2c-0.2,0.1-0.5,0.1-0.8,0c-0.1,0-0.2-0.1-0.3-0.2l-3-3c0,0,0,0,0,0c-0.4-0.4-0.4-1,0-1.4c0,0,0,0,0,0c0.4-0.4,1-0.4,1.4,0l1.3,1.3V9c0-0.6,0.4-1,1-1s1,0.4,1,1v3.6l1.3-1.3c0.4-0.4,1-0.4,1.4,0C16.1,11.7,16.1,12.3,15.7,12.7z"/>'},fS={name:"arrow-circle-left",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15,13h-3.6l1.3,1.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-3-3c-0.4-0.4-0.4-1,0-1.4c0,0,0,0,0,0l3-3c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0L11.4,11H15c0.6,0,1,0.4,1,1S15.6,13,15,13z"/>'},mS={name:"arrow-circle-right",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M15.7,12.7C15.7,12.7,15.7,12.7,15.7,12.7l-3,3c-0.4,0.4-1,0.4-1.4,0c0,0,0,0,0,0c-0.4-0.4-0.4-1,0-1.4c0,0,0,0,0,0l1.3-1.3H9c-0.6,0-1-0.4-1-1s0.4-1,1-1h3.6l-1.3-1.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l3,3C16.1,11.7,16.1,12.3,15.7,12.7z"/>'},vS={name:"arrow-circle-up",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M15.7,12.7C15.7,12.7,15.7,12.7,15.7,12.7c-0.4,0.4-1,0.4-1.4,0c0,0,0,0,0,0L13,11.4V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.6l-1.3,1.3c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l3-3c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l3,3C16.1,11.7,16.1,12.3,15.7,12.7z"/>'},AS={name:"arrow-down-left",style:"solid",path:'<path d="M17,16H9.4l8.3-8.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L8,14.6V7c0-0.6-0.4-1-1-1S6,6.4,6,7v10c0,0.1,0,0.3,0.1,0.4c0.1,0.2,0.3,0.4,0.5,0.5C6.7,18,6.9,18,7,18h10c0.6,0,1-0.4,1-1S17.6,16,17,16z"/>'},yS={name:"arrow-down-right",style:"solid",path:'<path d="M17,6c-0.6,0-1,0.4-1,1v7.6L7.7,6.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l8.3,8.3H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1V7C18,6.4,17.6,6,17,6z"/>'},MS={name:"arrow-up-left",style:"solid",path:'<path d="M9.4,8H17c0.6,0,1-0.4,1-1s-0.4-1-1-1H7C6.4,6,6,6.4,6,7v10c0,0.6,0.4,1,1,1s1-0.4,1-1V9.4l8.3,8.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L9.4,8z"/>'},HS={name:"arrow-up-right",style:"solid",path:'<path d="M17,6H7C6.4,6,6,6.4,6,7s0.4,1,1,1h7.6l-8.3,8.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L16,9.4V17c0,0.6,0.4,1,1,1s1-0.4,1-1V7C18,6.4,17.6,6,17,6z"/>'},gS={name:"at",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3c0.5-0.3,0.6-0.9,0.4-1.4c-0.3-0.5-0.9-0.6-1.4-0.4c0,0,0,0,0,0c-3.8,2.2-8.7,0.9-10.9-2.9C2.9,12.2,4.2,7.3,8,5.1c3.8-2.2,8.7-0.9,10.9,2.9c0.7,1.2,1.1,2.6,1.1,4v0.8c0,1-0.8,1.8-1.8,1.8s-1.8-0.8-1.8-1.8V8.5c0-0.6-0.4-1-1-1c-0.5,0-0.9,0.3-1,0.8c-2-1.4-4.9-0.9-6.3,1.1c-1.4,2-0.9,4.9,1.1,6.3c1.9,1.3,4.4,1,5.9-0.7c1.3,1.6,3.6,1.9,5.2,0.7c0.9-0.7,1.5-1.8,1.5-3V12C22,6.5,17.5,2,12,2z M12,14.5c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5C14.5,13.4,13.4,14.5,12,14.5z"/>'},ZS={name:"bag",style:"solid",path:'<path d="M19,6h-3V5c0-1.1-0.9-2-2-2h-4C8.9,3,8,3.9,8,5v1H5C3.3,6,2,7.3,2,9v9c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V9C22,7.3,20.7,6,19,6z M10,5h4v1h-4V5z M20,18c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1v-5.6l4.7,1.6C8.8,14,8.9,14,9,14h6c0.1,0,0.2,0,0.3-0.1l4.7-1.6V18z"/>'},VS={name:"bars",style:"solid",path:'<path d="M20,11H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,11,20,11z M4,8h16c0.6,0,1-0.4,1-1s-0.4-1-1-1H4C3.4,6,3,6.4,3,7S3.4,8,4,8z M20,16H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,16,20,16z"/>'},CS={name:"battery-bolt",style:"solid",path:'<path d="M17,7H4C2.9,7,2,7.9,2,9v6c0,1.1,0.9,2,2,2h6.7c-0.6,0-1-0.4-1-1c0-0.2,0-0.3,0.1-0.5l1.4-2.5H8l0,0l0,0c-0.1,0-0.2,0-0.3-0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0-0.1,0.1-0.3,0.1-0.4c0,0,0,0,0-0.1l2.3-4c0.3-0.5,0.9-0.6,1.4-0.4c0.5,0.3,0.6,0.9,0.4,1.4c0,0,0,0,0,0L9.7,11H13c0,0,0,0,0.1,0c0.1,0,0.3,0.1,0.4,0.1c0,0,0,0,0.1,0c0,0,0.1,0.1,0.1,0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0,0,0.1c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0,0,0.1l-2.3,4C11.4,16.8,11,17,10.7,17H17c1.1,0,2-0.9,2-2V9C19,7.9,18.1,7,17,7z M21,10c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2C22,10.4,21.6,10,21,10z"/>'},bS={name:"battery-empty",style:"solid",path:'<path d="M21,10c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-2C22,10.4,21.6,10,21,10z M17,7H4C2.9,7,2,7.9,2,9v6c0,1.1,0.9,2,2,2h13c1.1,0,2-0.9,2-2V9C19,7.9,18.1,7,17,7z"/>'},LS={name:"bookmark",style:"solid",path:'<path d="M16,2H8C6.3,2,5,3.3,5,5v16c0,0.2,0,0.3,0.1,0.5C5.4,22,6,22.1,6.5,21.9l5.5-3.2l5.5,3.2C17.7,22,17.8,22,18,22c0.6,0,1-0.4,1-1V5C19,3.3,17.7,2,16,2z"/>'},SS={name:"border-alt",style:"solid",path:'<path d="M20.5,3.5c0-0.6-0.4-1-1-1h-16c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-15h15C20.1,4.5,20.5,4.1,20.5,3.5z M19.5,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,10.5,19.5,10.5z M19.5,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,6.5,19.5,6.5z M19.5,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,14.5,19.5,14.5z M7.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,18.5,7.5,18.5z M11.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,18.5,11.5,18.5z M15.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,18.5,15.5,18.5z M19.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,18.5,19.5,18.5z"/>'},zS={name:"border-bottom",style:"solid",path:'<path d="M12,9.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,9.5,12,9.5z M12,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,13.5,12,13.5z M12,17.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,17.5,12,17.5z M12,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,5.5,12,5.5z M20,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5.5,20,5.5z M8,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S7.4,5.5,8,5.5z M16,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,5.5,16,5.5z M16,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,13.5,16,13.5z M4,9.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,9.5,4,9.5z M20,15.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,15.5,20,15.5z M20,11.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,11.5,20,11.5z M20,7.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,7.5,20,7.5z M20,19.5H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,19.5,20,19.5z M4,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,13.5,4,13.5z M4,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,5.5,4,5.5z M8,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S7.4,13.5,8,13.5z M4,17.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,17.5,4,17.5z"/>'},wS={name:"border-clear",style:"solid",path:'<path d="M12,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,15,12,15z M12,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,19,12,19z M12,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,7,12,7z M12,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,3,12,3z M4,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,15,4,15z M4,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,19,4,19z M4,7C3.4,7,3,7.4,3,8s0.4,1,1,1s1-0.4,1-1S4.6,7,4,7z M4,3C3.4,3,3,3.4,3,4s0.4,1,1,1s1-0.4,1-1S4.6,3,4,3z M8,3C7.4,3,7,3.4,7,4s0.4,1,1,1s1-0.4,1-1S8.6,3,8,3z M16,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,3,16,3z M8,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,19,8,19z M16,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,19,16,19z M8,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,11,8,11z M16,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,11,16,11z M20,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,15,20,15z M20,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,19,20,19z M20,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,7,20,7z M12,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,11,12,11z M4,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,11,4,11z M20,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,11,20,11z M20,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5,20,5z"/>'},xS={name:"border-horizontal",style:"solid",path:'<path d="M20,11H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,11,20,11z M12,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,15,12,15z M12,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,19,12,19z M12,9c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,9,12,9z M12,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,5,12,5z M4,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,15,4,15z M4,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,19,4,19z M4,9c0.6,0,1-0.4,1-1S4.6,7,4,7S3,7.4,3,8S3.4,9,4,9z M4,5c0.6,0,1-0.4,1-1S4.6,3,4,3S3,3.4,3,4S3.4,5,4,5z M8,5c0.6,0,1-0.4,1-1S8.6,3,8,3S7,3.4,7,4S7.4,5,8,5z M16,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,5,16,5z M8,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,19,8,19z M16,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,19,16,19z M20,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,15,20,15z M20,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,19,20,19z M20,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,7,20,7z M20,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5,20,5z"/>'},_S={name:"border-inner",style:"solid",path:'<path d="M21,12c0-0.6-0.4-1-1-1h-7V4c0-0.6-0.4-1-1-1s-1,0.4-1,1v7H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h7v7c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-7h7C20.5,13,21,12.6,21,12z M4,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.5,15,4,15z M4,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.5,19,4,19z M4,9c0.6,0,1-0.4,1-1S4.5,7,4,7S3,7.4,3,8S3.4,9,4,9z M4,5c0.6,0,1-0.4,1-1S4.5,3,4,3S3,3.4,3,4S3.4,5,4,5z M8,5c0.6,0,1-0.4,1-1S8.5,3,8,3S7,3.4,7,4S7.4,5,8,5z M16,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,5,16,5z M8,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.5,19,8,19z M16,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.5,19,16,19z M20,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.5,15,20,15z M20,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.5,19,20,19z M20,9c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,9,20,9z M20,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5,20,5z"/>'},kS={name:"border-left",style:"solid",path:'<path d="M3.5,3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V4C4.5,3.4,4.1,3,3.5,3z M7.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,11,7.5,11z M11.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,11,11.5,11z M15.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,11,15.5,11z M19.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,11,19.5,11z M7.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,3,7.5,3z M11.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,3,11.5,3z M15.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,3,15.5,3z M19.5,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S18.9,5,19.5,5z M19.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,7,19.5,7z M19.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,15,19.5,15z M11.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,7,11.5,7z M11.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,15,11.5,15z M7.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,19,7.5,19z M11.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,19,11.5,19z M15.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,19,15.5,19z M19.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,19,19.5,19z"/>'},TS={name:"border-out",style:"solid",path:'<path d="M20,3H4C3.4,3,3,3.4,3,4v16c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V4C21,3.4,20.6,3,20,3z M19,19H5V5h14V19z M12,13c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,13,12,13z M12,17c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,17,12,17z M12,9c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,9,12,9z M8,13c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S7.4,13,8,13z M16,13c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,13,16,13z"/>'},ES={name:"border-right",style:"solid",path:'<path d="M20.5,3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V4C21.5,3.4,21.1,3,20.5,3z M16.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S17.1,11,16.5,11z M12.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,11,12.5,11z M8.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S9.1,11,8.5,11z M4.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,11,4.5,11z M16.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S17.1,19,16.5,19z M12.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,19,12.5,19z M8.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S9.1,19,8.5,19z M4.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,19,4.5,19z M4.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,15,4.5,15z M4.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,7,4.5,7z M12.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,15,12.5,15z M12.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,7,12.5,7z M16.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S17.1,3,16.5,3z M12.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,3,12.5,3z M8.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S9.1,3,8.5,3z M4.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,3,4.5,3z"/>'},OS={name:"border-top",style:"solid",path:'<path d="M4,4.5h16c0.6,0,1-0.4,1-1s-0.4-1-1-1H4c-0.6,0-1,0.4-1,1S3.4,4.5,4,4.5z M12,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,6.5,12,6.5z M12,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,10.5,12,10.5z M12,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,14.5,12,14.5z M12,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,18.5,12,18.5z M20,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,6.5,20,6.5z M20,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,10.5,20,10.5z M20,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,14.5,20,14.5z M20,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,18.5,20,18.5z M16,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,18.5,16,18.5z M8,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,18.5,8,18.5z M16,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,10.5,16,10.5z M8,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,10.5,8,10.5z M4,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,6.5,4,6.5z M4,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,10.5,4,10.5z M4,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,14.5,4,14.5z M4,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,18.5,4,18.5z"/>'},PS={name:"border-vertical",style:"solid",path:'<path d="M11,3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V4C12,3.4,11.6,3,11,3z M7,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S7.6,11,7,11z M3,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S3.6,11,3,11z M15,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S15.6,11,15,11z M19,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,11,19,11z M7,3C6.4,3,6,3.4,6,4s0.4,1,1,1s1-0.4,1-1S7.6,3,7,3z M3,3C2.4,3,2,3.4,2,4s0.4,1,1,1s1-0.4,1-1S3.6,3,3,3z M15,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S15.6,3,15,3z M19,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S18.4,5,19,5z M19,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,7,19,7z M19,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,15,19,15z M3,7C2.4,7,2,7.4,2,8s0.4,1,1,1s1-0.4,1-1S3.6,7,3,7z M3,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S3.6,15,3,15z M7,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S7.6,19,7,19z M3,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S3.6,19,3,19z M15,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S15.6,19,15,19z M19,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,19,19,19z"/>'},NS={name:"briefcase",style:"solid",path:'<path d="M17,15.5V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.5H9V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.5H5c-0.7,0-1.4-0.2-2-0.5v4c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3v-4c-0.6,0.3-1.3,0.5-2,0.5H17z M21,6h-4V5c0-1.7-1.3-3-3-3h-4C8.3,2,7,3.3,7,5v1H3C2.4,6,2,6.4,2,7v4c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V7C22,6.4,21.6,6,21,6z M15,6H9V5c0-0.6,0.4-1,1-1h4c0.6,0,1,0.4,1,1V6z"/>'},jS={name:"calender",style:"solid",path:'<path d="M2,19c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3v-8H2V19z M19,4h-2V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v1H9V3c0-0.6-0.4-1-1-1S7,2.4,7,3v1H5C3.3,4,2,5.3,2,7v2h20V7C22,5.3,20.7,4,19,4z"/>'},DS={name:"chart",style:"solid",path:'<path d="M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M8,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-4c0-0.6,0.4-1,1-1s1,0.4,1,1V17z M13,17c0,0.6-0.4,1-1,1s-1-0.4-1-1V7c0-0.6,0.4-1,1-1s1,0.4,1,1V17z M18,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-6c0-0.6,0.4-1,1-1s1,0.4,1,1V17z"/>'},qS={name:"chart-pie",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M12,4c4,0,7.4,3,7.9,7H12V4z M16,18.9L12.6,13h7.4C19.6,15.5,18.2,17.7,16,18.9z"/>'},RS={name:"check",style:"solid",path:'<path d="M18.7,7.2c-0.4-0.4-1-0.4-1.4,0l-7.5,7.5l-3.1-3.1c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3.8,3.8c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l8.2-8.2C19.1,8.2,19.1,7.6,18.7,7.2z"/>'},IS={name:"check-circle",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z"/>'},FS={name:"check-square",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M17.7,9.3l-6.8,6.8c-0.4,0.4-1,0.4-1.4,0l-3.2-3.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.5,2.5l6.1-6.1c0.4-0.4,1-0.4,1.4,0C18.1,8.3,18.1,8.9,17.7,9.3z"/>'},BS={name:"circle-layer",style:"solid",path:'<path d="M7,12c-2.8,0-5,2.2-5,5s2.2,5,5,5s5-2.2,5-5S9.8,12,7,12z M11,7c-2.4,0-4.6,1.5-5.5,3.7c3.5-0.9,7,1.3,7.8,4.7c0.3,1,0.3,2.1,0,3.1c3.1-1.3,4.5-4.8,3.2-7.8C15.6,8.5,13.4,7,11,7z M21.2,5.8C20.1,3.5,17.6,2,15,2S9.9,3.5,8.8,5.8c4-1.2,8.2,1,9.4,4.9c0.5,1.5,0.5,3,0,4.5C21.6,13.5,23,9.3,21.2,5.8z"/>'},US={name:"clinic-medical",style:"solid",path:'<path d="M21.7,10.3l-9-8c-0.4-0.3-0.9-0.3-1.3,0l-9,8c-0.4,0.4-0.5,1-0.1,1.4s1,0.5,1.4,0.1L4,11.4V21c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-9.6l0.3,0.3c0.4,0.4,1,0.3,1.4-0.1C22.1,11.3,22.1,10.6,21.7,10.3z M14,15h-1v1c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1v-1c0-0.6,0.4-1,1-1s1,0.4,1,1v1h1c0.6,0,1,0.4,1,1S14.6,15,14,15z"/>'},$S={name:"clock",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.5,14c-0.3,0.5-0.9,0.6-1.4,0.4l-2.6-1.5C11.2,12.7,11,12.4,11,12V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4.4l2.1,1.2C15.6,12.9,15.7,13.5,15.5,14z"/>'},WS={name:"clock-eight",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.4-0.2,0.7-0.5,0.9l-2.6,1.5c-0.5,0.3-1.1,0.1-1.4-0.4s-0.1-1.1,0.4-1.4l2.1-1.2V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z"/>'},GS={name:"clock-five",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M14,15.7c-0.5,0.3-1.1,0.1-1.4-0.4l-1.5-2.8C11,12.3,11,12.2,11,12V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4.7l1.4,2.6C14.6,14.8,14.5,15.4,14,15.7z"/>'},QS={name:"clock-nine",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.6-0.4,1-1,1H9c-0.6,0-1-0.4-1-1s0.4-1,1-1h2V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z"/>'},KS={name:"clock-seven",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.2-0.1,0.3-0.1,0.4l-1.5,2.8c-0.3,0.5-0.9,0.7-1.4,0.4c-0.5-0.3-0.7-0.9-0.4-1.4l1.4-2.6V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z"/>'},JS={name:"clock-ten",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.6-0.4,1-1,1c-0.2,0-0.3,0-0.5-0.1l-2.6-1.5c-0.5-0.3-0.6-0.9-0.4-1.4c0.3-0.5,0.9-0.6,1.4-0.4l1.1,0.6V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z"/>'},XS={name:"clock-three",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15,13h-3c-0.6,0-1-0.4-1-1V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4h2c0.6,0,1,0.4,1,1S15.6,13,15,13z"/>'},YS={name:"clock-two",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.1,11.4l-2.6,1.5c-0.5,0.3-1.1,0.1-1.4-0.4C11,12.3,11,12.2,11,12V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3.3l1.1-0.6c0.5-0.3,1.1-0.1,1.4,0.4S15.6,11.1,15.1,11.4z"/>'},ez={name:"columns",style:"solid",path:'<path d="M2,3v18c0,0.6,0.4,1,1,1h8V2H3C2.4,2,2,2.4,2,3z M21,2h-8v20h8c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z"/>'},tz={name:"comment-dots",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12c0,2.3,0.8,4.5,2.3,6.3l-2,2c-0.4,0.4-0.4,1,0,1.4C2.5,21.9,2.7,22,3,22h9c5.5,0,10-4.5,10-10S17.5,2,12,2z M8,13c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S8.6,13,8,13z M12,13c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,13,12,13z M16,13c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,13,16,13z"/>'},nz={name:"compress",style:"solid",path:'<path d="M8,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4v4c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-5C9,15.4,8.6,15,8,15z M8,2C7.4,2,7,2.4,7,3v4H3C2.4,7,2,7.4,2,8s0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C9,2.4,8.6,2,8,2z M16,9h5c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v5C15,8.6,15.4,9,16,9z M21,15h-5c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-4h4c0.6,0,1-0.4,1-1S21.6,15,21,15z"/>'},az={name:"corner-down-left",style:"solid",path:'<path d="M18.7,2c-0.6,0-1,0.4-1,1v10.4c0,1.1-0.9,2-2,2h-8l2.9-2.9c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-4.6,4.6l0,0c-0.4,0.4-0.4,1,0,1.4l4.6,4.6C9.4,21.9,9.7,22,9.9,22c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-2.9-2.9h8c2.2,0,4-1.8,4-4V3C19.7,2.4,19.2,2,18.7,2z"/>'},rz={name:"corner-down-right",style:"solid",path:'<path d="M19.4,15.7L14.8,11c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.9,2.9h-7c-1.7,0-3-1.3-3-3V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v9.4c0,2.8,2.2,5,5,5h7l-2.9,2.9c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6c0,0,0,0,0,0C19.8,16.7,19.8,16.1,19.4,15.7z"/>'},iz={name:"corner-left-down",style:"solid",path:'<path d="M21,4.3h-9.4c-2.8,0-5,2.2-5,5v7l-2.9-2.9c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l4.6,4.6c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2.9,2.9v-7c0-1.7,1.3-3,3-3H21c0.6,0,1-0.4,1-1S21.6,4.3,21,4.3z"/>'},lz={name:"corner-right-down",style:"solid",path:'<path d="M21.7,13.4c-0.4-0.4-1-0.4-1.4,0l-2.9,2.9v-8c0-2.2-1.8-4-4-4H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10.4c1.1,0,2,0.9,2,2v8l-2.9-2.9c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l4.6,4.6c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6C22.1,14.4,22.1,13.7,21.7,13.4z"/>'},oz={name:"corner-up-left",style:"solid",path:'<path d="M14.7,6.6h-7l2.9-2.9c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L4.6,6.9l0,0c-0.4,0.4-0.4,1,0,1.4L9.2,13c0.2,0.2,0.4,0.3,0.7,0.3v0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L7.7,8.6h7c1.7,0,3,1.3,3,3V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-9.4C19.7,8.9,17.4,6.6,14.7,6.6z"/>'},cz={name:"corner-up-right",style:"solid",path:'<path d="M19.4,6.9l-4.6-4.6c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.9,2.9h-8c-2.2,0-4,1.8-4,4V21c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V10.6c0-1.1,0.9-2,2-2h8l-2.9,2.9c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6c0,0,0,0,0,0C19.8,7.9,19.8,7.3,19.4,6.9z"/>'},uz={name:"coronavirus",style:"solid",path:'<path d="M22,11h-1.1c-0.2-1.7-0.9-3.3-1.9-4.6l0.8-0.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L17.6,5c-1.3-1.1-2.9-1.7-4.6-1.9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.1C9.3,3.2,7.7,3.9,6.4,5L5.6,4.2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L5,6.4C3.9,7.7,3.2,9.3,3.1,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.1c0.2,1.7,0.9,3.3,1.9,4.6l-0.8,0.8c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L6.4,19c1.3,1.1,2.9,1.7,4.6,1.9V22c0,0.6,0.4,1,1,1s1-0.4,1-1v-1.1c1.7-0.2,3.3-0.9,4.6-1.9l0.8,0.8c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L19,17.6c1.1-1.3,1.7-2.9,1.9-4.6H22c0.6,0,1-0.4,1-1S22.6,11,22,11z M9,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S9.6,16,9,16z M9.5,12C8.7,12,8,11.3,8,10.5S8.7,9,9.5,9S11,9.7,11,10.5S10.3,12,9.5,12z M14.5,15c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S15.3,15,14.5,15z M15,10c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S15.6,10,15,10z"/>'},sz={name:"dialpad",style:"solid",path:'<path d="M14,9.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C14.8,9.6,14.4,9.2,14,9.2z M14,16.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C14.8,16.6,14.4,16.2,14,16.2z M7,2.2H3C2.6,2.2,2.2,2.6,2.2,3v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8V3C7.8,2.6,7.4,2.2,7,2.2z M7,9.2H3c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C7.8,9.6,7.4,9.2,7,9.2z M21,2.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8V3C21.8,2.6,21.4,2.2,21,2.2z M14,2.2h-4C9.6,2.2,9.2,2.6,9.2,3v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8V3C14.8,2.6,14.4,2.2,14,2.2z M21,9.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C21.8,9.6,21.4,9.2,21,9.2z"/>'},hz={name:"direction",style:"solid",path:'<path d="M14.3,14.8L12,17.1l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4C15.3,14.4,14.7,14.4,14.3,14.8z M9.7,10.2L12,7.9l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-3-3c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4C8.7,10.6,9.3,10.6,9.7,10.2z"/>'},dz={name:"document-layout-center",style:"solid",path:'<path d="M19,8h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1S18.4,8,19,8z M21,10h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S21.6,10,21,10z M3,8h2c0.6,0,1-0.4,1-1S5.6,6,5,6H3C2.4,6,2,6.4,2,7S2.4,8,3,8z M3,12h2c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,12,3,12z M9,12h6c0.6,0,1-0.4,1-1V5c0-0.6-0.4-1-1-1H9C8.4,4,8,4.4,8,5v6C8,11.6,8.4,12,9,12z M21,14H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,14,21,14z M13,18H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,18,13,18z"/>'},pz={name:"document-layout-left",style:"solid",path:'<path d="M13,8h8c0.6,0,1-0.4,1-1s-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1S12.4,8,13,8z M21,10h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,10,21,10z M3,12h6c0.6,0,1-0.4,1-1V5c0-0.6-0.4-1-1-1H3C2.4,4,2,4.4,2,5v6C2,11.6,2.4,12,3,12z M21,14H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,14,21,14z M13,18H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,18,13,18z"/>'},fz={name:"document-layout-right",style:"solid",path:'<path d="M13,18H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,18,13,18z M3,8h8c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,6,2,6.4,2,7S2.4,8,3,8z M3,12h8c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,12,3,12z M21,4h-6c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1V5C22,4.4,21.6,4,21,4z M21,14H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,14,21,14z"/>'},mz={name:"download-alt",style:"solid",path:'<path d="M18,9h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1,0.4,1,1v7c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1v-7c0-0.6,0.4-1,1-1h2c0.6,0,1-0.4,1-1S8.6,9,8,9H6c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3v-7C21,10.3,19.7,9,18,9z M8.3,14.7l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L13,14.6V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v11.6l-1.3-1.3c-0.4-0.4-1-0.4-1.4,0C7.9,13.7,7.9,14.3,8.3,14.7z"/>'},vz={name:"ellipsis-h",style:"solid",path:'<path d="M12,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,10,12,10z M5,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S6.1,10,5,10z M19,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S20.1,10,19,10z"/>'},Az={name:"ellipsis-v",style:"solid",path:'<path d="M12,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,10,12,10z M12,7c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2S10.9,7,12,7z M12,17c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,17,12,17z"/>'},yz={name:"exclamation-circle",style:"solid",path:'<path d="M12,2C12,2,12,2,12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M12,17c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,17,12,17z M13,12c0,0.6-0.4,1-1,1s-1-0.4-1-1V8c0-0.6,0.4-1,1-1s1,0.4,1,1V12z"/>'},Mz={name:"exclamation-octagon",style:"solid",path:'<path d="M21.7,7.6l-5.3-5.3C16.2,2.1,16,2,15.7,2H8.3C8,2,7.8,2.1,7.6,2.3L2.3,7.6C2.1,7.8,2,8,2,8.3v7.5c0,0.3,0.1,0.5,0.3,0.7l5.3,5.3C7.8,21.9,8,22,8.3,22h7.5c0.3,0,0.5-0.1,0.7-0.3l5.3-5.3c0.2-0.2,0.3-0.4,0.3-0.7V8.3C22,8,21.9,7.8,21.7,7.6z M12,17c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,17,12,17z M13,12c0,0.6-0.4,1-1,1s-1-0.4-1-1V8c0-0.6,0.4-1,1-1s1,0.4,1,1V12z"/>'},Hz={name:"exclamation-triangle",style:"solid",path:'<path d="M22.7,17.5l-8.1-14c-0.8-1.4-2.7-1.9-4.1-1.1C10,2.7,9.6,3.1,9.4,3.5l-8.1,14c-0.8,1.4-0.3,3.3,1.1,4.1c0.5,0.3,1,0.4,1.5,0.4h16.1c1.7,0,3-1.4,3-3C23.1,18.4,22.9,17.9,22.7,17.5z M12,18c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,18,12,18z M13,13c0,0.6-0.4,1-1,1s-1-0.4-1-1V9c0-0.6,0.4-1,1-1s1,0.4,1,1V13z"/>'},gz={name:"favorite",style:"solid",path:'<path d="M22,10.1c0.1-0.5-0.3-1.1-0.8-1.1l-5.7-0.8L12.9,3c-0.1-0.2-0.2-0.3-0.4-0.4C12,2.3,11.4,2.5,11.1,3L8.6,8.2L2.9,9C2.6,9,2.4,9.1,2.3,9.3c-0.4,0.4-0.4,1,0,1.4l4.1,4l-1,5.7c0,0.2,0,0.4,0.1,0.6c0.3,0.5,0.9,0.7,1.4,0.4l5.1-2.7l5.1,2.7c0.1,0.1,0.3,0.1,0.5,0.1l0,0c0.1,0,0.1,0,0.2,0c0.5-0.1,0.9-0.6,0.8-1.2l-1-5.7l4.1-4C21.9,10.5,22,10.3,22,10.1z"/>'},Zz={name:"flip-h",style:"solid",path:'<path d="M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z M17,15H7c-0.3,0-0.5,0.1-0.7,0.3c-0.4,0.4-0.4,1,0,1.4l5,5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l5-5c0.2-0.2,0.3-0.4,0.3-0.7C18,15.4,17.6,15,17,15z M15.4,8c0,0.6,0.4,1,1,1H17c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-0.7-0.7c-0.3-0.3-0.8-0.4-1.2-0.2c-0.5,0.2-0.7,0.8-0.4,1.3C15.4,7.9,15.4,7.9,15.4,8z M11.6,4.8L12,4.4l0.8,0.8c0.2,0.2,0.4,0.3,0.7,0.3h0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-1.1-1.1c-0.1-0.1-0.2-0.1-0.3-0.2c0-0.1-0.1-0.2-0.2-0.3c-0.4-0.4-1-0.4-1.4,0l-1.1,1.1c-0.4,0.4-0.4,1,0,1.4S11.3,5.2,11.6,4.8z M7.1,9c0.3,0,0.5-0.1,0.7-0.3l1.1-1.1c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L6.3,7.2C6.2,7.4,6.1,7.7,6.1,7.9C6.1,8.5,6.5,8.9,7.1,9z M10.9,9h1.5c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1.5c-0.6,0-1,0.4-1,1S10.4,9,10.9,9z"/>'},Vz={name:"flip-h-alt",style:"solid",path:'<path d="M7.4,7.2c0.1,0,0.2,0,0.2,0l1.9-0.5c0.5-0.1,0.9-0.7,0.7-1.2c-0.1-0.5-0.7-0.9-1.2-0.7L7.1,5.2c-0.4,0.1-0.8,0.5-0.8,1C6.4,6.7,6.8,7.2,7.4,7.2z M9.5,9h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S10.1,9,9.5,9z M13.2,5.7c0.1,0,0.2,0,0.2,0l1.9-0.5c0,0,0,0,0,0C15.9,5,16.3,4.5,16.1,4c-0.1-0.5-0.7-0.9-1.2-0.7L13,3.7c-0.4,0.1-0.8,0.5-0.8,1C12.2,5.2,12.7,5.7,13.2,5.7z M13.5,9c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1s-0.4-1-1-1H13.5z M21,2.8c-0.1-0.5-0.7-0.9-1.2-0.7l-1,0.2c-0.4,0.1-0.8,0.5-0.8,1c0,0.6,0.4,1,1,1C19.1,4.7,19.5,5,20,5h0c0.6,0,1-0.4,1-1V3C21,2.9,21,2.8,21,2.8z M4,10.5L4,10.5c0.6,0,1-0.4,1-1v-2c0-0.6-0.4-1-1-1S3,7,3,7.5v2C3,10.1,3.4,10.5,4,10.5z M20,7c-0.6,0-1,0.4-1,1v1.1c-0.3,0.2-0.5,0.5-0.5,0.9c0,0.6,0.4,1,1,1H20c0.6,0,1-0.4,1-1V8C21,7.4,20.6,7,20,7z M20,13H4c-0.6,0-1,0.4-1,1v3c0,0.5,0.3,0.9,0.8,1l16,4c0.1,0,0.2,0,0.2,0c0.6,0,1-0.4,1-1v-7C21,13.4,20.6,13,20,13z"/>'},Cz={name:"flip-v",style:"solid",path:'<path d="M12,2c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V3C13,2.4,12.6,2,12,2z M21.7,11.3l-5-5C16.5,6.1,16.3,6,16,6c-0.6,0-1,0.4-1,1v10c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l5-5C22.1,12.3,22.1,11.7,21.7,11.3z M3.8,9.8l-1.1,1.1c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0-0.2,0.1-0.3,0.2c-0.4,0.4-0.4,1,0,1.4l1.1,1.1c0.2,0.2,0.4,0.3,0.7,0.3h0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L4.4,12l0.8-0.8c0.4-0.4,0.4-1,0-1.4S4.2,9.4,3.8,9.8z M7.6,15.2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.1,1.1C7.4,17.8,7.7,18,7.9,18l0,0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L7.6,15.2z M7.3,6.3L6.6,7C6.4,7.1,6.3,7.4,6.3,7.7c0,0.6,0.4,1,1,1c0.2,0,0.3,0,0.5-0.1c0.1,0,0.1,0,0.2,0c0.6,0,1-0.4,1-1V7c0-0.3-0.1-0.5-0.3-0.7C8.3,5.9,7.7,5.9,7.3,6.3z M8,10.6c-0.6,0-1,0.4-1,1v1.5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-1.5C9,11,8.6,10.6,8,10.6z"/>'},bz={name:"flip-v-alt",style:"solid",path:'<path d="M4.9,12.2c-0.5-0.1-1.1,0.2-1.2,0.7l-0.5,1.9C3.1,15.4,3.4,16,4,16.1c0.1,0,0.2,0,0.2,0c0.5,0,0.9-0.3,1-0.8l0.5-1.9C5.8,12.9,5.5,12.4,4.9,12.2z M7.5,5h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1S7,5,7.5,5z M4.2,19c0-0.5-0.3-0.9-0.8-1c-0.5-0.1-1.1,0.2-1.2,0.7l-0.2,1c0,0.1,0,0.2,0,0.2c0,0.6,0.4,1,1,1h1c0.5,0,0.9-0.3,1-0.8C5.1,19.7,4.8,19.2,4.2,19z M6.4,6.4C5.9,6.3,5.3,6.6,5.2,7.1L4.7,9.1c0,0.1,0,0.2,0,0.2c0,0.6,0.4,1,1,1c0.5,0,0.9-0.3,1-0.8l0.5-1.9C7.3,7.1,6.9,6.6,6.4,6.4z M10,12.5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-2C11,13,10.6,12.5,10,12.5z M10,6.5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-2C11,7,10.6,6.5,10,6.5z M10.5,18.6C10,18.4,9.4,18.5,9.1,19H8c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1v-0.5C11,19.2,10.8,18.8,10.5,18.6z M22,19.8l-4-16C17.9,3.3,17.5,3,17,3h-3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h7c0.1,0,0.2,0,0.2,0C21.8,20.8,22.1,20.3,22,19.8z"/>'},Lz={name:"graph-bar",style:"solid",path:'<path d="M6,13H2c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v8c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4c0.6,0,1-0.4,1-1c0,0,0,0,0,0v-8C7,13.4,6.6,13,6,13C6,13,6,13,6,13z M22,9h-4c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v12c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4c0.6,0,1-0.4,1-1c0,0,0,0,0,0V10C23,9.4,22.6,9,22,9C22,9,22,9,22,9z M14,1h-4C9.4,1,9,1.4,9,2c0,0,0,0,0,0v20c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4c0.6,0,1-0.4,1-1c0,0,0,0,0,0V2C15,1.4,14.6,1,14,1C14,1,14,1,14,1z"/>'},Sz={name:"grid",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v4h20V3C22,2.4,21.6,2,21,2z M2,15h9V9H2V15z M2,21c0,0.6,0.4,1,1,1h8v-5H2V21z M13,15h9V9h-9V15z M13,22h8c0.6,0,1-0.4,1-1v-4h-9V22z"/>'},zz={name:"grids",style:"solid",path:'<path d="M2,3.9v16.2c0,1,0.9,1.9,1.9,1.9H8V2H3.9C2.9,2,2,2.9,2,3.9z M20.1,2H16v20h4.1c1,0,1.9-0.9,1.9-1.9V3.9C22,2.9,21.1,2,20.1,2z M10,22h4V2h-4V22z"/>'},wz={name:"grip-horizontal-line",style:"solid",path:'<path d="M3,11h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z"/>'},xz={name:"head-side",style:"solid",path:'<path d="M13.2,2c-2-0.1-4,0.7-5.5,2.1C6.3,5.5,5.5,7.5,5.5,9.5v0l-1.9,4c-0.2,0.5,0,1.1,0.5,1.3C4.2,15,4.4,15,4.5,15h1v2c0,1.1,0.9,2,2,2h1v2c0,0.6,0.4,1,1,1h0c0.6,0,8.6,0,9,0c0.1,0,0.2,0,0.3,0c0.5-0.2,0.8-0.7,0.7-1.2l-0.9-3.2l1.9-7.3c0-0.1,0-0.2,0-0.3V9.8C20.5,5.7,17.3,2.2,13.2,2z"/>'},_z={name:"head-side-cough",style:"solid",path:'<path d="M6,16c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S6.6,16,6,16z M2,17c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S2.6,17,2,17z M5,20c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.6,20,5,20z M16.2,2C12.2,1.9,9,4.9,8.9,8.9c0,0.1,0,0.1,0,0.2v0l-1.8,3.8c-0.2,0.5,0,1.1,0.5,1.3c0.1,0.1,0.3,0.1,0.4,0.1h0.9v1.8c0,1.1,0.9,1.9,1.9,1.9h0.9v1.8c0,0.6,0.4,1,1,1h0c0.6,0,8,0,8.4,0c0.1,0,0.2,0,0.3,0c0.5-0.2,0.8-0.7,0.7-1.2l-0.9-3L23,9.8c0-0.1,0-0.2,0-0.3V9.3C23,5.4,20,2.2,16.2,2z"/>'},kz={name:"head-side-mask",style:"solid",path:'<path d="M13.2,2c-2-0.1-4,0.7-5.5,2.1C6.3,5.5,5.5,7.4,5.5,9.5l-1.8,3c-0.1,0.2-0.2,0.3-0.2,0.5v0c0,0.1,0,0.2,0.1,0.3L5,17.2c0,0,0,0.1,0,0.1c0.5,1,1.5,1.7,2.7,1.7h0.8v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2l0,0c0.1,0,0.2,0,0.3-0.1l3.7-1.3c0,0,0,0.1,0,0.1l1,3.5c0.1,0.4,0.5,0.7,1,0.7c0.1,0,0.2,0,0.3,0c0.5-0.2,0.8-0.7,0.7-1.2l-0.9-3.2l1.9-7.3c0-0.1,0-0.2,0-0.3V9.8C20.5,5.7,17.3,2.2,13.2,2z M17,15.4l-3.5,1.2v-2.9l4.3-1.4L17,15.4z M18.4,10c-0.1,0-0.2,0-0.3,0L12.3,12h-6l1.1-1.7c0.1-0.2,0.2-0.4,0.1-0.6c0,0,0-0.2,0-0.2C7.5,6.5,10,4,13,4c0.1,0,0.1,0,0.2,0c3,0.2,5.4,2.7,5.3,5.8L18.4,10z"/>'},Tz={name:"history",style:"solid",path:'<path d="M17,3.3C13.1,1.1,8.3,1.8,5.1,4.8V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2C7.7,4.9,9.8,4,12,4c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c3.6,0,6.9-1.9,8.7-5C23.4,12.2,21.8,6.1,17,3.3z M12,8c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1V9C13,8.4,12.6,8,12,8z"/>'},Ez={name:"history-alt",style:"solid",path:'<path d="M16.4,3.3C12.5,1.1,7.7,1.8,4.6,4.8V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H5.7C7.1,4.9,9.2,4,11.5,4c4.4,0,8,3.6,8,8s-3.6,8-8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1c3.6,0,6.9-1.9,8.7-5C22.9,12.2,21.2,6.1,16.4,3.3z M11.4,8c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1V9C12.4,8.4,12,8,11.4,8z"/>'},Oz={name:"horizontal-align-left",style:"solid",path:'<path d="M21,10h-5V7c0-0.6-0.4-1-1-1H4V3c0-0.6-0.4-1-1-1C2.5,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-3h17c0.6,0,1-0.4,1-1v-6C22,10.4,21.6,10,21,10z M14,10H4V8h10V10z"/>'},Pz={name:"hospital",style:"solid",path:'<path d="M21.5,6.5h-3v-4c0-0.6-0.4-1-1-1h-11c-0.6,0-1,0.4-1,1v4h-3c-0.6,0-1,0.4-1,1v14c0,0.6,0.4,1,1,1h19c0.6,0,1-0.4,1-1v-14C22.5,6.9,22.1,6.5,21.5,6.5z M7.5,18.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S8.1,18.5,7.5,18.5z M7.5,14.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S8.1,14.5,7.5,14.5z M12.5,18.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S13.1,18.5,12.5,18.5z M12.5,14.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S13.1,14.5,12.5,14.5z M13.5,9H13v0.5c0,0.6-0.4,1-1,1s-1-0.4-1-1V9h-0.5c-0.6,0-1-0.4-1-1s0.4-1,1-1H11V6.5c0-0.6,0.4-1,1-1s1,0.4,1,1V7h0.5c0.6,0,1,0.4,1,1S14.1,9,13.5,9z M17.5,18.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S18.1,18.5,17.5,18.5z M17.5,14.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S18.1,14.5,17.5,14.5z"/>'},Nz={name:"hospital-square-sign",style:"solid",path:'<path d="M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M16,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-4h-4v4c0,0.6-0.4,1-1,1s-1-0.4-1-1V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4h4V7c0-0.6,0.4-1,1-1s1,0.4,1,1V17z"/>'},jz={name:"hospital-symbol",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16,16c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3h-4v3c0,0.6-0.4,1-1,1s-1-0.4-1-1V8c0-0.6,0.4-1,1-1s1,0.4,1,1v3h4V8c0-0.6,0.4-1,1-1s1,0.4,1,1V16z"/>'},Dz={name:"house-user",style:"solid",path:'<path d="M21.7,10.3l-9-8c-0.4-0.3-0.9-0.3-1.3,0l-9,8c-0.4,0.4-0.5,1-0.1,1.4s1,0.5,1.4,0.1L4,11.4V21c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-9.6l0.3,0.3c0.4,0.4,1,0.3,1.4-0.1C22.1,11.3,22.1,10.6,21.7,10.3z M12,11c1.5,0,2.7,1.2,2.7,2.7c0,1.5-1.2,2.7-2.7,2.7c-1.5,0-2.7-1.2-2.7-2.7S10.5,11,12,11z M7,20c0-0.1,0-0.1,0.1-0.2c2.2-2.7,6.2-3.2,8.9-1c0.4,0.3,0.7,0.6,1,1c0,0,0,0.1,0.1,0.2H7z"/>'},qz={name:"image-v",style:"solid",path:'<path d="M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M20,13.9L18.1,12c-1.2-1.1-3.1-1.1-4.2,0L13,12.9L10.1,10c-1.2-1.1-3.1-1.1-4.2,0L4,11.9V5c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1V13.9z"/>'},Rz={name:"key-skeleton",style:"solid",path:'<path d="M21,4.4l0.7-0.7c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L9.8,12.8C9,12.3,8,12,7,12c-2.8,0-5,2.2-5,5s2.2,5,5,5c2.8,0,5-2.2,5-5c0-1-0.3-2-0.8-2.8l5.6-5.6l2.1,2.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.1-2.1l1.4-1.4l0.7,0.7c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4L21,4.4z M7,20c-1.7,0-3-1.3-3-3s1.3-3,3-3c1.7,0,3,1.3,3,3C10,18.7,8.7,20,7,20z"/>'},Iz={name:"key-skeleton-alt",style:"solid",path:'<path d="M20.3,5.1l1.4-1.4c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L9.8,12.8C9,12.3,8,12,7,12c-2.8,0-5,2.2-5,5s2.2,5,5,5c2.8,0,5-2.2,5-5c0-1-0.3-2-0.8-2.8l4.9-4.9l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-1.4-1.4l1.4-1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L20.3,5.1z M7,20c-1.7,0-3-1.3-3-3s1.3-3,3-3c1.7,0,3,1.3,3,3C10,18.7,8.7,20,7,20z"/>'},Fz={name:"keyhole-circle",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13.7,11c-0.2,0.3-0.4,0.6-0.7,0.7V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.3c-1-0.6-1.3-1.8-0.7-2.7S12,7.7,13,8.3C14,8.8,14.3,10,13.7,11z"/>'},Bz={name:"keyhole-square",style:"solid",path:'<path d="M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M13.7,11c-0.2,0.3-0.4,0.6-0.7,0.7V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.3c-1-0.6-1.3-1.8-0.7-2.7S12,7.7,13,8.3C14,8.8,14.3,10,13.7,11z"/>'},Uz={name:"keyhole-square-full",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M13.7,11c-0.2,0.3-0.4,0.6-0.7,0.7V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.3c-1-0.6-1.3-1.8-0.7-2.7S12,7.7,13,8.3C14,8.8,14.3,10,13.7,11z"/>'},$z={name:"layer-group",style:"solid",path:'<path d="M2.5,8.9l9,5.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.5-0.1l9-5.2c0.2-0.1,0.3-0.2,0.4-0.4C22.1,8,22,7.4,21.5,7.1l-9-5.2c-0.3-0.2-0.7-0.2-1,0l-9,5.2C2.3,7.2,2.2,7.3,2.1,7.5C1.9,8,2,8.6,2.5,8.9z M21.5,11.1L21.3,11l-8.8,5.1c-0.3,0.2-0.7,0.2-1,0L2.7,11l-0.2,0.1C2,11.4,1.9,12,2.1,12.5c0.1,0.2,0.2,0.3,0.4,0.4l9,5.2c0.3,0.2,0.7,0.2,1,0l9-5.2c0.5-0.3,0.6-0.9,0.4-1.4C21.8,11.3,21.7,11.2,21.5,11.1z M21.5,15.1L21.3,15l-8.8,5.1c-0.3,0.2-0.7,0.2-1,0L2.7,15l-0.2,0.1C2,15.4,1.9,16,2.1,16.5c0.1,0.2,0.2,0.3,0.4,0.4l9,5.2c0.3,0.2,0.7,0.2,1,0l9-5.2c0.5-0.3,0.6-0.9,0.4-1.4C21.8,15.3,21.7,15.2,21.5,15.1z"/>'},Wz={name:"layers-alt",style:"solid",path:'<path d="M16,7H6C5.4,7,5,7.4,5,8v2.5h7.5c0.6,0,1,0.4,1,1V19H16c0.6,0,1-0.4,1-1V8C17,7.4,16.6,7,16,7z M11,12H3c-0.6,0-1,0.4-1,1v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1v-8C12,12.4,11.6,12,11,12z M21,2H9C8.4,2,8,2.4,8,3v2.5h9.5c0.6,0,1,0.4,1,1V16H21c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z"/>'},Gz={name:"left-indent",style:"solid",path:'<path d="M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M3,11h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,17,21,17z M3,15h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,15,3,15z M21.8,9.7c-0.4-0.4-1-0.5-1.4-0.1l-2,1.7c0,0-0.1,0.1-0.1,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l2,1.7c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.4c0.4-0.4,0.3-1.1-0.1-1.4L20.6,12l1.1-0.9C22.1,10.7,22.1,10.1,21.8,9.7z"/>'},Qz={name:"left-indent-alt",style:"solid",path:'<path d="M21,17h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,17,21,17z M21,13h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,13,21,13z M13,7h8c0.6,0,1-0.4,1-1s-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1S12.4,7,13,7z M21,9h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,9,21,9z M9,5C8.4,5,8,5.4,8,6v12c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V6C10,5.4,9.6,5,9,5z M4.6,12l1.1-0.9c0.4-0.4,0.5-1,0.1-1.4c-0.4-0.4-1-0.5-1.4-0.1l-2,1.7c0,0-0.1,0.1-0.1,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l2,1.7c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.4c0.4-0.4,0.3-1.1-0.1-1.4L4.6,12z"/>'},Kz={name:"line-spacing",style:"solid",path:'<path d="M10,8h11c0.6,0,1-0.4,1-1s-0.4-1-1-1H10C9.4,6,9,6.4,9,7S9.4,8,10,8z M5.7,15.3V8.7C5.9,8.9,6.1,9,6.3,9C6.6,9,6.8,8.9,7,8.8c0.4-0.4,0.5-1,0.1-1.4l-1.7-2C5.2,5.1,5,5,4.7,5S4.1,5.1,3.9,5.4l-1.7,2c-0.3,0.4-0.3,1,0.2,1.4c0.4,0.3,0.9,0.3,1.3,0v6.6c-0.4-0.3-0.9-0.4-1.3,0c-0.4,0.4-0.5,1-0.1,1.4l1.7,2C4.1,18.9,4.4,19,4.7,19s0.6-0.1,0.8-0.4l1.7-2c0.4-0.4,0.3-1.1-0.1-1.4C6.6,14.9,6,14.9,5.7,15.3z M21,11H10c-0.6,0-1,0.4-1,1s0.4,1,1,1h11c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,16H10c-0.6,0-1,0.4-1,1s0.4,1,1,1h11c0.6,0,1-0.4,1-1S21.6,16,21,16z"/>'},Jz={name:"link-h",style:"solid",path:'<path d="M10,15H7c-1.7,0-3-1.3-3-3s1.3-3,3-3h3c0.6,0,1-0.4,1-1s-0.4-1-1-1H7c-2.8,0-5,2.2-5,5s2.2,5,5,5h3c0.6,0,1-0.4,1-1S10.6,15,10,15z M17,7h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3c1.7,0,3,1.3,3,3s-1.3,3-3,3h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3c2.8,0,5-2.2,5-5S19.8,7,17,7z M8,12c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1s-0.4-1-1-1H9C8.4,11,8,11.4,8,12z"/>'},Xz={name:"list-ui-alt",style:"solid",path:'<path d="M7.5,8h14c0.6,0,1-0.4,1-1s-0.4-1-1-1h-14c-0.6,0-1,0.4-1,1S6.9,8,7.5,8z M21.5,11h-10c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S22.1,11,21.5,11z M21.5,16h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S22.1,16,21.5,16z M3.5,6c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.1,6,3.5,6z M7.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,11,7.5,11z M11.5,16c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,16,11.5,16z"/>'},Yz={name:"list-ul",style:"solid",path:'<path d="M7,8h14c0.6,0,1-0.4,1-1s-0.4-1-1-1H7C6.4,6,6,6.4,6,7S6.4,8,7,8z M21,11H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,16H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,16,21,16z M3.7,6.3C3.6,6.2,3.5,6.1,3.4,6.1C3,5.9,2.6,6,2.3,6.3C2.2,6.4,2.1,6.5,2.1,6.6C2,6.9,2,7.1,2.1,7.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.3,0.2C2.7,8,2.9,8,3,8c0.3,0,0.5-0.1,0.7-0.3c0.1-0.1,0.2-0.2,0.2-0.3C4,7.1,4,6.9,3.9,6.6C3.9,6.5,3.8,6.4,3.7,6.3z M3.7,11.3C3.4,11,3,10.9,2.6,11.1c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.2-0.1,0.5,0,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.3,0.2C2.7,13,2.9,13,3,13c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.2,0.1-0.5,0-0.8C3.9,11.5,3.8,11.4,3.7,11.3z M3.7,16.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.1-0.5-0.1-0.8,0c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.2,0.3C1.9,17,2,17.4,2.3,17.7c0.1,0.1,0.2,0.2,0.3,0.2C2.7,18,2.9,18,3,18c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2C4,17.4,4.1,17,3.9,16.6C3.9,16.5,3.8,16.4,3.7,16.3z"/>'},ew={name:"lock",style:"solid",path:'<path d="M17,9V7c0-2.8-2.2-5-5-5S7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M9,7c0-1.7,1.3-3,3-3s3,1.3,3,3v2H9V7z"/>'},tw={name:"lock-access",style:"solid",path:'<path d="M21,2h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h5v5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M3,10L3,10c0.6,0,1-0.4,1-1V4h5c0.6,0,1-0.4,1-1S9.6,2,9,2H3C2.4,2,2,2.4,2,3v6C2,9.6,2.4,10,3,10z M9,20H4v-5c0-0.6-0.4-1-1-1s-1,0.4-1,1v6c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1S9.6,20,9,20z M21,14c-0.6,0-1,0.4-1,1v5h-5c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1v-6C22,14.4,21.6,14,21,14z M12,6c-1.7,0-3,1.3-3,3v1c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2v-4c0-1.1-0.9-2-2-2V9C15,7.3,13.7,6,12,6z M13,10h-2V9c0-0.6,0.4-1,1-1s1,0.4,1,1V10z"/>'},nw={name:"lock-alt",style:"solid",path:'<path d="M17,9V7c0-2.8-2.2-5-5-5S7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M9,7c0-1.7,1.3-3,3-3s3,1.3,3,3v2H9V7z M13,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3c0-0.6,0.4-1,1-1s1,0.4,1,1V17z"/>'},aw={name:"lock-open-alt",style:"solid",path:'<path d="M17,9H9V7c0-0.8,0.3-1.5,0.9-2.1c1.2-1.2,3.1-1.2,4.2,0c0.4,0.4,0.6,0.9,0.8,1.4c0,0,0,0,0,0C15,6.8,15.6,7.1,16.1,7c0.5-0.1,0.9-0.7,0.7-1.2c-0.2-0.9-0.7-1.7-1.3-2.3C14.6,2.5,13.3,2,12,2C9.2,2,7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M13.1,15.5c0,0-0.1,0.1-0.1,0.1V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.4c-0.6-0.6-0.7-1.5-0.1-2.1c0.6-0.6,1.5-0.7,2.1-0.1C13.6,13.9,13.7,14.9,13.1,15.5z"/>'},rw={name:"microscope",style:"solid",path:'<path d="M20,21h-5.2c0.1-0.2,0.1-0.4,0.1-0.6c3-1.2,5-4.1,5-7.4c0-2-0.8-3.9-2.1-5.4l0.6-0.6c0.1-0.1,0.2-0.2,0.2-0.4l0.7-2.1c0.1-0.4,0-0.8-0.2-1l-2.1-2.1c-0.3-0.3-0.7-0.4-1-0.2L14,1.8c-0.1,0-0.3,0.1-0.4,0.2L7.2,8.4c-0.4,0.4-0.4,1,0,1.4l0,0l-1.4,1.4c-0.4,0.4-0.4,1,0,1.4l0,0l2.1,2.1c0.4,0.4,1,0.4,1.4,0l1.4-1.4l0,0c0.4,0.4,1,0.4,1.4,0l0,0L16.5,9c1,1.1,1.5,2.5,1.5,4c0,2.3-1.4,4.4-3.5,5.4c-0.9-1.4-2.7-1.9-4.1-1c-0.4,0.3-0.8,0.6-1,1.1c-0.4-0.2-0.8-0.3-1.1-0.6C8.7,17.8,9,17.4,9,17c0-0.6-0.4-1-1-1H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.3c1,1.1,2.3,2,3.7,2.5c0,0.2,0.1,0.4,0.1,0.5H4c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1C21,21.5,20.6,21,20,21z M8.6,12.6l-0.7-0.7l0.7-0.7l0.7,0.7L8.6,12.6z M12,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1C13,20.6,12.6,21,12,21z"/>'},iw={name:"minus-square-full",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M15,13H9c-0.6,0-1-0.4-1-1s0.4-1,1-1h6c0.6,0,1,0.4,1,1S15.6,13,15,13z"/>'},lw={name:"multiply",style:"solid",path:'<path d="M13.4,12l6.3-6.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l6.3,6.3l-6.3,6.3C4.1,18.5,4,18.7,4,19c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.4,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L13.4,12z"/>'},ow={name:"object-group",style:"solid",path:'<path d="M21,18.3V5.7c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H5.7C5.4,2.4,4.7,2,4,2C2.9,2,2,2.9,2,4c0,0.7,0.4,1.4,1,1.7v12.6c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1h12.6c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2C22,19.3,21.6,18.6,21,18.3z M19,18.3c-0.3,0.2-0.5,0.4-0.7,0.7H5.7c-0.2-0.3-0.4-0.5-0.7-0.7V5.7C5.3,5.5,5.5,5.3,5.7,5h12.6c0.2,0.3,0.4,0.5,0.7,0.7V18.3z M14,9V8c0-0.6-0.4-1-1-1H8C7.4,7,7,7.4,7,8v5c0,0.6,0.4,1,1,1h1v-3c0-1.1,0.9-2,2-2H14z M16,10h-5c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C17,10.4,16.6,10,16,10z"/>'},cw={name:"object-ungroup",style:"solid",path:'<path d="M21,18.3v-6.6c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H15V5.7c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H5.7C5.4,2.4,4.7,2,4,2C2.9,2,2,2.9,2,4c0,0.7,0.4,1.4,1,1.7v6.6c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1H9v3.3c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1h6.6c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2C22,19.3,21.6,18.6,21,18.3z M5.7,13c-0.2-0.3-0.4-0.5-0.7-0.7V5.7C5.3,5.5,5.5,5.3,5.7,5h6.6c0.2,0.3,0.4,0.5,0.7,0.7V9h-1.3c-0.3-0.6-1-1-1.7-1c-1.1,0-2,0.9-2,2c0,0.7,0.4,1.4,1,1.7V13H5.7z M13,12.3c-0.3,0.2-0.5,0.4-0.7,0.7H11v-1.3c0.3-0.2,0.5-0.4,0.7-0.7H13V12.3z M12.3,15c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2c0-0.7-0.4-1.4-1-1.7V11h3.3c0.2,0.3,0.4,0.5,0.7,0.7v6.6c-0.3,0.2-0.5,0.4-0.7,0.7h-6.6c-0.2-0.3-0.4-0.5-0.7-0.7V15H12.3z"/>'},uw={name:"padlock",style:"solid",path:'<path d="M17,9V7c0-2.8-2.2-5-5-5S7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M9,7c0-1.7,1.3-3,3-3s3,1.3,3,3v2H9V7z M13.1,15.5c0,0-0.1,0.1-0.1,0.1V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.4c-0.6-0.6-0.7-1.5-0.1-2.1c0.6-0.6,1.5-0.7,2.1-0.1C13.6,13.9,13.7,14.9,13.1,15.5z"/>'},sw={name:"paperclip",style:"solid",path:'<path d="M18.1,12.4l-6.2,6.2c-1.7,1.7-4.4,1.7-6,0c-1.7-1.7-1.7-4.4,0-6l8-8c1-0.9,2.5-0.9,3.5,0c1,1,1,2.6,0,3.5l-6.9,6.9c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0c-0.3-0.3-0.3-0.8,0-1.1l5.1-5.1c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L8,12.6c-1.1,1.1-1.1,2.8,0,3.9c1.1,1,2.8,1,3.9,0l6.9-6.9c1.8-1.8,1.8-4.6,0-6.4c-1.8-1.8-4.6-1.8-6.4,0l-8,8c-1.2,1.2-1.8,2.8-1.8,4.4c0,3.5,2.8,6.2,6.3,6.2c1.7,0,3.2-0.7,4.4-1.8l6.2-6.2c0.4-0.4,0.4-1,0-1.4S18.5,12,18.1,12.4z"/>'},hw={name:"paragraph",style:"solid",path:'<path d="M13,13.5H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,13.5,13,13.5z M21,8.5H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,8.5,21,8.5z"/>'},dw={name:"pentagon",style:"solid",path:'<path d="M21.6,9.2l-9-6.5c-0.4-0.3-0.8-0.3-1.2,0l-9,6.5C2.1,9.4,1.9,9.9,2,10.3l3.4,10.6c0.1,0.4,0.5,0.7,1,0.7h11.1c0.4,0,0.8-0.3,1-0.7L22,10.3C22.1,9.9,21.9,9.4,21.6,9.2z"/>'},pw={name:"polygon",style:"solid",path:'<path d="M21.9,11.5l-4.5-7.8c-0.2-0.3-0.5-0.5-0.9-0.5h-9c-0.4,0-0.7,0.2-0.9,0.5l-4.5,7.8c-0.2,0.3-0.2,0.7,0,1l4.5,7.8c0.2,0.3,0.5,0.5,0.9,0.5h9c0.4,0,0.7-0.2,0.9-0.5l4.5-7.8C22,12.2,22,11.8,21.9,11.5z"/>'},fw={name:"previous",style:"solid",path:'<path d="M16.7,15.3L13.4,12l3.3-3.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-4,4c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l4,4c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C17.1,16.3,17.1,15.7,16.7,15.3z M8,7C7.4,7,7,7.4,7,8v8c0,0.6,0.4,1,1,1s1-0.4,1-1V8C9,7.4,8.6,7,8,7z"/>'},mw={name:"process",style:"solid",path:'<path d="M8.5,6H6.7C8.2,4.7,10,4,12,4c0.3,0,0.6,0,0.9,0.1c0,0,0,0,0,0c0.5,0.1,1-0.3,1.1-0.9c0.1-0.5-0.3-1-0.9-1.1C12.7,2,12.4,2,12,2C9.6,2,7.3,2.9,5.5,4.4V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1S9.1,6,8.5,6z M7,14.5c-0.6,0-1,0.4-1,1v1.8C4.7,15.8,4,14,4,12c0-0.3,0-0.6,0.1-0.9c0,0,0,0,0,0c0.1-0.5-0.3-1-0.9-1.1c-0.5-0.1-1,0.3-1.1,0.9C2,11.3,2,11.6,2,12c0,2.4,0.9,4.7,2.4,6.5H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4c0.3,0,0.6-0.2,0.8-0.4c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2c0,0,0-0.1,0-0.1v-4C8,14.9,7.6,14.5,7,14.5z M21,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.3,0.1c0,0,0,0,0,0c-0.1,0.1-0.2,0.1-0.2,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1-0.1,0.2-0.1,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1v4c0,0.6,0.4,1,1,1s1-0.4,1-1V6.7c1.3,1.4,2,3.3,2,5.3c0,0.3,0,0.6-0.1,0.9c-0.1,0.5,0.3,1,0.9,1.1c0,0,0.1,0,0.1,0c0.5,0,0.9-0.4,1-0.9c0-0.4,0.1-0.7,0.1-1.1c0-2.4-0.9-4.7-2.4-6.5H21z M20.3,16.5c-0.1-0.1-0.2-0.2-0.3-0.3c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0h-4c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.8c-1.4,1.3-3.3,2-5.3,2c-0.3,0-0.6,0-0.9-0.1c0,0,0,0,0,0c-0.5-0.1-1,0.3-1.1,0.9s0.3,1,0.9,1.1c0.4,0,0.7,0.1,1.1,0.1c2.4,0,4.7-0.9,6.5-2.4V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-4C20.5,16.8,20.4,16.6,20.3,16.5C20.3,16.5,20.3,16.5,20.3,16.5z"/>'},vw={name:"record-audio",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6C18,15.3,15.3,18,12,18z"/>'},Aw={name:"redo",style:"solid",path:'<path d="M21,11c-0.6,0-1,0.4-1,1c0,2.9-1.5,5.5-4,6.9c-3.8,2.2-8.7,0.9-10.9-2.9C2.9,12.2,4.2,7.3,8,5.1c3.3-1.9,7.3-1.2,9.8,1.4h-2.4c-0.6,0-1,0.4-1,1s0.4,1,1,1h4.5c0.6,0,1-0.4,1-1V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.8C17,3,14.6,2,12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10C22,11.4,21.6,11,21,11z"/>'},yw={name:"refresh",style:"solid",path:'<path d="M15,12c0-1.7-1.3-3-3-3s-3,1.3-3,3s1.3,3,3,3S15,13.7,15,12z M17,3.3C13.1,1.1,8.3,1.8,5.1,4.7V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2C7.7,4.9,9.8,4,12,4c4.4,0,8,3.6,8,8v0c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1C22,8.4,20.1,5.1,17,3.3z M19.9,15.5h-4.5c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.4C16.3,19.1,14.2,20,12,20c-4.4,0-8-3.6-8-8c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c2.6,0,5-1,6.9-2.8V21c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-4.5C20.9,15.9,20.4,15.5,19.9,15.5z"/>'},Mw={name:"repeat",style:"solid",path:'<path d="M5.5,17.5H4v-11h7.8L11,7.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2.5-2.5c0.4-0.4,0.4-1,0-1.4l-2.5-2.5c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.8,0.8H3c-0.6,0-1,0.4-1,1v13c0,0.6,0.4,1,1,1h2.5c0.6,0,1-0.4,1-1S6.1,17.5,5.5,17.5z M21,4.5h-2.5c-0.6,0-1,0.4-1,1s0.4,1,1,1H20v11h-8.4l0.8-0.8c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-2.5,2.5c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l2.5,2.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-0.8-0.8H21c0.6,0,1-0.4,1-1v-13C22,4.9,21.6,4.5,21,4.5z"/>'},Hw={name:"right-indent",style:"solid",path:'<path d="M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M3,11h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,17,21,17z M3,15h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,15,3,15z M18,13.7c0,0.6,0.4,1,1,1c0.2,0,0.5-0.1,0.6-0.2l2-1.7c0,0,0.1-0.1,0.1-0.1c0.4-0.4,0.3-1.1-0.1-1.4l-2-1.7c-0.4-0.4-1.1-0.3-1.4,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l1.1,0.9l-1.1,0.9C18.1,13.1,18,13.4,18,13.7z"/>'},gw={name:"right-indent-alt",style:"solid",path:'<path d="M21,17h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,17,21,17z M21,13h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,13,21,13z M13,7h8c0.6,0,1-0.4,1-1s-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1S12.4,7,13,7z M21,9h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,9,21,9z M9,5C8.4,5,8,5.4,8,6v12c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V6C10,5.4,9.6,5,9,5z M3.6,9.6C3.2,9.2,2.6,9.3,2.2,9.7c-0.4,0.4-0.3,1.1,0.1,1.4L3.4,12l-1.1,0.9C2.1,13.1,2,13.4,2,13.7c0,0.6,0.4,1,1,1c0.2,0,0.5-0.1,0.6-0.2l2-1.7c0,0,0.1-0.1,0.1-0.1c0.4-0.4,0.3-1.1-0.1-1.4L3.6,9.6z"/>'},Zw={name:"rocket",style:"solid",path:'<path d="M22.6,2.1c-0.1-0.3-0.4-0.6-0.7-0.7C17.7,0.3,13.4,1.6,10.5,5L9.4,6.3L6.7,5.7C5.4,5.2,4,5.8,3.4,7l-2.2,3.9c-0.2,0.3-0.2,0.6,0,0.9c0.1,0.3,0.4,0.5,0.7,0.6l3.1,0.7c-0.3,0.8-0.4,1.6-0.6,2.4c0,0.3,0.1,0.6,0.3,0.8l3.1,3.1c0.2,0.2,0.4,0.3,0.7,0.3c0,0,0.1,0,0.1,0c0.9-0.1,1.7-0.2,2.5-0.5l0.6,3c0.1,0.3,0.3,0.6,0.6,0.7c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.3,0,0.5-0.1l3.9-2.2c1.1-0.6,1.7-2,1.4-3.3l-0.7-2.8l1.2-1.1C22.3,10.7,23.7,6.2,22.6,2.1z M7.3,8.8c-0.6,0.8-1.2,1.6-1.6,2.4l-2.1-0.5L5.1,8c0.2-0.4,0.6-0.5,1.1-0.4L7.9,8L7.3,8.8z M16,18.9l-2.7,1.5l-0.4-2c0.9-0.4,1.7-1,2.4-1.6l0.7-0.7l0.4,1.7C16.6,18.3,16.3,18.8,16,18.9z M16.7,8.8c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5C18.2,8.1,17.6,8.8,16.7,8.8z"/>'},Vw={name:"ruler",style:"solid",path:'<path d="M22.6,7.1C22.6,7.1,22.6,7.1,22.6,7.1l-5.7-5.7c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0L1.4,15.5c-0.4,0.4-0.4,1,0,1.4l0,0l5.7,5.7c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0l2.1-2.1l-3.5-3.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l3.5,3.5l1.4-1.4l-2.1-2.1c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.1,2.1l1.4-1.4l-3.5-3.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l3.5,3.5l1.4-1.4l-2.1-2.1c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l2.1,2.1l2.1-2.1C23,8.1,23,7.4,22.6,7.1z"/>'},Cw={name:"ruler-combined",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1v-3H7c-0.6,0-1-0.4-1-1s0.4-1,1-1h3v-2H7c-0.6,0-1-0.4-1-1s0.4-1,1-1h3v-2H7c-0.6,0-1-0.4-1-1s0.4-1,1-1h1V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3h2V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3h2V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3h3c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z"/>'},bw={name:"sanitizer",style:"solid",path:'<path d="M18.8,7.6L16,5.5V3h1c0.6,0,1-0.4,1-1s-0.4-1-1-1H8.7C7.3,1,6.1,1.5,5.1,2.5L4.3,3.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0l0.8-0.8C7.1,3.3,7.9,3,8.7,3H10v2.5L7.2,7.6C6.4,8.2,6,9.1,6,10v12c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V10C20,9.1,19.6,8.2,18.8,7.6z M12,3h2v2h-2V3z M13,17c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2C15,16.1,14.1,17,13,17z"/>'},Lw={name:"sanitizer-alt",style:"solid",path:'<path d="M16,8V5c0-0.6-0.4-1-1-1h-1V3h1c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4.8C8.5,1,6.9,2,6.1,3.6C5.9,4,6.1,4.6,6.6,4.9c0.5,0.2,1.1,0,1.3-0.4C8.3,3.6,9.2,3,10.2,3H12v1h-1c-0.6,0-1,0.4-1,1v3c-1.7,0-3,1.3-3,3v9c0,1.7,1.3,3,3,3h6c1.7,0,3-1.3,3-3v-9C19,9.3,17.7,8,16,8z M12,6h2v2h-2V6z M14,17h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S14.6,17,14,17z"/>'},Sw={name:"scenery",style:"solid",path:'<path d="M13.5,6C12.7,6,12,6.7,12,7.5S12.7,9,13.5,9S15,8.3,15,7.5S14.3,6,13.5,6z M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M20,13.9L18.1,12c-1.2-1.1-3.1-1.1-4.2,0L13,12.9L10.1,10c-1.2-1.1-3.1-1.1-4.2,0L4,11.9V5c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1V13.9z"/>'},zw={name:"schedule",style:"solid",path:'<path d="M19,4h-1V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v1H8V3c0-0.6-0.4-1-1-1S6,2.4,6,3v1H5C3.3,4,2,5.3,2,7v1h20V7C22,5.3,20.7,4,19,4z M2,19c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3v-9H2V19z M17,12c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S16.4,12,17,12z M17,16c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S16.4,16,17,16z M12,12c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S11.4,12,12,12z M12,16c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S11.4,16,12,16z M7,12c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S6.4,12,7,12z M7,16c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S6.4,16,7,16z"/>'},ww={name:"shield-plus",style:"solid",path:'<path d="M19.6,3.6c-0.2-0.2-0.5-0.3-0.8-0.2c-2.2,0.5-4.4,0-6.2-1.3c-0.3-0.2-0.8-0.2-1.1,0C9.6,3.4,7.4,3.9,5.2,3.4C4.7,3.3,4.1,3.7,4,4.2c0,0.1,0,0.1,0,0.2v7.5c0,2.9,1.4,5.6,3.8,7.3l3.7,2.6c0.3,0.2,0.8,0.2,1.2,0l3.7-2.6c2.4-1.7,3.8-4.4,3.8-7.3V4.4C20,4.1,19.9,3.8,19.6,3.6z M14,13h-1v1c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1v-1c0-0.6,0.4-1,1-1s1,0.4,1,1v1h1c0.6,0,1,0.4,1,1S14.6,13,14,13z"/>'},xw={name:"signal-alt",style:"solid",path:'<path d="M5,18L5,18c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2C6,18.4,5.6,18,5,18z M10,14L10,14c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1s1-0.4,1-1v-6C11,14.4,10.6,14,10,14z M20,2L20,2c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1s1-0.4,1-1V3C21,2.4,20.6,2,20,2z M15,9L15,9c-0.6,0-1,0.4-1,1v11c0,0.6,0.4,1,1,1s1-0.4,1-1V10C16,9.4,15.6,9,15,9z"/>'},_w={name:"signal-alt-3",style:"solid",path:'<path d="M6,15H2c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1v-6C7,15.4,6.6,15,6,15z M14,9h-4c-0.6,0-1,0.4-1,1v12c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V10C15,9.4,14.6,9,14,9z M22,1h-4c-0.6,0-1,0.4-1,1v20c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V2C23,1.4,22.6,1,22,1z"/>'},kw={name:"signout",style:"solid",path:'<path d="M17,2H7C5.3,2,4,3.3,4,5v6h8.6l-2.3-2.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l4,4c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-4,4c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l2.3-2.3H4v6c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3V5C20,3.3,18.7,2,17,2z"/>'},Tw={name:"social-distancing",style:"solid",path:'<path d="M21.2,17.3l-2-2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.3,0.3h-2.6c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.6l-0.3,0.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2-2l0,0c0,0,0,0,0,0c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.4c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1,0-0.3-0.1-0.4C21.4,17.5,21.3,17.4,21.2,17.3z M8.5,17H5.9l0.3-0.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2,2c0,0,0,0,0,0l0,0c0,0,0,0,0,0c-0.1,0.1-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3l2,2C5,20.9,5.2,21,5.5,21c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L5.9,19h2.6c0.6,0,1-0.4,1-1S9.1,17,8.5,17z M18,9.2c1.4,0,2.6-1.2,2.6-2.6S19.4,4,18,4c-1.4,0-2.6,1.2-2.6,2.6C15.4,8,16.6,9.2,18,9.2z M22.7,12.9c-2.1-2.6-5.9-3-8.5-0.9c-0.3,0.3-0.7,0.6-0.9,0.9c-0.4,0.6-0.4,1.4,0.2,1.8c0.2,0.2,0.5,0.3,0.8,0.3h1.9c0.1-0.3,0.3-0.5,0.5-0.8c1-1,2.6-1,3.5,0L21,15h0.6c0.7,0,1.3-0.6,1.3-1.3C23,13.4,22.9,13.1,22.7,12.9z M2.2,11.9c-0.3,0.3-0.7,0.6-0.9,0.9c-0.4,0.6-0.4,1.4,0.2,1.8C1.7,14.9,2,15,2.3,15H3l0.8-0.8c1-1,2.6-1,3.5,0c0.2,0.2,0.4,0.5,0.5,0.8h1.9c0.7,0,1.3-0.6,1.3-1.3c0-0.3-0.1-0.6-0.3-0.8C8.6,10.3,4.8,9.9,2.2,11.9z M6,9.2c1.4,0,2.6-1.2,2.6-2.6S7.4,4,6,4C4.6,4,3.4,5.2,3.4,6.6C3.4,8,4.6,9.2,6,9.2z"/>'},Ew={name:"sorting",style:"solid",path:'<path d="M15.7,17.8l-3-3c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l2.3-2.3l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C16.1,18.8,16.1,18.2,15.7,17.8z M11.3,10.2c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,8.1L9.7,5.8c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L11.3,10.2z"/>'},Ow={name:"space-key",style:"solid",path:'<path d="M21,9c-0.6,0-1,0.4-1,1v3H4v-3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1v-4C22,9.4,21.6,9,21,9z"/>'},Pw={name:"square-full",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M20,20H4V4h16V20z"/>'},Nw={name:"star",style:"solid",path:'<path d="M22,10.1c0.1-0.5-0.3-1.1-0.8-1.1l-5.7-0.8L12.9,3c-0.1-0.2-0.2-0.3-0.4-0.4C12,2.3,11.4,2.5,11.1,3L8.6,8.2L2.9,9C2.6,9,2.4,9.1,2.3,9.3c-0.4,0.4-0.4,1,0,1.4l4.1,4l-1,5.7c0,0.2,0,0.4,0.1,0.6c0.3,0.5,0.9,0.7,1.4,0.4l5.1-2.7l5.1,2.7c0.1,0.1,0.3,0.1,0.5,0.1v0c0.1,0,0.1,0,0.2,0c0.5-0.1,0.9-0.6,0.8-1.2l-1-5.7l4.1-4C21.9,10.5,22,10.3,22,10.1z"/>'},jw={name:"star-half-alt",style:"solid",path:'<path d="M22,10.1c0.1-0.5-0.3-1.1-0.8-1.1l-5.7-0.8L12.9,3c-0.1-0.2-0.2-0.3-0.4-0.4C12,2.3,11.4,2.5,11.1,3L8.6,8.2L2.9,9C2.6,9,2.4,9.1,2.3,9.3c-0.4,0.4-0.4,1,0,1.4l4.1,4l-1,5.7c0,0.2,0,0.4,0.1,0.6c0.3,0.5,0.9,0.7,1.4,0.4l5.1-2.7l5.1,2.7c0.1,0.1,0.3,0.1,0.5,0.1v0c0.1,0,0.1,0,0.2,0c0.5-0.1,0.9-0.6,0.8-1.2l-1-5.7l4.1-4C21.9,10.5,22,10.3,22,10.1z M15.8,13.6c-0.2,0.2-0.3,0.6-0.3,0.9l0.7,4.2l-3.8-2c-0.1-0.1-0.3-0.1-0.5-0.1V5.7l1.9,3.8c0.1,0.3,0.4,0.5,0.8,0.5l4.2,0.6L15.8,13.6z"/>'},Dw={name:"step-forward",style:"solid",path:'<path d="M8.7,7.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3.3,3.3l-3.3,3.3C7.1,15.5,7,15.7,7,16c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l4-4c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4L8.7,7.3z M16,7c-0.6,0-1,0.4-1,1v8c0,0.6,0.4,1,1,1s1-0.4,1-1V8C17,7.4,16.6,7,16,7z"/>'},qw={name:"stethoscope",style:"solid",path:'<path d="M21.8,10c-0.4-1.2-1.6-2-2.8-2c-1.7,0-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v1.7c0,2.5-2,4.5-4.5,4.5S9,18,9,15.5v-0.6c2.9-0.5,5-3,5-5.9V3c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1v5c0,2.2-1.8,4-4,4s-4-1.8-4-4V4h1c0.6,0,1-0.4,1-1S5.6,2,5,2H3C2.4,2,2,2.4,2,3v6c0,2.9,2.1,5.4,5,5.9v0.6c0,3.6,2.9,6.5,6.5,6.5s6.5-2.9,6.5-6.5v-1.7C21.6,13.3,22.4,11.6,21.8,10z"/>'},Rw={name:"stethoscope-alt",style:"solid",path:'<path d="M21.8,10c-0.4-1.2-1.6-2-2.8-2c-1.7,0-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v1.7c0,2.5-2,4.5-4.5,4.5S9,18,9,15.5v-1l3.1-2.5C13.3,11,14,9.6,14,8.1V3c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1v4.1c0,0.9-0.4,1.8-1.1,2.3L8,12.7l-2.9-2.3C4.4,9.9,4,9,4,8.1V4h1c0.6,0,1-0.4,1-1S5.6,2,5,2H3C2.4,2,2,2.4,2,3v5.1c0,1.5,0.7,3,1.9,3.9L7,14.5v1c0,3.6,2.9,6.5,6.5,6.5s6.5-2.9,6.5-6.5v-1.7C21.6,13.3,22.4,11.6,21.8,10z"/>'},Iw={name:"stopwatch",style:"solid",path:'<path d="M10,4.5h4c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4c-0.6,0-1,0.4-1,1S9.4,4.5,10,4.5z M18.3,8.6l0.9-0.9c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-0.9,0.9C14,4.9,10,4.9,7.1,7.2L6.2,6.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.9,0.9C3,12.1,3.6,17.1,7.1,19.8c3.5,2.7,8.5,2.1,11.2-1.4C20.6,15.5,20.6,11.5,18.3,8.6z M13.7,14.5c-0.4,0.6-1,1-1.7,1c-1.1,0-2-0.9-2-2c0-0.7,0.4-1.4,1-1.7V9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v2.3C14,12.3,14.3,13.5,13.7,14.5z"/>'},Fw={name:"store-slash",style:"solid",path:'<path d="M15,10.6c0.8,0.9,1.8,1.4,3,1.4v1.8l2,2v-4.3c1.2-0.7,2-2,2-3.4c0-0.1,0-0.3-0.1-0.4l-2-5C19.8,2.2,19.4,2,19,2H6.2L15,10.6C14.9,10.7,15,10.6,15,10.6z M22.7,21.3L20,18.6v0l-2-2v0l-4.8-4.8l0,0L4.1,2.6l0,0L2.7,1.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2,2l-1.2,3C2,7.7,2,7.9,2,8c0,1.4,0.8,2.7,2,3.4V21c0,0.6,0.4,1,1,1h14c0.4,0,0.8-0.3,0.9-0.7l1.4,1.4c0.4,0.4,1,0.4,1.4,0C23.1,22.3,23.1,21.7,22.7,21.3z M10,14c-0.6,0-1,0.4-1,1v5H6v-8c1.2,0,2.2-0.5,3-1.4c0.3,0.3,0.6,0.6,1,0.8l2.6,2.6H10z M18,20h-3v-3.6l3,3V20z"/>'},Bw={name:"subject",style:"solid",path:'<path d="M3,8h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,6,2,6.4,2,7S2.4,8,3,8z M13,16H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,16,13,16z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z"/>'},Uw={name:"sync-exclamation",style:"solid",path:'<path d="M12,13L12,13c0.6,0,1-0.4,1-1V9c0-0.6-0.4-1-1-1s-1,0.4-1,1v3C11,12.6,11.4,13,12,13z M11,15c0,0.5,0.5,1,1,1c0,0,0,0,0,0c0.5,0,1-0.5,1-1c0-0.3-0.1-0.5-0.3-0.7c-0.3-0.3-0.7-0.4-1.1-0.2c-0.1,0-0.2,0.1-0.3,0.2C11.1,14.5,11,14.7,11,15C11,15,11,15,11,15z M17,3.3C13.1,1.1,8.3,1.8,5.1,4.7V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.1,0,0.2,0.1,0.3c0,0,0,0.1,0,0.1c0.1,0.2,0.3,0.4,0.5,0.5c0,0,0,0,0,0C3.9,8.5,4,8.5,4.1,8.5h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2C7.7,4.9,9.8,4,12,4c4.4,0,8,3.6,8,8v0c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1C22,8.4,20.1,5.1,17,3.3z M19.9,15.5h-4.5c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.4C16.3,19.1,14.2,20,12,20c-4.4,0-8-3.6-8-8c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c2.6,0,5-1,6.9-2.8V21c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-4.5C20.9,15.9,20.4,15.5,19.9,15.5z"/>'},$w={name:"sync-slash",style:"solid",path:'<path d="M18.3,7.1C18.3,7.1,18.3,7.1,18.3,7.1l1.4-1.4c0,0,0,0,0,0l2-2c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2,2c-3.6-3-8.9-3.1-12.6,0C5.5,4.4,5.3,4.6,5.1,4.8V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2c2.5-2.6,6.5-3.3,9.8-1.4c0.3,0.2,0.6,0.4,0.9,0.6L5.7,16.9C4.6,15.5,4,13.8,4,12c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,2.3,0.8,4.6,2.3,6.3l-2,2C2.1,20.5,2,20.7,2,21c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2-2c0,0,0,0,0,0l1.4-1.4c0,0,0,0,0,0L18.3,7.1z M19.9,15.5h-4.5c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.4c-2.2,2.4-5.8,3.2-8.9,1.9l-1.5,1.5c1.4,0.7,3,1.1,4.6,1.1c2.6,0,5-1,6.9-2.8V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-4.5C20.9,15.9,20.4,15.5,19.9,15.5z M19.4,8.9c0.4,1,0.6,2,0.6,3.1c0,0.6,0.4,1,1,1s1-0.4,1-1c0-1.6-0.4-3.2-1.1-4.6L19.4,8.9z"/>'},Ww={name:"table",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M10,20v-4h4v4H10z M10,14v-4h4v4H10z M4,10h4v4H4V10z M10,8V4h4v4H10z M16,10h4v4h-4V10z M20,8h-4V4h4V8z M8,4v4H4V4H8z M4,16h4v4H4V16z M16,20v-4h4v4H16z"/>'},Gw={name:"th-large",style:"solid",path:'<path d="M20,3H4C3.4,3,3,3.4,3,4v16c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V4C21,3.4,20.6,3,20,3z M19,11h-6V5h6V11z M11,5v6H5V5H11z M5,13h6v6H5V13z M13,19v-6h6v6H13z"/>'},Qw={name:"times-circle",style:"solid",path:'<path d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.7,14.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L12,13.4l-2.3,2.3c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l2.3-2.3L8.3,9.7c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.3,2.3l2.3-2.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4L13.4,12L15.7,14.3z"/>'},Kw={name:"toggle-off",style:"solid",path:'<path d="M16.5,6.5h-9C4.5,6.5,2,9,2,12s2.5,5.5,5.5,5.5h9c3,0,5.5-2.5,5.5-5.5S19.5,6.5,16.5,6.5z M7.5,14.5C6.1,14.5,5,13.4,5,12s1.1-2.5,2.5-2.5S10,10.6,10,12S8.9,14.5,7.5,14.5z"/>'},Jw={name:"toggle-on",style:"solid",path:'<path d="M16.5,6.5h-9C4.5,6.5,2,9,2,12s2.5,5.5,5.5,5.5h9c3,0,5.5-2.5,5.5-5.5S19.5,6.5,16.5,6.5z M16.5,14.5c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5S19,10.6,19,12S17.9,14.5,16.5,14.5z"/>'},Xw={name:"toilet-paper",style:"solid",path:'<path d="M22.3,20.4c-1.2-1.4-1.8-3.1-1.8-4.9V8c0-3.3-2.2-6-5-6h-9c-2.8,0-5,2.7-5,6s2.2,6,5,6h3v1.5c0,2.3,0.8,4.5,2.2,6.2c0.2,0.2,0.5,0.3,0.8,0.3h9c0.6,0,1-0.4,1-1C22.5,20.8,22.4,20.5,22.3,20.4z M6.5,9.2C5.9,9.2,5.4,8.6,5.5,8c-0.1-0.6,0.4-1.2,1-1.2c0.6,0.1,1.1,0.6,1,1.2C7.6,8.6,7.1,9.2,6.5,9.2z M13,20c-1-1.3-1.5-2.9-1.5-4.6v-7c0,0,0-0.1,0-0.1c0-0.1,0-0.3,0-0.4c0-1.4-0.4-2.8-1.3-4h5.3c1.7,0,3,1.8,3,4v7.5c0,1.6,0.4,3.2,1.1,4.6H13z"/>'},Yw={name:"triangle",style:"solid",path:'<path d="M21.9,19.3l-9-15.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.5-0.3-1.1-0.2-1.4,0.3l-9,15.6C2,19.4,2,19.6,2,19.8c0,0.6,0.4,1,1,1h18c0.2,0,0.3,0,0.5-0.1C22,20.4,22.1,19.8,21.9,19.3z"/>'},ex={name:"unlock",style:"solid",path:'<path d="M17,9H9V7c0-0.8,0.3-1.5,0.9-2.1c1.2-1.2,3.1-1.2,4.2,0c0.4,0.4,0.6,0.9,0.8,1.4c0,0,0,0,0,0C15,6.8,15.6,7.1,16.1,7c0.5-0.1,0.9-0.7,0.7-1.2c-0.2-0.9-0.7-1.7-1.3-2.3C14.6,2.5,13.3,2,12,2C9.2,2,7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z"/>'},tx={name:"unlock-alt",style:"solid",path:'<path d="M17,9H9V7c0-0.8,0.3-1.5,0.9-2.1c1.2-1.2,3.1-1.2,4.2,0c0.4,0.4,0.6,0.9,0.8,1.4c0,0,0,0,0,0C15,6.8,15.6,7.1,16.1,7c0.5-0.1,0.9-0.7,0.7-1.2c-0.2-0.9-0.7-1.7-1.3-2.3C14.6,2.5,13.3,2,12,2C9.2,2,7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M13,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3c0-0.6,0.4-1,1-1s1,0.4,1,1V17z"/>'},nx={name:"upload-alt",style:"solid",path:'<path d="M18,9h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1,0.4,1,1v7c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1v-7c0-0.6,0.4-1,1-1h2c0.6,0,1-0.4,1-1S8.6,9,8,9H6c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3v-7C21,10.3,19.7,9,18,9z M9.7,6.7L11,5.4V17c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V5.4l1.3,1.3C14.5,6.9,14.7,7,15,7c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-3-3c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4C8.7,7.1,9.3,7.1,9.7,6.7z"/>'},ax={name:"user-arrows",style:"solid",path:'<path d="M6.6,6.9C6.6,7,6.7,7.1,6.8,7.2l2,2C9,9.4,9.2,9.5,9.5,9.5c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L9.9,7.5h4.2l-0.3,0.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2-2l0,0c0,0,0,0,0,0c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.4c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.3l-2-2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.3,0.3H9.9l0.3-0.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2,2c0,0,0,0,0,0l0,0c0,0,0,0,0,0C6.7,5.9,6.6,6,6.6,6.1c0,0.1-0.1,0.2-0.1,0.4c0,0,0,0,0,0c0,0,0,0,0,0C6.5,6.6,6.5,6.8,6.6,6.9z M6,14.7c1.4,0,2.6-1.2,2.6-2.6c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6C3.4,13.5,4.6,14.7,6,14.7z M9.8,17.4c-2.6-2.1-6.4-1.7-8.5,0.9C1.1,18.6,1,18.9,1,19.2c0,0.7,0.6,1.3,1.3,1.3h7.4c0.5,0,1-0.3,1.2-0.7c0.2-0.4,0.2-1-0.2-1.4C10.4,18,10.1,17.7,9.8,17.4z M15.4,12.1c0,1.4,1.2,2.6,2.6,2.6s2.6-1.2,2.6-2.6c0-1.4-1.2-2.6-2.6-2.6C16.6,9.5,15.4,10.7,15.4,12.1z M22.7,18.4c-0.3-0.3-0.6-0.7-0.9-0.9c-2.6-2.1-6.4-1.7-8.5,0.9c-0.2,0.2-0.3,0.5-0.3,0.8c0,0.7,0.6,1.3,1.3,1.3h7.4c0.5,0,1-0.3,1.2-0.7C23.1,19.3,23,18.8,22.7,18.4z"/>'},rx={name:"user-md",style:"solid",path:'<path d="M15.9,13.2L15.9,13.2c-0.1,0-0.1-0.1-0.2-0.1C17.2,12,18,10.3,18,8.4c0-0.2,0-0.4,0-0.6c0,0,0-0.1,0-0.1l0.3-2.4c0.2-1.6-0.9-3-2.4-3.3L15,1.8C13,1.5,11,1.5,9,1.8L8.2,2C6.6,2.3,5.5,3.7,5.7,5.3L6,7.7c0,0,0,0.1,0,0.1C6,8,6,8.2,6,8.4c0,1.8,0.8,3.6,2.3,4.7c-0.1,0-0.1,0.1-0.2,0.1l0,0c-3.3,1.4-5.6,4.5-6,8.1c-0.1,0.5,0.3,1,0.9,1.1c0.6,0.1,17.5,0,18,0c0,0,0.1,0,0.1,0c0.5-0.1,0.9-0.6,0.9-1.1C21.5,17.7,19.2,14.6,15.9,13.2z M12,16.3l-1.7-1.7c1.1-0.2,2.2-0.2,3.3,0L12,16.3z M12,12.4c-2.2,0-3.9-1.7-4-3.9h8C15.9,10.7,14.2,12.4,12,12.4z"/>'},ix={name:"user-nurse",style:"solid",path:'<path d="M16.2,12.9C16.2,12.9,16.1,12.9,16.2,12.9c-0.2-0.1-0.3-0.2-0.5-0.2c2.6-2,3.1-5.8,1-8.4s-5.8-3.1-8.4-1s-3.1,5.8-1,8.4c0.3,0.4,0.6,0.7,1,1c-0.1,0.1-0.3,0.1-0.4,0.2c0,0,0,0-0.1,0c-3.2,1.5-5.4,4.5-5.8,8C2,21.4,2.4,21.9,3,22H21c0.5-0.1,0.9-0.6,0.9-1.1C21.6,17.4,19.4,14.4,16.2,12.9z M8,7.6c0.2-2.2,2.2-3.8,4.3-3.6c1.9,0.2,3.4,1.7,3.6,3.6H8z M12,16.2l-1.9-1.9c1.3-0.3,2.6-0.3,3.9,0L12,16.2z"/>'},lx={name:"vector-square",style:"solid",path:'<path d="M20,16.2V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3c-1.3,0-2.4,0.8-2.8,2H7.8C7.4,2.8,6.3,2,5,2C3.3,2,2,3.3,2,5c0,1.3,0.8,2.4,2,2.8v8.4c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h8.4c0.4,1.2,1.5,2,2.8,2c1.7,0,3-1.3,3-3C22,17.7,21.2,16.6,20,16.2z M16.2,18H7.8c-0.3-0.8-1-1.5-1.8-1.8V7.8c0.8-0.3,1.5-1,1.8-1.8h8.4c0.3,0.8,1,1.5,1.8,1.8v8.4C17.2,16.5,16.5,17.2,16.2,18z M19,4c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1s-1-0.4-1-1S18.4,4,19,4z M5,4c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1S4,5.6,4,5S4.4,4,5,4z M5,20c-0.6,0-1-0.4-1-1s0.4-1,1-1c0.6,0,1,0.4,1,1C6,19.6,5.6,20,5,20z M19,20c-0.6,0-1-0.4-1-1s0.4-1,1-1c0.6,0,1,0.4,1,1C20,19.6,19.6,20,19,20z"/>'},ox={name:"vector-square-alt",style:"solid",path:'<path d="M21,18.3V5.7c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H5.7C5.4,2.4,4.7,2,4,2C2.9,2,2,2.9,2,4c0,0.7,0.4,1.4,1,1.7v12.6c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1h12.6c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2C22,19.3,21.6,18.6,21,18.3z M19,18.3c-0.3,0.2-0.5,0.4-0.7,0.7H5.7c-0.2-0.3-0.4-0.5-0.7-0.7V5.7C5.3,5.5,5.5,5.3,5.7,5h12.6c0.2,0.3,0.4,0.5,0.7,0.7V18.3z M16,7H8C7.4,7,7,7.4,7,8v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V8C17,7.4,16.6,7,16,7z"/>'},cx={name:"virus-slash",style:"solid",path:'<path d="M19.8,18.4C19.8,18.4,19.8,18.4,19.8,18.4l-4-4c0,0,0,0,0,0l-2.1-2.1l0,0l-8-8c0,0,0,0,0,0L2.7,1.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L5,6.4C3.9,7.7,3.2,9.3,3.1,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.1c0.2,1.7,0.9,3.3,1.9,4.6l-0.8,0.8c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L6.4,19c1.3,1.1,2.9,1.7,4.6,1.9V22c0,0.6,0.4,1,1,1s1-0.4,1-1v-1.1c1.7-0.2,3.3-0.9,4.6-1.9l3.7,3.7c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L19.8,18.4z M9,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S9.6,16,9,16z M9.5,12C8.7,12,8,11.3,8,10.5c0-0.3,0.1-0.6,0.3-0.8l2.1,2.1C10.1,11.9,9.8,12,9.5,12z M20.9,13H22c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1.1c-0.2-1.7-0.9-3.3-1.9-4.6l0.8-0.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L17.6,5c-1.3-1.1-2.9-1.7-4.6-1.9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.1c-1,0.1-2,0.4-2.9,0.8l12,12C20.5,15,20.8,14,20.9,13z M15,10c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S15.6,10,15,10z"/>'},ux={name:"web-grid",style:"solid",path:'<path d="M21,2h-5v20h5c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M2,21c0,0.6,0.4,1,1,1h11v-9H2V21z M2,3v8h12V2H3C2.4,2,2,2.4,2,3z"/>'},sx={name:"web-grid-alt",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v5h20V3C22,2.4,21.6,2,21,2z M2,21c0,0.6,0.4,1,1,1h8V10H2V21z M13,22h8c0.6,0,1-0.4,1-1V10h-9V22z"/>'},hx={name:"web-section",style:"solid",path:'<path d="M2,3v18c0,0.6,0.4,1,1,1h11V2H3C2.4,2,2,2.4,2,3z M21,2h-5v20h5c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z"/>'},dx={name:"web-section-alt",style:"solid",path:'<path d="M2,3v18c0,0.6,0.4,1,1,1h5V2H3C2.4,2,2,2.4,2,3z M21,2H10v20h11c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z"/>'},px={name:"window-grid",style:"solid",path:'<path d="M2,3v18c0,0.6,0.4,1,1,1h5V2H3C2.4,2,2,2.4,2,3z M21,2H10v9h12V3C22,2.4,21.6,2,21,2z M10,22h11c0.6,0,1-0.4,1-1v-8H10V22z"/>'},fx={name:"window-maximize",style:"solid",path:'<path d="M21,2H3C2.4,2,2,2.4,2,3v5h20V3C22,2.4,21.6,2,21,2z M2,21c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V10H2V21z"/>'},mx={name:"window-section",style:"solid",path:'<path d="M2,21c0,0.6,0.4,1,1,1h5V10H2V21z M16,22h5c0.6,0,1-0.4,1-1V10h-6V22z M10,22h4V10h-4V22z M21,2H3C2.4,2,2,2.4,2,3v5h20V3C22,2.4,21.6,2,21,2z"/>'},vx={name:"wrap-text",style:"solid",path:'<path d="M3,7.2h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,7.2,3,7.2z M9,15.2H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S9.6,15.2,9,15.2z M18.5,10.2H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h15.5c0.8,0,1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5h-2.8c0.3-0.4,0.4-0.9,0-1.3c-0.4-0.4-1-0.5-1.4-0.1l-2,1.7c0,0-0.1,0.1-0.1,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l2,1.7c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.4c0.3-0.4,0.3-0.9,0-1.3h2.8c1.9,0,3.5-1.6,3.5-3.5S20.4,10.2,18.5,10.2z"/>'},Ax={name:"adobe-alt",style:"thinline",path:'<path d="M9.9169922,2.2236328C9.8242798,2.0839233,9.6677246,1.999939,9.5,2h-8C1.223999,1.9998169,1.0001831,2.2234497,1,2.4993896V21.5c-0.000061,0.2381592,0.1679077,0.4432983,0.4013672,0.4902344C1.4338379,21.9968262,1.4668579,22.000061,1.5,22c0.2011108-0.000061,0.3826294-0.1204834,0.4609375-0.3056641l8-19C10.0253296,2.539856,10.0088501,2.3635254,9.9169922,2.2236328z M2,19.0244141V3h6.7470703L2,19.0244141z M22.5006104,2H14.5c-0.276123-0.0001831-0.5001221,0.2235107-0.5003052,0.4995728c0,0.0668945,0.0133667,0.1331177,0.0393677,0.1947632l8,19C22.1173706,21.8795166,22.2988892,21.999939,22.5,22c0.0331421,0.000061,0.0661621-0.0031738,0.0986328-0.0097656C22.8320923,21.9432983,23.000061,21.7381592,23,21.5v-19C23.0001831,2.223999,22.7765503,2.0001831,22.5006104,2z M22,19.0244141L15.2529297,3H22V19.0244141z M12.4677734,9.3242188C12.3953247,9.1300049,12.2102051,9.0009155,12.0029297,9H12c-0.2059937,0.000061-0.3909302,0.1264038-0.4658203,0.3183594l-3.5,9c-0.1005249,0.256958,0.0262451,0.5467529,0.2832031,0.6472778C8.3755493,18.9884033,8.4375,19.000061,8.5,19h3.1914062l1.3613281,2.7236328C13.1376343,21.8928223,13.3106689,21.9997559,13.5,22h3c0.2756958,0.0004272,0.4995728-0.2226562,0.500061-0.4983521c0.000061-0.0606079-0.0108643-0.1207275-0.0322876-0.1774292L12.4677734,9.3242188z M13.8085938,21l-1.3613281-2.7236328C12.3623657,18.1071777,12.1893311,18.0002441,12,18H9.2304688l2.7607422-7.0986328L15.7783203,21H13.8085938z"/>'},yx={name:"airplay",style:"thinline",path:'<path d="M19.5,3h-15C3.119812,3.0012817,2.0012817,4.119812,2,5.5v10c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h1C5.776123,18,6,17.776123,6,17.5S5.776123,17,5.5,17h-1c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-10C3.0009155,4.671936,3.671936,4.0009155,4.5,4h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5v10c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-1c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h1c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-10C21.9987183,4.119812,20.880188,3.0012817,19.5,3z M13.2412109,14.4394531c-0.0863647-0.1141968-0.1880493-0.2160034-0.3022461-0.3024292c-0.6852417-0.5187988-1.661377-0.3838501-2.1801758,0.3014526l-2.8632812,4.2197266C7.727478,18.90625,7.6375732,19.1989746,7.6373291,19.4985962C7.6367798,20.3272705,8.3081055,20.9994507,9.1367188,21h5.7265625c0.2996216-0.0001831,0.5922852-0.0900879,0.8403931-0.2581177c0.6860352-0.4647217,0.8655396-1.397583,0.4008179-2.0836792L13.2412109,14.4394531z M14.8632812,20H9.1367188c-0.1002197-0.000061-0.1980591-0.0302124-0.2809448-0.0866089c-0.2283325-0.1553345-0.2874756-0.4663086-0.1321411-0.6946411L11.5869141,15C11.6791992,14.8624268,11.8343506,14.7802734,12,14.78125c0.1659546-0.0010376,0.321228,0.081543,0.4130859,0.2197266l2.8632812,4.2177734c0.0563965,0.0828247,0.0865479,0.1807251,0.0866089,0.2809448C15.3631592,19.7758179,15.1394043,19.9998169,14.8632812,20z"/>'},Mx={name:"align-alt",style:"thinline",path:'<path d="M10.5,12h-8C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h8c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,12,10.5,12z M10.5,16h-8C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h8c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,16,10.5,16z M13.5,5h8C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-8C13.223877,4,13,4.223877,13,4.5S13.223877,5,13.5,5z M10.5,20h-8C2.223877,20,2,20.223877,2,20.5S2.223877,21,2.5,21h8c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,20,10.5,20z M10.5,8h-8C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h8C10.776123,9,11,8.776123,11,8.5S10.776123,8,10.5,8z M17.5,20h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h4c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,20,17.5,20z M21.5,12h-8c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h8c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M10.5,4h-4C6.223877,4,6,4.223877,6,4.5S6.223877,5,6.5,5h4C10.776123,5,11,4.776123,11,4.5S10.776123,4,10.5,4z M21.5,8h-8C13.223877,8,13,8.223877,13,8.5S13.223877,9,13.5,9h8C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z M21.5,16h-8c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h8c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z"/>'},Hx={name:"align-center",style:"thinline",path:'<path d="M6.5,10C6.223877,10,6,10.223877,6,10.5S6.223877,11,6.5,11h11c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,10,17.5,10H6.5z M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M17.5,18h-11C6.223877,18,6,18.223877,6,18.5S6.223877,19,6.5,19h11c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,18,17.5,18z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z"/>'},gx={name:"align-center-alt",style:"thinline",path:'<path d="M4.5,7h15C19.776123,7,20,6.776123,20,6.5S19.776123,6,19.5,6h-15C4.223877,6,4,6.223877,4,6.5S4.223877,7,4.5,7z M21.5,11h-19C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z M19.5,16h-15C4.223877,16,4,16.223877,4,16.5S4.223877,17,4.5,17h15c0.276123,0,0.5-0.223877,0.5-0.5S19.776123,16,19.5,16z"/>'},Zx={name:"align-center-justify",style:"thinline",path:'<path d="M17.5,20h-11C6.223877,20,6,20.223877,6,20.5S6.223877,21,6.5,21h11c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,20,17.5,20z M21.5,16h-19C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z M2.5,5h19C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-19C2.223877,4,2,4.223877,2,4.5S2.223877,5,2.5,5z M21.5,8h-19C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h19C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z"/>'},Vx={name:"align-left",style:"thinline",path:'<path d="M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M2.5,11h15c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,10,17.5,10h-15C2.223877,10,2,10.223877,2,10.5S2.223877,11,2.5,11z M17.5,18h-15C2.223877,18,2,18.223877,2,18.5S2.223877,19,2.5,19h15c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,18,17.5,18z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z"/>'},Cx={name:"align-left-justify",style:"thinline",path:'<path d="M15.5,20h-13C2.223877,20,2,20.223877,2,20.5S2.223877,21,2.5,21h13c0.276123,0,0.5-0.223877,0.5-0.5S15.776123,20,15.5,20z M2.5,5h19C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-19C2.223877,4,2,4.223877,2,4.5S2.223877,5,2.5,5z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M21.5,8h-19C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h19C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z M21.5,16h-19C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z"/>'},bx={name:"align-letter-right",style:"thinline",path:'<path d="M9.5,4h12C21.776123,4,22,3.776123,22,3.5S21.776123,3,21.5,3h-12C9.223877,3,9,3.223877,9,3.5S9.223877,4,9.5,4z M21.5,21h-19C2.223877,21,2,21.223877,2,21.5S2.223877,22,2.5,22h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,21,21.5,21z M21.5,17h-11c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h11c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z M21.5,11h-19C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z M21.5,7h-19C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8h19C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7z"/>'},Lx={name:"align-right",style:"thinline",path:'<path d="M21.5,18h-15C6.223877,18,6,18.223877,6,18.5S6.223877,19,6.5,19h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,18,21.5,18z M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M21.5,10h-15C6.223877,10,6,10.223877,6,10.5S6.223877,11,6.5,11h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z"/>'},Sx={name:"align-right-justify",style:"thinline",path:'<path d="M21.5,20h-11c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h11c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,20,21.5,20z M2.5,5h19C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-19C2.223877,4,2,4.223877,2,4.5S2.223877,5,2.5,5z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M21.5,16h-19C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z M21.5,8h-19C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h19C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z"/>'},zx={name:"anchor",style:"thinline",path:'<path d="M19.5,13.5h-3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.4824219c-0.2487793,3.4717407-3.010376,6.2333984-6.4821167,6.4821167c-0.0001221,0-0.0001831,0-0.0003052,0V11h2c0.276123,0,0.5-0.223877,0.5-0.5S14.776123,10,14.5,10h-2V7.9490967C13.916748,7.7087402,14.9983521,6.4848633,15,5c0-1.6568604-1.3431396-3-3-3S9,3.3431396,9,5c0,1.4855957,1.0823975,2.7104492,2.5,2.949585V10h-2C9.223877,10,9,10.223877,9,10.5S9.223877,11,9.5,11h2v9.9744873C8.0814819,20.7329712,5.2695923,18.0176392,5.0175781,14.5H7.5C7.776123,14.5,8,14.276123,8,14s-0.223877-0.5-0.5-0.5h-3c-0.0001831,0-0.0003662,0-0.0006104,0C4.2234497,13.5001831,3.9998169,13.723999,4,14c0.0050659,4.4161987,3.5838013,7.9949341,8,8c4.4161987-0.0050659,7.9949341-3.5838013,8-8c0-0.0001831,0-0.0003662,0-0.0006104C19.9998169,13.7234497,19.776001,13.4998169,19.5,13.5z M10,5c0-1.1045532,0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2S10,6.1045532,10,5z"/>'},wx={name:"android-alt",style:"thinline",path:'<path d="M3.5006104,9H3.5C3.223999,8.9998169,3.0001831,9.2234497,3,9.4993896V14.5C3,14.776123,3.223877,15,3.5,15S4,14.776123,4,14.5v-5C4.0001831,9.223999,3.7765503,9.0001831,3.5006104,9z M15.8436279,4.3982544l1.0733643-1.6218872c0.1526489-0.2302856,0.0896606-0.5407104-0.140625-0.6933594s-0.5407104-0.0896606-0.6933594,0.140625l-1.0602417,1.6019897c-1.8648682-1.1008301-4.1807251-1.1008301-6.0455322,0L7.9169922,2.2236328c-0.1526489-0.2302856-0.4630737-0.2932739-0.6933594-0.140625s-0.2932739,0.4630737-0.140625,0.6933594l1.0733643,1.6218872C6.7900391,5.5359497,6,7.2220459,6,9v8.5c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5H9.5v3.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V18h3v3.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V18h3c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V9C18,7.2220459,17.2099609,5.5359497,15.8436279,4.3982544z M17,17H7v-7h10V17z M7,9c0-2.7614136,2.2385864-5,5-5s5,2.2385864,5,5H7z M20.5006104,9H20.5c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896V14.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5v-5C21.0001831,9.223999,20.7765503,9.0001831,20.5006104,9z"/>'},xx={name:"angle-double-down",style:"thinline",path:'<path d="M11.6464844,10.8535156C11.7401123,10.9474487,11.8673706,11.0001831,12,11c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041626-0.7069702-0.0123291L12,9.7930298L8.8534546,6.6465454c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0C7.960144,6.8383789,7.9546509,7.1549072,8.1464844,7.3535156L11.6464844,10.8535156z M15.1464844,12.6464844L12,15.7930298l-3.1465454-3.1464844c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l3.5,3.5C11.7401123,16.9474487,11.8673706,17.0001831,12,17c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021C15.6616211,12.4602051,15.3450928,12.4546509,15.1464844,12.6464844z"/>'},_x={name:"angle-double-left",style:"thinline",path:'<path d="M8.2069702,12l3.1464844-3.1464844c0.1871338-0.1937256,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-3.5,3.5c-0.000061,0-0.0001221,0.000061-0.0001221,0.0001221c-0.1951904,0.1951904-0.1951294,0.5117188,0.0001221,0.7068481l3.5,3.5C10.7401123,15.9474487,10.8673706,16.0001831,11,16c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L8.2069702,12z M17.3535156,15.1464844L14.2069702,12l3.1464844-3.1464844c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947021c-0.1918335-0.1986694-0.5083618-0.2041626-0.7069702-0.0122681l-3.5,3.5c-0.000061,0-0.0001221,0.000061-0.0001221,0.0001221c-0.1951904,0.1951904-0.1951294,0.5117188,0.0001221,0.7068481l3.5,3.5C16.7401123,15.9474487,16.8673706,16.0001831,17,16c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233C17.5487061,15.6583252,17.5487061,15.3417358,17.3535156,15.1464844z"/>'},kx={name:"angle-double-right",style:"thinline",path:'<path d="M7.3534546,8.1465454c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C6.460144,8.3383789,6.4546509,8.6549072,6.6464844,8.8535156L9.7930298,12l-3.1465454,3.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C6.5,15.776062,6.723877,15.999939,7,16c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221c0.1951294-0.1952515,0.1950684-0.5117188-0.0001831-0.7068481L7.3534546,8.1465454z M16.8534546,11.6465454l-3.5-3.5c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L15.7930298,12l-3.1465454,3.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C12.5,15.776062,12.723877,15.999939,13,16c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221C17.0487671,12.1581421,17.0487061,11.8416748,16.8534546,11.6465454z"/>'},Tx={name:"angle-up",style:"thinline",path:'<path d="M16.8535156,13.6465454l-4.5-4.5c-0.000061-0.000061-0.000061-0.0001221-0.0001221-0.0001831c-0.1952515-0.1951294-0.5117188-0.1950684-0.7068481,0.0001831l-4.5,4.5c-0.1871948,0.1937256-0.1871948,0.5009155,0,0.6947021c0.1918335,0.1986084,0.5083618,0.2041016,0.7069702,0.0122681L12,10.2069702l4.1464844,4.1465454C16.2401123,14.4474487,16.3673706,14.5001831,16.5,14.5c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623C17.048645,14.1583862,17.0487671,13.8417969,16.8535156,13.6465454z"/>'},Ex={name:"ankh",style:"thinline",path:'<path d="M18.5,13h-4.807312C15.6906128,11.5979004,16.914978,9.3397217,17,6.9003906c-0.0552368-2.7614136-2.338562-4.9552002-5.0999756-4.9000244C9.2163696,2.0540771,7.0536499,4.2167358,7,6.9003906C7.085022,9.3397217,8.3093872,11.5979004,10.307312,13H5.5C5.223877,13,5,13.223877,5,13.5S5.223877,14,5.5,14h6v7.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V14h6c0.276123,0,0.5-0.223877,0.5-0.5S18.776123,13,18.5,13z M11.9990234,12.9306641C11.1318359,12.4345703,8,10.3984375,8,6.9003906c0.0556641-2.2091675,1.8916626-3.954895,4.100769-3.899231C14.2316284,3.0548706,15.9462891,4.7695312,16,6.9003906C16,10.3876953,12.8662109,12.4326172,11.9990234,12.9306641z"/>'},Ox={name:"apple-alt",style:"thinline",path:'<path d="M20.3261719,16.2069702c-1.4378052-0.6118164-2.3703613-2.024231-2.3681641-3.586853c0.0163574-1.3817139,0.7438965-2.6574097,1.9248047-3.375c0.2348022-0.1446533,0.3079224-0.4522705,0.163269-0.6871338c-0.0041504-0.0067139-0.0084229-0.0133667-0.0128784-0.0198364c-0.9196167-1.3247681-2.4089966-2.1394653-4.0205078-2.1992188c-0.171936-0.0177002-0.3449097-0.0232544-0.5175781-0.0166016c1.0227661-1.2186279,1.5263062-2.789978,1.4023438-4.3760376C16.876709,1.6810913,16.6463013,1.4819946,16.3808594,1.5c-2.8693237,0.2629395-5.1738892,2.4782715-5.5498047,5.335022c-0.6322021-0.2815552-1.3139648-0.4348755-2.0058594-0.4512329C6.9256592,6.4390869,5.1937866,7.4851074,4.2607422,9.140625c-1.7851562,3.1005859-0.6680298,7.78125,1.289978,10.6113281c0.7597656,1.0986328,1.9013672,2.7479858,3.5,2.7479858c0.0292969,0,0.0585938,0,0.0878906-0.0009766c0.5615845-0.0337524,1.1109009-0.1784668,1.6162109-0.4257812c0.510437-0.25354,1.0717163-0.3880615,1.6416016-0.3935547c0.5404053,0.0058594,1.0722656,0.135437,1.5546875,0.3789062c0.5474243,0.2654419,1.1465454,0.4071655,1.7548828,0.414978c1.6552734-0.0292969,2.6591797-1.4960938,3.4658203-2.6748047c0.6237793-0.9173584,1.1113281-1.9202881,1.4472656-2.9775391C20.6956787,16.5714722,20.5684204,16.3046265,20.3261719,16.2069702z M13.0507812,4.2441406c0.7547607-0.8527222,1.7613525-1.4430542,2.8740234-1.6855469c-0.045105,1.1608276-0.4771729,2.2732544-1.2275391,3.1601562c-0.3944702,0.4715576-0.8737793,0.8650513-1.4130859,1.1601562L13.265625,6.8896484l-0.1201172,0.046875c-0.3217163,0.1508179-0.6623535,0.2572632-1.0126953,0.3164062c-0.111084-0.0045166-0.2210693-0.0235596-0.3271484-0.0566406C11.8936157,6.104248,12.3300781,5.0693359,13.0507812,4.2441406z M18.3457031,19.234375c-0.8886719,1.2988281-1.5996094,2.2207031-2.6582031,2.2392578c-0.4655151-0.0097656-0.9229736-0.1235352-1.3388672-0.3330078c-0.6075439-0.2991943-1.2749634-0.4567871-1.9521484-0.4609375c-0.7045898,0.0042114-1.399292,0.1660156-2.0332031,0.4736328c-0.394104,0.1970825-0.8231812,0.3145752-1.2626953,0.3457031C9.0830078,21.5,9.0664062,21.5,9.0498047,21.5c-0.9902344,0-1.8320312-1.0947266-2.6767578-2.3164062c-1.5273438-2.2089844-2.9238281-6.6288452-1.2451172-9.5438843c0.7568359-1.3510742,2.1660156-2.2070923,3.7138672-2.2559204h0.0419922c0.6331177,0.0467529,1.2523804,0.2089233,1.8271484,0.4785156c0.1318359,0.0517578,0.2617188,0.1035156,0.3896484,0.1513672c0.024231,0.0112915,0.0493774,0.0204468,0.0751953,0.0273438c0.3045654,0.1246948,0.6282349,0.1963501,0.9570312,0.2119141c0.4789429-0.0469971,0.9459839-0.1775513,1.3798828-0.3857422c0.7553101-0.3691406,1.5882568-0.5513306,2.4287109-0.53125c1.1329346,0.0395508,2.2016602,0.5358887,2.9628906,1.3759766c-1.2265015,0.9291992-1.9468994,2.3793335-1.9462891,3.9180298c-0.0060425,1.7985229,0.9830933,3.4528809,2.5703125,4.2988281C19.2300415,17.7428589,18.8328247,18.5171509,18.3457031,19.234375z"/>'},Px={name:"arrow-circle-down",style:"thinline",path:'<path d="M16.1464844,11.6464844L12.5,15.2930298V7.5C12.5,7.223877,12.276123,7,12,7s-0.5,0.223877-0.5,0.5v7.7930298l-3.6465454-3.6464844c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l4.4995728,4.4995728c0.0458984,0.0459595,0.1005859,0.0828247,0.161377,0.1082153C11.8678589,16.9865112,11.9332275,17.0001221,12,17h0.0006104c0.0106201,0,0.0195312-0.0053711,0.0299683-0.0060425c0.0558472-0.003479,0.1112671-0.0115356,0.1621704-0.0328369c0.0610352-0.0255127,0.1159058-0.062561,0.1618652-0.1087646l4.4988403-4.4988403c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947632C16.6616211,11.460144,16.3450928,11.4546509,16.1464844,11.6464844z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},Nx={name:"arrow-circle-left",style:"thinline",path:'<path d="M16.5,11.5H8.7069702l3.6464844-3.6464844c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-4.4996338,4.4996338c-0.0462646,0.0461426-0.0828857,0.1014404-0.1082764,0.1627808c-0.0248413,0.0601196-0.0375366,0.1239014-0.0379639,0.1879272C7.0006104,11.9979858,7,11.9989014,7,12v0.000061c0,0.0651245,0.0132446,0.1300049,0.0385742,0.1911011s0.0618286,0.116333,0.1079102,0.1623535l4.5,4.5C11.7401123,16.9474487,11.8673706,17.0001831,12,17c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L8.7069702,12.5H16.5c0.276123,0,0.5-0.223877,0.5-0.5S16.776123,11.5,16.5,11.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},jx={name:"arrow-circle-right",style:"thinline",path:'<path d="M16.9614258,11.80896c-0.0254517-0.0614624-0.0622559-0.1168213-0.1085815-0.1630249l-4.4993896-4.4993896c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L15.2930298,11.5H7.5C7.223877,11.5,7,11.723877,7,12s0.223877,0.5,0.5,0.5h7.7930298l-3.6465454,3.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C11.5,16.776062,11.723877,16.999939,12,17c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l4.4997559-4.4997559c0.0462646-0.0462036,0.0828247-0.1015015,0.1082153-0.1628418c0.0239258-0.0580444,0.0354004-0.1194458,0.0366211-0.1812134C16.9981079,12.0062866,17,12.003418,17,12c0-0.0023804-0.0012817-0.0043945-0.0013428-0.0067749C16.9978027,11.930481,16.9857788,11.8678589,16.9614258,11.80896z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},Dx={name:"arrow-circle-up",style:"thinline",path:'<path d="M12.3539429,7.1469727c-0.0462036-0.0463257-0.1016235-0.0830078-0.1630249-0.1083984c-0.0580444-0.0239258-0.1194458-0.0354004-0.1812134-0.0366211C12.0062866,7.0018921,12.003418,7,12,7c-0.0023804,0-0.0043945,0.0012817-0.0067749,0.0013428C11.930481,7.0021973,11.8678589,7.0142212,11.80896,7.0385742c-0.0614014,0.0253906-0.1166382,0.0620728-0.1628418,0.1083984l-4.4995728,4.4995728c-0.1871948,0.1937256-0.1871948,0.5009155,0,0.6947021c0.1918335,0.1986084,0.5083618,0.2041016,0.7069702,0.0122681L11.5,8.7069702v7.7935791C11.5001831,16.7765503,11.723999,17.0001831,12,17h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V8.7069702l3.6464844,3.6465454C16.2401123,12.4474487,16.3673706,12.5001831,16.5,12.5c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1952515-0.1952515,0.1953735-0.5118408,0.0001221-0.7070923L12.3539429,7.1469727z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},qx={name:"arrow-down-left",style:"thinline",path:'<path d="M17.4521484,16.9042969H7.8666992l9.9711914-9.9711914c0.2130127-0.2130127,0.2130737-0.5584106,0-0.7714844c-0.2130127-0.2130127-0.5584106-0.2130127-0.7714844,0l-9.9707031,9.9707031V6.5478516C7.0957031,6.2453003,6.8504028,6,6.5478516,6S6,6.2453003,6,6.5478516v10.9042969c0,0.0001221,0,0.0003052,0,0.0004272C6.0001221,17.7550049,6.2454224,18.0001221,6.5478516,18h10.9042969c0.302063-0.0003662,0.546875-0.2451172,0.5472412-0.5472412C17.9996948,17.1502075,17.7546997,16.9046631,17.4521484,16.9042969z"/>'},Rx={name:"arrow-down-right",style:"thinline",path:'<path d="M17.4527588,6.0006104c-0.3025513-0.0003052-0.5480957,0.2446899-0.5484619,0.5472412v9.5848999L6.9335938,6.1616211c-0.2130737-0.2130127-0.5584717-0.2130127-0.7714844,0c-0.2130127,0.2130737-0.2130127,0.5584717,0,0.7714844l9.9707642,9.9711914h-9.585022c-0.302063,0.0003662-0.546875,0.2451172-0.5472412,0.5472412C6.0003052,17.7540894,6.2453003,17.9996338,6.5478516,18h10.9042969c0.0001221,0,0.0003052,0,0.0004272,0C17.7550049,17.9998779,18.0001221,17.7545776,18,17.4521484V6.5478516C17.9996338,6.2457886,17.7548828,6.0009766,17.4527588,6.0006104z"/>'},Ix={name:"arrow-up-left",style:"thinline",path:'<path d="M7.8676147,7.0957031h9.5845337C17.7546997,7.0957031,18,6.8504028,18,6.5478516S17.7546997,6,17.4521484,6H6.5478516C6.5477295,6,6.5475464,6,6.5474243,6C6.2449951,6.0001221,5.9998779,6.2454224,6,6.5478516v10.9042969c0,0.0001221,0,0.0003052,0,0.0004272C6.0001221,17.7550049,6.2454224,18.0001221,6.5478516,18c0.0001221,0,0.0003052,0,0.0004272,0c0.3024292-0.0001221,0.5475464-0.2454224,0.5474243-0.5478516V7.8667603l9.9707031,9.9711304c0.1022949,0.1022949,0.2410889,0.1596069,0.3857422,0.1591797c0.1450195,0.0002441,0.2841797-0.057373,0.3865967-0.1600342c0.2125854-0.2130127,0.2121582-0.5580444-0.0008545-0.7706299L7.8676147,7.0957031z"/>'},Fx={name:"arrow-up-right",style:"thinline",path:'<path d="M17.4521484,6H6.5471191C6.2445679,6.0001831,5.9994507,6.2456665,5.9996338,6.5482178s0.2456665,0.5476685,0.5482178,0.5474854h9.5845337l-9.9702759,9.9707031c-0.1026611,0.102417-0.1602783,0.2415771-0.1600342,0.3865967c0.0004883,0.3009644,0.244812,0.5445557,0.5457764,0.5440674c0.1446533,0.0004272,0.2834473-0.0568848,0.3857422-0.1591797l9.9707031-9.9711304v9.5858154C16.9044189,17.7550049,17.1497192,18.0001221,17.4521484,18h0.0004272C17.7550049,17.9998779,18.0001221,17.7545776,18,17.4521484V6.5474243C17.9998779,6.2449951,17.7545776,5.9998779,17.4521484,6z"/>'},Bx={name:"at",style:"thinline",path:'<path d="M13.8076172,2.1621094C12.3258057,1.8961182,10.8031006,1.9671021,9.352478,2.369751C4.0139771,3.8514404,0.8874512,9.3803101,2.3691406,14.718811c0.6398315,2.3341064,2.1170044,4.3508301,4.1494141,5.664978c1.6397095,1.0499268,3.545166,1.6096191,5.4921875,1.6132812C13.7624512,21.9979248,15.4833984,21.5368042,17,20.6601562c0.2389526-0.1380615,0.3206787-0.4436646,0.1826172-0.6826172S16.7389526,19.6568604,16.5,19.7949219c-2.9481812,1.6875-6.5914917,1.5891113-9.4443359-0.2549438c-1.8234253-1.1793823-3.1483765-2.9893188-3.7216797-5.0839233c-0.3635254-1.3070679-0.4278564-2.6792603-0.1883545-4.0145874c0.8806763-4.9096069,5.574646-8.1757202,10.4842529-7.2949829C17.9761353,4.0089111,21.0805664,7.8607178,21,12.2910156V12.5c0,1.3807373-1.1192627,2.5-2.5,2.5S16,13.8807373,16,12.5v-4C16,8.223877,15.776123,8,15.5,8S15,8.223877,15,8.5v0.8795166C14.2667847,8.5407715,13.2015991,8,12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c1.4407349-0.0014038,2.6925049-0.7705688,3.3966675-1.9135742C15.9766235,15.2177734,17.1412964,16,18.5,16c1.9329834,0,3.5-1.5670166,3.5-3.5v-0.2089844C22.0811157,7.376709,18.630249,3.1101685,13.8076172,2.1621094z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z"/>'},Ux={name:"bag",style:"thinline",path:'<path d="M19.5,6H16V5c-0.0014038-1.1040039-0.8959961-1.9985962-2-2h-4C8.8959961,3.0014038,8.0014038,3.8959961,8,5v1H4.5C3.119812,6.0012817,2.0012817,7.119812,2,8.5v10c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h15c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-10C21.9987183,7.119812,20.880188,6.0012817,19.5,6z M9,5c0.0003662-0.552124,0.447876-0.9996338,1-1h4c0.552124,0.0003662,0.9996338,0.447876,1,1v1H9V5z M21,18.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-15c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-6.4726562l5.8417969,1.9472656C8.8928833,13.991333,8.9462891,13.999939,9,14h6c0.053772-0.000061,0.1071777-0.008667,0.1582642-0.0253906L21,12.0273438V18.5z M21,11.0059204c-0.0525513,0-0.1055908,0.0019531-0.1581421,0.0194702L14.9190063,13H9.0810547l-5.9228516-1.9746094C3.1056519,11.0078735,3.0525513,11.0059204,3,11.0059204V8.5C3.0009155,7.671936,3.671936,7.0009155,4.5,7h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V11.0059204z"/>'},$x={name:"battery-bolt",style:"thinline",path:'<path d="M7.5,16h-4c-0.2759399-0.0005493-0.4994507-0.2240601-0.5-0.5v-7C3.0005493,8.2240601,3.2240601,8.0005493,3.5,8h3C6.776123,8,7,7.776123,7,7.5S6.776123,7,6.5,7h-3C2.671936,7.0009155,2.0009155,7.671936,2,8.5v7c0.0009155,0.828064,0.671936,1.4990845,1.5,1.5h4C7.776123,17,8,16.776123,8,16.5S7.776123,16,7.5,16z M13.4662476,11.8329468c-0.0101929-0.0285034-0.0250244-0.0529175-0.039978-0.0787354c-0.0169678-0.029541-0.0333862-0.0576782-0.0563354-0.0834961c-0.0218506-0.0245972-0.0475464-0.0431519-0.0737915-0.0629883c-0.0187378-0.0142212-0.0317993-0.0334473-0.0529785-0.0452271c-0.0085449-0.0047607-0.0180664-0.0042725-0.0267334-0.0084839c-0.0278931-0.0136108-0.0581055-0.0198975-0.088623-0.0281982c-0.0349121-0.0093384-0.0685425-0.0194092-0.1039429-0.0209961C13.0155029,11.5043945,13.0084839,11.5,13,11.5H8.8503418L10.9375,7.7431641c0.1342773-0.2416382,0.0473022-0.5463867-0.1943359-0.6806641S10.1967773,7.0151978,10.0625,7.2568359l-2.5,4.5c-0.0046997,0.0084839-0.0043335,0.0180054-0.0084839,0.0266724c-0.0137329,0.0281982-0.0200806,0.0587158-0.0283813,0.0896606c-0.0090942,0.0343628-0.019104,0.0673828-0.0206909,0.1022339C7.5045166,11.9840088,7.5,11.991272,7.5,12c0,0.0217896,0.0097046,0.0404053,0.0123901,0.0614624c0.0045776,0.0358887,0.0090332,0.0704346,0.0211182,0.1044922c0.010498,0.02948,0.0257568,0.0546875,0.0413208,0.0813599c0.0166016,0.0288086,0.0326538,0.0563354,0.0550537,0.081604c0.0219727,0.0247192,0.0476685,0.043457,0.0741577,0.0634155c0.0186768,0.0142212,0.0316772,0.0333862,0.0527954,0.045166c0.007019,0.0038452,0.015686,0.0023804,0.0228271,0.0058594C7.8468628,12.4769287,7.9197998,12.5,8,12.5h4.1496582L10.0625,16.2568359c-0.1338501,0.2416992-0.046936,0.5460815,0.1943359,0.6806641C10.3313599,16.9783936,10.414978,16.9998779,10.5,17c0.1815796-0.0001831,0.348877-0.0983887,0.4375-0.2568359l2.5-4.5c0.0047607-0.0085449,0.0042725-0.0180664,0.0084839-0.0267334c0.0136108-0.0278931,0.0198975-0.0581055,0.0281982-0.088623c0.0093384-0.0349121,0.0194092-0.0685425,0.0209961-0.1039429C13.4956055,12.0155029,13.5,12.0084839,13.5,12c0-0.0209961-0.0094604-0.0388794-0.0119629-0.0592041C13.4834595,11.9036865,13.4788208,11.868103,13.4662476,11.8329468z M17.5,7h-4C13.223877,7,13,7.223877,13,7.5S13.223877,8,13.5,8h4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5v7c-0.0005493,0.2759399-0.2240601,0.4994507-0.5,0.5h-3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h3c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5v-7C18.9990845,7.671936,18.328064,7.0009155,17.5,7z M21.5,10c-0.276123,0-0.5,0.223877-0.5,0.5v3.0005493C21.0001831,13.7765503,21.223999,14.0001831,21.5,14h0.0006104C21.7765503,13.9998169,22.0001831,13.776001,22,13.5v-3C22,10.223877,21.776123,10,21.5,10z"/>'},Wx={name:"battery-empty",style:"thinline",path:'<path d="M21.5,10c-0.276123,0-0.5,0.223877-0.5,0.5v3.0005493C21.0001831,13.7765503,21.223999,14.0001831,21.5,14h0.0006104C21.7765503,13.9998169,22.0001831,13.776001,22,13.5v-3C22,10.223877,21.776123,10,21.5,10z M17.5,7h-14C2.671936,7.0009155,2.0009155,7.671936,2,8.5v7c0.0009155,0.828064,0.671936,1.4990845,1.5,1.5h14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5v-7C18.9990845,7.671936,18.328064,7.0009155,17.5,7z M18,15.5c-0.0005493,0.2759399-0.2240601,0.4994507-0.5,0.5h-14c-0.2759399-0.0005493-0.4994507-0.2240601-0.5-0.5v-7C3.0005493,8.2240601,3.2240601,8.0005493,3.5,8h14c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5V15.5z"/>'},Gx={name:"behance-alt",style:"thinline",path:'<path d="M15.5,6h5C20.776123,6,21,5.776123,21,5.5S20.776123,5,20.5,5h-5C15.223877,5,15,5.223877,15,5.5S15.223877,6,15.5,6z M22.526062,15.0029907c-0.0001831,0-0.0004272-0.000061-0.0006714-0.000061c-0.2706299-0.0338135-0.5174561,0.1581421-0.5513306,0.428772c-0.0004883,0.0042114-0.0009766,0.0084229-0.0014038,0.0126343c-0.2446899,2.1947632-2.22229,3.7756958-4.4170532,3.5310059C15.5307007,18.7495728,13.9993286,17.0374146,14,15v-2h8.4697266c0.276123-0.000061,0.499939-0.223999,0.4998779-0.5001221c0-0.0175781-0.0009766-0.0351562-0.0028076-0.0526123C22.6834106,9.9172974,20.5457764,8.0032959,18,8c-2.7600708,0.0032349-4.9967651,2.2399292-5,5v2c-0.0006714,2.7607422,2.2368164,4.9993896,4.9975586,5.000061c2.5466919,0.0006714,4.6867676-1.9133911,4.9692383-4.444397C22.9976807,15.2813721,22.800415,15.0339355,22.526062,15.0029907z M18,9c1.8225098,0.0049438,3.4130859,1.2366943,3.8740234,3h-7.7470093C14.5847778,10.2351074,16.1766968,9.0020142,18,9z M9.3961182,11.4335938c1.6231689-1.0442505,2.0924683-3.206543,1.0482178-4.8297119C9.8001709,5.6026001,8.6905518,4.9981689,7.5,5h-6C1.223999,4.9998169,1.0001831,5.2234497,1,5.4993896V19.5c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5H7.5c2.4803467,0.0049438,4.4950562-2.0018311,4.5-4.4821777C12.003479,13.7648926,10.9867554,12.170166,9.3961182,11.4335938z M2,6h5.5C8.8807373,6,10,7.1192627,10,8.5S8.8807373,11,7.5,11H2V6z M7.5,19H2v-7h5.5c1.9329834,0,3.5,1.5670166,3.5,3.5S9.4329834,19,7.5,19z"/>'},Qx={name:"bitcoin-alt",style:"thinline",path:'<path d="M15.7216187,11.5477295c1.5537109-1.3565063,1.713562-3.7156372,0.3571167-5.2693481C15.3659668,5.4619751,14.3337402,4.9954834,13.25,5H12V3.5C12,3.223877,11.776123,3,11.5,3S11,3.223877,11,3.5V5H8V3.5C8,3.223877,7.776123,3,7.5,3S7,3.223877,7,3.5V5H5.5C5.223877,5,5,5.223877,5,5.5S5.223877,6,5.5,6H7v12H5.5C5.223877,18,5,18.223877,5,18.5S5.223877,19,5.5,19H7v1.5C7,20.776123,7.223877,21,7.5,21S8,20.776123,8,20.5V19h3v1.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V19h3.25c2.0657959,0.005249,3.7446899-1.6651611,3.749939-3.730957C19.0047607,13.3782959,17.5978394,11.781311,15.7216187,11.5477295z M8,6h5.25C14.7687988,6,16,7.2312012,16,8.75s-1.2312012,2.75-2.75,2.75H8V6z M15.25,18H8v-5.5h7.25c1.5187988,0,2.75,1.2312012,2.75,2.75S16.7687988,18,15.25,18z"/>'},Kx={name:"blogger-alt",style:"thinline",path:'<path d="M14,13.5h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h4c0.276123,0,0.5-0.223877,0.5-0.5S14.276123,13.5,14,13.5z M10,10.5h1c0.276123,0,0.5-0.223877,0.5-0.5S11.276123,9.5,11,9.5h-1c-0.276123,0-0.5,0.223877-0.5,0.5S9.723877,10.5,10,10.5z M16,10.5c-0.2759399-0.0005493-0.4994507-0.2240601-0.5-0.5V9c-0.0023193-1.9320068-1.5679932-3.4976807-3.5-3.5h-2C7.5158691,5.5026855,5.5026855,7.5158691,5.5,10v4c0.0026855,2.4841309,2.0158691,4.4973145,4.5,4.5h4c2.4841309-0.0026855,4.4973145-2.0158691,4.5-4.5v-1C18.4987183,11.619812,17.380188,10.5012817,16,10.5z M17.5,14c-0.0023193,1.9320068-1.5679932,3.4976807-3.5,3.5h-4c-1.9320068-0.0023193-3.4976807-1.5679932-3.5-3.5v-4C6.5023193,8.0679932,8.0679932,6.5023193,10,6.5h2c1.380188,0.0012817,2.4987183,1.119812,2.5,2.5v1c0.0009155,0.828064,0.671936,1.4990845,1.5,1.5s1.4990845,0.671936,1.5,1.5V14z M20,1H4C2.3438721,1.0018311,1.0018311,2.3438721,1,4v16c0.0018311,1.6561279,1.3438721,2.9981689,3,3h16c1.6561279-0.0018311,2.9981689-1.3438721,3-3V4C22.9981689,2.3438721,21.6561279,1.0018311,20,1z M22,20c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H4c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V4c0.0014038-1.1040039,0.8959961-1.9985962,2-2h16c1.1040039,0.0014038,1.9985962,0.8959961,2,2V20z"/>'},Jx={name:"bookmark",style:"thinline",path:'<path d="M16,2H8C6.3438721,2.0018311,5.0018311,3.3438721,5,5v16.5c0.0001221,0.0870972,0.0230103,0.1727295,0.0663452,0.248291C5.2039795,21.9882202,5.5100708,22.071167,5.75,21.9335938L12,18.3339844l6.25,3.5996094C18.3262329,21.9768677,18.4123535,21.9997559,18.5,22c0.2759399-0.0004883,0.4995117-0.2240601,0.5-0.5V5C18.9981689,3.3438721,17.6561279,2.0018311,16,2z M18,20.6347656l-5.75-3.3115234c-0.0762329-0.0432739-0.1623535-0.0661621-0.25-0.0664062c-0.0876465,0.0002441-0.1737671,0.0231323-0.25,0.0664062L6,20.6347656V5c0.0014038-1.1040039,0.8959961-1.9985962,2-2h8c1.1040039,0.0014038,1.9985962,0.8959961,2,2V20.6347656z"/>'},Xx={name:"border-alt",style:"thinline",path:'<path d="M7.5,10C6.6715698,10,6,10.6715698,6,11.5S6.6715698,13,7.5,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9,10.6715698,8.3284302,10,7.5,10z M7.5,12C7.223877,12,7,11.776123,7,11.5S7.223877,11,7.5,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8,11.776123,7.776123,12,7.5,12z M11.5,18c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,18.6715698,12.3284302,18,11.5,18z M11.5,20c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,19.776123,11.776123,20,11.5,20z M7.5,18C6.6715698,18,6,18.6715698,6,19.5S6.6715698,21,7.5,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9,18.6715698,8.3284302,18,7.5,18z M7.5,20C7.223877,20,7,19.776123,7,19.5S7.223877,19,7.5,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8,19.776123,7.776123,20,7.5,20z M21,3.5C21,3.223877,20.776123,3,20.5,3h-17C3.4998169,3,3.4996338,3,3.4993896,3C3.2234497,3.0001831,2.9998169,3.223999,3,3.5v17c0,0.0001831,0,0.0003662,0,0.0005493C3.0001831,20.7765503,3.223999,21.0001831,3.5,21c0.0001831,0,0.0003662,0,0.0006104,0C3.7765503,20.9998169,4.0001831,20.776001,4,20.5V4h16.5C20.776123,4,21,3.776123,21,3.5z M11.5,6C10.6715698,6,10,6.6715698,10,7.5S10.6715698,9,11.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,6.6715698,12.3284302,6,11.5,6z M11.5,8C11.223877,8,11,7.776123,11,7.5S11.223877,7,11.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,7.776123,11.776123,8,11.5,8z M19.5,10c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,10.6715698,20.3284302,10,19.5,10z M19.5,12c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,11.776123,19.776123,12,19.5,12z M11.5,14c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,14.6715698,12.3284302,14,11.5,14z M11.5,16c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,15.776123,11.776123,16,11.5,16z M19.5,6C18.6715698,6,18,6.6715698,18,7.5S18.6715698,9,19.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,6.6715698,20.3284302,6,19.5,6z M19.5,8C19.223877,8,19,7.776123,19,7.5S19.223877,7,19.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,7.776123,19.776123,8,19.5,8z M19.5,18c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,18.6715698,20.3284302,18,19.5,18z M19.5,20c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,19.776123,19.776123,20,19.5,20z M19.5,14c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,14.6715698,20.3284302,14,19.5,14z M19.5,16c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,15.776123,19.776123,16,19.5,16z M11.5,10c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,10.6715698,12.3284302,10,11.5,10z M11.5,12c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,11.776123,11.776123,12,11.5,12z M15.5,18c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,18.6715698,16.3284302,18,15.5,18z M15.5,20c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,19.776123,15.776123,20,15.5,20z M15.5,10c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,10.6715698,16.3284302,10,15.5,10z M15.5,12c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,11.776123,15.776123,12,15.5,12z"/>'},Yx={name:"border-bottom",style:"thinline",path:'<path d="M12,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,7.6715698,12.8284302,7,12,7s-1.5,0.6715698-1.5,1.5S11.1715698,10,12,10z M12,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,8.776123,12.276123,9,12,9s-0.5-0.223877-0.5-0.5S11.723877,8,12,8z M16,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S15.1715698,14,16,14z M16,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S15.723877,12,16,12z M20,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,3.6715698,20.8284302,3,20,3s-1.5,0.6715698-1.5,1.5S19.1715698,6,20,6z M20,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,4.776123,20.276123,5,20,5s-0.5-0.223877-0.5-0.5S19.723877,4,20,4z M16,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,3.6715698,16.8284302,3,16,3s-1.5,0.6715698-1.5,1.5S15.1715698,6,16,6z M16,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,4.776123,16.276123,5,16,5s-0.5-0.223877-0.5-0.5S15.723877,4,16,4z M12,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,3.6715698,12.8284302,3,12,3s-1.5,0.6715698-1.5,1.5S11.1715698,6,12,6z M12,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,4.776123,12.276123,5,12,5s-0.5-0.223877-0.5-0.5S11.723877,4,12,4z M4,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,3.6715698,4.8284302,3,4,3S2.5,3.6715698,2.5,4.5S3.1715698,6,4,6z M4,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,4.776123,4.276123,5,4,5S3.5,4.776123,3.5,4.5S3.723877,4,4,4z M12,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,14,12,14z M12,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,12,12,12z M21,20H3c-0.276123,0-0.5,0.223877-0.5,0.5S2.723877,21,3,21h18c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,20,21,20z M20,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,18,20,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.6715698,20.8284302,15,20,15z M20,17c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,16,20,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.776123,20.276123,17,20,17z M20,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,14,20,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,11.6715698,20.8284302,11,20,11z M20,13c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,12,20,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,12.776123,20.276123,13,20,13z M20,7c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,10,20,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.6715698,20.8284302,7,20,7z M20,9c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,8,20,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.776123,20.276123,9,20,9z M4,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.6715698,4.8284302,15,4,15s-1.5,0.6715698-1.5,1.5S3.1715698,18,4,18z M4,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.776123,4.276123,17,4,17s-0.5-0.223877-0.5-0.5S3.723877,16,4,16z M8,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,3.6715698,8.8284302,3,8,3S6.5,3.6715698,6.5,4.5S7.1715698,6,8,6z M8,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,4.776123,8.276123,5,8,5S7.5,4.776123,7.5,4.5S7.723877,4,8,4z M12,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,18,12,18z M12,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,16,12,16z M4,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,11.6715698,4.8284302,11,4,11s-1.5,0.6715698-1.5,1.5S3.1715698,14,4,14z M4,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,12.776123,4.276123,13,4,13s-0.5-0.223877-0.5-0.5S3.723877,12,4,12z M4,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,7.6715698,4.8284302,7,4,7S2.5,7.6715698,2.5,8.5S3.1715698,10,4,10z M4,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,8.776123,4.276123,9,4,9S3.5,8.776123,3.5,8.5S3.723877,8,4,8z M8,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,11.6715698,8.8284302,11,8,11s-1.5,0.6715698-1.5,1.5S7.1715698,14,8,14z M8,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,12.776123,8.276123,13,8,13s-0.5-0.223877-0.5-0.5S7.723877,12,8,12z"/>'},e_={name:"border-clear",style:"thinline",path:'<path d="M4,7C3.1715698,7,2.5,7.6715698,2.5,8.5S3.1715698,10,4,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,7.6715698,4.8284302,7,4,7z M4,9C3.723877,9,3.5,8.776123,3.5,8.5S3.723877,8,4,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,8.776123,4.276123,9,4,9z M4,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,18,4,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.6715698,4.8284302,15,4,15z M4,17c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,16,4,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.776123,4.276123,17,4,17z M8,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,22,8,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.6715698,8.8284302,19,8,19z M8,21c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,20,8,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.776123,8.276123,21,8,21z M4,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,22,4,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.6715698,4.8284302,19,4,19z M4,21c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,20,4,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.776123,4.276123,21,4,21z M4,3C3.1715698,3,2.5,3.6715698,2.5,4.5S3.1715698,6,4,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,3.6715698,4.8284302,3,4,3z M4,5C3.723877,5,3.5,4.776123,3.5,4.5S3.723877,4,4,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,4.776123,4.276123,5,4,5z M4,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,14,4,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,11.6715698,4.8284302,11,4,11z M4,13c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,12,4,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,12.776123,4.276123,13,4,13z M20,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,3.6715698,20.8284302,3,20,3s-1.5,0.6715698-1.5,1.5S19.1715698,6,20,6z M20,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,4.776123,20.276123,5,20,5s-0.5-0.223877-0.5-0.5S19.723877,4,20,4z M16,3c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,6,16,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,3.6715698,16.8284302,3,16,3z M16,5c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,4,16,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,4.776123,16.276123,5,16,5z M20,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,18,20,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.6715698,20.8284302,15,20,15z M20,17c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,16,20,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.776123,20.276123,17,20,17z M20,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,22,20,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.6715698,20.8284302,19,20,19z M20,21c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,20,20,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.776123,20.276123,21,20,21z M16,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,14,16,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,11.6715698,16.8284302,11,16,11z M16,13c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,12,16,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,12.776123,16.276123,13,16,13z M20,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,14,20,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,11.6715698,20.8284302,11,20,11z M20,13c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,12,20,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,12.776123,20.276123,13,20,13z M16,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,22,16,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.6715698,16.8284302,19,16,19z M16,21c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,20,16,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.776123,16.276123,21,16,21z M20,7c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,10,20,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.6715698,20.8284302,7,20,7z M20,9c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,8,20,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.776123,20.276123,9,20,9z M8,3C7.1715698,3,6.5,3.6715698,6.5,4.5S7.1715698,6,8,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,3.6715698,8.8284302,3,8,3z M8,5C7.723877,5,7.5,4.776123,7.5,4.5S7.723877,4,8,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,4.776123,8.276123,5,8,5z M12,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,22,12,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,19.6715698,12.8284302,19,12,19z M12,21c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,20,12,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,20.776123,12.276123,21,12,21z M8,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,14,8,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,11.6715698,8.8284302,11,8,11z M8,13c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,12,8,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,12.776123,8.276123,13,8,13z M12,3c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,6,12,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,3.6715698,12.8284302,3,12,3z M12,5c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,4,12,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,4.776123,12.276123,5,12,5z M12,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,18,12,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,15.6715698,12.8284302,15,12,15z M12,17c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,16,12,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,16.776123,12.276123,17,12,17z M12,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,14,12,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,11.6715698,12.8284302,11,12,11z M12,13c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,12,12,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,12.776123,12.276123,13,12,13z M12,7c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,10,12,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,7.6715698,12.8284302,7,12,7z M12,9c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,8,12,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,8.776123,12.276123,9,12,9z"/>'},t_={name:"border-horizontal",style:"thinline",path:'<path d="M12,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S10.5,3.1715698,10.5,4S11.1715698,5.5,12,5.5z M12,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S11.5,4.276123,11.5,4S11.723877,3.5,12,3.5z M4,5.5C4.828064,5.4990845,5.4990845,4.828064,5.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,3.1715698,2.5,4S3.1715698,5.5,4,5.5z M4,3.5C4.2759399,3.5005493,4.4994507,3.7240601,4.5,4c0,0.276123-0.223877,0.5-0.5,0.5S3.5,4.276123,3.5,4S3.723877,3.5,4,3.5z M16,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S14.5,3.1715698,14.5,4S15.1715698,5.5,16,5.5z M16,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S15.5,4.276123,15.5,4S15.723877,3.5,16,3.5z M20,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S18.5,3.1715698,18.5,4S19.1715698,5.5,20,5.5z M20,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S19.5,4.276123,19.5,4S19.723877,3.5,20,3.5z M8,5.5C8.828064,5.4990845,9.4990845,4.828064,9.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S6.5,3.1715698,6.5,4S7.1715698,5.5,8,5.5z M8,3.5C8.2759399,3.5005493,8.4994507,3.7240601,8.5,4c0,0.276123-0.223877,0.5-0.5,0.5S7.5,4.276123,7.5,4S7.723877,3.5,8,3.5z M12,9.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S10.5,7.1715698,10.5,8S11.1715698,9.5,12,9.5z M12,7.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S11.5,8.276123,11.5,8S11.723877,7.5,12,7.5z M20,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.1715698,20.8284302,14.5,20,14.5z M20,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.276123,20.276123,16.5,20,16.5z M4,9.5C4.828064,9.4990845,5.4990845,8.828064,5.5,8c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,7.1715698,2.5,8S3.1715698,9.5,4,9.5z M4,7.5C4.2759399,7.5005493,4.4994507,7.7240601,4.5,8c0,0.276123-0.223877,0.5-0.5,0.5S3.5,8.276123,3.5,8S3.723877,7.5,4,7.5z M16,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.1715698,16.8284302,18.5,16,18.5z M16,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.276123,16.276123,20.5,16,20.5z M21,11.5H3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h18c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,11.5,21,11.5z M20,6.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.1715698,20.8284302,6.5,20,6.5z M20,8.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.276123,20.276123,8.5,20,8.5z M20,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.1715698,20.8284302,18.5,20,18.5z M20,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.276123,20.276123,20.5,20,20.5z M4,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.1715698,4.8284302,14.5,4,14.5z M4,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.276123,4.276123,16.5,4,16.5z M4,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.1715698,4.8284302,18.5,4,18.5z M4,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.276123,4.276123,20.5,4,20.5z M12,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,19.1715698,12.8284302,18.5,12,18.5z M12,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,20.276123,12.276123,20.5,12,20.5z M8,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.1715698,8.8284302,18.5,8,18.5z M8,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.276123,8.276123,20.5,8,20.5z M12,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,15.1715698,12.8284302,14.5,12,14.5z M12,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,16.276123,12.276123,16.5,12,16.5z"/>'},n_={name:"border-inner",style:"thinline",path:'<path d="M8,5.5C8.828064,5.4990845,9.4990845,4.828064,9.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S6.5,3.1715698,6.5,4S7.1715698,5.5,8,5.5z M8,3.5C8.2759399,3.5005493,8.4994507,3.7240601,8.5,4c0,0.276123-0.223877,0.5-0.5,0.5S7.5,4.276123,7.5,4S7.723877,3.5,8,3.5z M21,11.5h-8.5V3c0-0.276123-0.223877-0.5-0.5-0.5S11.5,2.723877,11.5,3v8.5H3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h8.5v8.5005493C11.5001831,21.2765503,11.723999,21.5001831,12,21.5h0.0006104C12.2765503,21.4998169,12.5001831,21.276001,12.5,21v-8.5H21c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,11.5,21,11.5z M20,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S18.5,3.1715698,18.5,4S19.1715698,5.5,20,5.5z M20,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S19.5,4.276123,19.5,4S19.723877,3.5,20,3.5z M20,6.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.1715698,20.8284302,6.5,20,6.5z M20,8.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.276123,20.276123,8.5,20,8.5z M16,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S14.5,3.1715698,14.5,4S15.1715698,5.5,16,5.5z M16,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S15.5,4.276123,15.5,4S15.723877,3.5,16,3.5z M4,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.1715698,4.8284302,14.5,4,14.5z M4,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.276123,4.276123,16.5,4,16.5z M16,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.1715698,16.8284302,18.5,16,18.5z M16,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.276123,16.276123,20.5,16,20.5z M8,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.1715698,8.8284302,18.5,8,18.5z M8,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.276123,8.276123,20.5,8,20.5z M20,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.1715698,20.8284302,18.5,20,18.5z M20,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.276123,20.276123,20.5,20,20.5z M4,9.5C4.828064,9.4990845,5.4990845,8.828064,5.5,8c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,7.1715698,2.5,8S3.1715698,9.5,4,9.5z M4,7.5C4.2759399,7.5005493,4.4994507,7.7240601,4.5,8c0,0.276123-0.223877,0.5-0.5,0.5S3.5,8.276123,3.5,8S3.723877,7.5,4,7.5z M20,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.1715698,20.8284302,14.5,20,14.5z M20,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.276123,20.276123,16.5,20,16.5z M4,5.5C4.828064,5.4990845,5.4990845,4.828064,5.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,3.1715698,2.5,4S3.1715698,5.5,4,5.5z M4,3.5C4.2759399,3.5005493,4.4994507,3.7240601,4.5,4c0,0.276123-0.223877,0.5-0.5,0.5S3.5,4.276123,3.5,4S3.723877,3.5,4,3.5z M4,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.1715698,4.8284302,18.5,4,18.5z M4,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.276123,4.276123,20.5,4,20.5z"/>'},a_={name:"border-left",style:"thinline",path:'<path d="M7.5,2.5C6.6715698,2.5,6,3.1715698,6,4s0.6715698,1.5,1.5,1.5C8.328064,5.4990845,8.9990845,4.828064,9,4C9,3.1715698,8.3284302,2.5,7.5,2.5z M7.5,4.5C7.223877,4.5,7,4.276123,7,4s0.223877-0.5,0.5-0.5C7.776001,3.5003662,7.9996338,3.723999,8,4C8,4.276123,7.776123,4.5,7.5,4.5z M7.5,10.5C6.6715698,10.5,6,11.1715698,6,12s0.6715698,1.5,1.5,1.5C8.328064,13.4990845,8.9990845,12.828064,9,12C9,11.1715698,8.3284302,10.5,7.5,10.5z M7.5,12.5C7.223877,12.5,7,12.276123,7,12s0.223877-0.5,0.5-0.5C7.776001,11.5003662,7.9996338,11.723999,8,12C8,12.276123,7.776123,12.5,7.5,12.5z M3.5,2.5C3.223877,2.5,3,2.723877,3,3v18.0005493C3.0001831,21.2765503,3.223999,21.5001831,3.5,21.5h0.0006104C3.7765503,21.4998169,4.0001831,21.276001,4,21V3C4,2.723877,3.776123,2.5,3.5,2.5z M19.5,5.5C20.328064,5.4990845,20.9990845,4.828064,21,4c0-0.8284302-0.6715698-1.5-1.5-1.5S18,3.1715698,18,4S18.6715698,5.5,19.5,5.5z M19.5,3.5C19.7759399,3.5005493,19.9994507,3.7240601,20,4c0,0.276123-0.223877,0.5-0.5,0.5S19,4.276123,19,4S19.223877,3.5,19.5,3.5z M11.5,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,19.1715698,12.3284302,18.5,11.5,18.5z M11.5,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.276001,0.0003662,0.4996338,0.223999,0.5,0.5C12,20.276123,11.776123,20.5,11.5,20.5z M7.5,18.5C6.6715698,18.5,6,19.1715698,6,20s0.6715698,1.5,1.5,1.5C8.328064,21.4990845,8.9990845,20.828064,9,20C9,19.1715698,8.3284302,18.5,7.5,18.5z M7.5,20.5C7.223877,20.5,7,20.276123,7,20s0.223877-0.5,0.5-0.5C7.776001,19.5003662,7.9996338,19.723999,8,20C8,20.276123,7.776123,20.5,7.5,20.5z M15.5,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,19.1715698,16.3284302,18.5,15.5,18.5z M15.5,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,20.276123,15.776123,20.5,15.5,20.5z M19.5,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,15.1715698,20.3284302,14.5,19.5,14.5z M19.5,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,16.276123,19.776123,16.5,19.5,16.5z M19.5,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,19.1715698,20.3284302,18.5,19.5,18.5z M19.5,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,20.276123,19.776123,20.5,19.5,20.5z M15.5,2.5C14.6715698,2.5,14,3.1715698,14,4s0.6715698,1.5,1.5,1.5C16.328064,5.4990845,16.9990845,4.828064,17,4C17,3.1715698,16.3284302,2.5,15.5,2.5z M15.5,4.5C15.223877,4.5,15,4.276123,15,4s0.223877-0.5,0.5-0.5C15.7759399,3.5005493,15.9994507,3.7240601,16,4C16,4.276123,15.776123,4.5,15.5,4.5z M19.5,6.5C18.6715698,6.5,18,7.1715698,18,8s0.6715698,1.5,1.5,1.5C20.328064,9.4990845,20.9990845,8.828064,21,8C21,7.1715698,20.3284302,6.5,19.5,6.5z M19.5,8.5C19.223877,8.5,19,8.276123,19,8s0.223877-0.5,0.5-0.5C19.7759399,7.5005493,19.9994507,7.7240601,20,8C20,8.276123,19.776123,8.5,19.5,8.5z M11.5,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,15.1715698,12.3284302,14.5,11.5,14.5z M11.5,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.276001,0.0003662,0.4996338,0.223999,0.5,0.5C12,16.276123,11.776123,16.5,11.5,16.5z M19.5,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,11.1715698,20.3284302,10.5,19.5,10.5z M19.5,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,12.276123,19.776123,12.5,19.5,12.5z M11.5,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,11.1715698,12.3284302,10.5,11.5,10.5z M11.5,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.276001,0.0003662,0.4996338,0.223999,0.5,0.5C12,12.276123,11.776123,12.5,11.5,12.5z M11.5,6.5C10.6715698,6.5,10,7.1715698,10,8s0.6715698,1.5,1.5,1.5C12.328064,9.4990845,12.9990845,8.828064,13,8C13,7.1715698,12.3284302,6.5,11.5,6.5z M11.5,8.5C11.223877,8.5,11,8.276123,11,8s0.223877-0.5,0.5-0.5C11.776001,7.5003662,11.9996338,7.723999,12,8C12,8.276123,11.776123,8.5,11.5,8.5z M15.5,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,11.1715698,16.3284302,10.5,15.5,10.5z M15.5,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,12.276123,15.776123,12.5,15.5,12.5z M11.5,2.5C10.6715698,2.5,10,3.1715698,10,4s0.6715698,1.5,1.5,1.5C12.328064,5.4990845,12.9990845,4.828064,13,4C13,3.1715698,12.3284302,2.5,11.5,2.5z M11.5,4.5C11.223877,4.5,11,4.276123,11,4s0.223877-0.5,0.5-0.5C11.776001,3.5003662,11.9996338,3.723999,12,4C12,4.276123,11.776123,4.5,11.5,4.5z"/>'},r_={name:"border-out",style:"thinline",path:'<path d="M16,13.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S15.1715698,13.5,16,13.5z M16,11.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S15.723877,11.5,16,11.5z M20.5,3H3.4993896C3.2234497,3.0001831,2.9998169,3.223999,3,3.5v17.0005493C3.0001831,20.7765503,3.223999,21.0001831,3.5,21h17.0006104C20.7765503,20.9998169,21.0001831,20.776001,21,20.5V3.4993896C20.9998169,3.2234497,20.776001,2.9998169,20.5,3z M20,20H4V4h16V20z M12,17.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,17.5,12,17.5z M12,15.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,15.5,12,15.5z M12,9.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S10.5,7.1715698,10.5,8S11.1715698,9.5,12,9.5z M12,7.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S11.5,8.276123,11.5,8S11.723877,7.5,12,7.5z M8,13.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S6.5,11.1715698,6.5,12S7.1715698,13.5,8,13.5z M8,11.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S7.5,12.276123,7.5,12S7.723877,11.5,8,11.5z M12,13.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,13.5,12,13.5z M12,11.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,11.5,12,11.5z"/>'},i_={name:"border-top",style:"thinline",path:'<path d="M4,6C3.1715698,6,2.5,6.6715698,2.5,7.5S3.1715698,9,4,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,6.6715698,4.8284302,6,4,6z M4,8C3.723877,8,3.5,7.776123,3.5,7.5S3.723877,7,4,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,7.776123,4.276123,8,4,8z M3,4h18c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,3,21,3H3C2.723877,3,2.5,3.223877,2.5,3.5S2.723877,4,3,4z M8,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,21,8,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,18.6715698,8.8284302,18,8,18z M8,20c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,19,8,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,19.776123,8.276123,20,8,20z M4,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,13,4,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,10.6715698,4.8284302,10,4,10z M4,12c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,11,4,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,11.776123,4.276123,12,4,12z M4,14c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,17,4,17c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,14.6715698,4.8284302,14,4,14z M4,16c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,15,4,15c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,15.776123,4.276123,16,4,16z M4,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,21,4,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,18.6715698,4.8284302,18,4,18z M4,20c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,19,4,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,19.776123,4.276123,20,4,20z M20,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,13,20,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,10.6715698,20.8284302,10,20,10z M20,12c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,11,20,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,11.776123,20.276123,12,20,12z M16,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,21,16,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,18.6715698,16.8284302,18,16,18z M16,20c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,19,16,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,19.776123,16.276123,20,16,20z M16,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,13,16,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,10.6715698,16.8284302,10,16,10z M16,12c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,11,16,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,11.776123,16.276123,12,16,12z M20,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,21,20,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,18.6715698,20.8284302,18,20,18z M20,20c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,19,20,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,19.776123,20.276123,20,20,20z M20,14c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,17,20,17c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,14.6715698,20.8284302,14,20,14z M20,16c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,15,20,15c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,15.776123,20.276123,16,20,16z M20,6c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,9,20,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,6.6715698,20.8284302,6,20,6z M20,8c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,7,20,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,7.776123,20.276123,8,20,8z M12,14c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,17,12,17c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,14.6715698,12.8284302,14,12,14z M12,16c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,15,12,15c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,15.776123,12.276123,16,12,16z M12,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,21,12,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,18.6715698,12.8284302,18,12,18z M12,20c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,19,12,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,19.776123,12.276123,20,12,20z M8,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,13,8,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,10.6715698,8.8284302,10,8,10z M8,12c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,11,8,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,11.776123,8.276123,12,8,12z M12,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,13,12,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,10.6715698,12.8284302,10,12,10z M12,12c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,11,12,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,11.776123,12.276123,12,12,12z M12,6c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,9,12,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,6.6715698,12.8284302,6,12,6z M12,8c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,7,12,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,7.776123,12.276123,8,12,8z"/>'},l_={name:"border-vertical",style:"thinline",path:'<path d="M4,6.5C3.1715698,6.5,2.5,7.1715698,2.5,8S3.1715698,9.5,4,9.5C4.828064,9.4990845,5.4990845,8.828064,5.5,8C5.5,7.1715698,4.8284302,6.5,4,6.5z M4,8.5C3.723877,8.5,3.5,8.276123,3.5,8S3.723877,7.5,4,7.5C4.2759399,7.5005493,4.4994507,7.7240601,4.5,8C4.5,8.276123,4.276123,8.5,4,8.5z M4,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,11.1715698,4.8284302,10.5,4,10.5z M4,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,12.276123,4.276123,12.5,4,12.5z M20,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S18.5,3.1715698,18.5,4S19.1715698,5.5,20,5.5z M20,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S19.5,4.276123,19.5,4S19.723877,3.5,20,3.5z M4,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.1715698,4.8284302,18.5,4,18.5z M4,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.276123,4.276123,20.5,4,20.5z M4,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.1715698,4.8284302,14.5,4,14.5z M4,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.276123,4.276123,16.5,4,16.5z M16,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,11.1715698,16.8284302,10.5,16,10.5z M16,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,12.276123,16.276123,12.5,16,12.5z M20,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.1715698,20.8284302,18.5,20,18.5z M20,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.276123,20.276123,20.5,20,20.5z M20,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.1715698,20.8284302,14.5,20,14.5z M20,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.276123,20.276123,16.5,20,16.5z M16,2.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,3.1715698,16.8284302,2.5,16,2.5z M16,4.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,4.276123,16.276123,4.5,16,4.5z M20,6.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.1715698,20.8284302,6.5,20,6.5z M20,8.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.276123,20.276123,8.5,20,8.5z M20,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,11.1715698,20.8284302,10.5,20,10.5z M20,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,12.276123,20.276123,12.5,20,12.5z M8,2.5C7.1715698,2.5,6.5,3.1715698,6.5,4S7.1715698,5.5,8,5.5C8.828064,5.4990845,9.4990845,4.828064,9.5,4C9.5,3.1715698,8.8284302,2.5,8,2.5z M8,4.5C7.723877,4.5,7.5,4.276123,7.5,4S7.723877,3.5,8,3.5C8.2759399,3.5005493,8.4994507,3.7240601,8.5,4C8.5,4.276123,8.276123,4.5,8,4.5z M8,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,11.1715698,8.8284302,10.5,8,10.5z M8,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,12.276123,8.276123,12.5,8,12.5z M8,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.1715698,8.8284302,18.5,8,18.5z M8,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.276123,8.276123,20.5,8,20.5z M4,2.5C3.1715698,2.5,2.5,3.1715698,2.5,4S3.1715698,5.5,4,5.5C4.828064,5.4990845,5.4990845,4.828064,5.5,4C5.5,3.1715698,4.8284302,2.5,4,2.5z M4,4.5C3.723877,4.5,3.5,4.276123,3.5,4S3.723877,3.5,4,3.5C4.2759399,3.5005493,4.4994507,3.7240601,4.5,4C4.5,4.276123,4.276123,4.5,4,4.5z M12,2.5c-0.276123,0-0.5,0.223877-0.5,0.5v18.0005493C11.5001831,21.2765503,11.723999,21.5001831,12,21.5h0.0006104C12.2765503,21.4998169,12.5001831,21.276001,12.5,21V3C12.5,2.723877,12.276123,2.5,12,2.5z M16,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.1715698,16.8284302,18.5,16,18.5z M16,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.276123,16.276123,20.5,16,20.5z"/>'},o_={name:"calender",style:"thinline",path:'<path d="M19.5,4h-3V2.5C16.5,2.223877,16.276123,2,16,2s-0.5,0.223877-0.5,0.5V4h-7V2.5C8.5,2.223877,8.276123,2,8,2S7.5,2.223877,7.5,2.5V4H4.4995117c-1.380127,0.0014648-2.4985352,1.119873-2.5,2.5v13c0.0014648,1.380127,1.119873,2.4985352,2.5,2.5H19.5c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-13C21.9987183,5.119812,20.880188,4.0012817,19.5,4z M21,19.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5H4.4995117c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5V11H21V19.5z M21,10H2.9995117V6.5c0.0009155-0.828064,0.671936-1.4990845,1.5-1.5H7.5v1.5c0,0.0001831,0,0.0003662,0,0.0006104C7.5001831,6.7765503,7.723999,7.0001831,8,7c0.0001831,0,0.0003662,0,0.0006104,0C8.2765503,6.9998169,8.5001831,6.776001,8.5,6.5V5h7v1.5c0,0.0001831,0,0.0003662,0,0.0006104C15.5001831,6.7765503,15.723999,7.0001831,16,7c0.0001831,0,0.0003662,0,0.0006104,0C16.2765503,6.9998169,16.5001831,6.776001,16.5,6.5V5h3c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V10z"/>'},c_={name:"chart-growth",style:"thinline",path:'<path d="M21.5,21H20V4.5C20,4.223877,19.776123,4,19.5,4S19,4.223877,19,4.5V21h-3V8.5C16,8.223877,15.776123,8,15.5,8S15,8.223877,15,8.5V21h-3v-8.5c0-0.276123-0.223877-0.5-0.5-0.5S11,12.223877,11,12.5V21H8v-4.5C8,16.223877,7.776123,16,7.5,16S7,16.223877,7,16.5V21H3V2.5C3,2.223877,2.776123,2,2.5,2S2,2.223877,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,21,21.5,21z"/>'},u_={name:"chart-pie",style:"thinline",path:'<path d="M12,2C6.4863281,2,2,6.4863281,2,12s4.4863281,10,10,10s10-4.4863281,10-10S17.5136719,2,12,2z M12.5,3.0302734c4.5604248,0.2518311,8.2147827,3.9227295,8.4597168,8.4853516H12.5V3.0302734z M12,21c-4.9628906,0-9-4.0371094-9-9c0-4.7941284,3.7702026-8.7128906,8.5-8.9746704V12c0,0.0878906,0.0234375,0.1738281,0.0673828,0.25l4.4877319,7.7738647C14.8347778,20.6431274,13.4596558,21,12,21z M16.9169922,19.5175781l-4.0421143-7.0019531h8.0758057C20.7855225,15.3491821,19.2931519,17.9616699,16.9169922,19.5175781z"/>'},s_={name:"check",style:"thinline",path:'<path d="M18.3534546,7.5735474c-0.1932983-0.1972046-0.5098267-0.2003784-0.7070312-0.0070801l-7.8066406,7.8066406l-3.4863281-3.4863281c-0.194397-0.1905518-0.5054321-0.1905518-0.6998291,0c-0.1972046,0.1932373-0.2003784,0.5097656-0.0071411,0.7069702l3.8398438,3.8398438c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1326294,0.0001221,0.2598267-0.0526123,0.3534546-0.1464844l8.1601562-8.1601562C18.5440063,8.0790405,18.5440063,7.7679443,18.3534546,7.5735474z"/>'},h_={name:"check-circle",style:"thinline",path:'<path d="M15.8085327,8.6464844l-5.6464233,5.6464844l-2.4707031-2.4697266c-0.0023804-0.0023804-0.0047607-0.0047607-0.0072021-0.0071411c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0071411c-0.1932983,0.1972656-0.1900635,0.5137939,0.0071411,0.7070312l2.8242188,2.8232422C9.9022217,15.4474487,10.02948,15.5001831,10.1621094,15.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l6-6c0.0023804-0.0023804,0.0047607-0.0046997,0.0071411-0.0071411c0.1932373-0.1972046,0.1900635-0.5137329-0.0071411-0.7069702C16.3183594,8.446106,16.0018311,8.4493408,15.8085327,8.6464844z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},d_={name:"check-square",style:"thinline",path:'<path d="M9.8466797,15.7539062c0.09375,0.093811,0.2208862,0.1464844,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464844l6.7998047-6.8007812c0.1904907-0.194397,0.1904907-0.5054932,0-0.6998901c-0.1932983-0.1972046-0.5098267-0.2003784-0.7070312-0.0071411l-6.4462891,6.4472656l-2.8466797-2.8466797c-0.1943359-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932983-0.2003784,0.5098267-0.0071411,0.7070312L9.8466797,15.7539062z M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V3h18V21z"/>'},p_={name:"circle-layer",style:"thinline",path:'<path d="M15.9785767,2.0682373C12.24823,1.5435181,8.7999268,4.0674438,8.1304321,7.7398682c-1.68573,0.9235229-2.8842773,2.6325073-3.0863037,4.6583252C3.2549438,13.159668,2,14.9328613,2,17c0,2.7614136,2.2385864,5,5,5c2.0722656-0.0024414,3.848938-1.2640991,4.6074219-3.0608521c2.0092163-0.2043457,3.7090454-1.3869629,4.6349487-3.0748291c2.9605713-0.5343018,5.2675171-2.8942871,5.6894531-5.8937378C22.4700317,6.1444702,19.8046875,2.6065063,15.9785767,2.0682373z M7,21c-2.2091675,0-4-1.7908325-4-4s1.7908325-4,4-4c2.208252,0.0021973,3.9978027,1.791748,4,4C11,19.2091675,9.2091675,21,7,21z M11.9072266,17.9111328C11.9622192,17.6148682,11.9996338,17.3121338,12,17c0-2.7614136-2.2385864-5-5-5c-0.3123779,0-0.6153564,0.0371094-0.9118652,0.0919189c0.3754272-2.0386353,1.97052-3.6339111,4.0092163-4.0092773c2.7141113-0.4998169,5.319397,1.2952271,5.8192139,4.0092773C16.4163208,14.8060303,14.6212769,17.411377,11.9072266,17.9111328z M16.7275391,14.7392578c0,0-0.0119629,0.0183716-0.0203247,0.03125c0.1520996-0.4888306,0.2658691-0.9943237,0.2877808-1.5282593c0.1356812-3.309082-2.4368896-6.1016235-5.7459717-6.2372437c-0.6914673-0.0283813-1.3578491,0.0675659-1.9846802,0.2577515c0.581604-1.925293,2.0890503-3.4313354,4.0157471-4.0096436c3.171814-0.9520264,6.5148315,0.8475342,7.4667969,4.0193481S19.899353,13.7872925,16.7275391,14.7392578z"/>'},f_={name:"circuit",style:"thinline",path:'<path d="M10,12.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C11.5,13.1715698,10.8284302,12.5,10,12.5z M10,14.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C10.5,14.276123,10.276123,14.5,10,14.5z M10,8.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C11.5,9.1715698,10.8284302,8.5,10,8.5z M10,10.5c-0.276123,0-0.5-0.223877-0.5-0.5S9.723877,9.5,10,9.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C10.5,10.276123,10.276123,10.5,10,10.5z M21.5,12.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5H19v-3h2.5C21.776123,8.5,22,8.276123,22,8s-0.223877-0.5-0.5-0.5H19c-0.0012817-1.380188-1.119812-2.4987183-2.5-2.5V2.5C16.5,2.223877,16.276123,2,16,2s-0.5,0.223877-0.5,0.5V5h-3V2.5C12.5,2.223877,12.276123,2,12,2s-0.5,0.223877-0.5,0.5V5h-3V2.5C8.5,2.223877,8.276123,2,8,2S7.5,2.223877,7.5,2.5V5C6.119812,5.0012817,5.0012817,6.119812,5,7.5H2.5C2.223877,7.5,2,7.723877,2,8s0.223877,0.5,0.5,0.5H5v3H2.5C2.223877,11.5,2,11.723877,2,12s0.223877,0.5,0.5,0.5H5v3H2.5C2.223877,15.5,2,15.723877,2,16s0.223877,0.5,0.5,0.5H5c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5v2.5005493C7.5001831,21.7765503,7.723999,22.0001831,8,22h0.0006104C8.2765503,21.9998169,8.5001831,21.776001,8.5,21.5V19h3v2.5005493C11.5001831,21.7765503,11.723999,22.0001831,12,22h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V19h3v2.5005493C15.5001831,21.7765503,15.723999,22.0001831,16,22h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V19c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5h2.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5H19v-3H21.5z M18,16.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-9c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-9C6.0009155,6.671936,6.671936,6.0009155,7.5,6h9c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V16.5z M14,8.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15.5,9.1715698,14.8284302,8.5,14,8.5z M14,10.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14.5,10.276123,14.276123,10.5,14,10.5z M14,12.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15.5,13.1715698,14.8284302,12.5,14,12.5z M14,14.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14.5,14.276123,14.276123,14.5,14,14.5z"/>'},m_={name:"clinic-medical",style:"thinline",path:'<path d="M11.5,12v1.5H10c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1.5V16c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-1.5H14c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.5-0.5-0.5h-1.5V12c0-0.3-0.2-0.5-0.5-0.5S11.5,11.7,11.5,12z M21.8,10.6l-9.5-8.4c-0.2-0.2-0.5-0.2-0.7,0l-9.5,8.4c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l1.2-1v11.2C4,21.8,4.2,22,4.5,22h15c0.3,0,0.5-0.2,0.5-0.5V10.3l1.2,1c0.1,0.1,0.2,0.1,0.3,0.1v0c0.1,0,0.3-0.1,0.4-0.2C22.1,11.1,22,10.7,21.8,10.6z M19,21H5V9.4l7-6.2l7,6.2V21z"/>'},v_={name:"clock",style:"thinline",path:'<path d="M14.8476562,13.0673828L12.5,11.7109375V7c0-0.276123-0.223877-0.5-0.5-0.5S11.5,6.723877,11.5,7v5c0.000061,0.1785278,0.0953369,0.3434448,0.25,0.4326172l2.5976562,1.5c0.0759277,0.0441895,0.1621704,0.0674438,0.25,0.0673828c0.1783447-0.0001221,0.3430786-0.0952148,0.432373-0.2495728C15.1682739,13.5114746,15.0866699,13.2056274,14.8476562,13.0673828z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},A_={name:"clock-eight",style:"thinline",path:'<path d="M11.999939,6.5c-0.276123,0-0.5,0.223877-0.5,0.5v4.6914062l-2.7059937,1.3623047c-0.168457,0.0848999-0.2747803,0.2573853-0.2749634,0.4460449C8.5187988,13.7758789,8.7424927,13.9998169,9.0185547,14c0.078064,0.0003662,0.1550903-0.0180664,0.2245483-0.0537109l2.9814453-1.5C12.3933105,12.3615112,12.4998169,12.1888428,12.499939,12V7C12.499939,6.723877,12.276123,6.5,11.999939,6.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},y_={name:"clock-five",style:"thinline",path:'<path d="M12.5,11.8740234V7c0-0.276123-0.223877-0.5-0.5-0.5S11.5,6.723877,11.5,7v5c0.0001221,0.0824585,0.0206299,0.1636353,0.0595703,0.2363281l1.5,2.7988281c0.0869751,0.1623535,0.2562256,0.2637329,0.4404297,0.2636719c0.0825195,0.0003052,0.1638184-0.0202026,0.2363281-0.0595703c0.0002441-0.0001221,0.0004272-0.0002441,0.0006714-0.0003662c0.2429199-0.1306152,0.3340454-0.4334717,0.2034302-0.6763916L12.5,11.8740234z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},M_={name:"clock-nine",style:"thinline",path:'<path d="M12,6c-0.276123,0-0.5,0.223877-0.5,0.5v5h-3C8.223877,11.5,8,11.723877,8,12s0.223877,0.5,0.5,0.5H12c0.0001831,0,0.0003662,0,0.0006104,0C12.2765503,12.4998169,12.5001831,12.276001,12.5,12V6.5C12.5,6.223877,12.276123,6,12,6z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},H_={name:"clock-seven",style:"thinline",path:'<path d="M12,6.5c-0.276123,0-0.5,0.223877-0.5,0.5v4.8740234L10.0595703,14.5625c-0.0001221,0.0002441-0.0002441,0.0004272-0.0003662,0.0006714c-0.130249,0.2431641-0.0386963,0.5458374,0.2044678,0.6760864c0.0725098,0.0394287,0.1538086,0.0598755,0.2363281,0.0595703c0.1842041,0.000061,0.3534546-0.1013184,0.4404297-0.2636719l1.5-2.7988281C12.4793701,12.1636353,12.4998779,12.0824585,12.5,12V7C12.5,6.723877,12.276123,6.5,12,6.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},g_={name:"clock-ten",style:"thinline",path:'<path d="M12,6.5c-0.276123,0-0.5,0.223877-0.5,0.5v4.1337891l-1.8476562-1.0664062C9.4133911,9.9293213,9.1077881,10.0110474,8.9697266,10.25s-0.0563354,0.5445557,0.1826172,0.6826172l2.5976562,1.5C11.8259277,12.4767456,11.9121704,12.5,12,12.5c0.2759399-0.0004883,0.4995117-0.2240601,0.5-0.5V7C12.5,6.723877,12.276123,6.5,12,6.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},Z_={name:"clock-three",style:"thinline",path:'<path d="M15.5,11.5h-3v-5C12.5,6.223877,12.276123,6,12,6s-0.5,0.223877-0.5,0.5V12c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,12.2765503,11.723999,12.5001831,12,12.5h3.5c0.276123,0,0.5-0.223877,0.5-0.5S15.776123,11.5,15.5,11.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},V_={name:"clock-two",style:"thinline",path:'<path d="M14.3476562,10.0673828L12.5,11.1337891V7c0-0.276123-0.223877-0.5-0.5-0.5S11.5,6.723877,11.5,7v5c0.0004883,0.2759399,0.2240601,0.4995117,0.5,0.5c0.0878296,0,0.1740723-0.0232544,0.25-0.0673828l2.5976562-1.5c0.2389526-0.1380615,0.3206787-0.4436646,0.1826172-0.6826172S14.5866089,9.9293213,14.3476562,10.0673828z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},C_={name:"columns",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3V3h8.5V21z M21,21h-8.5V3H21V21z"/>'},b_={name:"comment-dots",style:"thinline",path:'<path d="M12,11.25c-0.4141846,0-0.75,0.3358154-0.75,0.75s0.3358154,0.75,0.75,0.75s0.75-0.3358154,0.75-0.75S12.4141846,11.25,12,11.25z M9,11.25c-0.4141846,0-0.75,0.3358154-0.75,0.75S8.5858154,12.75,9,12.75S9.75,12.4141846,9.75,12S9.4141846,11.25,9,11.25z M15,11.25c-0.4141846,0-0.75,0.3358154-0.75,0.75s0.3358154,0.75,0.75,0.75s0.75-0.3358154,0.75-0.75S15.4141846,11.25,15,11.25z M19.4152832,5.2902832c-3.7055054-4.09552-10.02948-4.4117432-14.125-0.7062988c-4.09552,3.7055054-4.4117432,10.02948-0.7062988,14.125l-2.4375,2.4375c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C2,21.776062,2.223877,21.999939,2.5,22H12c2.4794312-0.000061,4.8704224-0.9212646,6.7089844-2.5847168C22.8045654,15.7097778,23.1207275,9.3858032,19.4152832,5.2902832z M12,21H3.7069702l1.928772-1.9287109c0.000061-0.000061,0.0001221-0.0001221,0.0001221-0.0001831c0.1951904-0.1952515,0.1951294-0.5117188-0.0001221-0.7068481C3.9483643,16.6768799,3.0002441,14.3883667,3,12.0020142c-0.0005493-4.9700317,4.0279541-8.9994507,8.9979858-9c4.9699707-0.0005493,8.9994507,4.0279541,9,8.9979858C20.9985352,16.9699707,16.9700317,20.9994507,12,21z"/>'},L_={name:"compress",style:"thinline",path:'<path d="M7.5,16h-5C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17H7v4.5005493C7.0001831,21.7765503,7.223999,22.0001831,7.5,22h0.0006104C7.7765503,21.9998169,8.0001831,21.776001,8,21.5v-5.0006104C7.9998169,16.2234497,7.776001,15.9998169,7.5,16z M16.5,8h5C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7H17V2.5C17,2.223877,16.776123,2,16.5,2S16,2.223877,16,2.5v5.0006104C16.0001831,7.7765503,16.223999,8.0001831,16.5,8z M7.5,2C7.223877,2,7,2.223877,7,2.5V7H2.5C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8h5.0006104C7.7765503,7.9998169,8.0001831,7.776001,8,7.5v-5C8,2.223877,7.776123,2,7.5,2z M21.5,16h-5.0005493C16.2234497,16.0001831,15.9998169,16.223999,16,16.5v5.0005493C16.0001831,21.7765503,16.223999,22.0001831,16.5,22h0.0006104C16.7765503,21.9998169,17.0001831,21.776001,17,21.5V17h4.5c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z"/>'},S_={name:"corner-down-left",style:"thinline",path:'<path d="M18.5,3C18.223877,3,18,3.223877,18,3.5v10c-0.0012817,1.380188-1.119812,2.4987183-2.5,2.5H6.7069702l3.6464844-3.6464844c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-4.4996338,4.4996338c-0.0462646,0.0461426-0.0828857,0.1014404-0.1082764,0.1627808c-0.0248413,0.0601196-0.0375366,0.1239014-0.0379639,0.1879272C5.0006104,16.4979858,5,16.4989014,5,16.5v0.000061c0,0.0651245,0.0132446,0.1300049,0.0385742,0.1911011s0.0618286,0.116333,0.1079102,0.1623535l4.5,4.5C9.7401123,21.4474487,9.8673706,21.5001831,10,21.5c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L6.7069702,17H15.5c1.9320068-0.0023193,3.4976807-1.5679932,3.5-3.5v-10C19,3.223877,18.776123,3,18.5,3z"/>'},z_={name:"corner-down-right",style:"thinline",path:'<path d="M18.9614258,16.3088379c-0.0253906-0.0612793-0.0621338-0.1166382-0.1083984-0.1627808l-4.4995117-4.4995117c-0.1937866-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041626,0.5083618-0.0123291,0.7069702L17.2930298,16H8.5c-1.380188-0.0012817-2.4987183-1.119812-2.5-2.5v-10C6,3.223877,5.776123,3,5.5,3S5,3.223877,5,3.5v10c0.0023193,1.9320068,1.5679932,3.4976807,3.5,3.5h8.7930298l-3.6465454,3.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C13.5,21.276062,13.723877,21.499939,14,21.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3535156-0.1464844l4.4998779-4.4998779c0.0461426-0.0461426,0.0827026-0.1013184,0.1080322-0.1625977c0.0250244-0.0606079,0.0380859-0.1248779,0.038269-0.1894531C18.9996948,16.5010376,19,16.5005493,19,16.5C19,16.4348755,18.9867554,16.3699341,18.9614258,16.3088379z"/>'},w_={name:"corner-left-down",style:"thinline",path:'<path d="M20.5,5h-9.1113281C8.9660034,5.0027466,7.0027466,6.9660034,7,9.3886719v8.9042969l-4.1465454-4.1464233c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l4.9995728,4.9995728c0.0458984,0.0459595,0.1005859,0.0828247,0.161377,0.1082153C7.3678589,19.9865112,7.4332275,20.0001221,7.5,20h0.0006104c0.0106201,0,0.0195312-0.0053711,0.0299683-0.0060425c0.0558472-0.003479,0.1112671-0.0115356,0.1621704-0.0328369c0.0610352-0.0255127,0.1159058-0.062561,0.1618652-0.1087646l4.9988403-4.9988403c0.1871338-0.1937866,0.1871338-0.5009766,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041626-0.7069702-0.0123291L8,18.2929688V9.3886719C8.0023804,7.5181274,9.5181274,6.0023804,11.3886719,6H20.5C20.776123,6,21,5.776123,21,5.5S20.776123,5,20.5,5z"/>'},x_={name:"corner-right-down",style:"thinline",path:'<path d="M21.8534546,14.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681L17,18.2929688V9.3886719C16.9972534,6.9660034,15.0339966,5.0027466,12.6113281,5H3.5C3.223877,5,3,5.223877,3,5.5S3.223877,6,3.5,6h9.1113281C14.4818726,6.0023804,15.9976196,7.5181274,16,9.3886719v8.9042969l-4.1465454-4.1464233c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l4.9995728,4.9995728c0.0458984,0.0459595,0.1005859,0.0828247,0.161377,0.1082153C16.3678589,19.9865112,16.4332275,20.0001221,16.5,20c0.0001831,0,0.0003662,0,0.0006104,0c0.0106201,0,0.0195312-0.0053711,0.0299683-0.0060425c0.0558472-0.003479,0.1112671-0.0115356,0.1621704-0.0328369c0.0610352-0.0255127,0.1159058-0.062561,0.1618652-0.1087646l4.9988403-4.9988403C22.0406494,14.659729,22.0406494,14.3525391,21.8534546,14.1587524z"/>'},__={name:"corner-up-left",style:"thinline",path:'<path d="M15.1113281,7.5H5.7089844l4.6464844-4.6464844c0.1905518-0.194397,0.1905518-0.5054321,0-0.6998291c-0.1932373-0.1972046-0.5097656-0.2004395-0.7069702-0.0071411l-5.5,5.5c-0.000061,0-0.0001221,0.000061-0.0001831,0.0001221C3.953186,7.8419189,3.9532471,8.1583862,4.1484985,8.3535156l5.5,5.5C9.7421265,13.9474487,9.8693848,14.0001831,10.0020142,14c0.1325684,0,0.2596436-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7070923L5.7089844,8.5h9.4023438C16.9818726,8.5023804,18.4976196,10.0181274,18.5,11.8886719v9.6118774C18.5001831,21.7765503,18.723999,22.0001831,19,22h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-9.6113281C19.4972534,9.4660034,17.5339966,7.5027466,15.1113281,7.5z"/>'},k_={name:"corner-up-right",style:"thinline",path:'<path d="M19.8515015,7.6465454l-5.5-5.5c-0.1943359-0.1905518-0.5054321-0.1905518-0.6998291,0c-0.1972046,0.1932373-0.2003784,0.5097656-0.0071411,0.7069702L18.2910156,7.5H8.8886719C6.4660034,7.5027466,4.5027466,9.4660034,4.5,11.8886719V21.5c0,0.0001831,0,0.0003662,0,0.0005493C4.5001831,21.7765503,4.723999,22.0001831,5,22c0.0001831,0,0.0003662,0,0.0006104,0C5.2765503,21.9998169,5.5001831,21.776001,5.5,21.5v-9.6113281C5.5023804,10.0181274,7.0181274,8.5023804,8.8886719,8.5h9.4023438l-4.6464844,4.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546c0,0.276123,0.2238159,0.5,0.499939,0.500061c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l5.5-5.5c0.000061-0.000061,0.0001221-0.0001221,0.0001831-0.0001831C20.046814,8.1581421,20.0467529,7.8416748,19.8515015,7.6465454z"/>'},T_={name:"covid-19",style:"thinline",path:'<path d="M8.7,4.7c0.9-0.4,1.8-0.6,2.8-0.7v2.5C11.5,6.8,11.7,7,12,7h0c0.3,0,0.5-0.2,0.5-0.5V4c1.8,0.1,3.5,0.8,4.8,2L17,6.3c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1L18,6.7c1.1,1.3,1.9,3,2,4.8h-2.5c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5H20c-0.1,1-0.3,1.9-0.7,2.8c0,0,0,0,0,0c-0.1,0.3,0,0.5,0.2,0.7c0.1,0,0.1,0,0.2,0c0.2,0,0.4-0.1,0.5-0.3c0.5-1,0.7-2.1,0.8-3.2h1.5c0.3,0,0.5-0.2,0.5-0.5c0-0.3-0.2-0.5-0.5-0.5H21c-0.1-2.1-1-4-2.3-5.5l1-1c0,0,0,0,0,0c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0l-1,1C16.5,4,14.6,3.1,12.5,3V1.5C12.5,1.2,12.3,1,12,1s-0.5,0.2-0.5,0.5V3c-1.1,0.1-2.2,0.3-3.2,0.8C8,3.9,7.9,4.2,8,4.5C8.2,4.7,8.5,4.8,8.7,4.7z M9,13.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5C10.5,14.2,9.8,13.5,9,13.5z M9,15.5c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5C9.5,15.3,9.3,15.5,9,15.5z M1.9,1.1C1.7,1,1.3,1,1.2,1.1C1,1.3,1,1.7,1.1,1.9L5.3,6C3.9,7.5,3.1,9.5,3,11.5H1.5C1.2,11.5,1,11.7,1,12c0,0.3,0.2,0.5,0.5,0.5H3c0.1,2.1,1,4,2.3,5.5l-1,1c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1l1-1c1.5,1.3,3.4,2.2,5.5,2.3v1.5c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5V21c2-0.1,4-0.9,5.5-2.3l4.2,4.2c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7L1.9,1.1z M9,9.7l1.4,1.4c-0.2,0.3-0.5,0.5-0.8,0.5c-0.6,0-1-0.4-1-1C8.5,10.2,8.7,9.8,9,9.7z M12.5,20v-3.5c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5V20c-1.7-0.1-3.4-0.8-4.8-2L7,17.7c0,0,0,0,0,0c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0L6,17.3c-1.2-1.4-1.9-3.1-2-4.8h2.5C6.8,12.5,7,12.3,7,12c0-0.3-0.2-0.5-0.5-0.5H4c0.1-1.7,0.8-3.4,2-4.8L8.3,9c-0.5,0.4-0.8,0.9-0.8,1.5c0,1.1,0.9,2,2,2c0.6,0,1.2-0.3,1.5-0.8l6.2,6.2C15.9,19.2,14.2,19.9,12.5,20z M13.5,9c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5c0-0.8-0.7-1.5-1.5-1.5S13.5,8.2,13.5,9z M15.5,9c0,0.3-0.2,0.5-0.5,0.5S14.5,9.3,14.5,9c0-0.3,0.2-0.5,0.5-0.5C15.3,8.5,15.5,8.7,15.5,9z"/>'},E_={name:"create-dashboard",style:"thinline",path:'<path d="M10.5,13h-7C3.2,13,3,13.2,3,13.5v7C3,20.8,3.2,21,3.5,21h7c0.3,0,0.5-0.2,0.5-0.5v-7C11,13.2,10.8,13,10.5,13z M10,20H4v-6h6V20z M10.5,3h-7C3.2,3,3,3.2,3,3.5v7C3,10.8,3.2,11,3.5,11h7c0.3,0,0.5-0.2,0.5-0.5v-7C11,3.2,10.8,3,10.5,3z M10,10H4V4h6V10z M20.5,3h-7C13.2,3,13,3.2,13,3.5v7c0,0.3,0.2,0.5,0.5,0.5h7c0.3,0,0.5-0.2,0.5-0.5v-7C21,3.2,20.8,3,20.5,3z M20,10h-6V4h6V10z M20.5,16.5h-3v-3c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5v3h-3c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h3v3c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-3h3c0.3,0,0.5-0.2,0.5-0.5S20.8,16.5,20.5,16.5z"/>'},O_={name:"desktop-alt-slash",style:"thinline",path:'<path d="M7.8,4h10.7C19.3,4,20,4.7,20,5.5V12h-3.2c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5H20v1.5c0,0.4-0.1,0.7-0.3,1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.2c0.4-0.4,0.6-1,0.6-1.6v-9C21,4.1,19.9,3,18.5,3H7.8C7.5,3,7.3,3.2,7.3,3.5S7.5,4,7.8,4z M21.9,21.1l-5-5c0,0,0,0,0,0l-4-4c0,0,0,0,0,0L4.5,3.8c0,0-0.1-0.1-0.1-0.1c0,0-0.1,0-0.1,0L2.9,2.1C2.7,2,2.4,2,2.2,2.1C2,2.3,2,2.7,2.1,2.9l1.3,1.3C3.1,4.5,3,5,3,5.5v9C3,15.9,4.1,17,5.5,17H9v3H5.5C5.2,20,5,20.2,5,20.5S5.2,21,5.5,21h4h0h5h0h4c0.3,0,0.5-0.2,0.5-0.5S18.8,20,18.5,20H15v-3h1.3l4.9,4.9c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1C22,21.7,22,21.3,21.9,21.1z M4,5.5c0-0.2,0.1-0.4,0.2-0.6l7.1,7.1H4V5.5z M14,20h-4v-3h4V20z M5.5,16C4.7,16,4,15.3,4,14.5V13h8.3l3,3H5.5z"/>'},P_={name:"dialpad",style:"thinline",path:'<path d="M7,10H2.9993896C2.7234497,10.0001831,2.4998169,10.223999,2.5,10.5v4.0005493C2.5001831,14.7765503,2.723999,15.0001831,3,15h4.0006104C7.2765503,14.9998169,7.5001831,14.776001,7.5,14.5v-4.0006104C7.4998169,10.2234497,7.276001,9.9998169,7,10z M6.5,14h-3v-3h3V14z M7,3H2.9993896C2.7234497,3.0001831,2.4998169,3.223999,2.5,3.5v4.0006104C2.5001831,7.7765503,2.723999,8.0001831,3,8h4.0006104C7.2765503,7.9998169,7.5001831,7.776001,7.5,7.5V3.4993896C7.4998169,3.2234497,7.276001,2.9998169,7,3z M6.5,7h-3V4h3V7z M14,3H9.9994507C9.7234497,3.0001831,9.4998169,3.223999,9.5,3.5v4.0006104C9.5001831,7.7765503,9.723999,8.0001831,10,8h4.0006104C14.2765503,7.9998169,14.5001831,7.776001,14.5,7.5V3.4993896C14.4998169,3.2234497,14.276001,2.9998169,14,3z M13.5,7h-3V4h3V7z M21,3h-4.0005493C16.7234497,3.0001831,16.4998169,3.223999,16.5,3.5v4.0006104C16.5001831,7.7765503,16.723999,8.0001831,17,8h4.0006104C21.2765503,7.9998169,21.5001831,7.776001,21.5,7.5V3.4993896C21.4998169,3.2234497,21.276001,2.9998169,21,3z M20.5,7h-3V4h3V7z M14,17H9.9994507C9.7234497,17.0001831,9.4998169,17.223999,9.5,17.5v4.0005493C9.5001831,21.7765503,9.723999,22.0001831,10,22h4.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4.0006104C14.4998169,17.2234497,14.276001,16.9998169,14,17z M13.5,21h-3v-3h3V21z M21,10h-4.0005493c-0.276001,0.0001831-0.4996338,0.223999-0.4994507,0.5v4.0005493C16.5001831,14.7765503,16.723999,15.0001831,17,15h4.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4.0006104C21.4998169,10.2234497,21.276001,9.9998169,21,10z M20.5,14h-3v-3h3V14z M14,10H9.9994507C9.7234497,10.0001831,9.4998169,10.223999,9.5,10.5v4.0005493C9.5001831,14.7765503,9.723999,15.0001831,10,15h4.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4.0006104C14.4998169,10.2234497,14.276001,9.9998169,14,10z M13.5,14h-3v-3h3V14z"/>'},N_={name:"direction",style:"thinline",path:'<path d="M8.8535156,9.8535156L12,6.7069702l3.1464844,3.1465454C15.2401123,9.9474487,15.3673706,10.0001831,15.5,10c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953735-0.5118408,0.0001221-0.7070923l-3.5-3.5c-0.000061-0.000061-0.000061-0.0001221-0.0001221-0.0001831c-0.1952515-0.1951294-0.5117188-0.1950684-0.7068481,0.0001831l-3.5,3.5c-0.1871338,0.1937256-0.1871338,0.5009155,0,0.6947021C8.3383789,10.039856,8.6549072,10.0453491,8.8535156,9.8535156z M15.1464844,14.1464844L12,17.2929688l-3.1465454-3.1464233c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l3.5,3.5C11.7401123,18.4474487,11.8673706,18.5001831,12,18.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.1871338-0.1937866,0.1871338-0.5009766,0-0.6947021C15.6616211,13.9602051,15.3450928,13.9546509,15.1464844,14.1464844z"/>'},j_={name:"document-layout-center",style:"thinline",path:'<path d="M8.5,12h7.0006104C15.7765503,11.9998169,16.0001831,11.776001,16,11.5V4.4993896C15.9998169,4.2234497,15.776001,3.9998169,15.5,4H8.4994507C8.2234497,4.0001831,7.9998169,4.223999,8,4.5v7.0005493C8.0001831,11.7765503,8.223999,12.0001831,8.5,12z M9,5h6v6H9V5z M21.5,11h-3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h3c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z M2.5,8h3C5.776123,8,6,7.776123,6,7.5S5.776123,7,5.5,7h-3C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8z M18.5,8h3C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-3C18.223877,7,18,7.223877,18,7.5S18.223877,8,18.5,8z M21.5,15h-19C2.223877,15,2,15.223877,2,15.5S2.223877,16,2.5,16h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,15,21.5,15z M2.5,12h3C5.776123,12,6,11.776123,6,11.5S5.776123,11,5.5,11h-3C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12z M13.5,19h-11C2.223877,19,2,19.223877,2,19.5S2.223877,20,2.5,20h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,19,13.5,19z"/>'},D_={name:"document-layout-left",style:"thinline",path:'<path d="M2.5,12h7c0.0001831,0,0.0003662,0,0.0006104,0C9.7765503,11.9998169,10.0001831,11.776001,10,11.5v-7c0-0.0001831,0-0.0003662,0-0.0006104C9.9998169,4.2234497,9.776001,3.9998169,9.5,4h-7C2.4998169,4,2.4996338,4,2.4993896,4C2.2234497,4.0001831,1.9998169,4.223999,2,4.5v7c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,11.7765503,2.223999,12.0001831,2.5,12z M3,5h6v6H3V5z M12.5,8h9C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-9C12.223877,7,12,7.223877,12,7.5S12.223877,8,12.5,8z M21.5,15h-19C2.223877,15,2,15.223877,2,15.5S2.223877,16,2.5,16h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,15,21.5,15z M13.5,19h-11C2.223877,19,2,19.223877,2,19.5S2.223877,20,2.5,20h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,19,13.5,19z M21.5,11h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z"/>'},q_={name:"document-layout-right",style:"thinline",path:'<path d="M2.5,12h9c0.276123,0,0.5-0.223877,0.5-0.5S11.776123,11,11.5,11h-9C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12z M2.5,8h9C11.776123,8,12,7.776123,12,7.5S11.776123,7,11.5,7h-9C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8z M13.5,19h-11C2.223877,19,2,19.223877,2,19.5S2.223877,20,2.5,20h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,19,13.5,19z M21.5,15h-19C2.223877,15,2,15.223877,2,15.5S2.223877,16,2.5,16h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,15,21.5,15z M21.5,4h-7c-0.0001831,0-0.0003662,0-0.0005493,0C14.2234497,4.0001831,13.9998169,4.223999,14,4.5v7c0,0.0001831,0,0.0003662,0,0.0005493C14.0001831,11.7765503,14.223999,12.0001831,14.5,12h7c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,11.9998169,22.0001831,11.776001,22,11.5v-7c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,4.2234497,21.776001,3.9998169,21.5,4z M21,11h-6V5h6V11z"/>'},R_={name:"download-alt",style:"thinline",path:'<path d="M8.1624146,13.6552734c-0.1972046,0.1932983-0.2003784,0.5098267-0.0071411,0.7070312l3.4912109,3.4912109C11.7401123,17.9474487,11.8673706,18.0001831,12,18c0.1326294,0.0001221,0.2598267-0.0525513,0.3535156-0.1464844l3.4912109-3.4912109c0.1904907-0.194397,0.1904907-0.5054321,0-0.6998291c-0.1932983-0.1972046-0.5098267-0.2004395-0.7070312-0.0072021L12.5,16.2929688V2.5C12.5,2.223877,12.276123,2,12,2s-0.5,0.223877-0.5,0.5v13.7929688l-2.6377563-2.6376953C8.6679077,13.4647827,8.3568115,13.4647827,8.1624146,13.6552734z M18,9h-1.5C16.223877,9,16,9.223877,16,9.5s0.223877,0.5,0.5,0.5H18c1.1040039,0.0014038,1.9985962,0.8959961,2,2v7c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H6c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h2.5C8.776123,10,9,9.776123,9,9.5S8.776123,9,8.5,9H6c-1.6561279,0.0018311-2.9981689,1.3438721-3,3v7c0.0018311,1.6561279,1.3438721,2.9981689,3,3h12c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-7C20.9981689,10.3438721,19.6561279,9.0018311,18,9z"/>'},I_={name:"dropbox",style:"thinline",path:'<path d="M21.3,12.5l-3.6-3.3l3.6-2.9c0.1,0,0.1-0.1,0.1-0.1c0.1-0.2,0-0.5-0.2-0.7l-5-2.7c-0.2-0.1-0.4-0.1-0.5,0L12,5.6L8.3,2.8c-0.2-0.1-0.4-0.1-0.5,0l-5,2.7c-0.1,0-0.1,0.1-0.1,0.1C2.4,5.7,2.5,6.1,2.7,6.2l3.6,2.9l-3.6,3.3c0,0-0.1,0.1-0.1,0.1c-0.1,0.2,0,0.5,0.2,0.7l3.7,2v2.5c0,0.2,0.1,0.3,0.2,0.4l5,3c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.3-0.1l5-3c0.2-0.1,0.2-0.3,0.2-0.4v-2.5l3.7-2c0,0,0.1-0.1,0.1-0.1C21.6,13,21.5,12.7,21.3,12.5z M16,3.7l4.1,2.2L17,8.6l-4.1-2.4L16,3.7z M16.1,9.2L12,11.9L7.9,9.2L12,6.8L16.1,9.2z M3.9,5.9L8,3.7l3.2,2.4L7,8.6L3.9,5.9z M3.9,12.7l3.2-3l4.1,2.7L8,15L3.9,12.7z M16.5,17.6L12,20.3l-4.5-2.7v-1.7L7.8,16C7.8,16,7.9,16,8,16c0.1,0,0.2,0,0.3-0.1l3.7-2.9l3.7,2.9C15.8,16,15.9,16,16,16c0.1,0,0.2,0,0.2-0.1l0.3-0.1V17.6z M16,15l-3.2-2.5l4.1-2.7l3.2,3L16,15z"/>'},F_={name:"ellipsis-h",style:"thinline",path:'<path d="M5,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C7,10.8954468,6.1045532,10,5,10z M5,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C6,12.5523071,5.5523071,13,5,13z M12,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,10.8954468,13.1045532,10,12,10z M12,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,12.5523071,12.5523071,13,12,13z M19,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C21,10.8954468,20.1045532,10,19,10z M19,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C20,12.5523071,19.5523071,13,19,13z"/>'},B_={name:"ellipsis-v",style:"thinline",path:'<path d="M12,7c1.1040039-0.0014038,1.9985962-0.8959961,2-2c0-1.1045532-0.8954468-2-2-2s-2,0.8954468-2,2S10.8954468,7,12,7z M12,4c0.552124,0.0003662,0.9996338,0.447876,1,1c0,0.5523071-0.4476929,1-1,1s-1-0.4476929-1-1S11.4476929,4,12,4z M12,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,10.8954468,13.1045532,10,12,10z M12,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,12.5523071,12.5523071,13,12,13z M12,17c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,17.8954468,13.1045532,17,12,17z M12,20c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,19.5523071,12.5523071,20,12,20z"/>'},U_={name:"exclamation-circle",style:"thinline",path:'<path d="M12,14.375c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,14.375,12,14.375z M12,13h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4C12.5,8.223877,12.276123,8,12,8s-0.5,0.223877-0.5,0.5v4.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},$_={name:"exclamation-octagon",style:"thinline",path:'<path d="M12,13h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4C12.5,8.223877,12.276123,8,12,8s-0.5,0.223877-0.5,0.5v4.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M21.8535156,7.7119141l-5.5654297-5.5654297C16.1943359,2.0526733,16.0671997,2,15.9345703,2H8.0654297C7.9328003,2,7.8056641,2.0526733,7.7119141,2.1464844L2.1464844,7.7119141C2.0526733,7.8056641,2,7.9328003,2,8.0654297v7.8691406c0,0.1326294,0.0526733,0.2597656,0.1464844,0.3535156l5.5654297,5.5654297C7.8056641,21.9473267,7.9328003,22,8.0654297,22h7.8691406c0.1326294,0,0.2597656-0.0526733,0.3535156-0.1464844l5.5654297-5.5654297C21.9473267,16.1943359,22,16.0671997,22,15.9345703V8.0654297C22,7.9328003,21.9473267,7.8056641,21.8535156,7.7119141z M21,15.7275391L15.7275391,21H8.2724609L3,15.7275391V8.2724609L8.2724609,3h7.4550781L21,8.2724609V15.7275391z M12,14.375c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,14.375,12,14.375z"/>'},W_={name:"exclamation-triangle",style:"thinline",path:'<path d="M12,15.875c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,15.875,12,15.875z M12,14h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4C12.5,9.223877,12.276123,9,12,9s-0.5,0.223877-0.5,0.5v4.0005493C11.5001831,13.7765503,11.723999,14.0001831,12,14z M22.7128906,17.546875L14.5644531,3.4785156c-0.2591553-0.4470215-0.6307373-0.8186035-1.0777588-1.0777588c-1.4163208-0.8210449-3.2300415-0.338562-4.0511475,1.0777588L1.2861328,17.5498047c-0.2616577,0.4516602-0.3994141,0.9644165-0.399353,1.4863892C0.887085,20.6733398,2.2144165,22.0002441,3.8515625,22h16.2939453c0.5223999,0.0001221,1.0355835-0.1376953,1.4876709-0.3995972C23.0506592,20.7792358,23.5340576,18.9644165,22.7128906,17.546875z M20.1455688,21H3.8515625c-0.3449707-0.0002441-0.6837769-0.0912476-0.9824219-0.263916c-0.9396973-0.543335-1.2611084-1.7455444-0.7177734-2.6853027l8.1494141-14.0703125C10.6489258,3.3712769,11.2983398,2.9969482,12,3.0009766c0.7016602-0.0040283,1.3510742,0.3703003,1.6992188,0.9794922l8.1484985,14.0683594c0.1734009,0.2995605,0.2647095,0.6395874,0.2645874,0.9857178C22.1119385,20.1204224,21.2313843,21.0003662,20.1455688,21z"/>'},G_={name:"facebook-f",style:"thinline",path:'<path d="M17.9902344,1.5957031c-1.0087891-0.1067505-2.0227051-0.1586304-3.0371094-0.1552734C11.5898438,1.4404297,9.5,3.5819702,9.5,7.0302734v2.3408203H6.6748047c-0.276001-0.0001831-0.4998779,0.2234497-0.5,0.4994507v3.8511353c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5H9.5v7.71875c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5h3.9780884c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507v-7.7192993h2.8164673c0.2512207-0.000061,0.463501-0.1864014,0.4960938-0.4355469l0.4970703-3.8505859c0.0357056-0.2736816-0.1572266-0.5245361-0.4309692-0.5602417c-0.0216064-0.0028076-0.043335-0.0042114-0.0651245-0.0042114h-3.3135376V7.4121094c0-0.9697266,0.1953125-1.375,1.4082031-1.375l2.0390625-0.0009766c0.276001,0.0001221,0.4998169-0.2234497,0.5-0.4994507V2.0917969C18.4248657,1.8408203,18.2390137,1.6286621,17.9902344,1.5957031z M17.4248047,5.0361328l-1.5390625,0.0009766c-2.1582031,0-2.4082031,1.3554688-2.4082031,2.375v2.4590454c-0.0001221,0.2759399,0.2234497,0.4998169,0.4994507,0.499939h3.2456665l-0.3681641,2.8505859h-2.8769531c-0.276001-0.0001221-0.4998169,0.2234497-0.5,0.4994507v7.7192993H10.5v-7.71875c0.0001831-0.276001-0.2234497-0.4998169-0.4993896-0.5H7.1748047v-2.8505859H10c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V7.0302734c0-2.8740234,1.664978-4.5898438,4.453125-4.5898438c1.0087891,0,1.9199219,0.0546875,2.4716797,0.1025391V5.0361328z"/>'},Q_={name:"facebook-messenger-alt",style:"thinline",path:'<path d="M16.1171875,8.90625l-2.5888672,3.0859375l-3.7148438-2.28125c-0.2109375-0.130249-0.4855347-0.0856934-0.6445312,0.1044922l-3.0517578,3.6357422c-0.1774292,0.2114258-0.1499023,0.5266724,0.0615234,0.7041016s0.5266724,0.1499023,0.7041016-0.0615234l2.7744141-3.3056641l3.7148438,2.28125c0.2111816,0.1291504,0.4849854,0.0847778,0.6445312-0.1044922l2.8662109-3.4160156c0.1774292-0.2114258,0.1499023-0.5266724-0.0615234-0.7041016S16.2946167,8.6948242,16.1171875,8.90625z M12,1C5.7148438,1,0.9746094,5.59375,0.9746094,11.6855469c-0.0385132,3.0127563,1.2272949,5.8950806,3.4716797,7.9052734c0.0709229,0.0610962,0.1136475,0.1486816,0.1181641,0.2421875l0.0576172,1.8671875c0.0240479,0.7242432,0.6181641,1.2988892,1.3427734,1.2988281c0.185791-0.000061,0.3695679-0.038269,0.539978-0.1123047l2.0878906-0.9189453c0.0709839-0.0327759,0.1512451-0.0393677,0.2265625-0.0185547C9.8557739,22.2319336,10.9256592,22.3738403,12,22.3710938c6.2851562,0,11.0253906-4.59375,11.0253906-10.6855469S18.2851562,1,12,1z M12,21.3710938c-0.9849854,0.0027466-1.9658203-0.1273804-2.9160156-0.3867188c-0.296875-0.0791016-0.6118164-0.0553589-0.8935547,0.0673828l-2.0869141,0.9189453c-0.1052856,0.0456543-0.2263794,0.0361328-0.3232422-0.0253906c-0.0958862-0.0596313-0.1553345-0.1635132-0.1582031-0.2763672l-0.0576172-1.8710938c-0.0143433-0.3656006-0.1773071-0.7095337-0.4511719-0.9521484c-2.031189-1.8214111-3.1755981-4.4321289-3.1386719-7.1601562C1.9746094,6.1640625,6.2841797,2,12,2s10.0253906,4.1640625,10.0253906,9.6855469S17.7158203,21.3710938,12,21.3710938z"/>'},K_={name:"favorite",style:"thinline",path:'<path d="M21.9189453,10.1265259c0.0802612-0.546814-0.2979736-1.0551147-0.8447266-1.135376L15.4228516,8.164978l-2.5253906-5.1464844c-0.0909424-0.1569824-0.2214355-0.2873535-0.37854-0.3781128c-0.4960327-0.2866821-1.1306152-0.1170044-1.4173584,0.3790894L8.5771484,8.164978L2.9257812,8.9912109C2.7097168,9.0228882,2.5100098,9.1244507,2.3569946,9.2802734c-0.387146,0.3943481-0.3812256,1.0278931,0.0131226,1.4150391l4.0927734,4.0126953l-0.9658203,5.6640625c-0.0091553,0.0541992-0.013855,0.1090698-0.0139771,0.1641235c-0.0015259,0.5534058,0.4458618,1.0032959,0.9993286,1.0048218c0.163147-0.0002441,0.3237915-0.0404663,0.4677734-0.1171875L12,18.7539062l5.0488281,2.6689453c0.1951294,0.1035767,0.4190063,0.1396484,0.6367798,0.1025391c0.5441895-0.0928345,0.9100952-0.6091309,0.8173218-1.1533203l-0.9658203-5.6640625l4.09375-4.0137329C21.7861328,10.5414429,21.8872681,10.3421021,21.9189453,10.1265259z M16.6503906,14.1766968c-0.1170654,0.1148682-0.1706543,0.2796631-0.1435547,0.4414062l1.0097656,5.9208984l-5.2832031-2.7930298c-0.1463013-0.0761719-0.3204956-0.0761719-0.4667969,0L6.4833984,20.539978l1.0097046-5.921814c0.0271606-0.1617432-0.0264282-0.3265381-0.1435547-0.4414062L3.0702515,9.9814453l5.9121094-0.8642578C9.1456299,9.0927734,9.286499,8.9898682,9.359375,8.8417969L12,3.460022l2.640564,5.3817139c0.072876,0.1480713,0.2138062,0.2509766,0.3770142,0.2753906l5.9130859,0.8632812L16.6503906,14.1766968z"/>'},J_={name:"flip-h",style:"thinline",path:'<path d="M11.8154297,3.3828125L12,3.2011719l0.1845703,0.1816406c0.0934448,0.0921021,0.2193604,0.1436768,0.3505859,0.1435547c0.1340332,0,0.2623901-0.053833,0.3563843-0.149353c0.1936646-0.1968994,0.19104-0.5134277-0.0057983-0.7070923l-0.5351562-0.5263672c-0.194519-0.1914062-0.5066528-0.1914062-0.7011719,0l-0.5351562,0.5263672c-0.0029297,0.0028076-0.0057983,0.0056763-0.008667,0.0085449c-0.194519,0.1960449-0.1932983,0.5126343,0.0027466,0.7070923C11.3043823,3.5800781,11.6209106,3.5788574,11.8154297,3.3828125z M15.0966797,6.2470703c0.0934448,0.0921021,0.2194214,0.1436768,0.3505859,0.1435547c0.1340332,0,0.2623901-0.053833,0.3563843-0.149353c0.1936646-0.1968384,0.19104-0.5134277-0.0057983-0.7070923l-0.7939453-0.78125c-0.1958618-0.1882324-0.5061035-0.1856079-0.6987915,0.0057983c-0.1959229,0.1945801-0.1970215,0.5111694-0.0023804,0.7070923L15.0966797,6.2470703z M11.1552734,9h1.6894531c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-1.6894531c-0.276123,0-0.5,0.223877-0.5,0.5S10.8791504,9,11.1552734,9z M17.3496094,9h0.75c0.1342163,0.000061,0.2628784-0.053833,0.3569336-0.1495972c0.1934204-0.1969604,0.1906128-0.5134277-0.0063477-0.7069092l-0.5341797-0.5263672c-0.1205444-0.1184692-0.2927246-0.1680298-0.4578247-0.1317749c-0.2697144,0.0592651-0.4403076,0.3259277-0.3810425,0.5956421c-0.1420288,0.0922241-0.2277222,0.2501221-0.2276001,0.4194336C16.8496704,8.7764893,17.0735474,9.0001221,17.3496094,9z M8.5527344,6.390625c0.1311646,0.0001221,0.2571411-0.0514526,0.3505859-0.1435547l0.7939453-0.78125c0.1914673-0.192688,0.1940308-0.5029907,0.0057983-0.6988525C9.5117188,4.5678711,9.1951904,4.5615845,8.9960938,4.7529297l-0.7939453,0.78125c-0.09552,0.0939941-0.149353,0.2223511-0.149353,0.3563843C8.0527344,6.166687,8.2766113,6.390564,8.5527344,6.390625z M21.5,11.5h-19C2.223877,11.5,2,11.723877,2,12s0.223877,0.5,0.5,0.5h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11.5,21.5,11.5z M17.9287109,15H6.0712891c-0.1312256,0.0001831-0.2570801,0.0519409-0.3505249,0.144043c-0.1967163,0.1940308-0.1989746,0.5108032-0.0049438,0.7075195l5.9287109,6C11.7384644,21.9465332,11.8664551,21.999939,12,22c0.1335449-0.000061,0.2615356-0.0534668,0.3554688-0.1484375l5.9287109-6c0.0921021-0.0934448,0.1438599-0.2192993,0.144043-0.3505249C18.4286499,15.2247314,18.2050171,15.0004272,17.9287109,15z M12,20.7890625L7.2685547,16h9.4628906L12,20.7890625z M5.9003906,9h0.75c0.1693115,0.000061,0.3271484-0.0855713,0.4193726-0.2275391c0.1503296-0.2315063,0.0845947-0.5410156-0.1469116-0.6914062C6.9591675,7.9159546,6.9095459,7.7437744,6.7910767,7.62323C6.5974731,7.4263306,6.2809448,7.423584,6.0839844,7.6171875L5.5498047,8.1435547C5.4541016,8.2376099,5.4002075,8.3661499,5.4002686,8.5003662C5.4003906,8.7764282,5.6243286,9.0001221,5.9003906,9z"/>'},X_={name:"flip-h-alt",style:"thinline",path:'<path d="M3.5,8.3212891c0.0001831,0,0.0003662,0,0.0006104,0C3.7765503,8.321106,4.0001831,8.09729,4,7.8212891V7.4550781l0.3544922-0.0947266C4.62146,7.2886353,4.7797241,7.0140381,4.7080078,6.7470703S4.3616943,6.3218384,4.0947266,6.3935547L3.3701172,6.5878906C3.1517334,6.6469116,3,6.8450317,3,7.0712891v0.75c0,0.0001831,0,0.0003662,0,0.0006104C3.0001831,8.0978394,3.223999,8.3214722,3.5,8.3212891z M9.9335938,10H8.3837891c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h1.5498047c0.276123,0,0.5-0.223877,0.5-0.5S10.2097168,10,9.9335938,10z M8.3720703,6.2617188c0.0438843-0.0001221,0.0875244-0.0060425,0.1298828-0.0175781l1.5546875-0.4180298c0.0009766-0.0002441,0.0019531-0.0004883,0.0029297-0.0007935c0.2662354-0.0725098,0.4232178-0.3471069,0.350708-0.6133423c-0.0725708-0.2662354-0.347168-0.4232178-0.6134033-0.350647L8.2421875,5.2792969C8.0241699,5.3380737,7.8726196,5.5358276,7.8724976,5.7616577C7.8723755,6.0376587,8.0960083,6.2615967,8.3720703,6.2617188z M14.0673828,11h1.5498047c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-1.5498047c-0.276123,0-0.5,0.223877-0.5,0.5S13.7912598,11,14.0673828,11z M14.0742188,4.7275391c0.0438843-0.0001221,0.0875244-0.0060425,0.1298828-0.0175171l1.5546875-0.4180908c0.0006104-0.0001221,0.0012207-0.0003052,0.00177-0.0004272c0.2662964-0.0722656,0.423645-0.3466797,0.3514404-0.6129761c-0.0722656-0.2662964-0.3466797-0.423645-0.6129761-0.3513794l-1.5546875,0.4179688C13.7263184,3.803894,13.5747681,4.0016479,13.574646,4.227478C13.5745239,4.503479,13.7981567,4.727417,14.0742188,4.7275391z M20.5,13h-17c-0.0001831,0-0.0003662,0-0.0006104,0C3.2234497,13.0001831,2.9998169,13.223999,3,13.5v3.75c0,0.2295532,0.15625,0.4296265,0.3789062,0.4853516l17,4.25C20.4185181,21.9950562,20.4592285,21.999939,20.5,22c0.0004883,0,0.0009155,0,0.0014038,0C20.7771606,21.9996338,21.0003662,21.7757568,21,21.5v-8c0-0.0001831,0-0.0003662,0-0.0006104C20.9998169,13.2234497,20.776001,12.9998169,20.5,13z M20,20.859375l-16-4V14h16V20.859375z M20.9830322,2.3710327c-0.0713501-0.2671509-0.3457642-0.4257812-0.612915-0.3544312l-0.7246094,0.1943359c-0.0005493,0.0001831-0.0011597,0.0003052-0.001709,0.0004883c-0.2668457,0.0722046-0.4246216,0.3470459-0.352417,0.6138916s0.3470459,0.4246216,0.6138916,0.352417L20,3.1513672V3.25c0,0.0001831,0,0.0003662,0,0.0006104C20.0001831,3.5265503,20.223999,3.7501831,20.5,3.75c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,3.7498169,21.0001831,3.526001,21,3.25V2.5C21,2.4564819,20.9942627,2.4130859,20.9830322,2.3710327z M20.5,5.4873047c-0.276123,0-0.5,0.223877-0.5,0.5v1.0263672c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V5.9873047C21,5.7111816,20.776123,5.4873047,20.5,5.4873047z M20.5,9.25c-0.276123,0-0.5,0.223877-0.5,0.5V10h-0.25c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h0.75c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,10.9998169,21.0001831,10.776001,21,10.5V9.75C21,9.473877,20.776123,9.25,20.5,9.25z M3.5,11h0.75c0.276123,0,0.5-0.223877,0.5-0.5S4.526123,10,4.25,10H4V9.75c0-0.276123-0.223877-0.5-0.5-0.5S3,9.473877,3,9.75v0.75c0,0.0001831,0,0.0003662,0,0.0005493C3.0001831,10.7765503,3.223999,11.0001831,3.5,11z"/>'},Y_={name:"flip-v",style:"thinline",path:'<path d="M5.4658203,14.3016968c-0.0028076-0.0029297-0.0056763-0.0057983-0.0085449-0.008667c-0.1960449-0.194519-0.5125732-0.1932983-0.7070923,0.0027466s-0.1932983,0.5125732,0.0027466,0.7070923l0.78125,0.7940063c0.0938721,0.0957031,0.2223511,0.1495972,0.3564453,0.1494141v-0.000061c0.1311646,0,0.257019-0.0515137,0.3505249-0.1434937c0.1968994-0.1936035,0.1995239-0.5101929,0.0059204-0.7070923L5.4658203,14.3016968z M5.5341797,8.2021484l-0.78125,0.7939453C4.6609497,9.0895996,4.609436,9.2155151,4.609436,9.3466187c-0.000061,0.2761841,0.2238159,0.500061,0.499939,0.500061c0.1340942,0.0001831,0.2625732-0.0537109,0.3564453-0.1494141l0.78125-0.7939453C6.249939,8.9004517,6.2528076,8.897583,6.2556152,8.8946533c0.1912231-0.1992188,0.1847534-0.5157471-0.0144653-0.7069702S5.7254028,8.0029297,5.5341797,8.2021484z M3.2011719,12l0.1816406-0.1845703c0.1879272-0.1958008,0.1853638-0.5057373-0.0057983-0.6984253c-0.194519-0.1959839-0.5110474-0.1972656-0.7070923-0.0027466l-0.5263672,0.5351562c-0.1914062,0.194519-0.1914062,0.5066528,0,0.7011719l0.5263672,0.5351562c0.0938721,0.0957031,0.2223511,0.1495972,0.3564453,0.1494141c0.1311646,0,0.257019-0.0515747,0.3505249-0.1434937c0.1968994-0.1936646,0.1995239-0.5101929,0.0059204-0.7070923L3.2011719,12z M8.0810547,17.0771484c-0.1651001-0.0363159-0.3372803,0.0133057-0.4578247,0.1317749c-0.1968994,0.1936035-0.199646,0.5101318-0.0060425,0.7070923l0.5263672,0.5341797C8.2375488,18.5457764,8.3659668,18.5996094,8.5,18.5996094c0.0650024,0.0001831,0.1293335-0.0124512,0.1894531-0.0371094C8.8771973,18.4853516,8.9998169,18.3025513,9,18.0996094v-0.75c0.000061-0.1693115-0.0855713-0.3271484-0.2275391-0.4193726C8.5409546,16.7799072,8.2314453,16.8456421,8.0810547,17.0771484z M21.8564453,11.6494141l-6-6.0996094c-0.0940552-0.0957031-0.2225952-0.1495972-0.3568115-0.1495361C15.2235718,5.4003906,14.9998779,5.6243286,15,5.9003906v12.1992188c0.0001831,0.2029419,0.1228027,0.3857422,0.3105469,0.4628906c0.0601196,0.0246582,0.1245117,0.0372925,0.1894531,0.0371094c0.1340942,0.0001831,0.2625732-0.0536499,0.3564453-0.1494141l6-6.0996094C22.0478516,12.1560669,22.0478516,11.8439331,21.8564453,11.6494141z M16,16.8779297V7.1220703L20.7988281,12L16,16.8779297z M8.5,10.6552734c-0.276123,0-0.5,0.223877-0.5,0.5v1.6894531c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0005493,0c0.276001-0.0001221,0.4996338-0.223999,0.4994507-0.5v-1.6894531C9,10.8791504,8.776123,10.6552734,8.5,10.6552734z M12,2c-0.276123,0-0.5,0.223877-0.5,0.5v19c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,21.7765503,11.723999,22.0001831,12,22c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-19C12.5,2.223877,12.276123,2,12,2z M8.1434937,5.5498657L7.6171265,6.0840454c0,0-0.000061,0.000061-0.0001221,0.0001221C7.4234619,6.2810059,7.4261475,6.5974731,7.6229858,6.7910156C7.742981,6.9105835,7.9158325,6.9603271,8.0809937,6.9228516C8.1730347,7.0648193,8.3308105,7.1505127,8.5,7.1503906c0.0001831,0,0.0003662,0,0.0006104,0C8.7765503,7.1502075,9.0001831,6.9263916,9,6.6503906v-0.75c0.000061-0.1342163-0.053833-0.2628174-0.1495972-0.3568726C8.6534424,5.3500366,8.3369751,5.3529053,8.1434937,5.5498657z"/>'},ek={name:"flip-v-alt",style:"thinline",path:'<path d="M5.8261719,10.0566406l0.4179688-1.5546875C6.2444458,8.5009766,6.2446899,8.5,6.2449341,8.4990234C6.3158569,8.2323608,6.1572266,7.9586792,5.890564,7.8877563S5.3502197,7.9755249,5.2793579,8.2421875L4.8613281,9.796875C4.8502808,9.8383789,4.8446045,9.8811035,4.8444824,9.9240723c-0.0009766,0.2766724,0.2225952,0.501709,0.4992676,0.5026855C5.5697021,10.4265747,5.7674561,10.2748413,5.8261719,10.0566406z M3.25,20H3.1513672l0.0263672-0.0947266c0.071106-0.2669067-0.0869141-0.5410767-0.3535156-0.6132812c-0.2664185-0.0675659-0.538208,0.0891113-0.6132812,0.3535156l-0.1943359,0.7246094c-0.0112305,0.0420532-0.0169678,0.0854492-0.0169678,0.1289673C1.9995117,20.7755737,2.2235107,20.9998779,2.5,21h0.75c0.276123,0,0.5-0.223877,0.5-0.5S3.526123,20,3.25,20z M7.8212891,3h-0.75C6.8450928,3.000061,6.6469727,3.1517334,6.5879517,3.3701172L6.3936157,4.0947266c-0.071106,0.2669067,0.0869141,0.5410767,0.3535156,0.6132812C6.7896118,4.71875,6.8331909,4.7243042,6.8770142,4.7246094c0.2260742-0.0004883,0.4239502-0.1519775,0.4833374-0.3701172L7.4550781,4h0.3662109c0.276123,0,0.5-0.223877,0.5-0.5S8.0974121,3,7.8212891,3z M4.3574829,13.5917969c-0.2664795-0.0717163-0.5405884,0.0861206-0.6123047,0.3525391l-0.4180298,1.5546875c-0.0110474,0.0415039-0.0167236,0.0842285-0.0168457,0.1271973c-0.0009766,0.2766724,0.2225952,0.50177,0.4992676,0.5026855c0.2259521-0.0001831,0.4237061-0.1519165,0.4824219-0.3701172l0.4180298-1.5546875C4.7817383,13.9376831,4.6239014,13.6635132,4.3574829,13.5917969z M7.0126953,20H5.9863281c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h1.0263672c0.276123,0,0.5-0.223877,0.5-0.5S7.2888184,20,7.0126953,20z M21.9824219,20.3701172l-4.5712891-17C17.3528442,3.1516113,17.1548462,2.9996948,16.9287109,3H13.5c-0.0001831,0-0.0003662,0-0.0005493,0C13.2234497,3.0001831,12.9998169,3.223999,13,3.5v17c0,0.0001831,0,0.0003662,0,0.0005493C13.0001831,20.7765503,13.223999,21.0001831,13.5,21h8c0.0441895,0,0.0881348-0.0057983,0.1307373-0.017334C21.8970337,20.9106445,22.0544434,20.6363525,21.9824219,20.3701172z M14,20V4h2.5449219l4.3027344,16H14z M10.5,3H9.75c-0.276123,0-0.5,0.223877-0.5,0.5S9.473877,4,9.75,4H10v0.25c0,0.0001831,0,0.0003662,0,0.0006104C10.0001831,4.5265503,10.223999,4.7501831,10.5,4.75c0.0001831,0,0.0003662,0,0.0006104,0C10.7765503,4.7498169,11.0001831,4.526001,11,4.25V3.5c0-0.0001831,0-0.0003662,0-0.0006104C10.9998169,3.2234497,10.776001,2.9998169,10.5,3z M10.5,19.25c-0.276123,0-0.5,0.223877-0.5,0.5V20H9.75c-0.276123,0-0.5,0.223877-0.5,0.5S9.473877,21,9.75,21h0.75c0.0001831,0,0.0003662,0,0.0006104,0C10.7765503,20.9998169,11.0001831,20.776001,11,20.5v-0.75C11,19.473877,10.776123,19.25,10.5,19.25z M10.5,13.5673828c-0.276123,0-0.5,0.223877-0.5,0.5v1.5498047c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0005493,0c0.276001-0.0001831,0.4996338-0.223999,0.4994507-0.5v-1.5498047C11,13.7912598,10.776123,13.5673828,10.5,13.5673828z M10.5,7.8837891c-0.276123,0-0.5,0.223877-0.5,0.5v1.5498047c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V8.3837891C11,8.107666,10.776123,7.8837891,10.5,7.8837891z"/>'},tk={name:"github-alt",style:"thinline",path:'<path d="M9.6533203,20.8652344c-0.0001831-0.1481934-0.065979-0.2887573-0.1796875-0.3837891c-0.114624-0.093689-0.2642212-0.1332397-0.4101562-0.1083984c-1.5908203,0.2949219-3.6083984,0.2988281-4.1943359-1.3466797c-0.3604126-0.8795166-0.9379883-1.6533203-1.6787109-2.2490234c-0.1533203-0.0786133-0.2915039-0.1837158-0.4082031-0.3104858c-0.0394287-0.2409058-0.2471313-0.4180298-0.4912109-0.4190063H2.2890015c-0.2753296,0-0.4989014,0.2226562-0.5,0.4980469c-0.0029297,0.5703125,0.7109375,0.9970703,0.921875,1.109375c0.5300293,0.4760742,0.9473267,1.06427,1.2217407,1.7217407C4.28125,20.3565063,5.34375,21.8721313,8.6552734,21.4492798c0.0029297,0.3642578,0.0078125,0.5527344,0.0117188,0.6962891l0.0048828,0.2949219c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5l-0.0048828-0.3223267C9.6611328,21.9169922,9.6533203,21.6270142,9.6533203,20.8652344z M20.9208984,5.2236328c-0.0302734-0.0380859-0.0625-0.078125-0.0957031-0.1181641c0.0671387-0.2113647,0.1199341-0.427002,0.1582031-0.6454468c0.1547852-1.0731812,0.0175171-2.1682739-0.3974609-3.1700439C20.53125,1.1523438,20.4181519,1.0460815,20.2773438,1c-0.1416016-0.046875-1.4335938-0.3945312-4.1298828,1.3818359c-2.2589722-0.5742188-4.6257324-0.5742188-6.8847656,0C6.5673828,0.6259766,5.2832031,0.9550781,5.140625,0.9970703C4.9971313,1.0423584,4.8814087,1.1494751,4.8251953,1.2890625c-0.4225464,1.0169067-0.55896,2.1299438-0.3945312,3.21875c0.038269,0.199646,0.086853,0.3971558,0.1455078,0.5917969C4.5410156,5.1426392,4.5078125,5.1855469,4.4765625,5.2275391C3.6300049,6.3015747,3.1795654,7.6346436,3.2011719,9.0020142C3.1987305,9.3121338,3.2130737,9.6221313,3.2441406,9.9307251c0.3398438,4.6640625,3.3486328,5.9619141,5.9473267,6.4052734c-0.1692505,0.3034058-0.2957764,0.6287231-0.3760376,0.9667969c-0.0657959,0.2680054,0.0981445,0.5386963,0.3662109,0.6044922s0.5386963-0.0981445,0.6044922-0.3662109c0.0925293-0.4596558,0.3247681-0.8795166,0.664978-1.2021484c0.2080688-0.1820068,0.229248-0.49823,0.0472412-0.7062988c-0.0820312-0.093689-0.1959839-0.1535034-0.3197021-0.1677246c-2.7567749-0.3125-5.618103-1.2236328-5.9384766-5.625C4.2119141,9.5615234,4.1989136,9.2817993,4.2011719,9.0020142C4.182312,7.854248,4.5603638,6.7351685,5.2714844,5.8339844c0.0751953-0.1015625,0.1591797-0.1943359,0.2421875-0.2861328c0.12677-0.1398926,0.1641846-0.3392334,0.0966797-0.515625C5.5250244,4.8067017,5.4599609,4.5740356,5.4160156,4.3369141c-0.119751-0.803894-0.039917-1.6248779,0.2324219-2.390625c1.187561,0.1653442,2.309082,0.645874,3.2479858,1.3916016c0.1212158,0.0817871,0.2723389,0.1060791,0.4130859,0.0664062c2.2244263-0.6035156,4.569519-0.6035156,6.7939453,0c0.1415405,0.0395508,0.2932739,0.0148926,0.414978-0.0673828c0.932312-0.753418,2.0534058-1.2368164,3.241272-1.3974609c0.269165,0.7542114,0.3505859,1.5626831,0.2373047,2.3554688c-0.0441895,0.2519531-0.1132202,0.4989624-0.2060547,0.7373047c-0.0675049,0.1763916-0.0301514,0.3756714,0.0966797,0.515625c0.0878906,0.0966797,0.1757812,0.2050781,0.2528687,0.3017578c0.7128296,0.8942261,1.0913696,2.0090332,1.0704346,3.1524048c0.0023193,0.2860107-0.0117188,0.5719604-0.0419922,0.8564453c-0.3173828,4.3808594-3.1894531,5.2919922-5.9570312,5.6064453c-0.2745972,0.0314941-0.4716797,0.2797241-0.4401245,0.5543823c0.0142212,0.1236572,0.0739746,0.2376099,0.1676636,0.3195801c0.3447266,0.3249512,0.5755615,0.7523193,0.6582642,1.21875c0.0852051,0.3293457,0.124939,0.6687622,0.118103,1.0087891v2.4590454c-0.0106812,0.6757812-0.0106812,1.1826172-0.0106812,1.414978c0.0003662,0.276123,0.2245483,0.4996948,0.5006714,0.4993286c0.2755737-0.0004272,0.4989014-0.2237549,0.4993286-0.4993286c0-0.2304688,0-0.7314453,0.0106812-1.4072266v-2.4667969c0.0078735-0.4234619-0.0424194-0.8460083-0.149353-1.2558594c-0.0752563-0.3407593-0.1988525-0.6689453-0.3671875-0.9746094c2.6083984-0.4423828,5.6288452-1.7392578,5.9658203-6.3847656c0.0330811-0.3153076,0.0484009-0.6322021,0.0458984-0.9492188C22.2337646,7.6307373,21.7775269,6.2945557,20.9208984,5.2236328z"/>'},nk={name:"gold",style:"thinline",path:'<path d="M7.5,11h9c0,0,0.1,0,0.1,0c0.3,0,0.5-0.3,0.4-0.6l-1-6C16,4.2,15.7,4,15.5,4h-7C8.3,4,8,4.2,8,4.4l-1,6c0,0,0,0.1,0,0.1C7,10.8,7.2,11,7.5,11z M8.9,5h6.2l0.8,5H8.1L8.9,5z M22,13.4c0-0.2-0.2-0.4-0.5-0.4h-7c-0.2,0-0.5,0.2-0.5,0.4l-1,6c0,0,0,0.1,0,0.1c0,0.3,0.2,0.5,0.5,0.5h9c0,0,0.1,0,0.1,0c0.3,0,0.5-0.3,0.4-0.6L22,13.4z M14.1,19l0.8-5h6.2l0.8,5H14.1z M9.5,13h-7C2.3,13,2,13.2,2,13.4l-1,6c0,0,0,0.1,0,0.1C1,19.8,1.2,20,1.5,20h9c0,0,0.1,0,0.1,0c0.3,0,0.5-0.3,0.4-0.6l-1-6C10,13.2,9.7,13,9.5,13z M2.1,19l0.8-5h6.2l0.8,5H2.1z"/>'},ak={name:"google",style:"thinline",path:'<path d="M22.1318359,10.0332031c-0.0428467-0.2381592-0.2501831-0.411377-0.4921875-0.4111328h-9.4179688c-0.276001-0.0001831-0.4998779,0.2234497-0.5,0.4993896c0,0.0002441,0,0.0004272,0,0.0006104v3.8681641c-0.0001831,0.276001,0.2233887,0.4998169,0.4993896,0.5c0.0001831,0,0.0003662,0,0.0006104,0h4.7353516c-0.2963257,0.8607178-0.8681641,1.5997314-1.6269531,2.1025391c-0.927063,0.5915527-2.0089722,0.8944092-3.1083984,0.8701172c-2.343811-0.0240479-4.407959-1.5483398-5.1206665-3.78125l-0.0007935-0.0012817c-0.3829956-1.1286621-0.3829956-2.3521729,0-3.480835l0.0007935-0.0012817c0.7128296-2.2328491,2.7769165-3.7570801,5.1206665-3.78125c1.2922974-0.020874,2.5411377,0.4666138,3.4775391,1.3574219c0.1962891,0.1882935,0.5072021,0.1848145,0.6992188-0.0078125l2.8681641-2.8681641c0.1953735-0.1953125,0.1954346-0.5119629,0.0001221-0.7073364c-0.0042114-0.0042114-0.0084839-0.0083618-0.0128174-0.0123901c-1.9041748-1.7839966-4.4230347-2.7647705-7.0322266-2.7382812C8.2489624,1.4284668,4.612915,3.6699829,2.8388672,7.2246094c-1.489563,2.9671021-1.489563,6.463562,0,9.4306641c1.7741699,3.5546875,5.4099731,5.7964478,9.3828125,5.7851562c2.5581055,0.0670166,5.0452271-0.8458862,6.9525146-2.5519409l0.0045166-0.0027466c2.0888672-2.0148926,3.2304077-4.817749,3.1435547-7.71875C22.3220825,11.4514771,22.2583618,10.7374268,22.1318359,10.0332031z M12.2216797,2.4404297c2.177002-0.022583,4.2908325,0.7315674,5.9619141,2.1270142l-2.1601562,2.1600952c-1.0762329-0.8657837-2.4206543-1.3292236-3.8017578-1.3105469C9.7005005,5.4344482,7.4238892,6.928772,6.4050293,9.2349854l-2.4805908-1.923645C5.5953369,4.2964478,8.7747192,2.4299316,12.2216797,2.4404297z M2.7216797,11.9404297C2.7191162,10.6651611,2.9753418,9.4026489,3.4748535,8.229248l2.5728149,1.9952393c-0.3129272,1.1222534-0.3129272,2.3086548,0,3.4309082l-2.5717773,1.9944458C2.9795532,14.4760742,2.7231445,13.2148438,2.7216797,11.9404297z M12.2216797,21.4404297c-3.4471436,0.0102539-6.6265869-1.8566284-8.2972412-4.8718872l2.4805908-1.923645c1.0186157,2.3063965,3.2954102,3.8008423,5.8167114,3.8179932c1.1734619,0.0178833,2.3309326-0.2741699,3.3554688-0.8466797l0.1091309,0.0847778l2.3634644,1.8361206C16.3822021,20.8199463,14.3249512,21.4917603,12.2216797,21.4404297z M18.8037109,18.8564453l-2.3779297-1.8466797c0.8726807-0.7584229,1.4613037-1.7913208,1.6689453-2.9287109c0.0504761-0.2711182-0.1282959-0.5318604-0.3994141-0.5823975c-0.0302734-0.0056152-0.0610352-0.0084839-0.0917969-0.0084229h-4.8818359v-2.8681641h8.4921875c0.0722656,0.5117798,0.1085205,1.0280151,0.1083984,1.5449219C21.3942871,14.6411133,20.489563,17.0441284,18.8037109,18.8564453z"/>'},rk={name:"google-drive-alt",style:"thinline",path:'<path d="M21.7319336,15.1376953c-0.0018921-0.0333252-0.0109253-0.0648193-0.0196533-0.0977173c-0.0087891-0.0328369-0.0167847-0.0644531-0.0317383-0.0942383c-0.0046387-0.0092773-0.0043945-0.0195923-0.0096436-0.0287476L15.5126953,4.25C15.4235229,4.0953369,15.258606,4.000061,15.0800781,4H8.9208984C8.833252,4.000061,8.7471924,4.0231934,8.6712646,4.0670166C8.5995483,4.1083984,8.5473633,4.1674805,8.5056152,4.2327271C8.5006104,4.239502,8.492981,4.2429199,8.4882812,4.25L2.3291016,14.9169922c-0.0898438,0.154541-0.0898438,0.345459,0,0.5L5.4091797,20.75c0.0072021,0.0125122,0.0214233,0.0179443,0.0296021,0.0296631c0.0339355,0.0488281,0.0745239,0.0894775,0.1233521,0.1234741c0.0183716,0.0127563,0.0338135,0.026062,0.0537109,0.0362549C5.6845093,20.9749756,5.7591553,20.999939,5.8417969,21h12.3173828c0.1785278-0.000061,0.3434448-0.0953369,0.4326172-0.25l3.0791016-5.3330078c0.0070801-0.0122681,0.0048828-0.0276489,0.0108643-0.0404663c0.0253296-0.053894,0.0402832-0.109314,0.0452881-0.1686401c0.0012207-0.0140991,0.0108643-0.0262451,0.0108643-0.0404663C21.737915,15.1568604,21.7325439,15.1480713,21.7319336,15.1376953z M14.7910156,5l5.5810547,9.6669922h-5.0029297L9.7871094,5H14.7910156z M14.2144165,14.6669922H9.7861938l2.2139282-3.8348389L14.2144165,14.6669922z M3.3388672,15.1669922L8.9208984,5.5l2.5019531,4.3330078L5.8417969,19.5L3.3388672,15.1669922z M17.8701172,20H6.7080078l2.5020142-4.3330078h11.1621094L17.8701172,20z"/>'},ik={name:"google-hangouts-alt",style:"thinline",path:'<path d="M14.9921875,8c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c0.3582764-0.0018311,0.7092896-0.1009521,1.015625-0.2868042V12c-0.0003662,0.552124-0.447876,0.9996338-1,1c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5c1.1040039-0.0014038,1.9985962-0.8959961,2-2v-2c-0.0019531-0.0532227-0.0125122-0.1057739-0.0313721-0.1555786C16.8971558,8.8062744,16.0333252,8.0033569,14.9921875,8z M14.9921875,11c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1s1,0.4476929,1,1C15.9918213,10.552124,15.5443115,10.9996338,14.9921875,11z M13.3394165,1.0818481C12.8953857,1.0235596,12.4478149,0.9962158,12,1c-5.371521-0.0146484-9.737793,4.3280029-9.7524414,9.6994629C2.2333984,15.8971558,6.3084717,20.1873779,11.5,20.4404297V22.5c-0.0001221,0.276001,0.2234497,0.4998779,0.4994507,0.5H12c0.0401611,0,0.0802002-0.0049438,0.1191406-0.0146484c5.2094727-1.2819214,9.0397949-5.7161865,9.5507812-11.0566406C22.3648071,6.6329956,18.6350708,1.7767334,13.3394165,1.0818481z M20.6757812,11.8212891C20.2313232,16.5093994,17.0032959,20.4666138,12.5,21.84375v-1.890625c0.0001831-0.276001-0.2234497-0.4998779-0.4994507-0.5H12c-4.8534546,0.0198364-8.8040771-3.8986206-8.8239136-8.7520752C3.15625,5.8475342,7.074707,1.8969727,11.9282227,1.8771362c4.8534546-0.0198364,8.8040161,3.8986206,8.8238525,8.7520752C20.7537231,11.027832,20.7282104,11.4261475,20.6757812,11.8212891z M8.9921875,8c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c0.3582764-0.0018311,0.7092896-0.1009521,1.015625-0.2868042V12c-0.0003662,0.552124-0.447876,0.9996338-1,1c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5c1.1040039-0.0014038,1.9985962-0.8959961,2-2v-2c-0.0019531-0.0532227-0.0125122-0.1057739-0.0313721-0.1555786C10.8971558,8.8062744,10.0333252,8.0033569,8.9921875,8z M8.9921875,11c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1s1,0.4476929,1,1C9.9918213,10.552124,9.5443115,10.9996338,8.9921875,11z"/>'},lk={name:"google-play",style:"thinline",path:'<path d="M20.9,11.1c-0.4-0.2-4-2.3-4-2.3l0,0L4.6,1.7C4.4,1.5,4,1.5,3.7,1.6c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1C3.2,1.8,3,2.2,3,2.6v19c0,0.3,0.2,0.7,0.4,0.8c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0.1,0,0.2,0.1,0.3,0.1c0.2,0,0.4-0.1,0.6-0.2c0.4-0.2,12.4-7.2,12.4-7.2l4-2.3c0.4-0.2,0.6-0.5,0.6-0.9C21.5,11.6,21.3,11.2,20.9,11.1z M15.8,9.3l-2,2L6.4,3.8L15.8,9.3z M4,21L4,2.9l9.2,9.1L4,21z M6.4,20l7.4-7.4l2,1.9C14.2,15.6,9.4,18.3,6.4,20z M20.4,12l-3.7,2.1L14.6,12l2.2-2.1C17.6,10.3,19.8,11.6,20.4,12L20.4,12z"/>'},ok={name:"grid",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3v-5.5h8.5V21z M11.5,14.5H3v-5h8.5V14.5z M21,21h-8.5v-5.5H21V21z M21,14.5h-8.5v-5H21V14.5z M21,8.5H3V3h18V8.5z"/>'},ck={name:"grids",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V3h5.5V21z M14.5,21h-5V3h5V21z M21,21h-5.5V3H21V21z"/>'},uk={name:"grip-horizontal-line",style:"thinline",path:'<path d="M2.5,11h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10h-19C2.223877,10,2,10.223877,2,10.5S2.223877,11,2.5,11z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z"/>'},sk={name:"head-side",style:"thinline",path:'<path d="M20.5,9.4c0-4-3.2-7.3-7.2-7.4C9.2,1.9,5.8,5.2,5.7,9.2l-2.2,4.5c0,0.1,0,0.1,0,0.2c0,0.3,0.2,0.5,0.5,0.5h2V17c0,1.1,0.9,2,2,2h1v2.5c0,0,0,0,0,0C9,21.8,9.2,22,9.5,22c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5V19h0.5c0.3,0,0.5-0.2,0.5-0.5S10.8,18,10.5,18H8c-0.6,0-1-0.4-1-1v-3c0,0,0,0,0,0c0-0.3-0.2-0.5-0.5-0.5H4.8l1.9-3.9c0-0.1,0.1-0.1,0-0.2C6.7,5.9,9.5,3,13,3c3.5,0,6.4,2.8,6.5,6.3l-2.1,7.9c0,0.1,0,0.2,0,0.3l1.1,4.2c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0.3-0.1,0.4-0.3,0.4-0.6l-1-4.1l2.1-7.8C20.5,9.5,20.5,9.4,20.5,9.4z"/>'},hk={name:"head-side-cough",style:"thinline",path:'<path d="M5,20.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6S5.3,20.4,5,20.4z M23,9c0-3.8-3.1-6.9-6.9-7C12.3,1.9,9.1,5,9,8.9l-2.1,4.4c0,0.1,0,0.1,0,0.2c0,0.3,0.2,0.5,0.5,0.5H9v2c0,1.1,0.9,2,2,2h1v2.5c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5V18h0.5c0.3,0,0.5-0.2,0.5-0.5S13.8,17,13.5,17H11c-0.6,0-1-0.4-1-1v-2.5c0-0.3-0.2-0.5-0.5-0.5H8.2L10,9.2c0-0.1,0-0.1,0-0.2c0-3.3,2.6-6,5.9-6c3.3,0,6,2.6,6.1,5.9l-2,7.4c0,0.1,0,0.2,0,0.2l1,4c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0.3-0.1,0.4-0.3,0.4-0.6l-1-3.9l2-7.4C23,9.1,23,9,23,9z M2,17.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6S2.3,17.4,2,17.4z M6,16.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6S6.3,16.4,6,16.4z"/>'},dk={name:"head-side-mask",style:"thinline",path:'<path d="M13.2,2.5c-0.1,0-0.1,0-0.2,0c-3.9,0-7,3.1-7,7c0,0,0,0.1,0,0.1l-1.9,3.1C4,12.8,4,12.9,4,13v0v0v0c0,0.1,0,0.1,0,0.2l1.5,3.9c0.4,0.8,1.3,1.4,2.2,1.4H9V21c0,0,0,0,0,0c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-2.5h2.5c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0l4.5-1.5L17,17.4c0,0.1,0,0.2,0,0.3l1,3.5c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0.3-0.1,0.4-0.4,0.3-0.6l-1-3.3l2-7.4c0,0,0-0.1,0-0.1V9.8C20,5.9,17.1,2.7,13.2,2.5z M12,17.5H7.7c-0.6,0-1.1-0.3-1.3-0.8l-1.2-3.2H12V17.5z M17.4,15.8L13,17.3v-3.9l5.6-1.9L17.4,15.8z M18.9,10.2l-6.5,2.3h-7L6.9,10C7,9.9,7,9.8,7,9.7c0,0,0-0.1,0-0.1l0-0.1c0-1.6,0.7-3.2,1.8-4.3c1.2-1.1,2.7-1.8,4.4-1.7c3.3,0.2,5.9,3,5.8,6.3L18.9,10.2z"/>'},pk={name:"history",style:"thinline",path:'<path d="M16.727478,3.1801758C12.3098755,0.8085327,6.9154053,2.1032715,4,5.9990845V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4c0,0.0001831,0,0.0003662,0,0.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5216064c1.6455688-2.4667358,4.4089966-3.9888916,7.4118042-4c4.9522095-0.0183716,8.9816284,3.9812622,9,8.9334106s-3.9812012,8.9816284-8.9334106,9C7.0478516,20.9517822,3.0183716,16.9521484,3,12c0-0.1601562-0.0004883-0.3115234,0.0087891-0.4716797c0-0.0001221,0-0.0003052,0-0.0004272c0.015686-0.2753906-0.1948853-0.5112915-0.4702148-0.5269165C2.5328369,11.0005493,2.5270996,11.0002441,2.5213623,11c-0.2712402-0.0107422-0.4998779,0.2004395-0.5106201,0.4716797C2.0004883,11.6513672,2,11.8203125,2,12c0.0062866,5.5202026,4.4797974,9.9937134,10,10c3.6833496-0.0018311,7.067749-2.0272827,8.8099976-5.272522C23.423645,11.8591309,21.5958252,5.7938232,16.727478,3.1801758z M12,8c-0.276123,0-0.5,0.223877-0.5,0.5V12c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,12.2765503,11.723999,12.5001831,12,12.5h2.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-2v-3C12.5,8.223877,12.276123,8,12,8z"/>'},fk={name:"history-alt",style:"thinline",path:'<path d="M16.7278442,3.1806641C12.3101196,0.8087769,6.9154053,2.1035767,4,5.9998169V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5234375c1.6569214-2.4729614,4.4342651-3.9953003,7.4486694-4c4.9705811-0.0076904,9.0062256,4.0155029,9.013916,8.986084C20.9937744,16.956604,16.9705811,20.9923096,12,21c-0.276123,0-0.5,0.223877-0.5,0.5S11.723877,22,12,22c3.6832275-0.00177,7.067627-2.0270996,8.8098755-5.2721558C23.423584,11.8596802,21.5960083,5.7943726,16.7278442,3.1806641z M12,8c-0.276123,0-0.5,0.223877-0.5,0.5v3.5005493C11.5001831,12.2765503,11.723999,12.5001831,12,12.5h2.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-2v-3C12.5,8.223877,12.276123,8,12,8z"/>'},mk={name:"horizontal-align-left",style:"thinline",path:'<path d="M21.5,11H16V6.5c0-0.0001831,0-0.0003662,0-0.0006104C15.9998169,6.2234497,15.776001,5.9998169,15.5,6H3V2.5C3,2.223877,2.776123,2,2.5,2S2,2.223877,2,2.5v4v5v0.0005493V17.5v0.0005493V21.5c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22c0.0001831,0,0.0003662,0,0.0006104,0C2.7765503,21.9998169,3.0001831,21.776001,3,21.5V18h18.5c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,17.9998169,22.0001831,17.776001,22,17.5v-6c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,11.2234497,21.776001,10.9998169,21.5,11z M3,7h12v4H3V7z M21,17H3v-5h12.5h0.0006104H21V17z"/>'},vk={name:"hospital",style:"thinline",path:'<path d="M12.5,17h-1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S12.8,17,12.5,17z M7.5,13h-1C6.2,13,6,13.2,6,13.5S6.2,14,6.5,14h1C7.8,14,8,13.8,8,13.5S7.8,13,7.5,13z M12.5,13h-1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S12.8,13,12.5,13z M7.5,17h-1C6.2,17,6,17.2,6,17.5S6.2,18,6.5,18h1C7.8,18,8,17.8,8,17.5S7.8,17,7.5,17z M13.5,7.5h-1v-1C12.5,6.2,12.3,6,12,6s-0.5,0.2-0.5,0.5v1h-1C10.2,7.5,10,7.7,10,8s0.2,0.5,0.5,0.5h1v1c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-1h1C13.8,8.5,14,8.3,14,8S13.8,7.5,13.5,7.5z M21.5,7H18V2.5C18,2.2,17.8,2,17.5,2h-11C6.2,2,6,2.2,6,2.5V7H2.5C2.2,7,2,7.2,2,7.5v14C2,21.8,2.2,22,2.5,22h19c0.3,0,0.5-0.2,0.5-0.5v-14C22,7.2,21.8,7,21.5,7z M21,21H3V8h3.5C6.8,8,7,7.8,7,7.5V3h10v4.5C17,7.8,17.2,8,17.5,8H21V21z M17.5,17h-1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S17.8,17,17.5,17z M16.5,13c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S17.8,13,17.5,13H16.5z"/>'},Ak={name:"hospital-square-sign",style:"thinline",path:'<path d="M15.5,6C15.2,6,15,6.2,15,6.5v5H9v-5C9,6.2,8.8,6,8.5,6S8,6.2,8,6.5v11C8,17.8,8.2,18,8.5,18h0C8.8,18,9,17.8,9,17.5v-5h6v5c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-11C16,6.2,15.8,6,15.5,6z M19.5,2h-15C3.1,2,2,3.1,2,4.5v15C2,20.9,3.1,22,4.5,22h15c1.4,0,2.5-1.1,2.5-2.5v-15C22,3.1,20.9,2,19.5,2z M21,19.5c0,0.8-0.7,1.5-1.5,1.5h-15C3.7,21,3,20.3,3,19.5v-15C3,3.7,3.7,3,4.5,3h15C20.3,3,21,3.7,21,4.5V19.5z"/>'},yk={name:"hospital-symbol",style:"thinline",path:'<path d="M15,7.5c-0.3,0-0.5,0.2-0.5,0.5v3.5h-5V8c0-0.3-0.2-0.5-0.5-0.5S8.5,7.7,8.5,8v8c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-3.5h5V16c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5V8C15.5,7.7,15.3,7.5,15,7.5z M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M12,21c-5,0-9-4-9-9s4-9,9-9c5,0,9,4,9,9C21,17,17,21,12,21z"/>'},Mk={name:"house-user",style:"thinline",path:'<path d="M21.8,10.6l-2-1.8c0,0,0,0,0,0l-7.5-6.7c-0.2-0.2-0.5-0.2-0.7,0L4.2,8.8c0,0,0,0,0,0l-2,1.8c0,0,0,0,0,0c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0L4,10.3v11.2c0,0,0,0,0,0C4,21.8,4.3,22,4.5,22h14.9c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5V10.3l1.2,1.1c0.1,0.1,0.2,0.1,0.3,0.1v0c0.1,0,0.3-0.1,0.4-0.2C22.1,11.1,22,10.8,21.8,10.6z M8.1,21c0.4-1.6,1.8-2.8,3.4-3c2-0.2,3.8,1.1,4.3,3H8.1z M9.5,14.5c0-1.4,1.1-2.5,2.5-2.5c1.4,0,2.5,1.1,2.5,2.5c0,1.4-1.1,2.5-2.5,2.5S9.5,15.9,9.5,14.5z M19,21h-2.1c-0.3-1.6-1.4-3-2.9-3.6c0.9-0.6,1.6-1.7,1.6-2.9c0-1.9-1.6-3.5-3.5-3.5s-3.5,1.6-3.5,3.5c0,1.2,0.6,2.3,1.6,2.9C8.6,18,7.5,19.3,7.1,21H5V9.4l7-6.2l7,6.2V21z"/>'},Hk={name:"html3-alt",style:"thinline",path:'<path d="M20.8691406,2.1621094C20.774292,2.0586548,20.6403809,1.9998169,20.5,2h-17C3.2243652,1.9994507,3.0004883,2.2224731,2.999939,2.4981079c-0.000061,0.0153198,0.0006104,0.0306396,0.0020142,0.0458984l1.5,17c0.0181274,0.2060547,0.161438,0.3796387,0.3603516,0.4365234l6.9902344,2C11.8973389,21.9932861,11.9436646,21.9998169,11.9902344,22c0.0462646-0.0001221,0.0922852-0.0067139,0.1367188-0.0195312l7.0097656-2c0.1991577-0.0567627,0.3427734-0.2302856,0.3613281-0.4365234l1.5-17C21.0106812,2.4042358,20.9638672,2.265625,20.8691406,2.1621094z M18.5322266,19.1132812l-6.5419922,1.8671875l-6.5224609-1.8662109L4.0458984,3h15.9082031L18.5322266,19.1132812z M7.960022,7.5h7.5341797l-0.2664795,3H10c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h5.138855l-0.3449097,3.8828125L12,16.0175781l-2.7940063-0.6347656L9.078064,13.9550781c-0.0314331-0.2715454-0.2702026-0.4707642-0.5429688-0.453125c-0.2750244,0.0249634-0.4777832,0.2680054-0.453125,0.5429688l0.1601562,1.7900391c0.0194702,0.2160034,0.1760864,0.3947144,0.3876343,0.4423828l3.2598267,0.7402344c0.0725708,0.0169067,0.1480713,0.0169067,0.2207031,0l3.2597656-0.7402344c0.211853-0.0478516,0.3685303-0.2270508,0.3876953-0.4433594l0.4263306-4.8028564C16.1848145,11.0202637,16.1903687,11.0110474,16.1903687,11l-0.0024414-0.012085l0.3500977-3.9440308c0.0247192-0.2744751-0.1777344-0.5170898-0.4522705-0.5418701C16.0705566,6.5006714,16.0552979,6.5,16.039978,6.5H7.960022c-0.2761841,0-0.5,0.223877-0.5,0.5S7.6838379,7.5,7.960022,7.5z"/>'},gk={name:"image-v",style:"thinline",path:'<path d="M19.5,2h-15C3.119812,2.0012817,2.0012817,3.119812,2,4.5v15c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h15c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-15C21.9987183,3.119812,20.880188,2.0012817,19.5,2z M4.5,21c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-5.2246094l3.7626953-3.7626953c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0L19.7047729,20.979187C19.637207,20.9885864,19.5701294,20.999939,19.5,21H4.5z M21,19.5c-0.0004272,0.3783569-0.1454468,0.7199097-0.376709,0.9837036l-6.9161377-6.9155273l1.055542-1.055481c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0L21,16.2753906V19.5z M21,14.8613892l-3.0556641-3.0556641c-1.0744629-1.0722656-2.814209-1.0722656-3.8886719,0l-1.055481,1.055481l-3.0558472-3.055542c-1.0880127-1.0390625-2.8006592-1.0390625-3.8886719,0L3,12.8613281V4.5C3.0009155,3.671936,3.671936,3.0009155,4.5,3h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V14.8613892z"/>'},Zk={name:"intercom-alt",style:"thinline",path:'<path d="M9.9994507,14.5H10c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V6c0-0.276123-0.223877-0.5-0.5-0.5S9.5,5.723877,9.5,6v8C9.4998169,14.276001,9.7234497,14.4998169,9.9994507,14.5z M13.9994507,14.5H14c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V6c0-0.276123-0.223877-0.5-0.5-0.5S13.5,5.723877,13.5,6v8C13.4998169,14.276001,13.7234497,14.4998169,13.9994507,14.5z M20,1H4C2.3438721,1.0018311,1.0018311,2.3438721,1,4v16c0.0018311,1.6561279,1.3438721,2.9981689,3,3h16c1.6561279-0.0018311,2.9981689-1.3438721,3-3V4C22.9981689,2.3438721,21.6561279,1.0018311,20,1z M22,20c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H4c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V4c0.0014038-1.1040039,0.8959961-1.9985962,2-2h16c1.1040039,0.0014038,1.9985962,0.8959961,2,2V20z M5.9993896,12.5H6c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V8c0-0.276123-0.223877-0.5-0.5-0.5S5.5,7.723877,5.5,8v4C5.4998169,12.276001,5.7234497,12.4998169,5.9993896,12.5z M18.0006104,7.5H18c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896V12c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V8C18.5001831,7.723999,18.2765503,7.5001831,18.0006104,7.5z M17.6796875,15.7910156C16.0186768,16.954895,14.0274658,17.5540161,12,17.5c-2.02771,0.0545044-4.019104-0.5450439-5.6796875-1.710022c-0.2116699-0.177124-0.5269165-0.1491699-0.7041016,0.0625c-0.1771851,0.211731-0.1491699,0.5269775,0.0625,0.7041016C7.5133667,17.8847046,9.736084,18.5680542,12,18.5c2.2637329,0.0681152,4.4863892-0.6148071,6.3212891-1.9423828c0.2116699-0.1771851,0.2396851-0.4924316,0.0625-0.7041016S17.8913574,15.6138306,17.6796875,15.7910156z"/>'},Vk={name:"key-skeleton",style:"thinline",path:'<path d="M21.8534546,2.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-1.8901367,1.8901367c-0.0096436,0.0084229-0.0219116,0.0117798-0.0310059,0.0210571c-0.0082397,0.0084229-0.0109253,0.0195312-0.0184326,0.0283813l-9.9123535,9.9123535C8.5249023,13.3831787,7.5619507,13,6.5,13C4.0147095,13,2,15.0147095,2,17.5S4.0147095,22,6.5,22c2.4841309-0.0026855,4.4973145-2.0158691,4.5-4.5c0-1.0619507-0.3831787-2.0249634-0.9984131-2.7946167l6.7575684-6.7576294l2.4732666,2.4741211c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7071533l-2.4732056-2.4741211l2.1211548-2.1211548l1.0591431,1.0591431C20.7401123,6.272644,20.8673706,6.3253784,21,6.3251953c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1952515-0.1952515,0.1953125-0.5118408,0.0001221-0.7071533l-1.0592041-1.059082l1.5591431-1.5591431C22.0406494,2.659729,22.0406494,2.3525391,21.8534546,2.1587524z M6.5,21C4.5670166,21,3,19.4329834,3,17.5S4.5670166,14,6.5,14c1.9320068,0.0023193,3.4976807,1.5679932,3.5,3.5C10,19.4329834,8.4329834,21,6.5,21z"/>'},Ck={name:"key-skeleton-alt",style:"thinline",path:'<path d="M21.8534546,2.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-5.4326172,5.4321899c-0.0072632,0.0065918-0.0167847,0.0089722-0.0237427,0.0161133c-0.0062866,0.0064087-0.0081787,0.0150757-0.0140991,0.0217285l-6.381958,6.3814087C8.5245361,13.3829956,7.5617065,13,6.5,13C4.0147095,13,2,15.0147095,2,17.5S4.0147095,22,6.5,22c2.4841309-0.0026855,4.4973145-2.0158691,4.5-4.5c0-1.0621948-0.3833618-2.0253906-0.9988403-2.795105l6.0498657-6.0493774l1.767334,1.767334c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844v0.000061c0.1325684-0.000061,0.2596436-0.0527344,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7071533l-1.767334-1.767334l2.1216431-2.121521l1.7677612,1.7677612c0.093689,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953735-0.5118408,0.0001221-0.7070923L19.586792,5.1199951l2.2666626-2.2665405C22.0406494,2.659729,22.0406494,2.3525391,21.8534546,2.1587524z M6.5,21C4.5670166,21,3,19.4329834,3,17.5S4.5670166,14,6.5,14c1.9320068,0.0023193,3.4976807,1.5679932,3.5,3.5C10,19.4329834,8.4329834,21,6.5,21z"/>'},bk={name:"laptop",style:"thinline",path:'<path d="M21.5,15H20V7c-0.0018311-1.6561279-1.3438721-2.9981689-3-3H7C5.3438721,4.0018311,4.0018311,5.3438721,4,7v8H2.4993896C2.2234497,15.0001831,1.9998169,15.223999,2,15.5V17c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-1.5006104C21.9998169,15.2234497,21.776001,14.9998169,21.5,15z M5,7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h10c1.1040039,0.0014038,1.9985962,0.8959961,2,2v8H5V7z M21,17c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-1h18V17z"/>'},Lk={name:"layer-group",style:"thinline",path:'<path d="M2.25,8.4521484l9.5,5.4804688C11.8259277,13.9767456,11.9121704,14,12,14s0.1740723-0.0232544,0.25-0.0673828l9.5-5.4804688c0.0759888-0.0438843,0.1390381-0.1069946,0.1829224-0.1829224C22.071106,8.0300293,21.9891968,7.7241211,21.75,7.5859375l-9.5-5.4755859c-0.1550903-0.0878906-0.3449097-0.0878906-0.5,0l-9.5,5.4755859C2.1740112,7.6298218,2.1109619,7.6929321,2.0670776,7.7688599C1.928894,8.0080566,2.0108032,8.3139648,2.25,8.4521484z M12,3.1210938l8.4990234,4.8984375L12,12.9228516L3.5009766,8.0195312L12,3.1210938z M21.2479858,15.5263672L12,20.9208984l-9.2481079-5.3945312c-0.2384033-0.1391602-0.5444336-0.0587158-0.6835938,0.1796875s-0.0587158,0.5444336,0.1796875,0.6835938l9.5,5.5419922C11.8244019,21.9765015,11.911377,22.0001221,12,22c0.088562,0.0001221,0.1755371-0.0234985,0.2518921-0.0683594l9.5-5.5419922c0.2384033-0.1391602,0.3188477-0.4451904,0.1796875-0.6835938S21.4863892,15.387207,21.2479858,15.5263672z M21.2479858,11.5263672L12,16.9208984l-9.2481079-5.3945312c-0.2384033-0.1391602-0.5444336-0.0587158-0.6835938,0.1796875s-0.0587158,0.5444336,0.1796875,0.6835938l9.5,5.5419922C11.8244019,17.9765015,11.911377,18.0001221,12,18c0.088562,0.0001221,0.1755371-0.0234985,0.2518921-0.0683594l9.5-5.5419922c0.2384033-0.1391602,0.3188477-0.4451904,0.1796875-0.6835938S21.4863892,11.387207,21.2479858,11.5263672z"/>'},Sk={name:"layers-alt",style:"thinline",path:'<path d="M21.5,2h-13C8.4998169,2,8.4996338,2,8.4994507,2C8.2234497,2.0001831,7.9998169,2.223999,8,2.5V7H5.5C5.4998169,7,5.4996338,7,5.4993896,7C5.2234497,7.0001831,4.9998169,7.223999,5,7.5V12H2.5c-0.0001831,0-0.0003662,0-0.0006104,0C2.2234497,12.0001831,1.9998169,12.223999,2,12.5v9c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h9c0.0001831,0,0.0003662,0,0.0006104,0C11.7765503,21.9998169,12.0001831,21.776001,12,21.5V19h4.5c0.0001831,0,0.0003662,0,0.0006104,0C16.7765503,18.9998169,17.0001831,18.776001,17,18.5V16h4.5c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,15.9998169,22.0001831,15.776001,22,15.5v-13c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11,18.5v0.0005493V21H3v-8h2.5H11V18.5z M16,15.5v0.0005493V18h-4v-5.5c0-0.0001831,0-0.0003662,0-0.0006104C11.9998169,12.2234497,11.776001,11.9998169,11.5,12H6V8h2.5H16V15.5z M21,15h-4V7.5c0-0.0001831,0-0.0003662,0-0.0006104C16.9998169,7.2234497,16.776001,6.9998169,16.5,7H9V3h12V15z"/>'},zk={name:"left-indent",style:"thinline",path:'<path d="M2.5,10.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,9.5,2,9.723877,2,10S2.223877,10.5,2.5,10.5z M2.5,6.5h19C21.776123,6.5,22,6.276123,22,6s-0.223877-0.5-0.5-0.5h-19C2.223877,5.5,2,5.723877,2,6S2.223877,6.5,2.5,6.5z M21.8446045,9.3519897C21.609314,9.0689697,21.189209,9.0303345,20.90625,9.265625l-2.6660156,2.2226562c-0.0315552,0.0261841-0.0606079,0.0552368-0.086792,0.086792c-0.2346802,0.2826538-0.1958008,0.7019653,0.086792,0.9366455L20.90625,14.734375c0.1194458,0.1005249,0.2706299,0.1555176,0.4267578,0.1552734c0.1973267-0.0002441,0.3843994-0.0878906,0.5109253-0.2393188c0.236145-0.2826538,0.1984863-0.7032471-0.0841675-0.9393921L19.7080078,12l2.0517578-1.7109375C22.0414429,10.0534668,22.0794067,9.6343384,21.8446045,9.3519897z M2.5,14.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,13.5,2,13.723877,2,14S2.223877,14.5,2.5,14.5z M21.5,17.5h-19C2.223877,17.5,2,17.723877,2,18s0.223877,0.5,0.5,0.5h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17.5,21.5,17.5z"/>'},wk={name:"left-indent-alt",style:"thinline",path:'<path d="M5.8837891,9.1796875C5.7069092,8.9677124,5.3916626,8.9393311,5.1796875,9.1162109l-3,2.5c-0.0231323,0.0192871-0.0444946,0.0406494-0.0637817,0.0637817c-0.1767578,0.2119751-0.1481934,0.5270386,0.0637817,0.7037964l3,2.5C5.2694702,14.9589844,5.3828735,15.0001221,5.5,15c0.1481323-0.000061,0.2886353-0.0657959,0.383606-0.1795044c0.177002-0.2119751,0.1486816-0.5272827-0.0632935-0.7042847L3.28125,12l2.5390625-2.1162109C6.0322876,9.7069092,6.0606689,9.3916626,5.8837891,9.1796875z M12.5,7h9C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-9C12.223877,6,12,6.223877,12,6.5S12.223877,7,12.5,7z M9.0449219,5H9.0419922c-0.2749023,0.0001831-0.4981689,0.222168-0.5,0.4970703l-0.0839844,13C8.456543,18.7731323,8.6790161,18.99823,8.9550781,19h0.0029297c0.2749023-0.0001831,0.4981689-0.222168,0.5-0.4970703l0.0839844-13C9.543457,5.2268677,9.3209839,5.00177,9.0449219,5z M21.5,18h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,18,21.5,18z M21.5,10h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10z M21.5,14h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z"/>'},xk={name:"line-spacing",style:"thinline",path:'<path d="M9.5,8h12C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-12C9.223877,7,9,7.223877,9,7.5S9.223877,8,9.5,8z M6.0410156,16.1708984l-0.8740234,0.99823V6.8308105l0.8740234,0.998291C6.1356201,7.9378662,6.2728271,8.0002441,6.4169922,8c0.1209106-0.0001221,0.2376709-0.0440063,0.3286743-0.1235962c0.2078857-0.1817627,0.2290649-0.4976196,0.0473633-0.7055054l-1.75-2c-0.0073242-0.0077515-0.0148926-0.0153198-0.022644-0.022644C4.8127441,4.953125,4.486145,4.9632568,4.2910156,5.1708984l-1.75,2C2.3592529,7.37854,2.380249,7.6942139,2.5878906,7.8759766s0.5233765,0.1607666,0.7051392-0.046875l0.8739624-0.99823v10.3383179l-0.8740234-0.998291c-0.1817627-0.2076416-0.4974365-0.2286377-0.7050781-0.046875s-0.2286377,0.4974365-0.046875,0.7050781l1.75,2C4.3857422,18.9376831,4.5228882,19,4.6669922,19c0.144165,0,0.28125-0.0623169,0.3760376-0.1708984l1.75-2c0.1817017-0.2076416,0.1607056-0.5233154-0.046936-0.7050781S6.2227783,15.9632568,6.0410156,16.1708984z M21.5,17h-12C9.223877,17,9,17.223877,9,17.5S9.223877,18,9.5,18h12c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z M21.5,12h-12C9.223877,12,9,12.223877,9,12.5S9.223877,13,9.5,13h12c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z"/>'},_k={name:"link-broken",style:"thinline",path:'<path d="M5.2421875,10.2177734C5.46875,10.2179565,5.6671143,10.0658569,5.725769,9.8470459C5.7972412,9.5802002,5.638916,9.3059082,5.3720703,9.234375L2.6464844,8.5039062C2.380127,8.4368286,2.1086426,8.5933228,2.0332031,8.8574219C1.961853,9.1243286,2.1199951,9.3986816,2.3867188,9.4707031l2.7255859,0.7304688C5.1547852,10.2119141,5.1983643,10.2174683,5.2421875,10.2177734z M13.8065796,15.3869629c-0.1932373-0.1972046-0.5097656-0.2003784-0.7069702-0.0071411l-3.8886719,3.8876953c-1.2528076,1.1972656-3.225769,1.1972656-4.4785767,0c-0.0001831-0.0002441-0.0004272-0.0004272-0.0006714-0.0006714c-1.2363281-1.2366943-1.2360229-3.2415161,0.0006714-4.4778442l3.8877563-3.8886719c0.1904907-0.194397,0.1904907-0.5054932,0-0.6998901c-0.1932983-0.1972046-0.5098267-0.2003784-0.7070312-0.0070801l-3.8876953,3.8886108c-0.7816772,0.7815552-1.2208252,1.8416748-1.2207642,2.9470215c0.0002441,2.3011475,1.8658447,4.1665039,4.1670532,4.1663208c1.1057129,0.0029907,2.166687-0.4365845,2.9463501-1.2207031l3.8885498-3.8878174C13.9970703,15.8924561,13.9970703,15.5813599,13.8065796,15.3869629z M5.8828125,6.5898438c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464233c0.1952515-0.1952515,0.1953125-0.5118408,0.000061-0.7070923L4.5947266,3.8877563c-0.194397-0.1905518-0.5054932-0.1905518-0.6998901,0C3.6976318,4.0809937,3.694458,4.397522,3.8876953,4.5947266L5.8828125,6.5898438z M9.234375,5.3720703C9.2937622,5.59021,9.4916992,5.7417603,9.7177734,5.7421875c0.0438232-0.0003052,0.0874023-0.0058594,0.1298828-0.0166016c0.2667847-0.0720215,0.4248657-0.3463745,0.3535156-0.6132812L9.4707031,2.3867188c-0.0744629-0.2648315-0.3467407-0.421814-0.6132812-0.3535156C8.5906982,2.1052246,8.4325562,2.3795776,8.5039062,2.6464844L9.234375,5.3720703z M19.9746094,4.0253906c-1.6271973-1.6271973-4.2653809-1.6271973-5.8926392,0L10.1934204,7.913147c-0.1904907,0.1943359-0.1904907,0.5054321,0,0.6998291c0.1932373,0.1972046,0.5097656,0.2003784,0.7069702,0.0071411l3.8886719-3.8876953c1.2528076-1.1972656,3.225708-1.1972656,4.4785156,0l0.0006714,0.0006714c1.2363281,1.2366943,1.2360229,3.2415161-0.0006714,4.4778442l-3.8876953,3.8886719c-0.09375,0.09375-0.1463623,0.2208862-0.1464233,0.3534546c0,0.276123,0.2238159,0.5,0.499939,0.500061c0.1326294,0.0001831,0.2598877-0.0525513,0.3535156-0.1464844l3.8876953-3.8886108C21.6018066,8.2907715,21.6018066,5.6525879,19.9746094,4.0253906z M21.6132812,14.5292969l-2.7255859-0.7304688c-0.2663574-0.0673218-0.5380249,0.0892944-0.6132812,0.3535156c-0.0713501,0.2669067,0.086792,0.5412598,0.3535156,0.6132812l2.7255859,0.7304688c0.0424805,0.0107422,0.0860596,0.0162964,0.1298828,0.0166016c0.2265015,0.0001831,0.4248657-0.1519165,0.4835205-0.3707275C22.0384521,14.8751221,21.880127,14.6008301,21.6132812,14.5292969z M18.1171875,17.4102173c-0.0023804-0.0023804-0.0046997-0.0047607-0.0070801-0.0070801c-0.1972046-0.1932983-0.5137329-0.1901245-0.7070312,0.0070801c-0.1932373,0.1971436-0.1901245,0.5136719,0.0070801,0.7069702l1.9951172,1.9951172c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7071533L18.1171875,17.4102173z M14.765625,18.6279297c-0.0717163-0.2669678-0.3463135-0.4252319-0.6132812-0.3535156s-0.4252319,0.3463135-0.3535156,0.6132812l0.7304688,2.7255859c0.0593872,0.2181396,0.2573242,0.3696899,0.4833984,0.3701172c0.0438232-0.0003052,0.0874023-0.0058594,0.1298828-0.0166016c0.2667236-0.0720215,0.4248657-0.3463745,0.3535156-0.6132812L14.765625,18.6279297z"/>'},kk={name:"link-h",style:"thinline",path:'<path d="M10.5,16H7c-2.2091675,0-4-1.7908325-4-4s1.7908325-4,4-4h3.5C10.776123,8,11,7.776123,11,7.5S10.776123,7,10.5,7H7c-2.7614136,0-5,2.2385864-5,5s2.2385864,5,5,5h3.5c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,16,10.5,16z M8,12c0,0.276123,0.223877,0.5,0.5,0.5h7c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-7C8.223877,11.5,8,11.723877,8,12z M17,7h-3.5C13.223877,7,13,7.223877,13,7.5S13.223877,8,13.5,8H17c2.2091675,0,4,1.7908325,4,4s-1.7908325,4-4,4h-3.5c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5H17c2.7614136,0,5-2.2385864,5-5S19.7614136,7,17,7z"/>'},Tk={name:"linkedin-alt",style:"thinline",path:'<path d="M7.5006104,9C7.5003662,9,7.5001831,9,7.5,9h-4C3.223999,8.9998169,3.0001831,9.2234497,3,9.4993896C3,9.4996338,3,9.4998169,3,9.5v12c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5C3.4996338,22,3.4998169,22,3.5,22h4c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507C8,21.5003662,8,21.5001831,8,21.5v-12C8.0001831,9.223999,7.7765503,9.0001831,7.5006104,9z M7,21H4V10h3V21z M18,9c-1.0848389,0.000061-2.1393433,0.3580933-3,1.0185547V9.5c0.0001831-0.276001-0.2234497-0.4998169-0.4993896-0.5C14.5003662,9,14.5001831,9,14.5,9h-4c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896C10,9.4996338,10,9.4998169,10,9.5v12c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5c0.0001831,0,0.0003662,0,0.0005493,0h4c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507c0-0.0001831,0-0.0003662,0-0.0005493V16c0-0.8284302,0.6715698-1.5,1.5-1.5S18,15.1715698,18,16v5.5c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5c0.0001831,0,0.0003662,0,0.0005493,0h4c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507c0-0.0001831,0-0.0003662,0-0.0005493V14C22.9967651,11.2399292,20.7600708,9.0032349,18,9z M22,21h-3v-5c0-1.3807373-1.1192627-2.5-2.5-2.5S14,14.6192627,14,16v5h-3V10h3v1.203125c0,0.2124634,0.1343994,0.4016724,0.335022,0.4716797c0.2001343,0.0721436,0.4240112,0.0079956,0.5556641-0.1591797c1.3625488-1.7268066,3.8669434-2.0220337,5.59375-0.6594238C21.4462891,11.6152344,22.0053101,12.7747192,22,14V21z M5.867981,2.0018311C5.7503662,1.9935913,5.6323242,1.992981,5.5146484,2C4.0053711,1.8969116,2.6983032,3.0368652,2.5952148,4.5461426c-0.0041504,0.06073-0.0062256,0.121521-0.0063477,0.182373c-0.0130005,1.49646,1.1895752,2.7200928,2.6860352,2.7330933c0.0610962,0.0005493,0.1221313-0.0010376,0.1831055-0.0046387h0.0283203c1.5064087,0.1054077,2.8129883-1.0303345,2.918396-2.5367432S7.3743896,2.1072388,5.867981,2.0018311z M5.8334351,6.4598389C5.7179565,6.470459,5.6016235,6.4695435,5.4863281,6.4569702H5.4580078C4.5018921,6.5304565,3.6672974,5.8150024,3.593811,4.8588867C3.5203247,3.902832,4.2357788,3.0681763,5.1918945,2.9946899C5.2994385,2.9864502,5.4074707,2.9882202,5.5146484,3C6.4700317,2.9119873,7.315918,3.6151123,7.4039917,4.5704956C7.4920044,5.5259399,6.7888794,6.3718262,5.8334351,6.4598389z"/>'},Ek={name:"list-ui-alt",style:"thinline",path:'<path d="M3.5,6C2.6715698,6,2,6.6715698,2,7.5S2.6715698,9,3.5,9C4.328064,8.9990845,4.9990845,8.328064,5,7.5C5,6.6715698,4.3284302,6,3.5,6z M3.5,8C3.223877,8,3,7.776123,3,7.5S3.223877,7,3.5,7C3.7759399,7.0005493,3.9994507,7.2240601,4,7.5C4,7.776123,3.776123,8,3.5,8z M7.5,8h14C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-14C7.223877,7,7,7.223877,7,7.5S7.223877,8,7.5,8z M21.5,12h-10c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h10c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M21.5,17h-6c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h6c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z M7.5,11C6.6715698,11,6,11.6715698,6,12.5S6.6715698,14,7.5,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9,11.6715698,8.3284302,11,7.5,11z M7.5,13C7.223877,13,7,12.776123,7,12.5S7.223877,12,7.5,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8,12.776123,7.776123,13,7.5,13z M11.5,16c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,16.6715698,12.3284302,16,11.5,16z M11.5,18c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,17.776123,11.776123,18,11.5,18z"/>'},Ok={name:"list-ul",style:"thinline",path:'<path d="M3.5,12C3.223877,12,3,12.223877,3,12.5S3.223877,13,3.5,13S4,12.776123,4,12.5S3.776123,12,3.5,12z M6.5,8h15C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-15C6.223877,7,6,7.223877,6,7.5S6.223877,8,6.5,8z M3.5,17C3.223877,17,3,17.223877,3,17.5S3.223877,18,3.5,18S4,17.776123,4,17.5S3.776123,17,3.5,17z M21.5,12h-15C6.223877,12,6,12.223877,6,12.5S6.223877,13,6.5,13h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M3.5,7C3.223877,7,3,7.223877,3,7.5S3.223877,8,3.5,8S4,7.776123,4,7.5S3.776123,7,3.5,7z M21.5,17h-15C6.223877,17,6,17.223877,6,17.5S6.223877,18,6.5,18h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z"/>'},Pk={name:"master-card",style:"thinline",path:'<path d="M15.25,5.2041016C14.1124878,5.2034302,12.9937134,5.4936523,12,6.0472412c-0.9937134-0.5535889-2.1124878-0.843811-3.25-0.8431396C4.9967041,5.2298584,1.9749756,8.293335,2.0007324,12.0466309C2.0262451,15.7635498,5.0330811,18.7703857,8.75,18.7958984c1.1375122,0.0006714,2.2562866-0.2895508,3.25-0.8431396c0.9937134,0.5535889,2.1124878,0.843811,3.25,0.8431396c3.7532959-0.0257568,6.7750244-3.0892944,6.7492676-6.8425293C21.9737549,8.2364502,18.9668579,5.2296143,15.25,5.2041016z M8.75,17.7958984c-3.2009888-0.0252075-5.7754517-2.640625-5.7501831-5.8416138C3.0247803,8.7889404,5.5846558,6.2290649,8.75,6.2041016c0.791687,0.000061,1.574646,0.1657715,2.2984619,0.4864502c-2.932312,2.3508301-3.4036865,6.633728-1.0528564,9.56604c0.3114014,0.3884277,0.6644287,0.7414551,1.0528564,1.0528564C10.324646,17.630127,9.541687,17.7958374,8.75,17.7958984z M12,16.7767334C10.4329224,15.6915283,9.4985352,13.9061279,9.5,12c-0.0014648-1.9061279,0.9329224-3.6915283,2.5-4.7767334c2.6381226,1.8299561,3.2932739,5.4520264,1.4633179,8.0901489C13.0669556,15.8847656,12.5713501,16.3804321,12,16.7767334z M15.25,17.7958984c-0.791687-0.000061-1.574646-0.1657715-2.2984619-0.4864502c2.932312-2.3508301,3.4036865-6.633728,1.0528564-9.56604c-0.3114014-0.3884277-0.6644287-0.7414551-1.0528564-1.0528564C13.675354,6.369873,14.458313,6.2041626,15.25,6.2041016c3.2009888,0.0252075,5.7754517,2.640564,5.7502441,5.8415527C20.9752808,15.2110596,18.4154053,17.7709351,15.25,17.7958984z"/>'},Nk={name:"microscope",style:"thinline",path:'<path d="M20.5,22H14c0.3-0.4,0.5-0.9,0.5-1.5c0,0,0,0,0-0.1c1.2-0.5,2.4-1.2,3.3-2.2c3-3.3,2.9-8.4-0.2-11.6l0.5-0.5C18.2,6,18.3,6,18.3,5.9L19,3.8c0.1-0.2,0-0.4-0.1-0.5l-2.1-2.1C16.6,1,16.4,1,16.2,1l-2.1,0.7c-0.1,0-0.1,0.1-0.2,0.1L7.6,8.2c0,0,0,0,0,0c-0.2,0.2-0.2,0.5,0,0.7l0.4,0.4L6.1,11c0,0,0,0,0,0c-0.2,0.2-0.2,0.5,0,0.7l2.1,2.1C8.4,14,8.5,14,8.6,14C8.7,14,8.9,14,9,13.9l1.8-1.8l0.4,0.4c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1l5.1-5.1c0.8,0.8,1.4,1.8,1.7,2.9c1.2,3.8-0.7,7.8-4.4,9.2C13.9,18.6,13,18,12,18c-1.1,0-2.1,0.7-2.4,1.8c-1.2-0.3-2.3-0.9-3.2-1.8h1.1C7.8,18,8,17.8,8,17.5S7.8,17,7.5,17h-4C3.2,17,3,17.2,3,17.5S3.2,18,3.5,18H5c1.2,1.4,2.7,2.3,4.5,2.8c0,0.5,0.2,0.9,0.5,1.2H3.5C3.2,22,3,22.2,3,22.5S3.2,23,3.5,23h17c0.3,0,0.5-0.2,0.5-0.5S20.8,22,20.5,22z M8.6,12.8l-1.4-1.4L8.6,10l1.4,1.4L8.6,12.8z M16.6,6.3C16.6,6.3,16.5,6.3,16.6,6.3C16.5,6.3,16.5,6.3,16.6,6.3l-5.1,5.1L8.6,8.6l5.9-5.9l1.7-0.6l1.7,1.7l-0.6,1.7L16.6,6.3z M12,22c-0.8,0-1.5-0.7-1.5-1.5S11.2,19,12,19c0.8,0,1.5,0.7,1.5,1.5C13.5,21.3,12.8,22,12,22z"/>'},jk={name:"minus-square-full",style:"thinline",path:'<path d="M7.5,12.5h9c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-9C7.223877,11.5,7,11.723877,7,12S7.223877,12.5,7.5,12.5z M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V3h18V21z"/>'},Dk={name:"modem",style:"thinline",path:'<path d="M17,18.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S16.1715698,18.5,17,18.5z M17,16.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S16.723877,16.5,17,16.5z M21.9871216,13.4356079c-0.0043335-0.0326538-0.008667-0.0636597-0.0192261-0.0947876c-0.0111084-0.0326538-0.0267334-0.0611572-0.0440063-0.090332c-0.0150146-0.0256348-0.0296021-0.0500488-0.0491943-0.072876c-0.0241089-0.0280151-0.0518799-0.0499878-0.081543-0.0720825c-0.015625-0.0117188-0.0258179-0.0281372-0.0431519-0.038147l-15.5791016-9C5.9319458,3.9293213,5.6263428,4.0110474,5.4882812,4.25S5.4319458,4.7945557,5.6708984,4.9326172L19.6356201,13H3.5c-0.0001831,0-0.0003662,0-0.0006104,0C3.2234497,13.0001831,2.9998169,13.223999,3,13.5v5c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h14c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-5c0-0.0001831,0-0.0003662,0-0.0006104C22,13.4767456,21.9900513,13.4573975,21.9871216,13.4356079z M21,18.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-14c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5V14h17V18.5z"/>'},qk={name:"mouse-alt-2",style:"thinline",path:'<path d="M12,2C8.1340332,2,5,5.1340332,5,9v6c0.0046997,3.8640747,3.1359253,6.9953003,7,7c3.8640747-0.0046997,6.9953003-3.1359253,7-7V9C19,5.1340332,15.8659668,2,12,2z M18,15c0,3.3137207-2.6862793,6-6,6s-6-2.6862793-6-6V9c0.003418-3.1433716,2.4224854-5.7166138,5.5-5.9742432v9.4752197c0,0.0001831,0,0.0004272,0,0.0006104c0.0001831,0.2759399,0.223999,0.4995728,0.5,0.4993896c0.0001831,0,0.0003662,0,0.0005493,0c0.276001-0.0001221,0.4996338-0.223999,0.4994507-0.5V3.0257568C15.5775146,3.2833862,17.996582,5.8566284,18,9V15z"/>'},Rk={name:"multiply",style:"thinline",path:'<path d="M19.8534546,19.1465454L12.7069092,12l7.1465454-7.1465454c0.1871948-0.1937256,0.1871948-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-7.1465454,7.1465454L4.8534546,4.1465454c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0C3.960144,4.3383789,3.9546509,4.6549072,4.1464844,4.8535156L11.2929688,12l-7.1464844,7.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C4,19.776062,4.223877,19.999939,4.5,20c0.1326294,0.0001221,0.2598267-0.0526123,0.3534546-0.1465454l7.1464844-7.1464844l7.1465454,7.1465454C19.2401123,19.9474487,19.3673706,20.0001831,19.5,20c0.1325073-0.000061,0.2595825-0.0526733,0.3533325-0.1463623C20.048645,19.6583862,20.0487061,19.3417969,19.8534546,19.1465454z"/>'},Ik={name:"object-group",style:"thinline",path:'<path d="M21,19.0917969V4.9077148C21.5808716,4.7007446,21.9992676,4.1517944,22,3.5C22,2.6715698,21.3284302,2,20.5,2c-0.6521606,0-1.2015991,0.4187622-1.4082031,1H4.9082031C4.7015991,2.4187622,4.1521606,2,3.5,2C2.6715698,2,2,2.6715698,2,3.5c0,0.6521606,0.4187622,1.2015991,1,1.4082031v14.1835938C2.4187622,19.2984009,2,19.8478394,2,20.5C2,21.3284302,2.6715698,22,3.5,22c0.6517944-0.0007324,1.2007446-0.4191284,1.4077148-1h14.184082c0.206604,0.5812378,0.7560425,1,1.4082031,1c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C22,19.8478394,21.5812378,19.2984009,21,19.0917969z M20.5,3c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C21,3.776123,20.776123,4,20.5,4S20,3.776123,20,3.5S20.223877,3,20.5,3z M3.5,3C3.7759399,3.0005493,3.9994507,3.2240601,4,3.5C4,3.776123,3.776123,4,3.5,4S3,3.776123,3,3.5S3.223877,3,3.5,3z M3.5,21C3.223877,21,3,20.776123,3,20.5S3.223877,20,3.5,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4,20.776123,3.776123,21,3.5,21z M19.0899658,20.0059814C19.0895386,20.0053711,19.0859375,20,19.0859375,20H4.9140625c0,0-0.0036011,0.0053711-0.0040283,0.0059814c-0.1504517-0.428833-0.4871826-0.765564-0.9160156-0.9160156C3.9946289,19.0895386,4,19.0859375,4,19.0859375V4.9140625c0,0-0.0057373-0.0038452-0.0064087-0.0043335c0.428833-0.1506348,0.7655029-0.4873047,0.9161377-0.9161377C4.9102173,3.9942627,4.9140625,4,4.9140625,4h14.171875c0,0,0.0036011-0.0053711,0.0040283-0.0059814c0.1504517,0.428833,0.4871826,0.765564,0.9160156,0.9160156C20.0053711,4.9104614,20,4.9140625,20,4.9140625v14.171875c0,0,0.0053711,0.0036011,0.0059814,0.0040283C19.5771484,19.2404175,19.2404175,19.5771484,19.0899658,20.0059814z M20.5,21c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C21,20.776123,20.776123,21,20.5,21z M16.5,10H14V7.5c0-0.0001831,0-0.0003662,0-0.0006104C13.9998169,7.2234497,13.776001,6.9998169,13.5,7h-6C7.4998169,7,7.4996338,7,7.4993896,7C7.2234497,7.0001831,6.9998169,7.223999,7,7.5v6c0,0.0001831,0,0.0003662,0,0.0005493C7.0001831,13.7765503,7.223999,14.0001831,7.5,14H10v2.5c0,0.0001831,0,0.0003662,0,0.0005493C10.0001831,16.7765503,10.223999,17.0001831,10.5,17h6c0.0001831,0,0.0003662,0,0.0006104,0C16.7765503,16.9998169,17.0001831,16.776001,17,16.5v-6c0-0.0001831,0-0.0003662,0-0.0006104C16.9998169,10.2234497,16.776001,9.9998169,16.5,10z M10.4994507,10C10.2234497,10.0001831,9.9998169,10.223999,10,10.5V13H8V8h5v2h-2.5C10.4998169,10,10.4996338,10,10.4994507,10z M16,16h-5v-5h5V16z"/>'},Fk={name:"object-ungroup",style:"thinline",path:'<path d="M21,19.0921021v-8.1842041C21.5807495,10.7008057,22,10.151001,22,9.5C22,8.6728516,21.3271484,8,20.5,8c-0.651001,0-1.2008057,0.4192505-1.4078979,1H15V4.9078979C15.5807495,4.7008057,16,4.151001,16,3.5C16,2.6728516,15.3271484,2,14.5,2c-0.651001,0-1.2008057,0.4192505-1.4078979,1H4.9078979C4.7008057,2.4192505,4.151001,2,3.5,2C2.6728516,2,2,2.6728516,2,3.5c0,0.651001,0.4192505,1.2008057,1,1.4078979v8.1842041C2.4192505,13.2991943,2,13.848999,2,14.5C2,15.3271484,2.6728516,16,3.5,16c0.651001,0,1.2008057-0.4192505,1.4078979-1H9v4.0921021C8.4192505,19.2991943,8,19.848999,8,20.5C8,21.3271484,8.6728516,22,9.5,22c0.651001,0,1.2008057-0.4192505,1.4078979-1h8.1842041c0.2070923,0.5807495,0.756897,1,1.4078979,1c0.8271484,0,1.5-0.6728516,1.5-1.5C22,19.848999,21.5807495,19.2991943,21,19.0921021z M20.5,9C20.7753906,9,21,9.2246094,21,9.5S20.7753906,10,20.5,10S20,9.7753906,20,9.5S20.2246094,9,20.5,9z M14.5,3C14.7753906,3,15,3.2246094,15,3.5S14.7753906,4,14.5,4S14,3.7753906,14,3.5S14.2246094,3,14.5,3z M3.5,3C3.7753906,3,4,3.2246094,4,3.5S3.7753906,4,3.5,4S3,3.7753906,3,3.5S3.2246094,3,3.5,3z M3.5,15C3.2246094,15,3,14.7753906,3,14.5S3.2246094,14,3.5,14S4,14.2246094,4,14.5S3.7753906,15,3.5,15z M4.9140625,14l-0.0054932,0.0023193c-0.151001-0.4255981-0.4858398-0.760376-0.9115601-0.9111328L4,13.0859375v-8.171875L3.9971313,4.9087524C4.4226074,4.7580566,4.7573242,4.423645,4.9083862,3.998291L4.9140625,4h8.171875l0.0053101-0.0027466c0.1507568,0.425415,0.4852295,0.7601929,0.9105225,0.9111938L14,4.9140625V9h-3.0921021C10.7008057,8.4192505,10.151001,8,9.5,8C8.6728516,8,8,8.6728516,8,9.5c0,0.651001,0.4192505,1.2008057,1,1.4078979V14H4.9140625z M14.5,14c0.2753906,0,0.5,0.2246094,0.5,0.5S14.7753906,15,14.5,15S14,14.7753906,14,14.5S14.2246094,14,14.5,14z M14.0015869,13.0916138c-0.4251709,0.151062-0.7596436,0.4858398-0.9103394,0.9112549L13.0859375,14H10v-3.0859375l-0.0028076-0.0053101c0.425415-0.1507568,0.7601318-0.4851685,0.9111938-0.9104004C10.9091187,9.9971924,10.9135742,10.0014648,10.9140625,10H14v3.0859375L14.0015869,13.0916138z M9.5,10C9.2246094,10,9,9.7753906,9,9.5S9.2246094,9,9.5,9S10,9.2246094,10,9.5S9.7753906,10,9.5,10z M13.0921021,15c0.2070923,0.5807495,0.756897,1,1.4078979,1c0.8271484,0,1.5-0.6728516,1.5-1.5c0-0.651001-0.4192505-1.2008057-1-1.4078979V10h4.0859375l0.0049438-0.0039673c0.1506958,0.4265137,0.4859619,0.7619019,0.9124146,0.9128418L20,10.9140625v8.171875l0.0031738,0.005188c-0.4278564,0.1514893-0.7637329,0.4888306-0.9136963,0.9174194L19.0859375,20h-8.171875c0,0-0.0032349,0.006958-0.0037231,0.0079956c-0.1505127-0.4299927-0.4883423-0.7678223-0.918335-0.918335C9.993042,19.0891724,10,19.0859375,10,19.0859375V15H13.0921021z M9.5,21C9.2246094,21,9,20.7753906,9,20.5S9.2246094,20,9.5,20s0.5,0.2246094,0.5,0.5S9.7753906,21,9.5,21z M20.5,21c-0.2753906,0-0.5-0.2246094-0.5-0.5s0.2246094-0.5,0.5-0.5s0.5,0.2246094,0.5,0.5S20.7753906,21,20.5,21z"/>'},Bk={name:"opera-alt",style:"thinline",path:'<path d="M12,5.5c-3.1,0-3.1,4.7-3.1,6.4c0,1.8,0,6.6,3.2,6.6c3.2,0,3.2-4.8,3.2-6.6C15.1,7.7,14.1,5.5,12,5.5z M12,17.5c-1.5,0-2.2-1.8-2.2-5.7c0-3.6,0.7-5.3,2.1-5.3h0c1.4,0,2.2,1.8,2.2,5.4C14.1,15.7,13.5,17.5,12,17.5z M12,1.5c-5.8,0-9.8,4.3-9.8,10.4c0,5.2,3.7,10.6,9.8,10.6c6.1,0,9.8-5.4,9.8-10.6C21.8,5.8,17.8,1.5,12,1.5z M12,21.5c-5.5,0-8.8-4.9-8.8-9.6c0-5.6,3.5-9.4,8.8-9.4c5.3,0,8.8,3.8,8.8,9.4C20.8,16.6,17.5,21.5,12,21.5z"/>'},Uk={name:"paperclip",style:"thinline",path:'<path d="M18.1875,13.3789062l-6.0107422,6.0097656c-1.9523926,1.9526978-5.118103,1.9528809-7.0708008,0.0004883s-1.9528809-5.118103-0.0004883-7.0708008l8.4853516-8.4853516c1.1714478-1.1717529,3.0709839-1.171936,4.2426758-0.0004883c1.1717529,1.1714478,1.171936,3.0709839,0.0004883,4.2426758l-7.7783203,7.7783203c-0.3956299,0.3779297-1.0184937,0.3779297-1.4140625,0c-0.3896484-0.3908081-0.3896484-1.0232544,0-1.4140625l5.3026733-5.303772c0.0024414-0.0023193,0.0048218-0.0046997,0.0072021-0.0071411c0.1932373-0.1972046,0.1900635-0.5137329-0.0072021-0.7069702c-0.1972046-0.1932983-0.5137329-0.1900635-0.7069702,0.0071411l-5.3027344,5.3037109c-0.0002441,0.0002441-0.0004883,0.0004883-0.0007324,0.0007324c-0.7805786,0.7809448-0.7802124,2.046814,0.0007324,2.8273926c0.7913818,0.7553711,2.0367432,0.7553711,2.828125,0l7.7783203-7.7783203c1.5517578-1.5604248,1.5515747-4.0812988-0.0004883-5.6414795c-1.5579834-1.5661011-4.0905762-1.5727539-5.6567383-0.0147705l-8.4853516,8.4853516c-1.124939,1.1251831-1.756897,2.6511841-1.756897,4.2422485c0,3.3137207,2.6863403,6,6.000061,5.999939c1.5921631,0.0045166,3.119812-0.62854,4.2421875-1.7578125l6.0107422-6.0097656c0.0023804-0.0023804,0.0047607-0.0047607,0.0070801-0.0071411c0.1932983-0.1972046,0.1900635-0.5137329-0.0070801-0.7070312C18.6973267,13.1785278,18.3807983,13.1817017,18.1875,13.3789062z"/>'},$k={name:"paragraph",style:"thinline",path:'<path d="M13.5,14h-11C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,14,13.5,14z M21.5,9h-19C2.223877,9,2,9.223877,2,9.5S2.223877,10,2.5,10h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,9,21.5,9z"/>'},Wk={name:"paypal",style:"thinline",path:'<path d="M19.6542969,7.5869141c-0.2009888-0.2196655-0.4307251-0.4111938-0.6829224-0.569397c0.2329712-1.2444458-0.1186523-2.5269165-0.9537964-3.4784546c-0.9375-1.0605469-2.5751953-1.5986328-4.8681641-1.5986328H7.2646484c-0.6590576,0.0014038-1.2197266,0.480957-1.3232422,1.1318359l-2.453125,15.5898438c-0.0911865,0.5485229,0.279541,1.0670776,0.828064,1.1582642c0.0548706,0.0090942,0.1104126,0.0136719,0.1660767,0.0136108h3.0460815l-0.1593628,1.0136719c-0.0817261,0.5153809,0.2698364,0.9993896,0.7852173,1.0811157c0.0480957,0.0076294,0.0967407,0.0115356,0.1454468,0.0116577h3.0634766c0.6047363,0.0022583,1.12146-0.4353638,1.218689-1.0322266l0.6065063-3.8271484l0.0409546-0.2167969c0.0169067-0.1159668,0.116272-0.2019653,0.2333984-0.2021484h0.4580078c3.6289062,0,5.8027344-1.7197266,6.4619141-5.1123047C20.7811279,10.1879883,20.5109253,8.7180176,19.6542969,7.5869141z M7.8912964,17.5264893l-0.2067261,1.3065186l-3.2089844-0.0107422L6.9296875,3.2236328c0.0270996-0.1637573,0.1690063-0.2837524,0.335022-0.2832031h5.8847656c1.9941406,0,3.3798828,0.4238281,4.1162109,1.2587891c0.7022095,0.8255005,0.9553833,1.942627,0.6777344,2.9902344l0.0020752,0.0003052l-0.0001221,0.0006714c-0.0166016,0.1054688-0.0351562,0.2138672-0.0566406,0.3251953l-0.0010376,0.0029297c-0.6494141,3.3476562-2.7207031,4.9755859-6.3330078,4.9755859H9.8271484c-0.661499-0.0014648-1.2243652,0.4816284-1.3232422,1.1357422L7.8912964,17.5264893z M19.4003906,11.359375c-0.5625,2.8955078-2.3544922,4.3027344-5.4794922,4.3027344h-0.4580078c-0.6051636-0.0033569-1.1224976,0.4347534-1.21875,1.0322266l-0.6152344,3.8729858l-0.0322266,0.1708984c-0.017334,0.1160889-0.1170044,0.2020874-0.234375,0.2021484l-3.0048828,0.0644531l0.6048584-3.8487549l0.5338135-3.3699951l-0.0040894-0.0006104l0.0001831-0.0012817c0.024353-0.1663208,0.1668701-0.2897339,0.335022-0.289978h1.7275391c3.9599609,0,6.3896484-1.8076172,7.2275391-5.375c0.0419922,0.0410156,0.0820312,0.0830078,0.1201172,0.1259766C19.5513916,9.1461182,19.7360229,10.3009644,19.4003906,11.359375z"/>'},Gk={name:"pentagon",style:"thinline",path:'<path d="M21.7949219,9.4560547l-9.5-6.9228516c-0.1761475-0.1269531-0.4136963-0.1269531-0.5898438,0l-9.5,6.9228516C2.0309448,9.5839844,1.9581909,9.80896,2.0244141,10.0146484l3.6289062,11.2021484c0.0667725,0.2061768,0.2588501,0.3458252,0.4755859,0.3457031h11.7421875c0.2167358,0.0001221,0.4088135-0.1395264,0.4755859-0.3457031l3.6289062-11.2021484C22.0418091,9.80896,21.9690552,9.5839844,21.7949219,9.4560547z M17.5078125,20.5625H6.4921875L3.0869141,10.0507812L12,3.5566406l8.9130859,6.4941406L17.5078125,20.5625z"/>'},Qk={name:"polygon",style:"thinline",path:'<path d="M21.9335938,11.7509766l-4.75-8.2548828C17.0942383,3.3410034,16.9289551,3.2453613,16.75,3.2451172h-9.5C7.0710449,3.2453613,6.9057617,3.3410034,6.8164062,3.4960938l-4.75,8.2548828c-0.0888672,0.1541138-0.0888672,0.3439331,0,0.4979858l4.75,8.2549438C6.9057617,20.6589355,7.0710449,20.7546387,7.25,20.7548828h9.5c0.1789551-0.0002441,0.3442383-0.0959473,0.4335938-0.2509766l4.75-8.2549438C22.0224609,12.0949097,22.0224609,11.9050903,21.9335938,11.7509766z M16.4609375,19.7548828h-8.921875L3.0771484,12l4.4619141-7.7548828h8.921875L20.9228516,12L16.4609375,19.7548828z"/>'},Kk={name:"previous",style:"thinline",path:'<path d="M7.5,7C7.223877,7,7,7.223877,7,7.5v9.0005493C7.0001831,16.7765503,7.223999,17.0001831,7.5,17h0.0006104C7.7765503,16.9998169,8.0001831,16.776001,8,16.5v-9C8,7.223877,7.776123,7,7.5,7z M16.8535156,16.1464844L12.6982422,12l4.1552124-4.1464844c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947021c-0.1918335-0.1986694-0.5083618-0.2041626-0.7069702-0.0122681l-4.5097656,4.5c-0.000061,0-0.0001221,0.000061-0.0001831,0.0001221c-0.1951294,0.1952515-0.1950684,0.5117188,0.0001831,0.7068481l4.5097656,4.5C16.2401123,16.9474487,16.3673706,17.0001831,16.5,17c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464233C17.0487061,16.6583252,17.0487671,16.3417358,16.8535156,16.1464844z"/>'},Jk={name:"print",style:"thinline",path:'<path d="M7,9.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C8.5,10.1715698,7.8284302,9.5,7,9.5z M7,11.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C7.5,11.276123,7.276123,11.5,7,11.5z M19.5,6H18V2.5c0-0.0001831,0-0.0003662,0-0.0006104C17.9998169,2.2234497,17.776001,1.9998169,17.5,2h-11C6.4998169,2,6.4996338,2,6.4993896,2C6.2234497,2.0001831,5.9998169,2.223999,6,2.5V6H4.5C3.119812,6.0012817,2.0012817,7.119812,2,8.5V15c0.0018311,1.6561279,1.3438721,2.9981689,3,3h1v3.5c0,0.0001831,0,0.0003662,0,0.0005493C6.0001831,21.7765503,6.223999,22.0001831,6.5,22h11c0.0001831,0,0.0003662,0,0.0006104,0C17.7765503,21.9998169,18.0001831,21.776001,18,21.5V18h1c1.6561279-0.0018311,2.9981689-1.3438721,3-3V8.5C21.9987183,7.119812,20.880188,6.0012817,19.5,6z M7,3h10v3H7V3z M17,21H7v-6h10V21z M21,15c-0.0014038,1.1040039-0.8959961,1.9985962-2,2h-1v-2.5c0-0.0001831,0-0.0003662,0-0.0006104C17.9998169,14.2234497,17.776001,13.9998169,17.5,14h-11c-0.0001831,0-0.0003662,0-0.0006104,0C6.2234497,14.0001831,5.9998169,14.223999,6,14.5V17H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V8.5C3.0009155,7.671936,3.671936,7.0009155,4.5,7h2h11h0.0006104H19.5c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V15z"/>'},Xk={name:"process",style:"thinline",path:'<path d="M9,7H5.1450195C6.7410889,4.8068848,9.2875977,3.5067139,12,3.5c0.4752808-0.0004272,0.9498291,0.0374756,1.4190063,0.1132812c0.2723389,0.0447388,0.5294189-0.1397705,0.5742188-0.4121094c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188C13.0583496,2.5421753,12.5296021,2.4997559,12,2.5C9.0670776,2.5049438,6.3001099,3.8615723,4.5,6.177124V2.5C4.5,2.223877,4.276123,2,4,2S3.5,2.223877,3.5,2.5v5C3.4998169,7.776001,3.7234497,7.9998169,3.9993896,8C3.9996338,8,3.9998169,8,4,8h5c0.276123,0,0.5-0.223877,0.5-0.5S9.276123,7,9,7z M7.5006104,14.5c-0.0002441,0-0.0004272,0-0.0006104,0c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896C7,14.9996338,7,14.9998169,7,15v3.8549805C4.8068848,17.2589111,3.5067139,14.7124023,3.5,12c-0.0004272-0.4752808,0.0374756-0.9498291,0.1132812-1.4190063c0.041626-0.2728271-0.145752-0.527832-0.4186401-0.569458c-0.2684937-0.0410156-0.5205688,0.1399536-0.567627,0.4074707C2.5422363,10.9417114,2.4997559,11.470459,2.5,12c0.0049438,2.9329224,1.3615723,5.6998901,3.677124,7.5H2.5C2.223877,19.5,2,19.723877,2,20s0.223877,0.5,0.5,0.5h5c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507C8,20.0003662,8,20.0001831,8,20v-5C8.0001831,14.723999,7.7765503,14.5001831,7.5006104,14.5z M20.0006104,16C20.0003662,16,20.0001831,16,20,16h-5c-0.276123,0-0.5,0.223877-0.5,0.5S14.723877,17,15,17h3.8549805C17.2589111,19.1931152,14.7124023,20.4932861,12,20.5c-0.4752808,0.0004272-0.9498291-0.0374756-1.4190063-0.1132812c-0.2723389-0.0447388-0.5294189,0.1397705-0.5742188,0.4121094c-0.0447388,0.2723999,0.1397705,0.52948,0.4121094,0.5742188C10.9416504,21.4578247,11.4703979,21.5002441,12,21.5c2.9329834-0.0049438,5.6998901-1.3615723,7.5-3.677124V21.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5v-5C20.5001831,16.223999,20.2765503,16.0001831,20.0006104,16z M21.5,3.5h-5c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896C16,3.9996338,16,3.9998169,16,4v5c0,0.276123,0.223877,0.5,0.5,0.5S17,9.276123,17,9V5.1392212c0.9638672,0.6923218,1.7680664,1.583252,2.3583984,2.612793C20.107666,9.0422363,20.5015869,10.5079956,20.5,12c0.0004272,0.4752808-0.0374146,0.9498291-0.1132812,1.4190063c-0.0452881,0.2716064,0.1381836,0.5285034,0.40979,0.5737915c0.0007935,0.0001831,0.0015259,0.0003052,0.0023193,0.0004272c0.0270996,0.0046997,0.0545044,0.006958,0.0820312,0.0068359c0.2445068-0.0003662,0.4527588-0.1776733,0.4921875-0.4190063C21.4577637,13.0582886,21.5002441,12.5296021,21.5,12c0.0014038-1.6671753-0.4386597-3.3050537-1.2753906-4.7470703C19.6156616,6.1859131,18.8012695,5.2502441,17.8284302,4.5H21.5C21.776123,4.5,22,4.276123,22,4S21.776123,3.5,21.5,3.5z"/>'},Yk={name:"pump",style:"thinline",path:'<path d="M20.6816406,6.9750977l-0.8275757-0.8278198c-0.0002441-0.0002441-0.0003052-0.0005493-0.0005493-0.0007935l-2.9746094-2.9750977c-0.1953125-0.1953125-0.5117188-0.1953125-0.7070312,0s-0.1953125,0.5117188,0,0.7070312l1.7471924,1.7474976L16.984375,8.1181641c-0.34375,0.9150391-0.1191406,1.9536133,0.5722656,2.6459961L21,14.2070312V19c0,1.1025391-0.8974609,2-2,2s-2-0.8974609-2-2v-2.5c0-1.3789062-1.1210938-2.5-2.5-2.5H14V4.5C14,3.121582,12.8789062,2,11.5,2h-7C3.121582,2,2,3.121582,2,4.5v15C2,20.8789062,3.121582,22,4.5,22h7c1.3789062,0,2.5-1.1210938,2.5-2.5V15h0.5c0.8271484,0,1.5,0.6728516,1.5,1.5V19c0,1.6542969,1.3457031,3,3,3s3-1.3457031,3-3v-8.8432617C22,8.9726562,21.5195312,7.8129883,20.6816406,6.9750977z M13,19.5c0,0.8271484-0.6728516,1.5-1.5,1.5h-7C3.6728516,21,3,20.3271484,3,19.5V11h10V19.5z M13,10H3V4.5C3,3.6728516,3.6728516,3,4.5,3h7C12.3271484,3,13,3.6728516,13,4.5V10z M21,12.7929688l-2.7363281-2.7353516c-0.4140625-0.4155273-0.5488281-1.0390625-0.34375-1.5878906l0.7753906-2.0668945l1.2792969,1.2792969C20.6259766,8.3339844,21,9.2358398,21,10.1567383V12.7929688z"/>'},eT={name:"question-circle",style:"thinline",path:'<path d="M12.59552,8.1052856c-1.3356934-0.3458862-2.6988525,0.4564819-3.0447388,1.7921753c-0.0690308,0.2675171,0.0918579,0.5403442,0.359375,0.609375s0.5403442-0.0918579,0.609375-0.359375c0.126709-0.4932251,0.4951172-0.8884277,0.9782104-1.0494995c0.7857666-0.2619629,1.6350708,0.1627197,1.8969727,0.9484253c0.2619629,0.7857666-0.1626587,1.6350708-0.9484253,1.8969727c-0.6036377,0.2243042-0.9979858,0.8074341-0.9814453,1.4511719v0.628479c0.0001221,0.276001,0.223999,0.4996338,0.5,0.4994507h0.0005493c0.276001-0.0001831,0.4996338-0.223999,0.4994507-0.5v-0.6279297c-0.0135498-0.2148438,0.1074219-0.4155884,0.3037109-0.5039062c0.7988892-0.2697754,1.4077759-0.9243774,1.6191406-1.7406616C14.7335815,9.8143311,13.9311523,8.4511719,12.59552,8.1052856z M11.9646606,15.3973999c-0.3452148,0-0.625,0.2798462-0.625,0.625s0.2797852,0.625,0.625,0.625c0.3451538,0,0.625-0.2798462,0.625-0.625S12.3098145,15.3973999,11.9646606,15.3973999z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z"/>'},tT={name:"record-audio",style:"thinline",path:'<path d="M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z M12,6c-3.3137207,0-6,2.6862793-6,6s2.6862793,6,6,6c3.3121948-0.0036011,5.9963989-2.6878052,6-6C18,8.6862793,15.3137207,6,12,6z M12,17c-2.7614136,0-5-2.2385864-5-5s2.2385864-5,5-5c2.7600708,0.0032349,4.9967651,2.2399292,5,5C17,14.7614136,14.7614136,17,12,17z"/>'},nT={name:"reddit-alien-alt",style:"thinline",path:'<path d="M22.5,11.7197266c0.0007935-1.8103027-1.4660645-3.2785034-3.2763672-3.2792969c-1.1583252-0.0004883-2.230896,0.6103516-2.8214111,1.6068726c-1.2459717-0.3519897-2.5304565-0.5496826-3.824646-0.5887451l1.0278931-6.8521118l3.0219116,1.0269775c-0.0169678,0.0941162-0.0285645,0.1890869-0.0346069,0.2845459c-0.0123291,1.3806763,1.0969238,2.5100098,2.4776611,2.5223389c1.3806763,0.0123291,2.5100098-1.0969238,2.5223389-2.4776611c0.0001221-0.0148926,0.0001221-0.0297852,0-0.0446777V3.9072266c-0.0317383-1.3619385-1.1377563-2.4533081-2.5-2.4667969c-0.8834229,0.0078125-1.6968384,0.4822998-2.1385498,1.2473755l-3.5928955-1.2210083c-0.2619629-0.088501-0.5460815,0.052124-0.6345825,0.3141479c-0.0093994,0.027771-0.0162964,0.0562744-0.0206909,0.0852661L11.567688,9.4539795c-1.3430786,0.0289917-2.677063,0.2283325-3.9699097,0.5933228C6.6914062,8.4853516,4.6904297,7.9539185,3.128479,8.8602905c-1.5618896,0.9063721-2.0933838,2.9073486-1.1870117,4.4692993c0.069397,0.1195679,0.1463013,0.2345581,0.2302246,0.3444214C1.7434082,14.3532104,1.5109863,15.1375122,1.5,15.9404297c0,3.5839844,4.710022,6.5,10.5,6.5s10.5-2.9160156,10.5-6.5c-0.0109863-0.8026733-0.2432861-1.586792-0.6713867-2.2658691C22.2572021,13.1123047,22.4926758,12.4266357,22.5,11.7197266z M17.5927734,3.9287109c0.0076294-0.8233032,0.6766357-1.4870605,1.5-1.4882812c0.8284302,0,1.5,0.6716309,1.499939,1.500061c0,0.8284302-0.6716309,1.499939-1.500061,1.499939c-0.8283691,0-1.499939-0.6716309-1.499939-1.500061C17.5927124,3.9365234,17.5927124,3.9326172,17.5927734,3.9287109z M20.5570679,9.8577881c0.9408569,0.6755371,1.2196655,1.9524536,0.6460571,2.9586182c-1.053772-1.1068726-2.3584595-1.9439087-3.803833-2.4403687C18.1281738,9.3609619,19.5419922,9.1289062,20.5570679,9.8577881z M3.6365356,9.7376709c0.3480835-0.1989136,0.7428589-0.3015137,1.1436768-0.2972412h0.000061c0.7208862,0.0054321,1.3964233,0.3526611,1.8204346,0.9356689c-1.4452515,0.4963989-2.7497559,1.333313-3.8034668,2.4400024C2.1789551,11.7342529,2.5546875,10.355957,3.6365356,9.7376709z M12,21.4404297c-5.2382812,0-9.5-2.4677734-9.5-5.5c0-2.0952759,2.0360718-3.9197998,5.0219727-4.8480835c0.0056763-0.0021362,0.0115356-0.0011597,0.0170898-0.003479l0.0030518-0.0021362C8.9876709,10.6508789,10.4901733,10.4330444,12,10.4404297c1.5098267-0.0073853,3.0123291,0.2104492,4.4578857,0.6463013l0.0030518,0.0021362l0.0167847,0.003418C19.4638062,12.0205078,21.5,13.8450928,21.5,15.9404297C21.5,18.9726562,17.2382812,21.4404297,12,21.4404297z M15.2001953,12.4414062c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064,0,1.4994507-0.6709595,1.5-1.4990234C16.6994019,13.1141357,16.0284424,12.442749,15.2001953,12.4414062z M15.7001953,13.9423828c-0.0006104,0.2757568-0.2242432,0.4989624-0.5,0.4990234c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5s0.5,0.223877,0.5,0.5C15.7001953,13.9417725,15.7001953,13.9420776,15.7001953,13.9423828z M9.2001953,15.4414062c0.8274536-0.0014038,1.4981079-0.6715698,1.5-1.4990234c0.0005493-0.8284302-0.6705933-1.5004272-1.4990234-1.5009766c-0.8283691-0.0005493-1.5004272,0.6705322-1.5009766,1.4989624s0.6705933,1.5004272,1.4990234,1.5010376C9.1995239,15.4414062,9.1998901,15.4414062,9.2001953,15.4414062z M8.7001953,13.9423828c-0.0005493-0.276123,0.2228394-0.5004272,0.4990234-0.5009766c0.276123-0.0005493,0.5004272,0.2228394,0.5009766,0.4989624s-0.2228394,0.5004272-0.4990234,0.5010376c-0.0003052,0-0.0006104,0-0.0009766,0C8.9247437,14.4407349,8.701416,14.2178345,8.7001953,13.9423828z M14.7637329,17.1621094h-0.000061c-0.7713623,0.6037598-1.7477417,0.8829346-2.7216797,0.7783203c-0.9736328,0.1048584-1.9497681-0.1744385-2.7207031-0.7783203c-0.1972046-0.1932983-0.5137329-0.1900635-0.7069702,0.0071411c-0.1905518,0.194397-0.1905518,0.5054321,0,0.6998291c0.953186,0.8013916,2.1878052,1.1872559,3.4276733,1.0713501c1.2401733,0.1155396,2.4749756-0.2702637,3.4287109-1.0712891c0.1932983-0.1972046,0.1900635-0.5137329-0.0070801-0.7070312C15.2692261,16.9716187,14.9581299,16.9716187,14.7637329,17.1621094z"/>'},aT={name:"redo",style:"thinline",path:'<path d="M21.5,11.5c-0.276123,0-0.5,0.223877-0.5,0.5c-0.0076294,3.3253174-1.8441162,6.376709-4.7788086,7.9404297c-4.3968506,2.3427734-9.8604126,0.6776123-12.203125-3.7192383C1.675293,11.8243408,3.3404541,6.3607788,7.7373047,4.0180664C11.8783569,1.8115845,16.9633789,3.1623535,19.4984741,7H16.5C16.223877,7,16,7.223877,16,7.5S16.223877,8,16.5,8h4c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,7.9998169,21.0001831,7.776001,21,7.5v-4C21,3.223877,20.776123,3,20.5,3S20,3.223877,20,3.5v2.4971924C18.1317139,3.5110474,15.1925659,2.0039673,12.0252686,2C6.5024414,1.993042,2.0196533,6.4645386,2.0126343,11.9873657C2.0056763,17.5101929,6.4771729,21.993042,12,22c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,11.723877,21.776123,11.5,21.5,11.5z"/>'},rT={name:"refresh",style:"thinline",path:'<path d="M20.5,16h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.9760132c-1.6599121,2.4746704-4.44104,3.9971313-7.4585571,4C7.0420532,21.0048218,3.0048218,16.9754028,3,12c-0.0004272-0.4752197,0.0374756-0.9497681,0.1133423-1.4188843c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188c-0.2723999-0.0447998-0.52948,0.1397095-0.5742188,0.4121094C2.0422363,10.9417114,1.9997559,11.470459,2,12c0.0064697,5.5201416,4.4798584,9.9935303,10,10c3.1759033,0.0013428,6.1253662-1.5065308,8-3.9985962v2.4991455C20.0001831,20.7765503,20.223999,21.0001831,20.5,21h0.0006104C20.7765503,20.9998169,21.0001831,20.776001,21,20.5v-4.0006104C20.9998169,16.2234497,20.776001,15.9998169,20.5,16z M16.7373047,3.1964722C12.3201904,0.817749,6.9207764,2.1072388,4,6.0029297V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5239868c1.6599121-2.4746704,4.44104-3.9971313,7.4585571-4C16.9579468,2.9951782,20.9951782,7.0245972,21,12c0.0004272,0.4752808-0.0374146,0.9497681-0.1132202,1.4189453c-0.0001831,0.0007935-0.0003052,0.0015259-0.0004272,0.0023193c-0.0440063,0.2718506,0.140686,0.5278931,0.4125366,0.5718994C21.3259277,13.9978638,21.3533936,14.0001221,21.3808594,14c0.2445068-0.0003662,0.4527588-0.1776733,0.4921265-0.4190063C21.9577637,13.0582886,22.0002441,12.529541,22,12C21.9970703,8.3212891,19.9761963,4.9407349,16.7373047,3.1964722z M15,12c0-1.6568604-1.3431396-3-3-3s-3,1.3431396-3,3s1.3431396,3,3,3C13.6561279,14.9981689,14.9981689,13.6561279,15,12z M10,12c0-1.1045532,0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2S10,13.1045532,10,12z"/>'},iT={name:"repeat",style:"thinline",path:'<path d="M21.5,5h-4C17.223877,5,17,5.223877,17,5.5S17.223877,6,17.5,6H21v12H10.7069702l1.6464844-1.6464844c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947021c-0.1918335-0.1986694-0.5083618-0.2041626-0.7069702-0.0122681l-2.5,2.5c-0.000061,0-0.0001221,0.000061-0.0001221,0.0001221c-0.1951904,0.1951904-0.1951294,0.5117188,0.0001221,0.7068481l2.5,2.5C11.7401123,21.4474487,11.8673706,21.5001831,12,21.5c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L10.7069702,19h10.7936401C21.7765503,18.9998169,22.0001831,18.776001,22,18.5V5.4993896C21.9998169,5.2234497,21.776001,4.9998169,21.5,5z M5.5,18H3V6h10.2930298l-1.6465454,1.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C11.5,8.276062,11.723877,8.499939,12,8.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l2.5-2.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221c0.1951294-0.1952515,0.1950684-0.5117188-0.0001831-0.7068481l-2.5-2.5c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L13.2930298,5H2.4993896C2.2234497,5.0001831,1.9998169,5.223999,2,5.5v13.0005493C2.0001831,18.7765503,2.223999,19.0001831,2.5,19h3C5.776123,19,6,18.776123,6,18.5S5.776123,18,5.5,18z"/>'},lT={name:"right-indent",style:"thinline",path:'<path d="M18.5552368,13.9994507C18.5549316,14.2756348,18.7785645,14.4996948,19.0546875,14.5c0.1154175,0.0001221,0.2272949-0.039917,0.3164673-0.1132812l2.4453125-2c0.026062-0.0213013,0.0499268-0.045166,0.071228-0.071228c0.1741943-0.213562,0.142334-0.5279541-0.071228-0.7022095l-2.4453125-2c-0.213623-0.1747437-0.5283813-0.1432495-0.703125,0.0703125s-0.1433105,0.5283813,0.0703125,0.703125L20.710022,12l-1.9717407,1.6132812C18.6225586,13.7081299,18.5553589,13.8498535,18.5552368,13.9994507z M2.5,6.5h19C21.776123,6.5,22,6.276123,22,6s-0.223877-0.5-0.5-0.5h-19C2.223877,5.5,2,5.723877,2,6S2.223877,6.5,2.5,6.5z M2.5,10.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,9.5,2,9.723877,2,10S2.223877,10.5,2.5,10.5z M2.5,14.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,13.5,2,13.723877,2,14S2.223877,14.5,2.5,14.5z M21.5,17.5h-19C2.223877,17.5,2,17.723877,2,18s0.223877,0.5,0.5,0.5h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17.5,21.5,17.5z"/>'},oT={name:"right-indent-alt",style:"thinline",path:'<path d="M2.8203125,9.1162109C2.6083374,8.9393311,2.2930908,8.9677124,2.1162109,9.1796875S1.9677124,9.7069092,2.1796875,9.8837891L4.71875,12l-2.5390625,2.1162109c-0.1137085,0.0949707-0.1794434,0.2354736-0.1795044,0.383606C2.000061,14.776001,2.223877,14.9998779,2.5,15c0.1171265,0.0001221,0.2305298-0.0410156,0.3203125-0.1162109l3-2.5c0.0231323-0.0192871,0.0444946-0.0406494,0.0637817-0.0637817c0.1767578-0.2119751,0.1481934-0.5270386-0.0637817-0.7037964L2.8203125,9.1162109z M12.5,7h9C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-9C12.223877,6,12,6.223877,12,6.5S12.223877,7,12.5,7z M9.0449219,5H9.0419922c-0.2749023,0.0001831-0.4981689,0.222168-0.5,0.4970703l-0.0839844,13C8.456543,18.7731323,8.6790161,18.99823,8.9550781,19h0.0029297c0.2749023-0.0001831,0.4981689-0.222168,0.5-0.4970703l0.0839844-13C9.543457,5.2268677,9.3209839,5.00177,9.0449219,5z M21.5,10h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10z M21.5,18h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,18,21.5,18z M21.5,14h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z"/>'},cT={name:"rocket",style:"thinline",path:'<path d="M21.6,2.7c0-0.2-0.2-0.3-0.4-0.4c-3.8-1-7.9,0.3-10.4,3.3L9.5,7.1L6.8,6.4C5.7,6,4.6,6.5,4.1,7.5L2,11.2c0,0,0,0.1-0.1,0.1c-0.1,0.3,0.1,0.5,0.4,0.6l3.4,0.7c-0.3,0.9-0.6,1.8-0.7,2.7c0,0.2,0,0.3,0.1,0.4l3,2.9c0.1,0.1,0.2,0.1,0.4,0.1c0,0,0,0,0,0c0.9-0.1,1.9-0.3,2.8-0.6l0.7,3.3c0,0.2,0.3,0.4,0.5,0.4c0.1,0,0.2,0,0.2-0.1l3.7-2.1c0.9-0.5,1.3-1.6,1.1-2.6l-0.7-2.9l1.4-1.3C21.3,10.5,22.6,6.5,21.6,2.7z M3.2,11.1L4.9,8c0.3-0.6,0.9-0.8,1.5-0.6l2.3,0.6L7.7,9.2c-0.6,0.8-1.2,1.6-1.6,2.5L3.2,11.1z M16,19l-3.1,1.8l-0.6-2.9c0.9-0.4,1.7-1,2.5-1.6l1.3-1.2l0.6,2.3C16.7,18,16.5,18.7,16,19z M17.6,12.3l-3.5,3.2c-1.5,1.3-3.4,2.1-5.4,2.3l-2.6-2.6c0.3-2,1.1-3.9,2.4-5.4L10.1,8c0,0,0.1-0.1,0.1-0.1l1.4-1.6c2.2-2.6,5.8-3.8,9.1-3.1C21.4,6.6,20.3,10.1,17.6,12.3z M16.4,5.6c-1.1,0-1.9,0.9-1.9,1.9s0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9C18.3,6.5,17.5,5.6,16.4,5.6z M16.4,8.5c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9c0.5,0,0.9,0.4,0.9,0.9C17.3,8.1,16.9,8.5,16.4,8.5z"/>'},uT={name:"ruler",style:"thinline",path:'<path d="M22.960022,7.4042969L16.5956421,1.039978c0,0-0.000061-0.000061-0.0001221-0.0001221c-0.1952515-0.1951294-0.5117188-0.1950684-0.7068481,0.0001221L1.039978,15.8886719c0,0.000061-0.000061,0.0001221-0.0001221,0.0001831c-0.1951294,0.1952515-0.1950684,0.5117188,0.0001221,0.7068481l6.3638306,6.3643188c0.09375,0.09375,0.2208862,0.1464844,0.3535156,0.1464233c0.1326294,0.000061,0.2597656-0.0526733,0.3535156-0.1464233l3.1810913-3.1809692c0.0003052-0.0003052,0.0006714-0.0003662,0.0009766-0.0006714s0.0003052-0.0006714,0.0006104-0.0009766l2.8266602-2.8264771c0.0002441-0.0002441,0.0006104-0.0003662,0.0008545-0.0006104s0.0003052-0.0006104,0.0005493-0.0008545l2.828064-2.8279419c0.0001221-0.0001221,0.0003052-0.0001831,0.0004272-0.0003052s0.0001221-0.0003052,0.0002441-0.0004272l2.8277588-2.8276367c0.000061-0.000061,0.000061,0,0.0001221-0.000061s0-0.000061,0.000061-0.0001221l3.1817627-3.1816406l0.0001831-0.0001831C23.1553345,7.9158936,23.1552124,7.5994263,22.960022,7.4042969z M19.4247437,10.2324219l-1.7675171-1.7675171c-0.0023804-0.0024414-0.0047607-0.0048218-0.0071411-0.0071411c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0071411c-0.1932983,0.1971436-0.1901245,0.5137329,0.0070801,0.7069702l1.7675171,1.7675171l-2.1212158,2.1211548l-3.1824951-3.1815796c-0.0023804-0.0024414-0.0047607-0.0048218-0.0071411-0.0072021c-0.1972046-0.1932373-0.5137939-0.1900635-0.7070312,0.0072021c-0.1932373,0.1972046-0.1900635,0.5137329,0.0071411,0.7069702l3.1824951,3.1815796l-2.1219482,2.1218872L12,14.1210938c-0.194397-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932983-0.2004395,0.5098267-0.0071411,0.7070312l1.7674561,1.7683105l-2.1211548,2.1210938l-3.1820679-3.182312c-0.0023193-0.0024414-0.0046997-0.0048218-0.0071411-0.0072021c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0072021c-0.1932983,0.1972046-0.1900635,0.5137329,0.0071411,0.7069702l3.1819458,3.182373l-2.4749146,2.4748535l-5.6567383-5.6572266L16.2421875,2.1005859l5.6572266,5.6572266L19.4247437,10.2324219z"/>'},sT={name:"ruler-combined",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h7.0006104C9.7765503,21.9998169,10.0001831,21.776001,10,21.5V10h11.5006104C21.7765503,9.9998169,22.0001831,9.776001,22,9.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,9h-3.5V6.5C17.5,6.223877,17.276123,6,17,6s-0.5,0.223877-0.5,0.5V9h-3V6.5C13.5,6.223877,13.276123,6,13,6s-0.5,0.223877-0.5,0.5V9H10V6.5C10,6.223877,9.776123,6,9.5,6S9,6.223877,9,6.5V9H6.5C6.223877,9,6,9.223877,6,9.5S6.223877,10,6.5,10H9v2.5H6.5C6.223877,12.5,6,12.723877,6,13s0.223877,0.5,0.5,0.5H9v3H6.5C6.223877,16.5,6,16.723877,6,17s0.223877,0.5,0.5,0.5H9V21H3V3h18V9z"/>'},hT={name:"sanitizer",style:"thinline",path:'<path d="M12.5,12.5c-1.4,0-2.5,1.1-2.5,2.5s1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5C15,13.6,13.9,12.5,12.5,12.5z M12.5,16.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5C14,15.8,13.3,16.5,12.5,16.5z M17.6,7.2L15,5.2V3h1.5C16.8,3,17,2.8,17,2.5S16.8,2,16.5,2H7.7C6.8,2,5.9,2.4,5.3,3L4.1,4.1C4.1,4.2,4,4.4,4,4.5C4,4.8,4.2,5,4.5,5c0.1,0,0.3-0.1,0.4-0.1L6,3.7C6.4,3.3,7.1,3,7.7,3H10v2.2l-2.6,2C6.5,7.9,6,8.9,6,10v11.5C6,21.8,6.2,22,6.5,22h12c0.3,0,0.5-0.2,0.5-0.5V10C19,8.9,18.5,7.9,17.6,7.2z M11,3h3v2h-3V3z M18,21H7V10c0-0.8,0.4-1.5,1-2l2.7-2h3.7L17,8c0.6,0.5,1,1.2,1,2V21z"/>'},dT={name:"sanitizer-alt",style:"thinline",path:'<path d="M14.5,16h-3c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h3c0.3,0,0.5-0.2,0.5-0.5S14.8,16,14.5,16z M16.3,8H16V4.5c0,0,0,0,0,0C16,4.2,15.8,4,15.5,4h-2V2h1C14.8,2,15,1.8,15,1.5S14.8,1,14.5,1H9.7c-1.6,0-3,0.9-3.7,2.3C5.9,3.5,6,3.8,6.3,3.9C6.3,4,6.4,4,6.5,4c0.2,0,0.4-0.1,0.4-0.3C7.5,2.7,8.6,2,9.7,2h2.8v2h-2c0,0,0,0,0,0C10.2,4,10,4.2,10,4.5V8H9.7C8.2,8,7,9.2,7,10.7v9.6C7,21.8,8.2,23,9.7,23h6.6c1.5,0,2.7-1.2,2.7-2.7v-9.6C19,9.2,17.8,8,16.3,8z M11,5h2h0h2v3h-4V5z M18,20.3c0,0.9-0.8,1.7-1.7,1.7H9.7C8.8,22,8,21.2,8,20.3v-9.6C8,9.8,8.8,9,9.7,9h0.8h5h0h0.8c0.9,0,1.7,0.8,1.7,1.7V20.3z"/>'},pT={name:"scenery",style:"thinline",path:'<path d="M19,2H5C3.3438721,2.0018311,2.0018311,3.3438721,2,5v9.0683594V19c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c0.182312-0.0002441,0.3621216-0.0219727,0.5395508-0.0549316c0.0661011-0.012085,0.1291504-0.0303345,0.1936646-0.0466919c0.1060181-0.0270996,0.210083-0.0586548,0.3125-0.097229c0.0744629-0.0278931,0.1471558-0.0571289,0.218689-0.0906372c0.0839844-0.0395508,0.1642456-0.0853882,0.2444458-0.1327515c0.0751953-0.0441895,0.1511841-0.0856323,0.2219849-0.1359863c0.0057983-0.0041504,0.0123901-0.006897,0.0181885-0.0111084c0.0074463-0.0053711,0.013855-0.0120239,0.0209961-0.0178223c0.0136719-0.0110474,0.0308228-0.0164795,0.043335-0.0289917c0.0066528-0.0066528,0.008728-0.015564,0.0148926-0.0224609C21.5355225,20.8126221,21.9989624,19.9642944,22,19v-2.9296875V5C21.9981689,3.3438721,20.6561279,2.0018311,19,2z M19.5749512,20.9053955C19.3883667,20.9631958,19.1954956,20.9998779,19,21H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-4.7246094l3.7626953-3.7626953c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0l3.4048462,3.404541c0.0018921,0.0019531,0.0023804,0.0045776,0.0043335,0.0065308l6.9689941,6.9689941C19.6020508,20.8971558,19.588501,20.9012451,19.5749512,20.9053955z M21,19c-0.0006714,0.5162964-0.2020264,0.9821777-0.5234375,1.3369751l-6.7684326-6.7678223l1.055542-1.055481c0.6912231-0.6621094,1.7814331-0.6621094,2.4726562,0L21,16.2773438V19z M21,14.8632812l-3.0566406-3.0566406c-1.0737305-1.0722656-2.8129883-1.0722656-3.8867188,0l-1.055542,1.055542L9.9443359,9.8056641c-1.0744629-1.0722656-2.814209-1.0722656-3.8886719,0L3,12.8613281V5c0.0014038-1.1040039,0.8959961-1.9985962,2-2h14c1.1040039,0.0014038,1.9985962,0.8959961,2,2V14.8632812z M13.5,6C12.6715698,6,12,6.6715698,12,7.5S12.6715698,9,13.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15,6.6715698,14.3284302,6,13.5,6z M13.5,8C13.223877,8,13,7.776123,13,7.5S13.223877,7,13.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14,7.776123,13.776123,8,13.5,8z"/>'},fT={name:"shield",style:"thinline",path:'<path d="M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5215454-5.0441284-0.0050659-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0C9.6466064,3.361084,7.0717773,3.8876343,4.6025391,3.3662109C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3648682,4.9324951-0.1789551,7-1.5283203c2.067627,1.348999,4.5582275,1.8928223,7,1.5283203V11.8740234z"/>'},mT={name:"shield-check",style:"thinline",path:'<path d="M13.8964233,9.9463501l-3.046875,3.046814l-1.2460938-1.2470703c-0.1943359-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932983-0.2003784,0.5098267-0.0071411,0.7070312l1.5996094,1.6005859c0.09375,0.093811,0.2208862,0.1464844,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464844l3.4075317-3.4075317c0.1932373-0.1972046,0.1900635-0.5137939-0.0071411-0.7070312S14.0897217,9.7490845,13.8964233,9.9463501z M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5214233-5.0440674-0.005127-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0C9.6466675,3.361145,7.0717773,3.8877563,4.6025391,3.3662109C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3647461,4.9324951-0.1790161,7-1.5283203c2.067688,1.348938,4.5582886,1.8927002,7,1.5283203V11.8740234z"/>'},vT={name:"shield-exclamation",style:"thinline",path:'<path d="M12,13c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-3C12.5,9.223877,12.276123,9,12,9s-0.5,0.223877-0.5,0.5v3c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5215454-5.0441284-0.0050659-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0C9.6466064,3.361084,7.0717773,3.8876343,4.6025391,3.3662109C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3648682,4.9324951-0.1789551,7-1.5283203c2.0675659,1.3491211,4.5582275,1.8929443,7,1.5283203V11.8740234z M12,13.875c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,13.875,12,13.875z"/>'},AT={name:"shield-plus",style:"thinline",path:'<path d="M14.5,11.5h-2v-2C12.5,9.2,12.3,9,12,9s-0.5,0.2-0.5,0.5v2h-2C9.2,11.5,9,11.7,9,12s0.2,0.5,0.5,0.5h2v2c0,0,0,0,0,0c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-2h2c0.3,0,0.5-0.2,0.5-0.5S14.8,11.5,14.5,11.5z M20,3.8c-0.1-0.3-0.3-0.4-0.6-0.4c-2.5,0.5-5,0-7.1-1.5c-0.2-0.1-0.4-0.1-0.6,0c-2.1,1.4-4.6,2-7.1,1.5c0,0-0.1,0-0.1,0C4.2,3.4,4,3.6,4,3.9v8c0,2.9,1.4,5.7,3.8,7.4l3.9,2.8c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.3-0.1l3.9-2.8c2.4-1.7,3.8-4.5,3.8-7.4v-8C20,3.8,20,3.8,20,3.8z M19,11.9c0,2.6-1.3,5.1-3.4,6.6L12,21.1l-3.6-2.6c-2.1-1.5-3.4-4-3.4-6.6V4.5c2.4,0.4,4.9-0.2,7-1.5c2.1,1.3,4.6,1.9,7,1.5V11.9z"/>'},yT={name:"shield-question",style:"thinline",path:'<path d="M12.59552,8.0828247C11.2598267,7.7369385,9.8966675,8.5393066,9.5507812,9.875c-0.0690308,0.2675171,0.0918579,0.5403442,0.359375,0.609375s0.5403442-0.0918579,0.609375-0.359375c0.12677-0.4927979,0.494812-0.8876953,0.9775391-1.0487671c0.7855225-0.262146,1.6348267,0.1621704,1.8969727,0.9476929c0.262085,0.7855835-0.1622314,1.6348267-0.9477539,1.8969727c-0.6036377,0.2243042-0.9979858,0.8074341-0.9814453,1.4511719v0.628479c0.0001221,0.276001,0.223999,0.4996338,0.5,0.4994507h0.0005493c0.276001-0.0001831,0.4996338-0.223999,0.4994507-0.5v-0.6279297c-0.0114746-0.2142944,0.1088257-0.4140015,0.3037109-0.5039062c0.7988892-0.2697754,1.4077759-0.9243774,1.6191406-1.7406616C14.7335815,9.7918701,13.9311523,8.4287109,12.59552,8.0828247z M11.9646606,15.375c-0.3452148,0-0.625,0.2798462-0.625,0.625s0.2797852,0.625,0.625,0.625c0.3451538,0,0.625-0.2798462,0.625-0.625S12.3098145,15.375,11.9646606,15.375z M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5216064-5.0441895-0.0049438-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0c-2.0661621,1.4491577-4.6411133,1.975708-7.1103516,1.4541016C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3648682,4.9324951-0.1789551,7-1.5283203c2.067627,1.348999,4.5582275,1.8928223,7,1.5283203V11.8740234z"/>'},MT={name:"shield-slash",style:"thinline",path:'<path d="M8.2851562,4.3935547C9.6113892,4.1651001,10.8761597,3.6651001,12,2.9248047c2.071228,1.3405151,4.5584717,1.8839111,7,1.5292969v7.4160156c0.0018921,0.9202271-0.1570435,1.8337402-0.4697266,2.6992188C18.5100098,14.6240234,18.4997559,14.6818848,18.5,14.7402344v0.0137939c0.0024414,0.2736816,0.2263184,0.4935303,0.5,0.4910889c0.2178345-0.0011597,0.4100342-0.1428223,0.4755859-0.3505859C19.8243408,13.9243774,20.00177,12.901001,20,11.8701172V3.8603516c-0.000061-0.0328369-0.0033569-0.0656128-0.0098267-0.0978394c-0.0545044-0.2712402-0.3185425-0.4468994-0.5897827-0.392395c-2.4703979,0.5043335-5.0396118-0.0223389-7.1123047-1.4580078c-0.1723633-0.1230469-0.4038086-0.1230469-0.5761719,0c-1.0722046,0.7607422-2.3012085,1.2716064-3.5966797,1.4951172C8.1138916,3.4074707,8.1124878,3.4077148,8.111145,3.407959C7.8389893,3.4559937,7.6572876,3.7155762,7.7053223,3.9877319C7.753418,4.2598877,8.0130005,4.4415894,8.2851562,4.3935547z M21.8534546,21.1465454l-19-19c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C1.960144,2.3383789,1.9546509,2.6549072,2.1464844,2.8535156L4,4.7070312v7.1630859c0.0003662,2.9360352,1.4138184,5.6925049,3.7978516,7.40625l3.9101562,2.8095703c0.085083,0.0610962,0.1872559,0.0938721,0.2919922,0.09375c0.1047363,0,0.2068481-0.0327759,0.2919922-0.09375l3.9111328-2.8105469c0.4567261-0.3250732,0.8687134-0.7050171,1.2546387-1.1105957l3.6887207,3.6887207C21.2401123,21.9474487,21.3673706,22.0001831,21.5,22c0.1325073-0.000061,0.2595825-0.0526733,0.3533325-0.1463623C22.048645,21.6583862,22.0487061,21.3417969,21.8534546,21.1465454z M15.6181641,18.4638672L12,21.0644531l-3.6191406-2.6005859C6.2585449,16.9380493,5.0002441,14.4840088,5,11.8701172V5.7070312l11.7515869,11.7515869C16.4033203,17.8259888,16.0310059,18.1697998,15.6181641,18.4638672z"/>'},HT={name:"signal-alt",style:"thinline",path:'<path d="M5.5,18C5.223877,18,5,18.223877,5,18.5v3.0005493C5.0001831,21.7765503,5.223999,22.0001831,5.5,22h0.0006104C5.7765503,21.9998169,6.0001831,21.776001,6,21.5v-3C6,18.223877,5.776123,18,5.5,18z M10.5,14c-0.276123,0-0.5,0.223877-0.5,0.5v7.0005493C10.0001831,21.7765503,10.223999,22.0001831,10.5,22h0.0006104C10.7765503,21.9998169,11.0001831,21.776001,11,21.5v-7C11,14.223877,10.776123,14,10.5,14z M20.5,2C20.223877,2,20,2.223877,20,2.5v19.0005493C20.0001831,21.7765503,20.223999,22.0001831,20.5,22h0.0006104C20.7765503,21.9998169,21.0001831,21.776001,21,21.5v-19C21,2.223877,20.776123,2,20.5,2z M15.5,9C15.223877,9,15,9.223877,15,9.5v12.0005493C15.0001831,21.7765503,15.223999,22.0001831,15.5,22h0.0006104C15.7765503,21.9998169,16.0001831,21.776001,16,21.5v-12C16,9.223877,15.776123,9,15.5,9z"/>'},gT={name:"signal-alt-3",style:"thinline",path:'<path d="M6.5,16H2.4993896C2.2234497,16.0001831,1.9998169,16.223999,2,16.5v6.0005493C2.0001831,22.7765503,2.223999,23.0001831,2.5,23h4.0006104C6.7765503,22.9998169,7.0001831,22.776001,7,22.5v-6.0006104C6.9998169,16.2234497,6.776001,15.9998169,6.5,16z M6,22H3v-5h3V22z M22.5,2h-4.0005493C18.2234497,2.0001831,17.9998169,2.223999,18,2.5v20.0005493C18.0001831,22.7765503,18.223999,23.0001831,18.5,23h4.0006104C22.7765503,22.9998169,23.0001831,22.776001,23,22.5V2.4993896C22.9998169,2.2234497,22.776001,1.9998169,22.5,2z M22,22h-3V3h3V22z M14.5,10h-4.0005493C10.2234497,10.0001831,9.9998169,10.223999,10,10.5v12.0005493C10.0001831,22.7765503,10.223999,23.0001831,10.5,23h4.0006104C14.7765503,22.9998169,15.0001831,22.776001,15,22.5V10.4993896C14.9998169,10.2234497,14.776001,9.9998169,14.5,10z M14,22h-3V11h3V22z"/>'},ZT={name:"signout",style:"thinline",path:'<path d="M4,12c0,0.276123,0.223877,0.5,0.5,0.5h8.7930298l-2.6465454,2.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C10.5,15.776062,10.723877,15.999939,11,16c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221c0.1951294-0.1952515,0.1950684-0.5117188-0.0001831-0.7068481l-3.5-3.5c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L13.2930298,11.5H4.5C4.223877,11.5,4,11.723877,4,12z M17.5,2h-11C5.119812,2.0012817,4.0012817,3.119812,4,4.5v4C4,8.776123,4.223877,9,4.5,9S5,8.776123,5,8.5v-4C5.0009155,3.671936,5.671936,3.0009155,6.5,3h11c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5v15c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-11c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-4C5,15.223877,4.776123,15,4.5,15S4,15.223877,4,15.5v4c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h11c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-15C19.9987183,3.119812,18.880188,2.0012817,17.5,2z"/>'},VT={name:"sim-card",style:"thinline",path:'<path d="M16.9794922,4H7.0097656C5.3484497,4.0021973,4.0021973,5.3484497,4,7.0097656v9.9697266C4.0021973,18.6467285,5.3532715,19.9978027,7.0205078,20H9.5h0.0006104H14.5h0.0006104h2.489624C18.6516113,19.9978027,19.9978027,18.6515503,20,16.9902344V7.0205078C19.9978027,5.3532715,18.6467285,4.0021973,16.9794922,4z M10,5h4v4h-4V5z M9,19H7.0205078C5.9050903,18.9988403,5.0011597,18.0949097,5,16.9794922V15h4V19z M14,19h-4v-4h4V19z M19,16.9902344C18.9989014,18.0997314,18.0997314,18.9989014,16.9902344,19H15v-4h4V16.9902344z M19,14H5V7.0097656C5.0010986,5.9002686,5.9002686,5.0010986,7.0097656,5H9v4.5c0,0.0001831,0,0.0003662,0,0.0005493C9.0001831,9.7765503,9.223999,10.0001831,9.5,10h0.0006104H14.5h0.0006104H19V14z M19,9h-4V5h1.9794922C18.0949097,5.0011597,18.9988403,5.9050903,19,7.0205078V9z"/>'},CT={name:"skype-alt",style:"thinline",path:'<path d="M14.8671265,12.2324829l0.000061-0.000061c-0.3607788-0.2322998-0.7526855-0.4121704-1.1640625-0.5341797c-0.2651367-0.0805054-0.5577393-0.1587524-0.861084-0.234314c-0.2763672-0.0785522-0.6150513-0.1591797-1.0358887-0.2520142c-0.517395-0.1088257-1.0252075-0.2590942-1.5185547-0.4492188c-0.3204346-0.1264648-0.602417-0.3341064-0.8183594-0.6025391C9.2822876,9.9091187,9.1887207,9.600708,9.2045898,9.2880859C9.2042847,8.9638062,9.3114014,8.6485596,9.5092773,8.3916016c0.2409668-0.2963867,0.5604248-0.519043,0.921875-0.6425781C10.9452515,7.5693359,11.487854,7.4849243,12.0322266,7.5c0.4250488-0.0057373,0.8485718,0.0515747,1.2568359,0.1699219c0.2973022,0.0842896,0.5765991,0.2223511,0.8242188,0.4072266c0.1828613,0.133606,0.3369751,0.3026733,0.453125,0.4970703c0.1310425,0.2432251,0.4345093,0.3341675,0.6777344,0.203125s0.3341675-0.4345093,0.203125-0.6777344c-0.1799316-0.3131104-0.4214478-0.5864868-0.710022-0.8037109c-0.3447266-0.2629395-0.7350464-0.4598999-1.1513062-0.5810547C13.081604,6.5663452,12.5579224,6.4939575,12.0322266,6.5c-0.6676636-0.015564-1.3325195,0.0916748-1.9614258,0.3164062c-0.5355835,0.1919556-1.007019,0.52948-1.3613281,0.9746094c-0.3271484,0.430542-0.5044556,0.9562988-0.5048828,1.4970703c-0.0147705,0.5349731,0.152771,1.059082,0.4750977,1.4863281c0.3240356,0.4057007,0.7476196,0.7205811,1.2294922,0.9140625c0.4119263,0.1578369,0.8336182,0.2888794,1.2624512,0.392334c0.0088501,0.0032349,0.0150757,0.0101929,0.0241699,0.0129395c0.1835938,0.0546875,0.4780273,0.1279297,0.9008789,0.2207031c0.1724854,0.0366211,0.3345947,0.0775757,0.4973145,0.118103c0.0298462,0.008728,0.0706787,0.0177612,0.0983887,0.0264282c0.0117798,0.0037231,0.0237427,0.0026245,0.0356445,0.0053711c0.2406006,0.0620728,0.4711304,0.1262817,0.684082,0.190918c0.3179932,0.093811,0.6213989,0.2315063,0.9013672,0.4091797c0.2103882,0.1368408,0.3864746,0.3203125,0.5146484,0.5361328c0.1289673,0.2512207,0.1918335,0.531189,0.1826172,0.8134766c0.0183716,0.3731689-0.0911865,0.7414551-0.3105469,1.0440063c-0.2567749,0.3410645-0.6063232,0.6010742-1.0068359,0.7489624c-0.5361938,0.2102051-1.109375,0.3098755-1.6850586,0.2930298c-0.6676025,0.0232544-1.3310547-0.1140137-1.9345703-0.4003906c-0.3196411-0.1708374-0.5941162-0.4152222-0.8007812-0.7128906c-0.1690063-0.2268066-0.2682495-0.4979858-0.2856445-0.7802734c0-0.2761841-0.223877-0.5-0.5-0.5s-0.5,0.2238159-0.5,0.5c0.0164795,0.4852295,0.1774902,0.9545288,0.4624023,1.3476562c0.2995605,0.4329224,0.6989746,0.7873535,1.1645508,1.0332031c0.7449341,0.3614502,1.5663452,0.5373535,2.3939819,0.5126953c0.7075806,0.0179443,1.411438-0.1079712,2.0688477-0.3701172c0.5749512-0.2178345,1.0745239-0.5973511,1.4384766-1.0927734c0.3441162-0.4763794,0.5184937-1.0544434,0.4951172-1.6416016C16.0419312,13.5223389,15.6063232,12.6983643,14.8671265,12.2324829z M21.8408203,13.7675781c0.9810791-5.4300537-2.6255493-10.6273193-8.055603-11.6083984c-1.1748047-0.2122192-2.3780518-0.2122192-3.5527954,0C7.2830811,0.6495972,3.668396,1.8167725,2.1588745,4.7661133c-0.878418,1.7162476-0.878479,3.750061-0.0001831,5.4663086c-0.980835,5.4302979,2.6261597,10.6276245,8.0564575,11.6084595c1.1746216,0.2121582,2.3778076,0.2121582,3.5524292-0.000061c2.9489136,1.5098267,6.5634155,0.3432617,8.0732422-2.6055908C22.7197266,17.5186157,22.7197266,15.4841919,21.8408203,13.7675781z M18.9126587,20.8798828C18.1737061,21.2868652,17.343689,21.5001831,16.5,21.5c-0.8428345-0.0001221-1.671936-0.2134399-2.4101562-0.6201172c-0.0742188-0.0407715-0.1574707-0.0623169-0.2421875-0.0625c-0.0324707-0.0001221-0.0648804,0.0031128-0.0966797,0.0097656C13.1742554,20.9411011,12.5878906,20.9989624,12,21c-4.9671021,0.003479-8.996521-4.0203247-9-8.9874268c-0.0004272-0.5921631,0.0576172-1.1828613,0.1733398-1.7635498c0.022644-0.1154175,0.0037842-0.2350464-0.0532227-0.3378906C1.788208,7.4924316,2.6692505,4.4520264,5.0878906,3.1201172c1.5014648-0.8268433,3.3217773-0.8268433,4.8232422,0C10.0137939,3.1786499,10.1343994,3.1973877,10.25,3.1728516c4.8723755-0.9692383,9.6079102,2.1948853,10.5771484,7.0672607C20.9424438,10.8196411,21.0003052,11.4091187,21,12c-0.0009766,0.5878906-0.0588989,1.1742554-0.1728516,1.7509766c-0.0229492,0.1156616-0.0042725,0.2357178,0.0527344,0.3388672C22.2116699,16.5081177,21.3309326,19.5480957,18.9126587,20.8798828z"/>'},bT={name:"slack-alt",style:"thinline",path:'<path d="M21.2,12c0.8-0.5,1.3-1.5,1.3-2.5c0-1.7-1.3-3-3-3c-0.8,0-1.5,0.3-2,0.8V4.5c0-1.7-1.3-3-3-3c-1,0-2,0.5-2.5,1.3C11.5,2,10.5,1.5,9.5,1.5c-1.7,0-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2H4.5c-1.7,0-3,1.3-3,3c0,1,0.5,2,1.3,2.5c-0.8,0.5-1.3,1.5-1.3,2.5c0,1.7,1.3,3,3,3c0.8,0,1.5-0.3,2-0.8v2.8c0,1.7,1.3,3,3,3c1,0,2-0.5,2.5-1.3c0.5,0.8,1.5,1.3,2.5,1.3c1.7,0,3-1.3,3-3c0-0.8-0.3-1.5-0.8-2h2.8c1.7,0,3-1.3,3-3C22.5,13.5,22,12.5,21.2,12z M17.5,9.5c0-1.1,0.9-2,2-2s2,0.9,2,2s-0.9,2-2,2h-2V9.5z M12.5,4.5c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2v5c0,1.1-0.9,2-2,2s-2-0.9-2-2V4.5z M9.5,2.5c1.1,0,2,0.9,2,2v2h-2c-1.1,0-2-0.9-2-2S8.4,2.5,9.5,2.5z M6.5,14.5c0,1.1-0.9,2-2,2s-2-0.9-2-2s0.9-2,2-2h2V14.5z M4.5,11.5c-1.1,0-2-0.9-2-2s0.9-2,2-2h5c1.1,0,2,0.9,2,2s-0.9,2-2,2H4.5z M11.5,19.5c0,1.1-0.9,2-2,2s-2-0.9-2-2v-5c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2V19.5z M12,12.8c-0.2-0.3-0.5-0.6-0.8-0.8c0.3-0.2,0.6-0.5,0.8-0.8c0.2,0.3,0.5,0.6,0.8,0.8C12.5,12.2,12.2,12.5,12,12.8z M14.5,21.5c-1.1,0-2-0.9-2-2v-2h2c1.1,0,2,0.9,2,2S15.6,21.5,14.5,21.5z M19.5,16.5h-5c-1.1,0-2-0.9-2-2s0.9-2,2-2h5c1.1,0,2,0.9,2,2S20.6,16.5,19.5,16.5z"/>'},LT={name:"snapchat-alt",style:"thinline",path:'<path d="M3.9,11.2C3.9,11.2,3.9,11.2,3.9,11.2c0.3,0.1,0.5-0.1,0.6-0.4c0.1-0.1,0.3-0.2,0.4-0.2C5.3,10.8,5.7,11,6.1,11c0.3,0,0.7-0.1,0.9-0.4c0.1-0.1,0.2-0.2,0.2-0.4l0-0.6C7,8.4,7.1,7.1,7.4,5.8C8.2,4.1,9.9,3,11.8,3l0.4,0c1.9,0,3.6,1.1,4.4,2.8c0.3,1.3,0.4,2.6,0.2,3.9l0,0.5c0,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.6,0.4,0.9,0.4c0.4,0,0.8-0.2,1.1-0.4c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.2,0.1c0,0.3,0.2,0.5,0.5,0.5l0,0h0c0.3,0,0.5-0.2,0.5-0.5c-0.1-0.5-0.4-0.9-0.9-1c-0.3-0.2-0.7-0.2-1.1,0c-0.2,0.1-0.5,0.2-0.7,0.3l0,0l0-0.3c0.2-1.4,0.1-2.9-0.3-4.3c-0.9-2.1-3-3.5-5.3-3.4l-0.4,0C9.5,2,7.4,3.3,6.5,5.4C6.1,6.8,6,8.3,6.2,9.7l0,0.3c-0.3,0-0.6-0.1-0.9-0.3C5.2,9.7,5,9.6,4.9,9.6c-0.6,0-1.2,0.4-1.4,0.9C3.5,10.8,3.6,11.1,3.9,11.2z M21.9,16.6c-1.4-0.3-2.6-1.2-3.3-2.4c0,0,0,0,0,0c-0.2-0.2-0.5-0.3-0.7-0.1c-0.2,0.2-0.3,0.5-0.1,0.7c0.8,1.3,2,2.2,3.5,2.7c-0.6,0.2-1.2,0.4-1.9,0.5c-0.5,0.1-0.6,0.6-0.7,1l0,0.2c0,0,0,0.1,0,0.1c-0.1,0-0.1,0-0.2,0c-0.7-0.2-1.4-0.2-2.1-0.1c-0.6,0.1-1.2,0.4-1.7,0.9c-0.7,0.6-1.5,0.9-2.4,1h-0.3c-0.9,0-1.7-0.4-2.4-1c-0.5-0.4-1.1-0.7-1.7-0.9c-0.7-0.1-1.4-0.1-2.1,0.1c0,0-0.1,0-0.2,0l0-0.1l0-0.2c-0.1-0.4-0.2-0.9-0.7-1c-0.6-0.1-1.3-0.2-1.9-0.5c1.1-0.3,2.2-1,2.9-1.9c0.2-0.3,0.4-0.5,0.6-0.8c0.1-0.2,0.1-0.5-0.2-0.7c-0.2-0.1-0.5-0.1-0.7,0.2c-0.1,0.2-0.3,0.5-0.5,0.7c-0.7,0.9-1.7,1.5-2.8,1.7c-0.4,0.1-0.6,0.4-0.6,0.7c0,0.1,0,0.2,0.1,0.3c0.2,0.4,0.6,0.9,2.7,1.2c0,0.1,0.1,0.2,0.1,0.3l0,0.2c0,0.1,0.1,0.2,0.1,0.3c0.1,0.4,0.4,0.6,0.8,0.6c0.2,0,0.3,0,0.5-0.1c0.6-0.1,1.2-0.1,1.8,0c0.5,0.1,0.9,0.4,1.3,0.7C9.8,21.6,10.8,22,12,22h0.2c1.1,0,2.1-0.4,3-1.2c0.4-0.3,0.8-0.6,1.3-0.7c0.6-0.1,1.2-0.1,1.8,0.1c0.2,0,0.4,0.1,0.5,0.1c0.4,0,0.7-0.2,0.8-0.6c0-0.1,0.1-0.2,0.1-0.3l0-0.2c0-0.1,0-0.2,0.1-0.3c2.1-0.4,2.6-0.9,2.7-1.2c0-0.1,0.1-0.1,0.1-0.2C22.6,17.1,22.3,16.7,21.9,16.6z"/>'},ST={name:"social-distancing",style:"thinline",path:'<path d="M9,17.5H4.2l1.6-1.6c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0l-2.5,2.5c0,0-0.1,0.1-0.1,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0v0c0,0.1,0,0.1,0,0.2s0.1,0.1,0.1,0.2l2.5,2.5C5.2,20.9,5.4,21,5.5,21c0.1,0,0.3-0.1,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7l-1.6-1.6H9c0.3,0,0.5-0.2,0.5-0.5S9.3,17.5,9,17.5z M21.4,17.6l-2.5-2.5c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7l1.6,1.6H15c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h4.8l-1.6,1.6c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1l2.5-2.5c0,0,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0,0,0,0,0,0c0-0.1,0-0.1,0-0.2C21.4,17.7,21.4,17.7,21.4,17.6z M7.9,9.9c0.8-0.6,1.4-1.5,1.4-2.6C9.2,5.5,7.8,4,6,4S2.8,5.5,2.8,7.2c0,1.1,0.5,2,1.4,2.6C2.3,10.6,1,12.4,1,14.5C1,14.8,1.2,15,1.5,15S2,14.8,2,14.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C11,12.4,9.7,10.6,7.9,9.9z M6,9.5c-1.2,0-2.2-1-2.2-2.2S4.8,5,6,5c1.2,0,2.2,1,2.2,2.2C8.2,8.5,7.2,9.5,6,9.5z M19.9,9.9c0.8-0.6,1.4-1.5,1.4-2.6C21.2,5.5,19.8,4,18,4s-3.2,1.5-3.2,3.2c0,1.1,0.5,2,1.4,2.6c-1.8,0.7-3.1,2.5-3.1,4.6c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C23,12.4,21.7,10.6,19.9,9.9z M18,9.5c-1.2,0-2.2-1-2.2-2.2S16.8,5,18,5c1.2,0,2.2,1,2.2,2.2C20.2,8.5,19.2,9.5,18,9.5z"/>'},zT={name:"space-key",style:"thinline",path:'<path d="M21.5,9C21.223877,9,21,9.223877,21,9.5V14H3V9.5C3,9.223877,2.776123,9,2.5,9S2,9.223877,2,9.5v5c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,14.7765503,2.223999,15.0001831,2.5,15h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,14.9998169,22.0001831,14.776001,22,14.5v-5C22,9.223877,21.776123,9,21.5,9z"/>'},wT={name:"square-full",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V3h18V21z"/>'},xT={name:"star",style:"thinline",path:'<path d="M21.9946289,9.9328613c0.0401611-0.2733765-0.1489868-0.5275269-0.4223633-0.567627l-6.3046875-0.9189453l-2.8193359-5.7294922c-0.0447998-0.0761719-0.1083374-0.1397095-0.1845093-0.1845093c-0.2475586-0.1456299-0.5663452-0.0630493-0.7119751,0.1845093L8.7324219,8.4462891L2.4277344,9.3652344C2.319458,9.3811035,2.2193604,9.4320679,2.1428223,9.5102539c-0.1932983,0.1974487-0.1898804,0.5142212,0.0075684,0.7075195l4.5625,4.4609375l-1.0771484,6.2998047c-0.0183105,0.1082153-0.0005493,0.2194214,0.0505981,0.3165283c0.1286621,0.2445679,0.4313354,0.338562,0.6759644,0.2098389L12,18.5322266l5.6376953,2.9726562c0.0720215,0.0376587,0.1520996,0.0574341,0.2333984,0.0576172c0.027832,0,0.055542-0.0023193,0.0830078-0.006958c0.272583-0.0460815,0.4562378-0.3044434,0.4101562-0.5770264l-1.0771484-6.2998047l4.5625-4.4609375C21.9277954,10.1412354,21.9787598,10.0411377,21.9946289,9.9328613z M16.4003906,14.1473999c-0.1171875,0.1148071-0.1708374,0.2796631-0.1435547,0.4414062l0.9501953,5.5585938l-4.9736328-2.6229858C12.161377,17.4867554,12.0812988,17.46698,12,17.4667969c-0.0812988,0.0001831-0.1613159,0.0199585-0.2333984,0.0576782l-4.9735718,2.6229858l0.9501343-5.5585938c0.0272827-0.1617432-0.0263672-0.3265991-0.1435547-0.4414062l-4.0273438-3.9384766l5.5644531-0.8105469c0.1627808-0.0241699,0.3033447-0.12677,0.3759766-0.2744141L12,4.0703125l2.4873047,5.0537109c0.0726318,0.1477051,0.2131958,0.2503052,0.3759766,0.2744141l5.5644531,0.8105469L16.4003906,14.1473999z"/>'},_T={name:"star-half-alt",style:"thinline",path:'<path d="M21.9189453,10.1265259c0.0802612-0.546814-0.2979736-1.0551147-0.8447266-1.135376L15.4228516,8.164978l-2.5253906-5.1464844c-0.0909424-0.1569824-0.2214355-0.2873535-0.37854-0.3781128c-0.4960327-0.2866821-1.1306152-0.1170044-1.4173584,0.3790894L8.5771484,8.164978L2.9257812,8.9912109C2.7097168,9.0228882,2.5100098,9.1244507,2.3569946,9.2802734c-0.387146,0.3943481-0.3812256,1.0278931,0.0131226,1.4150391l4.0927734,4.0126953l-0.9658203,5.6640625c-0.0091553,0.0541992-0.013855,0.1090698-0.0139771,0.1641235c-0.0015259,0.5534058,0.4458618,1.0032959,0.9993286,1.0048218c0.163147-0.0002441,0.3237915-0.0404663,0.4677734-0.1171875L12,18.7539062l5.0488281,2.6689453c0.1951294,0.1035767,0.4190063,0.1396484,0.6367798,0.1025391c0.5441895-0.0928345,0.9100952-0.6091309,0.8173218-1.1533203l-0.9658203-5.6640625l4.09375-4.0137329C21.7861328,10.5414429,21.8872681,10.3421021,21.9189453,10.1265259z M11.5,17.8869629L6.4833984,20.539978l1.0097046-5.921814c0.0271606-0.1617432-0.0264282-0.3265381-0.1435547-0.4414062L3.0702515,9.9814453l5.9121094-0.8642578C9.1456299,9.0927734,9.286499,8.9898682,9.359375,8.8417969L11.5,4.4790649V17.8869629z M16.6503906,14.1766968c-0.1170654,0.1148682-0.1706543,0.2796631-0.1435547,0.4414062l1.0097656,5.9208984L12.5,17.8869019V4.4790649l2.140564,4.3626709c0.072876,0.1480713,0.2138062,0.2509766,0.3770142,0.2753906l5.9130859,0.8632812L16.6503906,14.1766968z"/>'},kT={name:"step-forward",style:"thinline",path:'<path d="M7.8534546,7.1465454c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C6.960144,7.3383789,6.9546509,7.6549072,7.1464844,7.8535156L11.3017578,12l-4.1552734,4.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C7,16.776062,7.223877,16.999939,7.5,17c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l4.5097656-4.5l0.0001831-0.0001831c0.1951294-0.1951904,0.1950684-0.5116577-0.0001831-0.7067871L7.8534546,7.1465454z M16.5,7C16.223877,7,16,7.223877,16,7.5v9.0005493C16.0001831,16.7765503,16.223999,17.0001831,16.5,17h0.0006104C16.7765503,16.9998169,17.0001831,16.776001,17,16.5v-9C17,7.223877,16.776123,7,16.5,7z"/>'},TT={name:"stethoscope",style:"thinline",path:'<path d="M19.5,8C18.1,8,17,9.1,17,10.5c0,1.2,0.9,2.2,2,2.4v2.6c0,3-2.5,5.5-5.5,5.5c-3,0-5.5-2.5-5.5-5.5V15c2.8-0.3,5-2.6,5-5.5v-7C13,2.2,12.8,2,12.5,2h-2C10.2,2,10,2.2,10,2.5S10.2,3,10.5,3H12v6.5C12,12,10,14,7.5,14S3,12,3,9.5V3h1.5C4.8,3,5,2.8,5,2.5S4.8,2,4.5,2h-2C2.2,2,2,2.2,2,2.5v7c0,2.9,2.2,5.2,5,5.5v0.5c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5v-2.6c1.1-0.2,2-1.2,2-2.4C22,9.1,20.9,8,19.5,8z M19.5,12c-0.8,0-1.5-0.7-1.5-1.5S18.7,9,19.5,9c0.8,0,1.5,0.7,1.5,1.5C21,11.3,20.3,12,19.5,12z"/>'},ET={name:"stethoscope-alt",style:"thinline",path:'<path d="M19.5,8C18.1,8,17,9.1,17,10.5c0,1.2,0.9,2.2,2,2.4v2.6c0,3-2.5,5.5-5.5,5.5c-3,0-5.5-2.5-5.5-5.5v-1.8l3.3-2.6c1.1-0.9,1.7-2.1,1.7-3.5V2.5c0,0,0,0,0,0C13,2.2,12.8,2,12.5,2h-2C10.2,2,10,2.2,10,2.5S10.2,3,10.5,3H12v4.6c0,1.1-0.5,2.1-1.3,2.7l-3.2,2.5l-3.2-2.5C3.5,9.6,3,8.6,3,7.6V3h1.5C4.8,3,5,2.8,5,2.5S4.8,2,4.5,2h-2c0,0,0,0,0,0C2.2,2,2,2.2,2,2.5v5.1c0,1.4,0.6,2.7,1.7,3.5L7,13.7v1.8c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5v-2.6c1.1-0.2,2-1.2,2-2.4C22,9.1,20.9,8,19.5,8z M19.5,12c-0.8,0-1.5-0.7-1.5-1.5S18.7,9,19.5,9c0.8,0,1.5,0.7,1.5,1.5C21,11.3,20.3,12,19.5,12z"/>'},OT={name:"stopwatch",style:"thinline",path:'<path d="M10,4h4c0.276123,0,0.5-0.223877,0.5-0.5S14.276123,3,14,3h-4C9.723877,3,9.5,3.223877,9.5,3.5S9.723877,4,10,4z M17.9934692,8.7134399l1.3599854-1.3599854c0.1871948-0.1937256,0.1871948-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681L17.286499,8.0064697C15.8762207,6.7615356,14.0291138,6,12,6S8.1237793,6.7615356,6.7134399,8.0065308L5.3534546,6.6465454c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C4.460144,6.8383789,4.4546509,7.1549072,4.6464844,7.3535156L6.0064697,8.713501C4.7615356,10.1237793,4,11.9708862,4,14c0,4.4182739,3.5817261,8,8,8c4.4161987-0.0050659,7.9949341-3.5838013,8-8C20,11.9708862,19.2384644,10.1237793,17.9934692,8.7134399z M12,21c-3.8659668,0-7-3.1340332-7-7c0-1.9257812,0.7783813-3.6693726,2.0368652-4.9349976C7.0418701,9.0603638,7.0487671,9.0586548,7.0535889,9.053833c0.0049438-0.0048828,0.0064087-0.0115967,0.0110474-0.0166626C8.3302612,7.7784424,10.0739746,7,12,7c1.9299927,0.0023193,3.677002,0.7848511,4.9430542,2.0488892c0.0027466,0.0027466,0.005249,0.0053101,0.0080566,0.0080566C18.2151489,10.322998,18.9976807,12.0700073,19,14C19,17.8659668,15.8659668,21,12,21z M12.5,12.5917969V10.5c0-0.276123-0.223877-0.5-0.5-0.5s-0.5,0.223877-0.5,0.5v2.0917969c-0.5812378,0.206604-1,0.7560425-1,1.4082031c0,0.8284302,0.6715698,1.5,1.5,1.5s1.5-0.6715698,1.5-1.5C13.5,13.3478394,13.0812378,12.7984009,12.5,12.5917969z"/>'},PT={name:"store-slash",style:"thinline",path:'<path d="M7.8,4h10.9l1.8,4.6c0,1.3-1.1,2.4-2.5,2.4c-1.4,0-2.5-1.1-2.5-2.5C15.5,8.2,15.3,8,15,8s-0.5,0.2-0.5,0.5c0,0.5-0.2,1-0.4,1.4C14,10,14,10.1,14,10.2c0,0.3,0.2,0.5,0.5,0.5c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.1-0.1,0.1-0.2c0.6,1,1.7,1.7,3,1.7c0.3,0,0.7-0.1,1-0.2v3.4c0,0,0,0,0,0c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-3.9c0.9-0.6,1.5-1.7,1.5-2.9c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1l0,0c0,0,0,0,0,0l-2-5C19.4,3.1,19.2,3,19,3H7.8C7.5,3,7.2,3.2,7.2,3.5S7.5,4,7.8,4z M22.9,22.1l-3-3c0,0,0,0,0,0l-5-5c0,0,0,0,0,0l-13-13C1.7,1,1.4,1,1.2,1.1C1,1.3,1,1.7,1.1,1.9L4,4.7L2.5,8.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,1.2,0.6,2.2,1.5,2.9v10.1c0,0,0,0,0,0C4,21.8,4.2,22,4.5,22h10h0h5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-0.8l2.1,2.1c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1C23,22.7,23,22.3,22.9,22.1z M3.5,8.6l1.2-3.1l3.7,3.7C8.1,10.2,7.1,11,6,11C4.6,11,3.5,9.9,3.5,8.6z M9.5,14C9.2,14,9,14.2,9,14.5V21H5v-9.2C5.3,11.9,5.7,12,6,12c1.3,0,2.4-0.7,3-1.7c0.5,0.8,1.3,1.4,2.2,1.6l2.1,2.1H9.5C9.5,14,9.5,14,9.5,14z M14,21h-4v-6h4V21z M19,21h-4v-5.3l4,4V21z"/>'},NT={name:"subject",style:"thinline",path:'<path d="M2.5,8h19C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-19C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8z M13.5,17h-11C2.223877,17,2,17.223877,2,17.5S2.223877,18,2.5,18h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,17,13.5,17z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z"/>'},jT={name:"sync-exclamation",style:"thinline",path:'<path d="M12,15.625c0.3451538,0,0.625-0.2798462,0.625-0.625S12.3451538,14.375,12,14.375S11.375,14.6548462,11.375,15S11.6548462,15.625,12,15.625z M20.5,16h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.9760132c-1.6599121,2.4746704-4.44104,3.9971313-7.4585571,4C7.0420532,21.0048218,3.0048218,16.9754028,3,12c-0.0004272-0.4752197,0.0374756-0.9497681,0.1133423-1.4188843c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188c-0.2723999-0.0447998-0.52948,0.1397095-0.5742188,0.4121094C2.0422363,10.9417114,1.9997559,11.470459,2,12c0.0064697,5.5201416,4.4798584,9.9935303,10,10c3.1759033,0.0013428,6.1253662-1.5065308,8-3.9985962v2.4991455C20.0001831,20.7765503,20.223999,21.0001831,20.5,21h0.0006104C20.7765503,20.9998169,21.0001831,20.776001,21,20.5v-4.0006104C20.9998169,16.2234497,20.776001,15.9998169,20.5,16z M12,13h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-3C12.5,9.223877,12.276123,9,12,9s-0.5,0.223877-0.5,0.5v3.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M16.7373047,3.1964722C12.3201904,0.817749,6.9207764,2.1072388,4,6.0029297V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5239868c1.6599121-2.4746704,4.44104-3.9971313,7.4585571-4C16.9579468,2.9951782,20.9951782,7.0245972,21,12c0.0004272,0.4752808-0.0374146,0.9497681-0.1132202,1.4189453c-0.0001831,0.0007935-0.0003052,0.0015259-0.0004272,0.0023193c-0.0440063,0.2718506,0.140686,0.5278931,0.4125366,0.5718994C21.3259277,13.9978638,21.3533936,14.0001221,21.3808594,14c0.2445068-0.0003662,0.4527588-0.1776733,0.4921265-0.4190063C21.9577637,13.0582886,22.0002441,12.529541,22,12C21.9970703,8.3212891,19.9761963,4.9407349,16.7373047,3.1964722z"/>'},DT={name:"sync-slash",style:"thinline",path:'<path d="M21.8534546,2.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-2.4527588,2.4527588c-0.5944214-0.5365601-1.2362671-1.0185547-1.9421997-1.3991699C12.3310547,0.8165283,6.9251099,2.1050415,4,6.0041504V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4c0,0.0001831,0,0.0003662,0,0.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5290527c0.3227539-0.4802246,0.6738892-0.9404907,1.0834961-1.3510742c3.3984375-3.4064941,8.8372803-3.5180664,12.381897-0.3504028L5.2970581,17.9959106C3.8208008,16.3522949,2.9926147,14.2210693,3,12c-0.0004272-0.4752197,0.0374756-0.9497681,0.1133423-1.4188843c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188c-0.2723999-0.0447998-0.52948,0.1397095-0.5742188,0.4121094c-0.4829102,3.0008545,0.440979,6.0383301,2.4674072,8.279541l-2.447937,2.447937c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C2,21.776062,2.223877,21.999939,2.5,22c0.1326294,0.0001221,0.2598267-0.0526123,0.3534546-0.1465454l19-19C22.0406494,2.659729,22.0406494,2.3525391,21.8534546,2.1587524z M20.5,16h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.9874878c-2.5872192,3.8673096-7.7496338,5.1635742-11.882019,2.8544922C7.3656006,19.72052,7.062561,19.8052979,6.927002,20.0443115c-0.1361694,0.2401123-0.0518799,0.545105,0.1882324,0.6812744C8.6075439,21.5615845,10.2894897,22.0004272,12,22c3.1759033,0.0014038,6.1253052-1.5064697,8-3.9985352V20.5c0,0.0001831,0,0.0003662,0,0.0005493C20.0001831,20.7765503,20.223999,21.0001831,20.5,21c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,20.9998169,21.0001831,20.776001,21,20.5v-4c0-0.0001831,0-0.0003662,0-0.0006104C20.9998169,16.2234497,20.776001,15.9998169,20.5,16z M20.7255859,7.1152344c-0.135498-0.2390137-0.4385986-0.3237915-0.6784668-0.1898193c-0.2409668,0.1345825-0.3272095,0.4390869-0.192627,0.6800537C20.605896,8.9482422,21.0003052,10.4613037,21,12c0.0004272,0.4752808-0.0374146,0.9497681-0.1132202,1.4189453c-0.0001831,0.0007935-0.0003052,0.0015259-0.0004272,0.0023193c-0.0440063,0.2718506,0.140686,0.5278931,0.4125366,0.5718994C21.3259277,13.9978638,21.3533936,14.0001221,21.3808594,14c0.2445068-0.0003662,0.4527588-0.1776733,0.4921265-0.4190063C21.9577637,13.0582886,22.0002441,12.529541,22,12C22.0004272,10.2894897,21.5615845,8.6075439,20.7255859,7.1152344z"/>'},qT={name:"table",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3v-5.5h5.5V21z M8.5,14.5H3v-5h5.5V14.5z M8.5,8.5H3V3h5.5V8.5z M14.5,21h-5v-5.5h5V21z M14.5,14.5h-5v-5h5V14.5z M14.5,8.5h-5V3h5V8.5z M21,21h-5.5v-5.5H21V21z M21,14.5h-5.5v-5H21V14.5z M21,8.5h-5.5V3H21V8.5z"/>'},RT={name:"telegram-alt",style:"thinline",path:'<path d="M21.9453125,2.7646484c-0.4393311-0.3643188-1.0431519-0.4580688-1.5722656-0.2441406L2.4560547,9.7539062c-0.788147,0.3244019-1.1640625,1.2263184-0.8396606,2.0144043c0.1677856,0.4075928,0.50177,0.723938,0.9177856,0.8693848l3.8652344,1.34375l2.0947266,6.9257812c0.0042114,0.0140991,0.0171509,0.0227051,0.022583,0.0362549c0.0216675,0.0552368,0.0533447,0.1060791,0.0933228,0.1499023c0.0148926,0.0176392,0.0311279,0.0341797,0.0484619,0.0494385c0.0521851,0.043335,0.112793,0.0753784,0.1779785,0.0940552c0.0099487,0.0029297,0.0166016,0.0117798,0.0267334,0.0140991l0.0058594-0.0002441l0.0029297,0.0012207c0.0333862,0.0074463,0.0674438,0.0110474,0.1015625,0.0107422c0.0446167-0.0015869,0.0888672-0.0092773,0.1313477-0.0228882c0.0082397-0.0022583,0.0165405-0.0016479,0.0245972-0.0043335c0.0725708-0.0255737,0.1381226-0.067627,0.1915283-0.1229248c0.0062256-0.0062256,0.015686-0.0073242,0.0216675-0.013916l3.0136719-3.3251953l4.3964844,3.4042969C17.0200195,21.3865967,17.3493652,21.500061,17.6884155,21.5c0.7333984-0.0001221,1.3664551-0.513855,1.5175781-1.2314453L22.46875,4.2509766C22.5817871,3.6968994,22.3805542,3.1256104,21.9453125,2.7646484z M9.5878906,15.2949219l-0.7072144,3.4367676l-1.4748535-4.8778076l7.3148804-3.809021l-4.9970703,4.9971313C9.654541,15.111145,9.6073608,15.1990967,9.5878906,15.2949219z M18.2265625,20.0673828c-0.0383301,0.184082-0.1696777,0.335022-0.3466797,0.3984375c-0.1729736,0.0665283-0.3682861,0.0368652-0.5136719-0.078125l-4.7636719-3.6884766c-0.2062378-0.159668-0.5006104-0.133728-0.6757812,0.0595703l-2.0956421,2.3121948l0.7059937-3.4274292l7.1884766-7.1894531c0.1953735-0.1950073,0.1956787-0.5114136,0.0006714-0.7067261c-0.1542358-0.1546021-0.3909912-0.1911011-0.5846558-0.0901489L6.7782593,13.053894l-3.9169312-1.3615112C2.6478271,11.6221313,2.5026245,11.4239502,2.5,11.1992188c-0.0103149-0.2263184,0.1236572-0.4343872,0.3339844-0.5185547l17.9140625-7.2324219c0.1871338-0.0794067,0.4030762-0.0461426,0.5576172,0.0859375c0.1538086,0.1241455,0.2244873,0.3244019,0.1826172,0.5175781L18.2265625,20.0673828z"/>'},IT={name:"th",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3v-8.5h8.5V21z M11.5,11.5H3V3h8.5V11.5z M21,21h-8.5v-8.5H21V21z M21,11.5h-8.5V3H21V11.5z"/>'},FT={name:"th-large",style:"thinline",path:'<path d="M20.4707031,3H3.5292969C3.2370605,3.0002441,3.0002441,3.2370605,3,3.5292969v16.9414062C3.0002441,20.7629395,3.2370605,20.9997559,3.5292969,21h16.9414062C20.7629395,20.9997559,20.9997559,20.7629395,21,20.4707031V3.5292969C20.9997559,3.2370605,20.7629395,3.0002441,20.4707031,3z M11.5,19.9414062H4.0585938V12.5H11.5V19.9414062z M11.5,11.5H4.0585938V4.0585938H11.5V11.5z M19.9414062,19.9414062H12.5V12.5h7.4414062V19.9414062z M19.9414062,11.5H12.5V4.0585938h7.4414062V11.5z"/>'},BT={name:"times-circle",style:"thinline",path:'<path d="M12.0119629,2.0039062C6.491272,2.0006104,2.0131836,6.4733276,2.0098877,11.9940186S6.4793091,21.9927979,12,21.9960938c2.6522827,0.0043335,5.1970215-1.0482178,7.0712891-2.9248047c1.875-1.8734131,2.9291992-4.4147949,2.9307861-7.0653076C22.0053711,6.4852905,17.5326538,2.0072021,12.0119629,2.0039062z M12.0122681,20.9960938c-4.9684448,0.0033569-8.9988403-4.0215454-9.0022583-8.9899902C3.0066528,7.0377197,7.0316162,3.0072632,12,3.0039062c2.387085-0.0042725,4.6774292,0.9428711,6.3642578,2.6318359c1.687439,1.6858521,2.6363525,3.9728394,2.6379395,6.3581543C21.0056152,16.9622803,16.9806519,20.9926758,12.0122681,20.9960938z M12.7069702,12l3.1816406-3.1816406c0.1905518-0.194397,0.1905518-0.5054932,0-0.6998901c-0.1932373-0.1972046-0.5097656-0.2003784-0.7069702-0.0071411L12,11.2929688L8.8183594,8.1113892c-0.194397-0.1904907-0.5054932-0.1904907-0.6998901,0C7.9212646,8.3046265,7.9180908,8.6211548,8.1113281,8.8183594L11.2929688,12l-3.1816406,3.1816406c-0.09375,0.09375-0.1463623,0.2208862-0.1464233,0.3534546c0,0.276123,0.2238159,0.5,0.499939,0.500061c0.1326294,0.0001831,0.2598877-0.0525513,0.3535156-0.1464844L12,12.7070312l3.1816406,3.1816406c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844v0.000061c0.1325684-0.000061,0.2596436-0.0527344,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7071533L12.7069702,12z"/>'},UT={name:"toggle-off",style:"thinline",path:'<path d="M7.5,9.5C6.1192627,9.5,5,10.6192627,5,12s1.1192627,2.5,2.5,2.5c1.380127-0.0014648,2.4985352-1.119873,2.5-2.5C10,10.6192627,8.8807373,9.5,7.5,9.5z M7.5,13.5C6.6715698,13.5,6,12.8284302,6,12s0.6715698-1.5,1.5-1.5C8.328064,10.5009155,8.9990845,11.171936,9,12C9,12.8284302,8.3284302,13.5,7.5,13.5z M16.5,6.5h-9C4.4624634,6.5,2,8.9624634,2,12s2.4624634,5.5,5.5,5.5h9c3.0375366,0,5.5-2.4624634,5.5-5.5S19.5375366,6.5,16.5,6.5z M16.5,16.5h-9C5.0147095,16.5,3,14.4852905,3,12s2.0147095-4.5,4.5-4.5h9c2.4852905,0,4.5,2.0147095,4.5,4.5S18.9852905,16.5,16.5,16.5z"/>'},$T={name:"toggle-on",style:"thinline",path:'<path d="M16.5,6.5h-9C4.4624634,6.5,2,8.9624634,2,12s2.4624634,5.5,5.5,5.5h9c3.0375366,0,5.5-2.4624634,5.5-5.5S19.5375366,6.5,16.5,6.5z M16.5,16.5h-9C5.0147095,16.5,3,14.4852905,3,12s2.0147095-4.5,4.5-4.5h9c2.4852905,0,4.5,2.0147095,4.5,4.5S18.9852905,16.5,16.5,16.5z M16.5,9.5c-1.3807373,0-2.5,1.1192627-2.5,2.5s1.1192627,2.5,2.5,2.5c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5C19,10.6192627,17.8807373,9.5,16.5,9.5z M16.5,13.5c-0.8284302,0-1.5-0.6715698-1.5-1.5s0.6715698-1.5,1.5-1.5c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5C18,12.8284302,17.3284302,13.5,16.5,13.5z"/>'},WT={name:"toilet-paper",style:"thinline",path:'<path d="M22.4,21.2l-0.6-0.8c-1.1-1.3-1.7-3-1.7-4.8V7.5c0-3-2.5-5.5-5.5-5.5H6.1C6.1,2,6,2,6,2C3.2,2,1,4.7,1,8c0,3.3,2.2,6,5,6c0,0,0,0,0,0h4v1.6c0,2,0.7,3.9,2,5.4l0.6,0.8c0.1,0.1,0.2,0.2,0.4,0.2h9c0.1,0,0.2,0,0.3-0.1C22.5,21.7,22.6,21.4,22.4,21.2z M10,13H8.7c0.5-0.4,0.9-0.9,1.3-1.4V13z M6,13c-2.2,0-4-2.2-4-5c0-2.7,1.8-5,4-5c0,0,0,0,0,0h0.1C8.2,3,10,5.3,10,8C10,10.8,8.2,13,6,13z M13.2,21l-0.5-0.6c-1.1-1.3-1.7-3-1.7-4.8V8c0,0,0,0,0,0c0-2.1-0.9-3.9-2.2-4.9h5.7C17,3,19,5,19,7.5v8.1c0,2,0.7,3.9,1.9,5.4H13.2z M6,6.2C5.1,6.3,4.4,7.1,4.5,8C4.4,8.9,5.1,9.7,6,9.7C6.9,9.7,7.6,8.9,7.5,8C7.6,7.1,6.9,6.3,6,6.2z M6,8.7C5.7,8.7,5.5,8.4,5.5,8S5.7,7.2,6,7.2S6.5,7.6,6.5,8S6.3,8.7,6,8.7z"/>'},GT={name:"traffic-light",style:"thinline",path:'<path d="M12,5c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,5.8954468,13.1045532,5,12,5z M12,8c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,7.5523071,12.5523071,8,12,8z M12,15c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,15.8954468,13.1045532,15,12,15z M12,18c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,17.5523071,12.5523071,18,12,18z M23,4.5c0-0.0001831,0-0.0003662,0-0.0006104C22.9998169,4.2234497,22.776001,3.9998169,22.5,4h-4.5910034c-0.2927246-1.1469116-1.3234863-1.9988403-2.5613403-2H8.6523438C7.4144897,2.0011597,6.383728,2.8530884,6.0910034,4H1.5C1.4998169,4,1.4996338,4,1.4993896,4C1.2234497,4.0001831,0.9998169,4.223999,1,4.5C1.0004883,6.3621216,1.9285278,8.0049438,3.3446655,9H1.5C1.4998169,9,1.4996338,9,1.4993896,9C1.2234497,9.0001831,0.9998169,9.223999,1,9.5c0.0004883,1.8621216,0.9285278,3.5049438,2.3446655,4.5H1.5c-0.0001831,0-0.0003662,0-0.0006104,0C1.2234497,14.0001831,0.9998169,14.223999,1,14.5c0.0007324,2.8969727,2.2420044,5.2652588,5.0844727,5.4789429C6.3696289,21.1367798,7.4067383,21.9987793,8.6523438,22h6.6953125c1.2456055-0.0012207,2.2827148-0.8632202,2.5678711-2.0210571C20.7579956,19.7652588,22.9992676,17.3969727,23,14.5c0-0.0001831,0-0.0003662,0-0.0006104C22.9998169,14.2234497,22.776001,13.9998169,22.5,14h-1.8446655C22.0714722,13.0049438,22.9995117,11.3621216,23,9.5c0-0.0001831,0-0.0003662,0-0.0006104C22.9998169,9.2234497,22.776001,8.9998169,22.5,9h-1.8446655C22.0714722,8.0049438,22.9995117,6.3621216,23,4.5z M6,18.9716797C3.9108887,18.7380371,2.2619629,17.0891113,2.0283203,15H6V18.9716797z M6,13.9716797C3.9108887,13.7380371,2.2619629,12.0891113,2.0283203,10H6V13.9716797z M6,8.9716797C3.9108887,8.7380371,2.2619629,7.0891113,2.0283203,5H6V8.9716797z M17,9.5v0.0005493V14.5v0.0005493v4.8471069C16.9989624,20.2598267,16.2598267,20.9989624,15.3476562,21H8.6523438C7.7401733,20.9989624,7.0010376,20.2598267,7,19.3476562V14.5v-0.0006104V9.5V9.4993896V4.6523438C7.0010376,3.7401733,7.7401733,3.0010376,8.6523438,3h6.6953125C16.2598267,3.0010376,16.9989624,3.7401733,17,4.6523438V9.5z M21.9716797,15C21.7380371,17.0891113,20.0891113,18.7380371,18,18.9716797V15H21.9716797z M21.9716797,10C21.7380371,12.0891113,20.0891113,13.7380371,18,13.9716797V10H21.9716797z M18,8.9716797V5h3.9716797C21.7380371,7.0891113,20.0891113,8.7380371,18,8.9716797z M12,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,10.8954468,13.1045532,10,12,10z M12,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,12.5523071,12.5523071,13,12,13z"/>'},QT={name:"triangle",style:"thinline",path:'<path d="M21.9335938,20.0058594l-9.5-16.5097656c-0.0385132-0.0581055-0.0883179-0.1079102-0.1464233-0.1464233c-0.239502-0.1585693-0.5621948-0.0930176-0.7207642,0.1464233l-9.5,16.5097656c-0.0432739,0.0755615-0.06604,0.1610107-0.0661621,0.2480469C1.999939,20.5302734,2.2236938,20.7545776,2.5,20.7548828h19c0.0870361-0.0001221,0.1725464-0.0228882,0.2480469-0.0661621C21.987854,20.5513916,22.0709229,20.2456665,21.9335938,20.0058594z M3.3642578,19.7548828L12,4.7480469l8.6357422,15.0068359H3.3642578z"/>'},KT={name:"tumblr-alt",style:"thinline",path:'<path d="M16.96875,20.6669922l-0.9619141-2.8525391c-0.0886841-0.2615967-0.3726807-0.4017334-0.6342163-0.3129883c-0.0184937,0.0062866-0.0366211,0.0136108-0.0542603,0.0219727c-0.4509277,0.1779175-0.9287109,0.2783203-1.4130859,0.296875c-0.3664551,0.0422363-0.7341919-0.0675049-1.0175781-0.3037109c-0.2745361-0.3257446-0.4155273-0.7434082-0.3945312-1.1689453V11.5h3.5166016c0.276001,0.0001831,0.4998779-0.2234497,0.5-0.4994507V7.0947266c0.0001831-0.276001-0.2234497-0.4998169-0.4994507-0.5h-3.5015259V2c0.0001221-0.276001-0.2234497-0.4998169-0.4994507-0.5H9.078125C8.7436523,1.5041504,8.4669189,1.7614746,8.4384766,2.0947266C8.3419189,4.3262329,6.9214478,6.2841187,4.8300781,7.0683594C4.631958,7.1401978,4.5,7.3283081,4.5,7.5390625v3.5830078c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5h1.5250244v5.0351562c0.015686,1.5492554,0.6400757,3.0301514,1.7382812,4.1229858C9.5131836,21.9468994,11.1777344,22.565979,12.8867188,22.5c0.0507812,0,0.1025391,0,0.1542969-0.0009766c1.5722656-0.0273438,3.3798828-0.6767578,3.8671875-1.3896484C16.9966431,20.9795532,17.019043,20.8157959,16.96875,20.6669922z M13.0234375,21.4990234c-1.493103,0.1057129-2.9631348-0.4127197-4.0595703-1.4316406c-0.9088135-0.9037476-1.4258423-2.1286011-1.4394531-3.4101562v-5.5351562c0.0001831-0.276001-0.2234497-0.4998169-0.4994507-0.5H5.5V7.8808594C7.6760254,6.9238892,9.1654053,4.8660889,9.3945312,2.5h2.1142578v4.5947266c-0.0001831,0.276001,0.2234497,0.4998779,0.4994507,0.5h3.5015259V10.5h-3.5166016c-0.276001-0.0001831-0.4998779,0.2234497-0.5,0.4994507v5.3569946c-0.0281372,0.6965942,0.2252808,1.3751831,0.703125,1.8828125c0.4754028,0.4222412,1.1025391,0.6320801,1.7363281,0.5809937c0.4362183-0.0180664,0.8687744-0.0869141,1.2890625-0.2050781l0.7011719,2.0791016C15.0420532,21.208252,14.0431519,21.4854736,13.0234375,21.4990234z"/>'},JT={name:"twitter-alt",style:"thinline",path:'<path d="M22.5,3.5888672c0.0002441-0.2761841-0.2234497-0.5002441-0.4996338-0.5004883c-0.0898438-0.000061-0.1779785,0.0240479-0.255249,0.0698242c-0.7038574,0.4194946-1.4684448,0.7275391-2.2666016,0.9130859c-0.8716431-0.8326416-2.0318604-1.2953491-3.2373047-1.2910156c-2.6089478,0.0032349-4.7229004,2.1176758-4.7255859,4.7265625c0,0.1347656,0.0058594,0.2714844,0.0185547,0.4091797C8.5112915,7.5945435,5.7377319,6.09198,3.8173828,3.7353516c-0.175354-0.2139282-0.4909668-0.2451782-0.704895-0.0698242c-0.0467529,0.0383301-0.0861816,0.0848389-0.116394,0.137207C2.581604,4.5263672,2.3637695,5.3458252,2.3642578,6.1797485C2.362915,7.0950928,2.6275635,7.9910889,3.1259766,8.7587891c-0.0195312-0.0107422-0.039978-0.0214844-0.0595703-0.0332031c-0.1596069-0.0778809-0.3484497-0.065979-0.4970703,0.03125c-0.1546631,0.1004028-0.2477417,0.272583-0.2470703,0.4570312C2.3181152,9.3320923,2.3253174,9.4505005,2.34375,9.5673218c0.0957642,1.3353882,0.7573853,2.5662842,1.8183594,3.3828735c-0.0925903,0.0269165-0.1751709,0.0805664-0.2373047,0.1542969c-0.1132812,0.1314087-0.1502686,0.3121948-0.0976562,0.4775391c0.468811,1.461731,1.62146,2.6026611,3.0878296,3.0566406c-1.4753418,0.8259277-3.1745605,1.1630249-4.8535156,0.9628906c-0.274231-0.0336304-0.5238037,0.161438-0.5574341,0.4356689c-0.0233154,0.1904297,0.06427,0.3773804,0.2254639,0.4813232C3.7386475,19.812439,6.0780029,20.5003662,8.4677734,20.5c5.5748291,0.0617676,10.4938965-3.6341553,11.9863281-9.0058594c0.3389282-1.1375122,0.5119019-2.3179321,0.5136719-3.5048828c0-0.1201172,0-0.2451172-0.0029297-0.3720703C22.0166626,6.5477295,22.5733032,5.0870972,22.5,3.5888672z M20.0761719,7.1220703c-0.0820923,0.0969849-0.1240234,0.2217407-0.1171875,0.3486328c0.0087891,0.1767578,0.0087891,0.3525391,0.0087891,0.5185547c-0.0020142,1.0913086-0.1611938,2.1766968-0.4726562,3.2226562C18.1668701,16.1845703,13.6137085,19.6067505,8.4677734,19.5c-1.5258789,0.0005493-3.036377-0.3045654-4.4423828-0.8974609c1.6526489-0.1833496,3.220459-0.8276367,4.5244141-1.859375c0.2172241-0.1707764,0.2548828-0.4852905,0.0841064-0.7025146C8.5411377,15.9225464,8.4001465,15.852417,8.25,15.8496094c-1.3014526-0.0209351-2.4966431-0.7225342-3.1494141-1.8486328c0.4240723,0.0012817,0.8461914-0.057251,1.2539062-0.1738281c0.2652588-0.0761719,0.4185181-0.3529053,0.3423462-0.6181641C6.6450806,13.0286255,6.4966431,12.8924561,6.3125,12.8564453c-1.463562-0.2926636-2.6086426-1.4346924-2.9052734-2.8974609c0.4245605,0.1375122,0.8664551,0.2141113,1.3125,0.2275391c0.2264404,0.0168457,0.4329224-0.1294556,0.4921875-0.3486328C5.2793579,9.625,5.1976929,9.3931885,5.0117188,9.2695312C3.9785156,8.581604,3.3596802,7.4209595,3.3642578,6.1796875C3.3639526,5.7672119,3.4312134,5.3574829,3.5634766,4.9667969C5.7807617,7.361084,8.84552,8.7946777,12.1044922,8.9619141c0.1580811,0.0167236,0.3132935-0.0512085,0.4082031-0.1787109c0.1005859-0.1207275,0.138855-0.2814941,0.1035156-0.4345703c-0.0661621-0.2757568-0.0999756-0.5582275-0.1005859-0.8417969c0.0019531-2.0569458,1.6686401-3.7240601,3.7255859-3.7265625c1.0283203-0.0029297,2.0109863,0.4244995,2.710022,1.1787109c0.1178589,0.1260986,0.2926025,0.182251,0.4619141,0.1484375c0.7096558-0.1395874,1.3995972-0.3652344,2.0546265-0.671875C21.2976074,5.4550171,20.81073,6.3949585,20.0761719,7.1220703z"/>'},XT={name:"umbrella",style:"thinline",path:'<path d="M12.5,3.0118408V2.5C12.5,2.223877,12.276123,2,12,2s-0.5,0.223877-0.5,0.5v0.5118408C6.897644,3.149231,3.1424561,6.840271,3,11.5v0.0005493C3.0001831,11.7765503,3.223999,12.0001831,3.5,12h5.0189819c0.0066528,0.0003052,0.0133667,0.0009155,0.0200806,0.0009155C8.5407104,12.0009155,8.5419922,12,8.5436401,12H11.5v7.25c0,0.9664917-0.7835083,1.75-1.75,1.75S8,20.2164917,8,19.25c0-0.276123-0.223877-0.5-0.5-0.5S7,18.973877,7,19.25c0.0015259,1.5181274,1.2318726,2.7484741,2.75,2.75c1.5181274-0.0015259,2.7484741-1.2318726,2.75-2.75V12h8.0006104C20.7765503,11.9998169,21.0001831,11.776001,21,11.5C20.8577271,6.84021,17.102417,3.1491089,12.5,3.0118408z M8.0505371,11h-4.032959c0.3521729-3.3762207,2.8185425-6.046875,5.9850464-6.789917C8.9051514,5.6862183,8.2294312,8.3179932,8.0505371,11z M9.0524292,11C9.3445435,6.6643066,10.7764282,4,12,4s2.6558838,2.6643066,2.9484863,7H9.0524292z M15.949585,11c-0.1782837-2.6819458-0.8540039-5.3135986-1.9516602-6.7897339C17.1640015,4.9535522,19.630188,7.6240845,19.9824219,11H15.949585z"/>'},YT={name:"upload-alt",style:"thinline",path:'<path d="M18,9h-1.5C16.223877,9,16,9.223877,16,9.5s0.223877,0.5,0.5,0.5H18c1.1040039,0.0014038,1.9985962,0.8959961,2,2v7c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H6c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h2.5C8.776123,10,9,9.776123,9,9.5S8.776123,9,8.5,9H6c-1.6561279,0.0018311-2.9981689,1.3438721-3,3v7c0.0018311,1.6561279,1.3438721,2.9981689,3,3h12c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-7C20.9981689,10.3438721,19.6561279,9.0018311,18,9z M8.8623047,6.3447266L11.5,3.7069702v13.7935791C11.5001831,17.7765503,11.723999,18.0001831,12,18h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V3.7069702l2.6376953,2.6377563c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464233c0.1952515-0.1951904,0.1953125-0.5117798,0.000061-0.7070923l-3.4909058-3.4909058c-0.0462036-0.0462646-0.1015625-0.0828247-0.1629028-0.1082153c-0.0580444-0.0239258-0.1194458-0.0354004-0.1812134-0.0366211C12.0062866,2.0018921,12.003418,2,12,2c-0.0023804,0-0.0043945,0.0012817-0.0067749,0.0013428C11.930481,2.0021973,11.8678589,2.0141602,11.80896,2.0385742c-0.0612793,0.0253296-0.1164551,0.0618896-0.1625977,0.1080322L8.1552734,5.6377563C8.1528931,5.6400757,8.1505127,5.6424561,8.1481323,5.6448975C7.954895,5.8421021,7.9580688,6.1586304,8.1552734,6.3518677S8.6690674,6.5419312,8.8623047,6.3447266z"/>'},eE={name:"user-arrows",style:"thinline",path:'<path d="M6.6,6.9l2.5,2.5c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7L8.2,7h7.6l-1.6,1.6C14.1,8.7,14,8.9,14,9c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1l2.5-2.5c0,0,0,0,0,0c0.2-0.2,0.2-0.5,0-0.7l-2.5-2.5c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7L15.8,6H8.2l1.6-1.6c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0L6.6,6.1c0,0-0.1,0.1-0.1,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0v0c0,0.1,0,0.1,0,0.2S6.6,6.8,6.6,6.9z M7.9,15.9c0.8-0.6,1.4-1.5,1.4-2.6C9.2,11.5,7.8,10,6,10s-3.2,1.5-3.2,3.2c0,1.1,0.5,2,1.4,2.6C2.3,16.6,1,18.4,1,20.5C1,20.8,1.2,21,1.5,21S2,20.8,2,20.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C11,18.4,9.7,16.6,7.9,15.9z M6,15.5c-1.2,0-2.2-1-2.2-2.2S4.8,11,6,11c1.2,0,2.2,1,2.2,2.2C8.2,14.5,7.2,15.5,6,15.5z M19.9,15.9c0.8-0.6,1.4-1.5,1.4-2.6c0-1.8-1.5-3.2-3.2-3.2s-3.2,1.5-3.2,3.2c0,1.1,0.5,2,1.4,2.6c-1.8,0.7-3.1,2.5-3.1,4.6c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C23,18.4,21.7,16.6,19.9,15.9z M18,15.5c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2C20.2,14.5,19.2,15.5,18,15.5z"/>'},tE={name:"vector-square",style:"thinline",path:'<path d="M19.5,16.050415V7.9490967C20.916748,7.7087402,21.9983521,6.4848633,22,5c0-1.6568604-1.3431396-3-3-3c-1.4855957,0-2.7104492,1.0823975-2.949585,2.5H7.949585C7.7104492,3.0823975,6.4855957,2,5,2C3.3431396,2,2,3.3431396,2,5c0,1.4855957,1.0823975,2.7104492,2.5,2.949585v8.1008301C3.0823975,16.2895508,2,17.5144043,2,19c0,1.6568604,1.3431396,3,3,3c1.4848633-0.0016479,2.7087402-1.083252,2.9490967-2.5h8.1013184C16.2895508,20.9176025,17.5144043,22,19,22c1.6561279-0.0018311,2.9981689-1.3438721,3-3C22,17.5144043,20.9176025,16.2895508,19.5,16.050415z M19,3c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2s-2-0.8954468-2-2S17.8954468,3,19,3z M3,5c0-1.1045532,0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2S3,6.1045532,3,5z M5,21c-1.1045532,0-2-0.8954468-2-2s0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2C7,20.1045532,6.1045532,21,5,21z M16.050415,18.5H7.949585C7.7380371,17.2458496,6.7541504,16.2619629,5.5,16.050415V7.9490967C6.7532959,7.7364502,7.7364502,6.7532959,7.9490967,5.5h8.1013184C16.2619629,6.7541504,17.2458496,7.7380371,18.5,7.949585v8.1008301C17.2458496,16.2619629,16.2619629,17.2458496,16.050415,18.5z M19,21c-1.1045532,0-2-0.8954468-2-2s0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2C21,20.1045532,20.1045532,21,19,21z"/>'},nE={name:"vector-square-alt",style:"thinline",path:'<path d="M16.5,7h-9C7.2236328,7,7,7.2236328,7,7.5v9C7,16.7763672,7.2236328,17,7.5,17h9c0.2763672,0,0.5-0.2236328,0.5-0.5v-9C17,7.2236328,16.7763672,7,16.5,7z M16,16H8V8h8V16z M21,19.0921021V4.9078979C21.5807495,4.7008057,22,4.151001,22,3.5C22,2.6728516,21.3271484,2,20.5,2c-0.651001,0-1.2008057,0.4192505-1.4078979,1H4.9078979C4.7008057,2.4192505,4.151001,2,3.5,2C2.6728516,2,2,2.6728516,2,3.5c0,0.651001,0.4192505,1.2008057,1,1.4078979v14.1842041C2.4192505,19.2991943,2,19.848999,2,20.5C2,21.3271484,2.6728516,22,3.5,22c0.651001,0,1.2008057-0.4192505,1.4078979-1h14.1842041c0.2070923,0.5807495,0.756897,1,1.4078979,1c0.8271484,0,1.5-0.6728516,1.5-1.5C22,19.848999,21.5807495,19.2991943,21,19.0921021z M20.5,3C20.7753906,3,21,3.2246094,21,3.5S20.7753906,4,20.5,4S20,3.7753906,20,3.5S20.2246094,3,20.5,3z M3.5,3C3.7753906,3,4,3.2246094,4,3.5S3.7753906,4,3.5,4S3,3.7753906,3,3.5S3.2246094,3,3.5,3z M3.5,21C3.2246094,21,3,20.7753906,3,20.5S3.2246094,20,3.5,20S4,20.2246094,4,20.5S3.7753906,21,3.5,21z M19.0901489,20.0062866C19.0897217,20.0056152,19.0859375,20,19.0859375,20H4.9140625c0,0-0.0037842,0.0056152-0.0042114,0.0062866c-0.1506958-0.4285278-0.4876099-0.7654419-0.9161377-0.9161377C3.9943848,19.0897217,4,19.0859375,4,19.0859375V4.9140625c0,0-0.0056152-0.0037842-0.0062866-0.0042114c0.4285278-0.1506958,0.7654419-0.4876099,0.9161377-0.9161377C4.9102783,3.9943848,4.9140625,4,4.9140625,4h14.171875c0,0,0.0037842-0.0056152,0.0042114-0.0062866c0.1506958,0.4285278,0.4876099,0.7654419,0.9161377,0.9161377C20.0056152,4.9102783,20,4.9140625,20,4.9140625v14.171875c0,0,0.0056152,0.0037842,0.0062866,0.0042114C19.5777588,19.2408447,19.2408447,19.5777588,19.0901489,20.0062866z M20.5,21c-0.2753906,0-0.5-0.2246094-0.5-0.5s0.2246094-0.5,0.5-0.5s0.5,0.2246094,0.5,0.5S20.7753906,21,20.5,21z"/>'},aE={name:"vk-alt",style:"thinline",path:'<path d="M15.375,13.8671875c-0.4400024-0.4725952-0.9667969-0.8561401-1.5516968-1.1296997c1.6803589-1.0357666,2.8744507-2.7028198,3.3143921-4.6271362c0.0609741-0.269104-0.1077881-0.5366821-0.3769531-0.5976562c-0.269104-0.0609741-0.5366821,0.1078491-0.5976562,0.3769531c-0.4504395,1.9788208-1.8178711,3.6240234-3.6809692,4.4286499c-0.1081543-0.0181274-0.2183838-0.0233765-0.3278198-0.0344238V8.0020142c-0.0028076-0.0439453-0.0115356-0.0873413-0.026001-0.1289062c-0.0029907-0.0217285-0.0073242-0.0432739-0.0130005-0.0644531c-0.0233765-0.0528564-0.0557861-0.1012573-0.0957031-0.1430054c-0.0043945-0.0047607-0.0062866-0.0114136-0.0108032-0.0159912c-0.0360107-0.0330811-0.0766602-0.06073-0.1206665-0.0820312c-0.0136108-0.0073853-0.0238037-0.0196533-0.038147-0.0257568c-0.0335693-0.0105591-0.0681152-0.0177002-0.1030884-0.0211792c-0.029541-0.0091553-0.0599365-0.0153809-0.0906372-0.0186768L11.0020142,7.5H11c-0.276123-0.0005493-0.5004272,0.2228394-0.5009766,0.4990234C10.4984741,8.2751465,10.7218628,8.4994507,10.9979858,8.5l0.1523438,0.0004272v5.4595947c0,0.006897,0.0036011,0.0125732,0.0039062,0.0194092v0.9981689c-2.1287842-1.8045654-3.548584-4.3057251-4.0067749-7.0585938C7.0967407,7.6497192,6.8423462,7.4686279,6.5712891,7.5088501C6.2990723,7.5548706,6.1155396,7.8126831,6.1611328,8.085022c0.5628662,3.3532715,2.4330444,6.3463135,5.2001953,8.3222656c0.0090942,0.0065308,0.0212402,0.0039673,0.0306396,0.0098877c0.0773926,0.0529785,0.1685181,0.0824585,0.2623291,0.0848389c0.0736084-0.0009155,0.1461182-0.0183716,0.2120972-0.0510254l0.0154419-0.0037231c0.0109863-0.0056763,0.0158081-0.0180054,0.0263062-0.0244141c0.0571899-0.0346069,0.1066895-0.0805054,0.1454468-0.1350098c0.0125732-0.0162354,0.0240479-0.0332642,0.0344238-0.0509644c0.041687-0.0714111,0.0645142-0.1522217,0.0662842-0.2348633v-2.7393188c0.9535522,0.1192627,1.8338623,0.572937,2.484375,1.2803345l1.6474609,1.796814c0.0945435,0.1033325,0.2281494,0.1621704,0.3681641,0.1621094c0.1253052,0.0005493,0.2460938-0.0465698,0.3378906-0.1317749c0.203186-0.1867065,0.2167358-0.5026855,0.0302734-0.7061157L15.375,13.8671875z M15.0732422,1.5H8.9375C3.0292969,1.5,1.5,3.0273438,1.5,8.9267578V15.0625C1.5,20.9707031,3.0273438,22.5,8.9267578,22.5H15.0625c5.9082031,0,7.4375-1.5273438,7.4375-7.4267578V8.9375C22.5,3.0292969,20.9726562,1.5,15.0732422,1.5z M21.5,15.0732422C21.5,20.4190063,20.4169922,21.5,15.0625,21.5H8.9267578C3.5810547,21.5,2.5,20.4169922,2.5,15.0625V8.9267578C2.5,3.5810547,3.5830078,2.5,8.9375,2.5h6.1357422C20.4190063,2.5,21.5,3.5830078,21.5,8.9375V15.0732422z"/>'},rE={name:"vuejs-alt",style:"thinline",path:'<path d="M22.9335938,3.2558594C22.8446045,3.1004028,22.6791382,3.0046387,22.5,3.0048828l-4.9899902-0.0028687L17.5029297,3l-4-0.0263672H13.5c-0.1765747-0.0002441-0.3400269,0.0930176-0.4296875,0.2451172l-1.0723267,1.8056641l-1.0692749-1.78125C10.8394775,3.0933228,10.6783447,3.0010986,10.5039062,3l-4-0.0273438H6.5C6.465332,2.9780273,6.4313965,2.9872437,6.3987427,3H1.5C1.223999,2.999939,1.0001831,3.2236328,1.000061,3.4996338c0,0.0886841,0.0235596,0.1757812,0.0682983,0.2523193l10.5,18c0.138916,0.2384033,0.4447632,0.3190308,0.6831665,0.1801147c0.074585-0.043457,0.1366577-0.1055298,0.1801147-0.1801147l10.5-17.9951172C23.0220947,3.6022949,23.0228271,3.4111328,22.9335938,3.2558594z M10.2158203,3.9980469l1.3554688,2.2587891C11.661438,6.4077148,11.8242798,6.500061,12,6.5h0.0009766c0.1761475-0.0004272,0.3389893-0.0935669,0.4287109-0.2451172l1.3535156-2.2792969l2.8291016,0.0185547l-3.0053711,4.9179077l-1.6061401,2.6276855L7.3935547,3.9785156L10.2158203,3.9980469z M12,20.5078125L2.3701172,4h3.8496094l5.3535156,8.7607422c0.0386353,0.0569458,0.0888062,0.1052246,0.1472168,0.1416016c0.0133057,0.0093384,0.020874,0.0256958,0.0349731,0.0336304c0.2344971,0.1316528,0.5311279,0.0542603,0.6713867-0.1752319l5.3534546-8.758728l3.8496094,0.0020142L12,20.5078125z"/>'},iE={name:"wallet",style:"thinline",path:'<path d="M19.5,7H18V6c-0.0018311-1.6561279-1.3438721-2.9981689-3-3H4.5C3.119812,3.0012817,2.0012817,4.119812,2,5.5V18c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14.5c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-9C21.9987183,8.119812,20.880188,7.0012817,19.5,7z M4.5,4H15c1.1040039,0.0014038,1.9985962,0.8959961,2,2v1H4.5C3.6715698,7,3,6.3284302,3,5.5S3.6715698,4,4.5,4z M21,16h-2c-1.1045532,0-2-0.8954468-2-2s0.8954468-2,2-2h2V16z M21,11h-2c-1.6568604,0-3,1.3431396-3,3s1.3431396,3,3,3h2v1.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V7.4990234C3.4321899,7.8247681,3.9588013,8.0006714,4.5,8h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V11z"/>'},lE={name:"web-grid",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M14.5,21H3v-8.5h11.5V21z M14.5,11.5H3V3h11.5V11.5z M21,21h-5.5V3H21V21z"/>'},oE={name:"web-grid-alt",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3V9.5h8.5V21z M21,21h-8.5V9.5H21V21z M21,8.5H3V3h18V8.5z"/>'},cE={name:"web-section",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M14.5,21H3V3h11.5V21z M21,21h-5.5V3H21V21z"/>'},uE={name:"web-section-alt",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V3h5.5V21z M21,21H9.5V3H21V21z"/>'},sE={name:"window-grid",style:"thinline",path:'<path d="M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V3h5.5V21z M21,21H9.5v-8.5H21V21z M21,11.5H9.5V3H21V11.5z"/>'},hE={name:"window-maximize",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V9.5h18V21z M21,8.5H3V3h18V8.5z"/>'},dE={name:"window-section",style:"thinline",path:'<path d="M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V9.5h5.5V21z M14.5,21h-5V9.5h5V21z M21,21h-5.5V9.5H21V21z M21,8.5H3V3h18V8.5z"/>'},pE={name:"wrap-text",style:"thinline",path:'<path d="M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M19,11H2.5C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12H19c1.1045532,0,2,0.8954468,2,2s-0.8954468,2-2,2h-5.0742188L15.3125,14.890625c0.2157593-0.1726074,0.2507324-0.4873657,0.078125-0.703125s-0.4873657-0.2507324-0.703125-0.078125l-2.5,2c-0.0106201,0.0085449-0.0189209,0.0194702-0.0288086,0.0288086c-0.0071411,0.0067749-0.0136719,0.0133057-0.0204468,0.0204468c-0.0091553,0.0097046-0.0198364,0.0177612-0.0281982,0.0281982c-0.0142212,0.0177002-0.0185547,0.0391235-0.0299683,0.0580444c-0.0180054,0.02948-0.0352783,0.0578613-0.046936,0.0909424c-0.0117188,0.0332642-0.0159302,0.0664062-0.0203247,0.1008301C12.0099487,16.458313,12,16.4775391,12,16.5c0,0.0093994,0.0048218,0.0171509,0.0053101,0.0264282c0.0018921,0.0352173,0.0114136,0.0679932,0.0206299,0.1020508c0.0080566,0.0296021,0.0137329,0.05896,0.0267944,0.0861206c0.0132446,0.027832,0.0330811,0.0512085,0.0516357,0.0765381c0.0204468,0.02771,0.0394897,0.0549316,0.0650635,0.0778809c0.0072021,0.0064697,0.010437,0.0155029,0.0180664,0.0216064l2.5,2C14.7763062,18.9614258,14.8864746,18.999939,15,19c0.1521606,0.0001221,0.2960205-0.0690308,0.3909912-0.1878662c0.1723633-0.2157593,0.1372681-0.5303955-0.0784912-0.7027588L13.9257812,17H19c1.6568604,0,3-1.3431396,3-3S20.6568604,11,19,11z M9.5,16h-7C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h7c0.276123,0,0.5-0.223877,0.5-0.5S9.776123,16,9.5,16z"/>'},fE={name:"youtube",style:"thinline",path:'<path d="M14.7919922,10.7753906l-3.6679688-2.1123047c-0.2145386-0.1235962-0.4577637-0.1888428-0.7053223-0.1891479C9.6362305,8.4728394,9.0010986,9.1062622,9,9.8886719v4.2226562c-0.0030518,0.5054932,0.2669067,0.9733276,0.7060547,1.2236328c0.2157593,0.1260986,0.4610596,0.1928101,0.7109375,0.1933594c0.2486572-0.0010986,0.4926758-0.0670776,0.7080078-0.1914062l3.6669922-2.1123047c0.2159424-0.1243286,0.3952026-0.3035889,0.5195312-0.5195312C15.7009277,12.0287476,15.4683228,11.1647949,14.7919922,10.7753906z M14.2920532,12.3574219l-3.6659546,2.1123047c-0.1293945,0.0759277-0.2896729,0.0759277-0.4190063,0c-0.1290283-0.072937-0.208313-0.2102051-0.2070312-0.3583984V9.8886719c-0.0012817-0.1481934,0.0780029-0.2854614,0.2070312-0.3583984c0.0646362-0.0368652,0.1375122-0.0567017,0.2119141-0.0576172C10.4916382,9.4729004,10.5628052,9.4927979,10.625,9.5302734l3.6670532,2.1123047c0.0644531,0.0366211,0.1177979,0.0899048,0.1543579,0.1543579C14.5585938,11.9943237,14.489502,12.2452393,14.2920532,12.3574219z M19,4H5C3.3438721,4.0018311,2.0018311,5.3438721,2,7v10c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c1.6561279-0.0018311,2.9981689-1.3438721,3-3V7C21.9981689,5.3438721,20.6561279,4.0018311,19,4z M21,17c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h14c1.1040039,0.0014038,1.9985962,0.8959961,2,2V17z"/>'}},"14Xm":function(e,t,n){e.exports=n("u938")},"1I2w":function(e,t,n){},"1K8p":function(e,t,n){"use strict";var a=n("jrfk"),r=n("ez49");function i(e){var t=0,n=0,a=0,r=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),a=10*t,r=10*n,"deltaY"in e&&(r=e.deltaY),"deltaX"in e&&(a=e.deltaX),(a||r)&&e.deltaMode&&(1==e.deltaMode?(a*=40,r*=40):(a*=800,r*=800)),a&&!t&&(t=a<1?-1:1),r&&!n&&(n=r<1?-1:1),{spinX:t,spinY:n,pixelX:a,pixelY:r}}i.getEventType=function(){return a.firefox()?"DOMMouseScroll":r("wheel")?"wheel":"mousewheel"},e.exports=i},"2SVd":function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},"2zfi":function(e,t,n){var a=n("d+lc"),r=n("FgkJ"),i=n("zBWt")("species");e.exports=function(e,t){var n,l=a(e).constructor;return void 0===l||null==(n=a(l)[i])?t:r(n)}},"3+Ww":function(e,t){},"33yf":function(e,t,n){(function(e){function n(e,t){for(var n=0,a=e.length-1;a>=0;a--){var r=e[a];"."===r?e.splice(a,1):".."===r?(e.splice(a,1),n++):n&&(e.splice(a,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function a(e,t){if(e.filter)return e.filter(t);for(var n=[],a=0;a<e.length;a++)t(e[a],a,e)&&n.push(e[a]);return n}t.resolve=function(){for(var t="",r=!1,i=arguments.length-1;i>=-1&&!r;i--){var l=i>=0?arguments[i]:e.cwd();if("string"!=typeof l)throw new TypeError("Arguments to path.resolve must be strings");l&&(t=l+"/"+t,r="/"===l.charAt(0))}return(r?"/":"")+(t=n(a(t.split("/"),(function(e){return!!e})),!r).join("/"))||"."},t.normalize=function(e){var i=t.isAbsolute(e),l="/"===r(e,-1);return(e=n(a(e.split("/"),(function(e){return!!e})),!i).join("/"))||i||(e="."),e&&l&&(e+="/"),(i?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(a(e,(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,n){function a(e){for(var t=0;t<e.length&&""===e[t];t++);for(var n=e.length-1;n>=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var r=a(e.split("/")),i=a(n.split("/")),l=Math.min(r.length,i.length),o=l,c=0;c<l;c++)if(r[c]!==i[c]){o=c;break}var u=[];for(c=o;c<r.length;c++)u.push("..");return(u=u.concat(i.slice(o))).join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!=typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,a=-1,r=!0,i=e.length-1;i>=1;--i)if(47===(t=e.charCodeAt(i))){if(!r){a=i;break}}else r=!1;return-1===a?n?"/":".":n&&1===a?"/":e.slice(0,a)},t.basename=function(e,t){var n=function(e){"string"!=typeof e&&(e+="");var t,n=0,a=-1,r=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!r){n=t+1;break}}else-1===a&&(r=!1,a=t+1);return-1===a?"":e.slice(n,a)}(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){"string"!=typeof e&&(e+="");for(var t=-1,n=0,a=-1,r=!0,i=0,l=e.length-1;l>=0;--l){var o=e.charCodeAt(l);if(47!==o)-1===a&&(r=!1,a=l+1),46===o?-1===t?t=l:1!==i&&(i=1):-1!==t&&(i=-1);else if(!r){n=l+1;break}}return-1===t||-1===a||0===i||1===i&&t===a-1&&t===n+1?"":e.slice(t,a)};var r="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n("8oxB"))},"40oJ":function(e,t,n){var a=n("ixoo")("meta"),r=n("ekG2"),i=n("nA4W"),l=n("GhSp").f,o=0,c=Object.isExtensible||function(){return!0},u=!n("S4vA")((function(){return c(Object.preventExtensions({}))})),s=function(e){l(e,a,{value:{i:"O"+ ++o,w:{}}})},h=e.exports={KEY:a,NEED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,a)){if(!c(e))return"F";if(!t)return"E";s(e)}return e[a].i},getWeak:function(e,t){if(!i(e,a)){if(!c(e))return!0;if(!t)return!1;s(e)}return e[a].w},onFreeze:function(e){return u&&h.NEED&&c(e)&&!i(e,a)&&s(e),e}}},"4BeY":function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,a=e.content;this.id=t,this.viewBox=n,this.content=a};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var a=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var r;return n&&!0===n.clone&&e(t)?a((r=t,Array.isArray(r)?[]:{}),t,n):t}function n(n,r,i){var l=n.slice();return r.forEach((function(r,o){void 0===l[o]?l[o]=t(r,i):e(r)?l[o]=a(n[o],r,i):-1===n.indexOf(r)&&l.push(t(r,i))})),l}function a(r,i,l){var o=Array.isArray(i),c=(l||{arrayMerge:n}).arrayMerge||n;return o?Array.isArray(r)?c(r,i,l):t(i,l):function(n,r,i){var l={};return e(n)&&Object.keys(n).forEach((function(e){l[e]=t(n[e],i)})),Object.keys(r).forEach((function(o){e(r[o])&&n[o]?l[o]=a(n[o],r[o],i):l[o]=t(r[o],i)})),l}(r,i,l)}return a.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return a(e,n,t)}))},a}()})),r=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,l=r.xlink,o={};o[i.name]=i.uri,o[l.name]=l.uri;var c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(a(o,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n("yLpj"))},"4Zg2":function(e,t,n){var a=n("7whZ"),r=n("VSTI"),i=n("5ETA"),l=n("/NTb"),o=n("GhSp").f;e.exports=function(e){var t=r.Symbol||(r.Symbol=i?{}:a.Symbol||{});"_"==e.charAt(0)||e in t||o(t,e,{value:l.f(e)})}},"4d7F":function(e,t,n){e.exports={default:n("Ir+t"),__esModule:!0}},"5ETA":function(e,t){e.exports=!0},"5Qd4":function(e,t,n){var a=n("USwo");a(a.S+a.F,"Object",{assign:n("By1P")})},"5oMp":function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},"6jRP":function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},"7whZ":function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"8L3F":function(e,t,n){"use strict";n.r(t),function(e){var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,a=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var r=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),a))}};function i(e){return e&&"[object Function]"==={}.toString.call(e)}function l(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function o(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function c(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=l(e),n=t.overflow,a=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(n+r+a)?e:c(o(e))}function u(e){return e&&e.referenceNode?e.referenceNode:e}var s=n&&!(!window.MSInputMethodContext||!document.documentMode),h=n&&/MSIE 10/.test(navigator.userAgent);function d(e){return 11===e?s:10===e?h:s||h}function p(e){if(!e)return document.documentElement;for(var t=d(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var a=n&&n.nodeName;return a&&"BODY"!==a&&"HTML"!==a?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===l(n,"position")?p(n):n:e?e.ownerDocument.documentElement:document.documentElement}function f(e){return null!==e.parentNode?f(e.parentNode):e}function m(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,a=n?e:t,r=n?t:e,i=document.createRange();i.setStart(a,0),i.setEnd(r,0);var l,o,c=i.commonAncestorContainer;if(e!==c&&t!==c||a.contains(r))return"BODY"===(o=(l=c).nodeName)||"HTML"!==o&&p(l.firstElementChild)!==l?p(c):c;var u=f(e);return u.host?m(u.host,t):m(e,f(t).host)}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",a=e.nodeName;if("BODY"===a||"HTML"===a){var r=e.ownerDocument.documentElement,i=e.ownerDocument.scrollingElement||r;return i[n]}return e[n]}function A(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=v(t,"top"),r=v(t,"left"),i=n?-1:1;return e.top+=a*i,e.bottom+=a*i,e.left+=r*i,e.right+=r*i,e}function y(e,t){var n="x"===t?"Left":"Top",a="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+a+"Width"])}function M(e,t,n,a){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],d(10)?parseInt(n["offset"+e])+parseInt(a["margin"+("Height"===e?"Top":"Left")])+parseInt(a["margin"+("Height"===e?"Bottom":"Right")]):0)}function H(e){var t=e.body,n=e.documentElement,a=d(10)&&getComputedStyle(n);return{height:M("Height",t,n,a),width:M("Width",t,n,a)}}var g=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Z=function(){function e(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(t,n,a){return n&&e(t.prototype,n),a&&e(t,a),t}}(),V=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},C=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e};function b(e){return C({},e,{right:e.left+e.width,bottom:e.top+e.height})}function L(e){var t={};try{if(d(10)){t=e.getBoundingClientRect();var n=v(e,"top"),a=v(e,"left");t.top+=n,t.left+=a,t.bottom+=n,t.right+=a}else t=e.getBoundingClientRect()}catch(e){}var r={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?H(e.ownerDocument):{},o=i.width||e.clientWidth||r.width,c=i.height||e.clientHeight||r.height,u=e.offsetWidth-o,s=e.offsetHeight-c;if(u||s){var h=l(e);u-=y(h,"x"),s-=y(h,"y"),r.width-=u,r.height-=s}return b(r)}function S(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=d(10),r="HTML"===t.nodeName,i=L(e),o=L(t),u=c(e),s=l(t),h=parseFloat(s.borderTopWidth),p=parseFloat(s.borderLeftWidth);n&&r&&(o.top=Math.max(o.top,0),o.left=Math.max(o.left,0));var f=b({top:i.top-o.top-h,left:i.left-o.left-p,width:i.width,height:i.height});if(f.marginTop=0,f.marginLeft=0,!a&&r){var m=parseFloat(s.marginTop),v=parseFloat(s.marginLeft);f.top-=h-m,f.bottom-=h-m,f.left-=p-v,f.right-=p-v,f.marginTop=m,f.marginLeft=v}return(a&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(f=A(f,t)),f}function z(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,a=S(e,n),r=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),l=t?0:v(n),o=t?0:v(n,"left"),c={top:l-a.top+a.marginTop,left:o-a.left+a.marginLeft,width:r,height:i};return b(c)}function w(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===l(e,"position"))return!0;var n=o(e);return!!n&&w(n)}function x(e){if(!e||!e.parentElement||d())return document.documentElement;for(var t=e.parentElement;t&&"none"===l(t,"transform");)t=t.parentElement;return t||document.documentElement}function _(e,t,n,a){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},l=r?x(e):m(e,u(t));if("viewport"===a)i=z(l,r);else{var s=void 0;"scrollParent"===a?"BODY"===(s=c(o(t))).nodeName&&(s=e.ownerDocument.documentElement):s="window"===a?e.ownerDocument.documentElement:a;var h=S(s,l,r);if("HTML"!==s.nodeName||w(l))i=h;else{var d=H(e.ownerDocument),p=d.height,f=d.width;i.top+=h.top-h.marginTop,i.bottom=p+h.top,i.left+=h.left-h.marginLeft,i.right=f+h.left}}var v="number"==typeof(n=n||0);return i.left+=v?n:n.left||0,i.top+=v?n:n.top||0,i.right-=v?n:n.right||0,i.bottom-=v?n:n.bottom||0,i}function k(e){return e.width*e.height}function T(e,t,n,a,r){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var l=_(n,a,i,r),o={top:{width:l.width,height:t.top-l.top},right:{width:l.right-t.right,height:l.height},bottom:{width:l.width,height:l.bottom-t.bottom},left:{width:t.left-l.left,height:l.height}},c=Object.keys(o).map((function(e){return C({key:e},o[e],{area:k(o[e])})})).sort((function(e,t){return t.area-e.area})),u=c.filter((function(e){var t=e.width,a=e.height;return t>=n.clientWidth&&a>=n.clientHeight})),s=u.length>0?u[0].key:c[0].key,h=e.split("-")[1];return s+(h?"-"+h:"")}function E(e,t,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=a?x(t):m(t,u(n));return S(n,r,a)}function O(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),a=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+a,height:e.offsetHeight+n}}function P(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function N(e,t,n){n=n.split("-")[0];var a=O(e),r={width:a.width,height:a.height},i=-1!==["right","left"].indexOf(n),l=i?"top":"left",o=i?"left":"top",c=i?"height":"width",u=i?"width":"height";return r[l]=t[l]+t[c]/2-a[c]/2,r[o]=n===o?t[o]-a[u]:t[P(o)],r}function j(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function D(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var a=j(e,(function(e){return e[t]===n}));return e.indexOf(a)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&i(n)&&(t.offsets.popper=b(t.offsets.popper),t.offsets.reference=b(t.offsets.reference),t=n(t,e))})),t}function q(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=E(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=T(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=N(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=D(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function R(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function I(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),a=0;a<t.length;a++){var r=t[a],i=r?""+r+n:e;if(void 0!==document.body.style[i])return i}return null}function F(){return this.state.isDestroyed=!0,R(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[I("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function B(e){var t=e.ownerDocument;return t?t.defaultView:window}function U(e,t,n,a){n.updateBound=a,B(e).addEventListener("resize",n.updateBound,{passive:!0});var r=c(e);return function e(t,n,a,r){var i="BODY"===t.nodeName,l=i?t.ownerDocument.defaultView:t;l.addEventListener(n,a,{passive:!0}),i||e(c(l.parentNode),n,a,r),r.push(l)}(r,"scroll",n.updateBound,n.scrollParents),n.scrollElement=r,n.eventsEnabled=!0,n}function $(){this.state.eventsEnabled||(this.state=U(this.reference,this.options,this.state,this.scheduleUpdate))}function W(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,B(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function G(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function Q(e,t){Object.keys(t).forEach((function(n){var a="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&G(t[n])&&(a="px"),e.style[n]=t[n]+a}))}var K=n&&/Firefox/i.test(navigator.userAgent);function J(e,t,n){var a=j(e,(function(e){return e.name===t})),r=!!a&&e.some((function(e){return e.name===n&&e.enabled&&e.order<a.order}));if(!r){var i="`"+t+"`",l="`"+n+"`";console.warn(l+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return r}var X=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],Y=X.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=Y.indexOf(e),a=Y.slice(n+1).concat(Y.slice(0,n));return t?a.reverse():a}var te="flip",ne="clockwise",ae="counterclockwise";function re(e,t,n,a){var r=[0,0],i=-1!==["right","left"].indexOf(a),l=e.split(/(\+|\-)/).map((function(e){return e.trim()})),o=l.indexOf(j(l,(function(e){return-1!==e.search(/,|\s/)})));l[o]&&-1===l[o].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var c=/\s*,\s*|\s+/,u=-1!==o?[l.slice(0,o).concat([l[o].split(c)[0]]),[l[o].split(c)[1]].concat(l.slice(o+1))]:[l];return(u=u.map((function(e,a){var r=(1===a?!i:i)?"height":"width",l=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,l=!0,e):l?(e[e.length-1]+=t,l=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,a){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+r[1],l=r[2];if(!i)return e;if(0===l.indexOf("%")){var o=void 0;switch(l){case"%p":o=n;break;case"%":case"%r":default:o=a}return b(o)[t]/100*i}if("vh"===l||"vw"===l){return("vh"===l?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i}return i}(e,r,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,a){G(n)&&(r[t]+=n*("-"===e[a-1]?-1:1))}))})),r}var ie={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],a=t.split("-")[1];if(a){var r=e.offsets,i=r.reference,l=r.popper,o=-1!==["bottom","top"].indexOf(n),c=o?"left":"top",u=o?"width":"height",s={start:V({},c,i[c]),end:V({},c,i[c]+i[u]-l[u])};e.offsets.popper=C({},l,s[a])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,a=e.placement,r=e.offsets,i=r.popper,l=r.reference,o=a.split("-")[0],c=void 0;return c=G(+n)?[+n,0]:re(n,i,l,o),"left"===o?(i.top+=c[0],i.left-=c[1]):"right"===o?(i.top+=c[0],i.left+=c[1]):"top"===o?(i.left+=c[0],i.top-=c[1]):"bottom"===o&&(i.left+=c[0],i.top+=c[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||p(e.instance.popper);e.instance.reference===n&&(n=p(n));var a=I("transform"),r=e.instance.popper.style,i=r.top,l=r.left,o=r[a];r.top="",r.left="",r[a]="";var c=_(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);r.top=i,r.left=l,r[a]=o,t.boundaries=c;var u=t.priority,s=e.offsets.popper,h={primary:function(e){var n=s[e];return s[e]<c[e]&&!t.escapeWithReference&&(n=Math.max(s[e],c[e])),V({},e,n)},secondary:function(e){var n="right"===e?"left":"top",a=s[n];return s[e]>c[e]&&!t.escapeWithReference&&(a=Math.min(s[n],c[e]-("right"===e?s.width:s.height))),V({},n,a)}};return u.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";s=C({},s,h[t](e))})),e.offsets.popper=s,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,a=t.reference,r=e.placement.split("-")[0],i=Math.floor,l=-1!==["top","bottom"].indexOf(r),o=l?"right":"bottom",c=l?"left":"top",u=l?"width":"height";return n[o]<i(a[c])&&(e.offsets.popper[c]=i(a[c])-n[u]),n[c]>i(a[o])&&(e.offsets.popper[c]=i(a[o])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!J(e.instance.modifiers,"arrow","keepTogether"))return e;var a=t.element;if("string"==typeof a){if(!(a=e.instance.popper.querySelector(a)))return e}else if(!e.instance.popper.contains(a))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],i=e.offsets,o=i.popper,c=i.reference,u=-1!==["left","right"].indexOf(r),s=u?"height":"width",h=u?"Top":"Left",d=h.toLowerCase(),p=u?"left":"top",f=u?"bottom":"right",m=O(a)[s];c[f]-m<o[d]&&(e.offsets.popper[d]-=o[d]-(c[f]-m)),c[d]+m>o[f]&&(e.offsets.popper[d]+=c[d]+m-o[f]),e.offsets.popper=b(e.offsets.popper);var v=c[d]+c[s]/2-m/2,A=l(e.instance.popper),y=parseFloat(A["margin"+h]),M=parseFloat(A["border"+h+"Width"]),H=v-e.offsets.popper[d]-y-M;return H=Math.max(Math.min(o[s]-m,H),0),e.arrowElement=a,e.offsets.arrow=(V(n={},d,Math.round(H)),V(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(R(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=_(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),a=e.placement.split("-")[0],r=P(a),i=e.placement.split("-")[1]||"",l=[];switch(t.behavior){case te:l=[a,r];break;case ne:l=ee(a);break;case ae:l=ee(a,!0);break;default:l=t.behavior}return l.forEach((function(o,c){if(a!==o||l.length===c+1)return e;a=e.placement.split("-")[0],r=P(a);var u=e.offsets.popper,s=e.offsets.reference,h=Math.floor,d="left"===a&&h(u.right)>h(s.left)||"right"===a&&h(u.left)<h(s.right)||"top"===a&&h(u.bottom)>h(s.top)||"bottom"===a&&h(u.top)<h(s.bottom),p=h(u.left)<h(n.left),f=h(u.right)>h(n.right),m=h(u.top)<h(n.top),v=h(u.bottom)>h(n.bottom),A="left"===a&&p||"right"===a&&f||"top"===a&&m||"bottom"===a&&v,y=-1!==["top","bottom"].indexOf(a),M=!!t.flipVariations&&(y&&"start"===i&&p||y&&"end"===i&&f||!y&&"start"===i&&m||!y&&"end"===i&&v),H=!!t.flipVariationsByContent&&(y&&"start"===i&&f||y&&"end"===i&&p||!y&&"start"===i&&v||!y&&"end"===i&&m),g=M||H;(d||A||g)&&(e.flipped=!0,(d||A)&&(a=l[c+1]),g&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=a+(i?"-"+i:""),e.offsets.popper=C({},e.offsets.popper,N(e.instance.popper,e.offsets.reference,e.placement)),e=D(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],a=e.offsets,r=a.popper,i=a.reference,l=-1!==["left","right"].indexOf(n),o=-1===["top","left"].indexOf(n);return r[l?"left":"top"]=i[n]-(o?r[l?"width":"height"]:0),e.placement=P(t),e.offsets.popper=b(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!J(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=j(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,a=t.y,r=e.offsets.popper,i=j(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var l=void 0!==i?i:t.gpuAcceleration,o=p(e.instance.popper),c=L(o),u={position:r.position},s=function(e,t){var n=e.offsets,a=n.popper,r=n.reference,i=Math.round,l=Math.floor,o=function(e){return e},c=i(r.width),u=i(a.width),s=-1!==["left","right"].indexOf(e.placement),h=-1!==e.placement.indexOf("-"),d=t?s||h||c%2==u%2?i:l:o,p=t?i:o;return{left:d(c%2==1&&u%2==1&&!h&&t?a.left-1:a.left),top:p(a.top),bottom:p(a.bottom),right:d(a.right)}}(e,window.devicePixelRatio<2||!K),h="bottom"===n?"top":"bottom",d="right"===a?"left":"right",f=I("transform"),m=void 0,v=void 0;if(v="bottom"===h?"HTML"===o.nodeName?-o.clientHeight+s.bottom:-c.height+s.bottom:s.top,m="right"===d?"HTML"===o.nodeName?-o.clientWidth+s.right:-c.width+s.right:s.left,l&&f)u[f]="translate3d("+m+"px, "+v+"px, 0)",u[h]=0,u[d]=0,u.willChange="transform";else{var A="bottom"===h?-1:1,y="right"===d?-1:1;u[h]=v*A,u[d]=m*y,u.willChange=h+", "+d}var M={"x-placement":e.placement};return e.attributes=C({},M,e.attributes),e.styles=C({},u,e.styles),e.arrowStyles=C({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return Q(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&Q(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,a,r){var i=E(r,t,e,n.positionFixed),l=T(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",l),Q(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},le=function(){function e(t,n){var a=this,l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};g(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(a.update)},this.update=r(this.update.bind(this)),this.options=C({},e.Defaults,l),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(C({},e.Defaults.modifiers,l.modifiers)).forEach((function(t){a.options.modifiers[t]=C({},e.Defaults.modifiers[t]||{},l.modifiers?l.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return C({name:e},a.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&i(e.onLoad)&&e.onLoad(a.reference,a.popper,a.options,e,a.state)})),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return Z(e,[{key:"update",value:function(){return q.call(this)}},{key:"destroy",value:function(){return F.call(this)}},{key:"enableEventListeners",value:function(){return $.call(this)}},{key:"disableEventListeners",value:function(){return W.call(this)}}]),e}();le.Utils=("undefined"!=typeof window?window:e).PopperUtils,le.placements=X,le.Defaults=ie,t.default=le}.call(this,n("yLpj"))},"8oxB":function(e,t){var n,a,r=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}function o(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{a="function"==typeof clearTimeout?clearTimeout:l}catch(e){a=l}}();var c,u=[],s=!1,h=-1;function d(){s&&c&&(s=!1,c.length?u=c.concat(u):h=-1,u.length&&p())}function p(){if(!s){var e=o(d);s=!0;for(var t=u.length;t;){for(c=u,u=[];++h<t;)c&&c[h].run();h=-1,t=u.length}c=null,s=!1,function(e){if(a===clearTimeout)return clearTimeout(e);if((a===l||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(e);try{a(e)}catch(t){try{return a.call(null,e)}catch(t){return a.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function m(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new f(e,t)),1!==u.length||s||o(p)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=m,r.addListener=m,r.once=m,r.off=m,r.removeListener=m,r.removeAllListeners=m,r.emit=m,r.prependListener=m,r.prependOnceListener=m,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},"8sL3":function(e,t,n){"use strict";var a=n("FgkJ");function r(e){var t,n;this.promise=new e((function(e,a){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=a})),this.resolve=a(t),this.reject=a(n)}e.exports.f=function(e){return new r(e)}},"9d8Q":function(e,t,n){},"9rSQ":function(e,t,n){"use strict";var a=n("xTJ+");function r(){this.handlers=[]}r.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){a.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=r},A9a0:function(e,t,n){var a=n("nA4W"),r=n("bKEA"),i=n("Oa1h")(!1),l=n("WpRT")("IE_PROTO");e.exports=function(e,t){var n,o=r(e),c=0,u=[];for(n in o)n!=l&&a(o,n)&&u.push(n);for(;t.length>c;)a(o,n=t[c++])&&(~i(u,n)||u.push(n));return u}},BRsN:function(e,t,n){var a=n("GhSp"),r=n("ENu8");e.exports=n("C61u")?function(e,t,n){return a.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},BfU5:function(e,t,n){var a=n("ekG2"),r=n("7whZ").document,i=a(r)&&a(r.createElement);e.exports=function(e){return i?r.createElement(e):{}}},By1P:function(e,t,n){"use strict";var a=n("C61u"),r=n("mHY4"),i=n("/tXR"),l=n("GRew"),o=n("CYMq"),c=n("n7vu"),u=Object.assign;e.exports=!u||n("S4vA")((function(){var e={},t={},n=Symbol(),a="abcdefghijklmnopqrst";return e[n]=7,a.split("").forEach((function(e){t[e]=e})),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=a}))?function(e,t){for(var n=o(e),u=arguments.length,s=1,h=i.f,d=l.f;u>s;)for(var p,f=c(arguments[s++]),m=h?r(f).concat(h(f)):r(f),v=m.length,A=0;v>A;)p=m[A++],a&&!d.call(f,p)||(n[p]=f[p]);return n}:u},C5kU:function(e,t,n){"use strict";var a=n("GfoU")(!0);n("OTpG")(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=a(t,n),this._i+=e.length,{value:e,done:!1})}))},C61u:function(e,t,n){e.exports=!n("S4vA")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"CE4/":function(e,t,n){"use strict";var a=n("nAx8"),r=n("USwo"),i=n("CYMq"),l=n("xMGN"),o=n("bS86"),c=n("0WpP"),u=n("SkeG"),s=n("I90/");r(r.S+r.F*!n("h3Hq")((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,r,h,d=i(e),p="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,v=void 0!==m,A=0,y=s(d);if(v&&(m=a(m,f>2?arguments[2]:void 0,2)),null==y||p==Array&&o(y))for(n=new p(t=c(d.length));t>A;A++)u(n,A,v?m(d[A],A):d[A]);else for(h=y.call(d),n=new p;!(r=h.next()).done;A++)u(n,A,v?l(h,m,[r.value,A],!0):r.value);return n.length=A,n}})},CYMq:function(e,t,n){var a=n("yQFZ");e.exports=function(e){return Object(a(e))}},CgaS:function(e,t,n){"use strict";var a=n("xTJ+"),r=n("MLWZ"),i=n("9rSQ"),l=n("UnBK"),o=n("SntB"),c=n("hIuj"),u=c.validators;function s(e){this.defaults=e,this.interceptors={request:new i,response:new i}}s.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=o(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&c.assertOptions(t,{silentJSONParsing:u.transitional(u.boolean,"1.0.0"),forcedJSONParsing:u.transitional(u.boolean,"1.0.0"),clarifyTimeoutError:u.transitional(u.boolean,"1.0.0")},!1);var n=[],a=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(a=a&&t.synchronous,n.unshift(t.fulfilled,t.rejected))}));var r,i=[];if(this.interceptors.response.forEach((function(e){i.push(e.fulfilled,e.rejected)})),!a){var s=[l,void 0];for(Array.prototype.unshift.apply(s,n),s=s.concat(i),r=Promise.resolve(e);s.length;)r=r.then(s.shift(),s.shift());return r}for(var h=e;n.length;){var d=n.shift(),p=n.shift();try{h=d(h)}catch(e){p(e);break}}try{r=l(h)}catch(e){return Promise.reject(e)}for(;i.length;)r=r.then(i.shift(),i.shift());return r},s.prototype.getUri=function(e){return e=o(this.defaults,e),r(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},a.forEach(["delete","get","head","options"],(function(e){s.prototype[e]=function(t,n){return this.request(o(n||{},{method:e,url:t,data:(n||{}).data}))}})),a.forEach(["post","put","patch"],(function(e){s.prototype[e]=function(t,n,a){return this.request(o(a||{},{method:e,url:t,data:n}))}})),e.exports=s},CuL1:function(e,t,n){var a=n("mHY4"),r=n("/tXR"),i=n("GRew");e.exports=function(e){var t=a(e),n=r.f;if(n)for(var l,o=n(e),c=i.f,u=0;o.length>u;)c.call(e,l=o[u++])&&t.push(l);return t}},D3Ub:function(e,t,n){"use strict";t.__esModule=!0;var a,r=n("4d7F"),i=(a=r)&&a.__esModule?a:{default:a};t.default=function(e){return function(){var t=e.apply(this,arguments);return new i.default((function(e,n){return function a(r,l){try{var o=t[r](l),c=o.value}catch(e){return void n(e)}if(!o.done)return i.default.resolve(c).then((function(e){a("next",e)}),(function(e){a("throw",e)}));e(c)}("next")}))}}},DfZB:function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},DhVD:function(e,t,n){var a=n("WX/U");e.exports=function(e,t,n){return void 0===n?a(e,t,!1):a(e,n,!1!==t)}},EJiy:function(e,t,n){"use strict";t.__esModule=!0;var a=l(n("F+2o")),r=l(n("+JPL")),i="function"==typeof r.default&&"symbol"==typeof a.default?function(e){return typeof e}:function(e){return e&&"function"==typeof r.default&&e.constructor===r.default&&e!==r.default.prototype?"symbol":typeof e};function l(e){return e&&e.__esModule?e:{default:e}}t.default="function"==typeof r.default&&"symbol"===i(a.default)?function(e){return void 0===e?"undefined":i(e)}:function(e){return e&&"function"==typeof r.default&&e.constructor===r.default&&e!==r.default.prototype?"symbol":void 0===e?"undefined":i(e)}},ENu8:function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},EVdn:function(e,t,n){var a;!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,r){"use strict";var i=[],l=Object.getPrototypeOf,o=i.slice,c=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,s=i.indexOf,h={},d=h.toString,p=h.hasOwnProperty,f=p.toString,m=f.call(Object),v={},A=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},M=n.document,H={type:!0,src:!0,nonce:!0,noModule:!0};function g(e,t,n){var a,r,i=(n=n||M).createElement("script");if(i.text=e,t)for(a in H)(r=t[a]||t.getAttribute&&t.getAttribute(a))&&i.setAttribute(a,r);n.head.appendChild(i).parentNode.removeChild(i)}function Z(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?h[d.call(e)]||"object":typeof e}var V=function(e,t){return new V.fn.init(e,t)};function C(e){var t=!!e&&"length"in e&&e.length,n=Z(e);return!A(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}V.fn=V.prototype={jquery:"3.6.0",constructor:V,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=V.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return V.each(this,e)},map:function(e){return this.pushStack(V.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(V.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(V.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:i.sort,splice:i.splice},V.extend=V.fn.extend=function(){var e,t,n,a,r,i,l=arguments[0]||{},o=1,c=arguments.length,u=!1;for("boolean"==typeof l&&(u=l,l=arguments[o]||{},o++),"object"==typeof l||A(l)||(l={}),o===c&&(l=this,o--);o<c;o++)if(null!=(e=arguments[o]))for(t in e)a=e[t],"__proto__"!==t&&l!==a&&(u&&a&&(V.isPlainObject(a)||(r=Array.isArray(a)))?(n=l[t],i=r&&!Array.isArray(n)?[]:r||V.isPlainObject(n)?n:{},r=!1,l[t]=V.extend(u,i,a)):void 0!==a&&(l[t]=a));return l},V.extend({expando:"jQuery"+("3.6.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==d.call(e))&&(!(t=l(e))||"function"==typeof(n=p.call(t,"constructor")&&t.constructor)&&f.call(n)===m)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){g(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,a=0;if(C(e))for(n=e.length;a<n&&!1!==t.call(e[a],a,e[a]);a++);else for(a in e)if(!1===t.call(e[a],a,e[a]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?V.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:s.call(t,e,n)},merge:function(e,t){for(var n=+t.length,a=0,r=e.length;a<n;a++)e[r++]=t[a];return e.length=r,e},grep:function(e,t,n){for(var a=[],r=0,i=e.length,l=!n;r<i;r++)!t(e[r],r)!==l&&a.push(e[r]);return a},map:function(e,t,n){var a,r,i=0,l=[];if(C(e))for(a=e.length;i<a;i++)null!=(r=t(e[i],i,n))&&l.push(r);else for(i in e)null!=(r=t(e[i],i,n))&&l.push(r);return c(l)},guid:1,support:v}),"function"==typeof Symbol&&(V.fn[Symbol.iterator]=i[Symbol.iterator]),V.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){h["[object "+t+"]"]=t.toLowerCase()}));var b=function(e){var t,n,a,r,i,l,o,c,u,s,h,d,p,f,m,v,A,y,M,H="sizzle"+1*new Date,g=e.document,Z=0,V=0,C=ce(),b=ce(),L=ce(),S=ce(),z=function(e,t){return e===t&&(h=!0),0},w={}.hasOwnProperty,x=[],_=x.pop,k=x.push,T=x.push,E=x.slice,O=function(e,t){for(var n=0,a=e.length;n<a;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",N="[\\x20\\t\\r\\n\\f]",j="(?:\\\\[\\da-fA-F]{1,6}"+N+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",D="\\["+N+"*("+j+")(?:"+N+"*([*^$|!~]?=)"+N+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+j+"))|)"+N+"*\\]",q=":("+j+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+D+")*)|.*)\\)|)",R=new RegExp(N+"+","g"),I=new RegExp("^"+N+"+|((?:^|[^\\\\])(?:\\\\.)*)"+N+"+$","g"),F=new RegExp("^"+N+"*,"+N+"*"),B=new RegExp("^"+N+"*([>+~]|"+N+")"+N+"*"),U=new RegExp(N+"|>"),$=new RegExp(q),W=new RegExp("^"+j+"$"),G={ID:new RegExp("^#("+j+")"),CLASS:new RegExp("^\\.("+j+")"),TAG:new RegExp("^("+j+"|[*])"),ATTR:new RegExp("^"+D),PSEUDO:new RegExp("^"+q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+N+"*(even|odd|(([+-]|)(\\d*)n|)"+N+"*(?:([+-]|)"+N+"*(\\d+)|))"+N+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+N+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+N+"*((?:-\\d)?\\d*)"+N+"*\\)|)(?=[^-]|$)","i")},Q=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,X=/^[^{]+\{\s*\[native \w/,Y=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+N+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ae=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,re=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=function(){d()},le=He((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{T.apply(x=E.call(g.childNodes),g.childNodes),x[g.childNodes.length].nodeType}catch(e){T={apply:x.length?function(e,t){k.apply(e,E.call(t))}:function(e,t){for(var n=e.length,a=0;e[n++]=t[a++];);e.length=n-1}}}function oe(e,t,a,r){var i,o,u,s,h,f,A,y=t&&t.ownerDocument,g=t?t.nodeType:9;if(a=a||[],"string"!=typeof e||!e||1!==g&&9!==g&&11!==g)return a;if(!r&&(d(t),t=t||p,m)){if(11!==g&&(h=Y.exec(e)))if(i=h[1]){if(9===g){if(!(u=t.getElementById(i)))return a;if(u.id===i)return a.push(u),a}else if(y&&(u=y.getElementById(i))&&M(t,u)&&u.id===i)return a.push(u),a}else{if(h[2])return T.apply(a,t.getElementsByTagName(e)),a;if((i=h[3])&&n.getElementsByClassName&&t.getElementsByClassName)return T.apply(a,t.getElementsByClassName(i)),a}if(n.qsa&&!S[e+" "]&&(!v||!v.test(e))&&(1!==g||"object"!==t.nodeName.toLowerCase())){if(A=e,y=t,1===g&&(U.test(e)||B.test(e))){for((y=ee.test(e)&&Ae(t.parentNode)||t)===t&&n.scope||((s=t.getAttribute("id"))?s=s.replace(ae,re):t.setAttribute("id",s=H)),o=(f=l(e)).length;o--;)f[o]=(s?"#"+s:":scope")+" "+Me(f[o]);A=f.join(",")}try{return T.apply(a,y.querySelectorAll(A)),a}catch(t){S(e,!0)}finally{s===H&&t.removeAttribute("id")}}}return c(e.replace(I,"$1"),t,a,r)}function ce(){var e=[];return function t(n,r){return e.push(n+" ")>a.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function ue(e){return e[H]=!0,e}function se(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function he(e,t){for(var n=e.split("|"),r=n.length;r--;)a.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,a=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(a)return a;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function pe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function me(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&le(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ve(e){return ue((function(t){return t=+t,ue((function(n,a){for(var r,i=e([],n.length,t),l=i.length;l--;)n[r=i[l]]&&(n[r]=!(a[r]=n[r]))}))}))}function Ae(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=oe.support={},i=oe.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Q.test(t||n&&n.nodeName||"HTML")},d=oe.setDocument=function(e){var t,r,l=e?e.ownerDocument||e:g;return l!=p&&9===l.nodeType&&l.documentElement?(f=(p=l).documentElement,m=!i(p),g!=p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",ie,!1):r.attachEvent&&r.attachEvent("onunload",ie)),n.scope=se((function(e){return f.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=se((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=se((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=X.test(p.getElementsByClassName),n.getById=se((function(e){return f.appendChild(e).id=H,!p.getElementsByName||!p.getElementsByName(H).length})),n.getById?(a.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},a.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(a.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},a.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,a,r,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(r=t.getElementsByName(e),a=0;i=r[a++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),a.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,a=[],r=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[r++];)1===n.nodeType&&a.push(n);return a}return i},a.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},A=[],v=[],(n.qsa=X.test(p.querySelectorAll))&&(se((function(e){var t;f.appendChild(e).innerHTML="<a id='"+H+"'></a><select id='"+H+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+N+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+N+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+H+"-]").length||v.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+N+"*name"+N+"*="+N+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+H+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")})),se((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+N+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),f.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")}))),(n.matchesSelector=X.test(y=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&se((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),A.push("!=",q)})),v=v.length&&new RegExp(v.join("|")),A=A.length&&new RegExp(A.join("|")),t=X.test(f.compareDocumentPosition),M=t||X.test(f.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,a=t&&t.parentNode;return e===a||!(!a||1!==a.nodeType||!(n.contains?n.contains(a):e.compareDocumentPosition&&16&e.compareDocumentPosition(a)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},z=t?function(e,t){if(e===t)return h=!0,0;var a=!e.compareDocumentPosition-!t.compareDocumentPosition;return a||(1&(a=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===a?e==p||e.ownerDocument==g&&M(g,e)?-1:t==p||t.ownerDocument==g&&M(g,t)?1:s?O(s,e)-O(s,t):0:4&a?-1:1)}:function(e,t){if(e===t)return h=!0,0;var n,a=0,r=e.parentNode,i=t.parentNode,l=[e],o=[t];if(!r||!i)return e==p?-1:t==p?1:r?-1:i?1:s?O(s,e)-O(s,t):0;if(r===i)return de(e,t);for(n=e;n=n.parentNode;)l.unshift(n);for(n=t;n=n.parentNode;)o.unshift(n);for(;l[a]===o[a];)a++;return a?de(l[a],o[a]):l[a]==g?-1:o[a]==g?1:0},p):p},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if(d(e),n.matchesSelector&&m&&!S[t+" "]&&(!A||!A.test(t))&&(!v||!v.test(t)))try{var a=y.call(e,t);if(a||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return a}catch(e){S(t,!0)}return oe(t,p,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!=p&&d(e),M(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!=p&&d(e);var r=a.attrHandle[t.toLowerCase()],i=r&&w.call(a.attrHandle,t.toLowerCase())?r(e,t,!m):void 0;return void 0!==i?i:n.attributes||!m?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},oe.escape=function(e){return(e+"").replace(ae,re)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,a=[],r=0,i=0;if(h=!n.detectDuplicates,s=!n.sortStable&&e.slice(0),e.sort(z),h){for(;t=e[i++];)t===e[i]&&(r=a.push(i));for(;r--;)e.splice(a[r],1)}return s=null,e},r=oe.getText=function(e){var t,n="",a=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[a++];)n+=r(t);return n},(a=oe.selectors={cacheLength:50,createPseudo:ue,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&$.test(n)&&(t=l(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=C[e+" "];return t||(t=new RegExp("(^|"+N+")"+e+"("+N+"|$)"))&&C(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(a){var r=oe.attr(a,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(R," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,a,r){var i="nth"!==e.slice(0,3),l="last"!==e.slice(-4),o="of-type"===t;return 1===a&&0===r?function(e){return!!e.parentNode}:function(t,n,c){var u,s,h,d,p,f,m=i!==l?"nextSibling":"previousSibling",v=t.parentNode,A=o&&t.nodeName.toLowerCase(),y=!c&&!o,M=!1;if(v){if(i){for(;m;){for(d=t;d=d[m];)if(o?d.nodeName.toLowerCase()===A:1===d.nodeType)return!1;f=m="only"===e&&!f&&"nextSibling"}return!0}if(f=[l?v.firstChild:v.lastChild],l&&y){for(M=(p=(u=(s=(h=(d=v)[H]||(d[H]={}))[d.uniqueID]||(h[d.uniqueID]={}))[e]||[])[0]===Z&&u[1])&&u[2],d=p&&v.childNodes[p];d=++p&&d&&d[m]||(M=p=0)||f.pop();)if(1===d.nodeType&&++M&&d===t){s[e]=[Z,p,M];break}}else if(y&&(M=p=(u=(s=(h=(d=t)[H]||(d[H]={}))[d.uniqueID]||(h[d.uniqueID]={}))[e]||[])[0]===Z&&u[1]),!1===M)for(;(d=++p&&d&&d[m]||(M=p=0)||f.pop())&&((o?d.nodeName.toLowerCase()!==A:1!==d.nodeType)||!++M||(y&&((s=(h=d[H]||(d[H]={}))[d.uniqueID]||(h[d.uniqueID]={}))[e]=[Z,M]),d!==t)););return(M-=r)===a||M%a==0&&M/a>=0}}},PSEUDO:function(e,t){var n,r=a.pseudos[e]||a.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return r[H]?r(t):r.length>1?(n=[e,e,"",t],a.setFilters.hasOwnProperty(e.toLowerCase())?ue((function(e,n){for(var a,i=r(e,t),l=i.length;l--;)e[a=O(e,i[l])]=!(n[a]=i[l])})):function(e){return r(e,0,n)}):r}},pseudos:{not:ue((function(e){var t=[],n=[],a=o(e.replace(I,"$1"));return a[H]?ue((function(e,t,n,r){for(var i,l=a(e,null,r,[]),o=e.length;o--;)(i=l[o])&&(e[o]=!(t[o]=i))})):function(e,r,i){return t[0]=e,a(t,null,i,n),t[0]=null,!n.pop()}})),has:ue((function(e){return function(t){return oe(e,t).length>0}})),contains:ue((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||r(t)).indexOf(e)>-1}})),lang:ue((function(e){return W.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!a.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve((function(){return[0]})),last:ve((function(e,t){return[t-1]})),eq:ve((function(e,t,n){return[n<0?n+t:n]})),even:ve((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:ve((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:ve((function(e,t,n){for(var a=n<0?n+t:n>t?t:n;--a>=0;)e.push(a);return e})),gt:ve((function(e,t,n){for(var a=n<0?n+t:n;++a<t;)e.push(a);return e}))}}).pseudos.nth=a.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})a.pseudos[t]=pe(t);for(t in{submit:!0,reset:!0})a.pseudos[t]=fe(t);function ye(){}function Me(e){for(var t=0,n=e.length,a="";t<n;t++)a+=e[t].value;return a}function He(e,t,n){var a=t.dir,r=t.next,i=r||a,l=n&&"parentNode"===i,o=V++;return t.first?function(t,n,r){for(;t=t[a];)if(1===t.nodeType||l)return e(t,n,r);return!1}:function(t,n,c){var u,s,h,d=[Z,o];if(c){for(;t=t[a];)if((1===t.nodeType||l)&&e(t,n,c))return!0}else for(;t=t[a];)if(1===t.nodeType||l)if(s=(h=t[H]||(t[H]={}))[t.uniqueID]||(h[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[a]||t;else{if((u=s[i])&&u[0]===Z&&u[1]===o)return d[2]=u[2];if(s[i]=d,d[2]=e(t,n,c))return!0}return!1}}function ge(e){return e.length>1?function(t,n,a){for(var r=e.length;r--;)if(!e[r](t,n,a))return!1;return!0}:e[0]}function Ze(e,t,n,a,r){for(var i,l=[],o=0,c=e.length,u=null!=t;o<c;o++)(i=e[o])&&(n&&!n(i,a,r)||(l.push(i),u&&t.push(o)));return l}function Ve(e,t,n,a,r,i){return a&&!a[H]&&(a=Ve(a)),r&&!r[H]&&(r=Ve(r,i)),ue((function(i,l,o,c){var u,s,h,d=[],p=[],f=l.length,m=i||function(e,t,n){for(var a=0,r=t.length;a<r;a++)oe(e,t[a],n);return n}(t||"*",o.nodeType?[o]:o,[]),v=!e||!i&&t?m:Ze(m,d,e,o,c),A=n?r||(i?e:f||a)?[]:l:v;if(n&&n(v,A,o,c),a)for(u=Ze(A,p),a(u,[],o,c),s=u.length;s--;)(h=u[s])&&(A[p[s]]=!(v[p[s]]=h));if(i){if(r||e){if(r){for(u=[],s=A.length;s--;)(h=A[s])&&u.push(v[s]=h);r(null,A=[],u,c)}for(s=A.length;s--;)(h=A[s])&&(u=r?O(i,h):d[s])>-1&&(i[u]=!(l[u]=h))}}else A=Ze(A===l?A.splice(f,A.length):A),r?r(null,l,A,c):T.apply(l,A)}))}function Ce(e){for(var t,n,r,i=e.length,l=a.relative[e[0].type],o=l||a.relative[" "],c=l?1:0,s=He((function(e){return e===t}),o,!0),h=He((function(e){return O(t,e)>-1}),o,!0),d=[function(e,n,a){var r=!l&&(a||n!==u)||((t=n).nodeType?s(e,n,a):h(e,n,a));return t=null,r}];c<i;c++)if(n=a.relative[e[c].type])d=[He(ge(d),n)];else{if((n=a.filter[e[c].type].apply(null,e[c].matches))[H]){for(r=++c;r<i&&!a.relative[e[r].type];r++);return Ve(c>1&&ge(d),c>1&&Me(e.slice(0,c-1).concat({value:" "===e[c-2].type?"*":""})).replace(I,"$1"),n,c<r&&Ce(e.slice(c,r)),r<i&&Ce(e=e.slice(r)),r<i&&Me(e))}d.push(n)}return ge(d)}return ye.prototype=a.filters=a.pseudos,a.setFilters=new ye,l=oe.tokenize=function(e,t){var n,r,i,l,o,c,u,s=b[e+" "];if(s)return t?0:s.slice(0);for(o=e,c=[],u=a.preFilter;o;){for(l in n&&!(r=F.exec(o))||(r&&(o=o.slice(r[0].length)||o),c.push(i=[])),n=!1,(r=B.exec(o))&&(n=r.shift(),i.push({value:n,type:r[0].replace(I," ")}),o=o.slice(n.length)),a.filter)!(r=G[l].exec(o))||u[l]&&!(r=u[l](r))||(n=r.shift(),i.push({value:n,type:l,matches:r}),o=o.slice(n.length));if(!n)break}return t?o.length:o?oe.error(e):b(e,c).slice(0)},o=oe.compile=function(e,t){var n,r=[],i=[],o=L[e+" "];if(!o){for(t||(t=l(e)),n=t.length;n--;)(o=Ce(t[n]))[H]?r.push(o):i.push(o);(o=L(e,function(e,t){var n=t.length>0,r=e.length>0,i=function(i,l,o,c,s){var h,f,v,A=0,y="0",M=i&&[],H=[],g=u,V=i||r&&a.find.TAG("*",s),C=Z+=null==g?1:Math.random()||.1,b=V.length;for(s&&(u=l==p||l||s);y!==b&&null!=(h=V[y]);y++){if(r&&h){for(f=0,l||h.ownerDocument==p||(d(h),o=!m);v=e[f++];)if(v(h,l||p,o)){c.push(h);break}s&&(Z=C)}n&&((h=!v&&h)&&A--,i&&M.push(h))}if(A+=y,n&&y!==A){for(f=0;v=t[f++];)v(M,H,l,o);if(i){if(A>0)for(;y--;)M[y]||H[y]||(H[y]=_.call(c));H=Ze(H)}T.apply(c,H),s&&!i&&H.length>0&&A+t.length>1&&oe.uniqueSort(c)}return s&&(Z=C,u=g),M};return n?ue(i):i}(i,r))).selector=e}return o},c=oe.select=function(e,t,n,r){var i,c,u,s,h,d="function"==typeof e&&e,p=!r&&l(e=d.selector||e);if(n=n||[],1===p.length){if((c=p[0]=p[0].slice(0)).length>2&&"ID"===(u=c[0]).type&&9===t.nodeType&&m&&a.relative[c[1].type]){if(!(t=(a.find.ID(u.matches[0].replace(te,ne),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(c.shift().value.length)}for(i=G.needsContext.test(e)?0:c.length;i--&&(u=c[i],!a.relative[s=u.type]);)if((h=a.find[s])&&(r=h(u.matches[0].replace(te,ne),ee.test(c[0].type)&&Ae(t.parentNode)||t))){if(c.splice(i,1),!(e=r.length&&Me(c)))return T.apply(n,r),n;break}}return(d||o(e,p))(r,t,!m,n,!t||ee.test(e)&&Ae(t.parentNode)||t),n},n.sortStable=H.split("").sort(z).join("")===H,n.detectDuplicates=!!h,d(),n.sortDetached=se((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),se((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||he("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&se((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||he("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),se((function(e){return null==e.getAttribute("disabled")}))||he(P,(function(e,t,n){var a;if(!n)return!0===e[t]?t.toLowerCase():(a=e.getAttributeNode(t))&&a.specified?a.value:null})),oe}(n);V.find=b,V.expr=b.selectors,V.expr[":"]=V.expr.pseudos,V.uniqueSort=V.unique=b.uniqueSort,V.text=b.getText,V.isXMLDoc=b.isXML,V.contains=b.contains,V.escapeSelector=b.escape;var L=function(e,t,n){for(var a=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&V(e).is(n))break;a.push(e)}return a},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},z=V.expr.match.needsContext;function w(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var x=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function _(e,t,n){return A(t)?V.grep(e,(function(e,a){return!!t.call(e,a,e)!==n})):t.nodeType?V.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?V.grep(e,(function(e){return s.call(t,e)>-1!==n})):V.filter(t,e,n)}V.filter=function(e,t,n){var a=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===a.nodeType?V.find.matchesSelector(a,e)?[a]:[]:V.find.matches(e,V.grep(t,(function(e){return 1===e.nodeType})))},V.fn.extend({find:function(e){var t,n,a=this.length,r=this;if("string"!=typeof e)return this.pushStack(V(e).filter((function(){for(t=0;t<a;t++)if(V.contains(r[t],this))return!0})));for(n=this.pushStack([]),t=0;t<a;t++)V.find(e,r[t],n);return a>1?V.uniqueSort(n):n},filter:function(e){return this.pushStack(_(this,e||[],!1))},not:function(e){return this.pushStack(_(this,e||[],!0))},is:function(e){return!!_(this,"string"==typeof e&&z.test(e)?V(e):e||[],!1).length}});var k,T=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(V.fn.init=function(e,t,n){var a,r;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(a="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:T.exec(e))||!a[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(a[1]){if(t=t instanceof V?t[0]:t,V.merge(this,V.parseHTML(a[1],t&&t.nodeType?t.ownerDocument||t:M,!0)),x.test(a[1])&&V.isPlainObject(t))for(a in t)A(this[a])?this[a](t[a]):this.attr(a,t[a]);return this}return(r=M.getElementById(a[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):A(e)?void 0!==n.ready?n.ready(e):e(V):V.makeArray(e,this)}).prototype=V.fn,k=V(M);var E=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}V.fn.extend({has:function(e){var t=V(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(V.contains(this,t[e]))return!0}))},closest:function(e,t){var n,a=0,r=this.length,i=[],l="string"!=typeof e&&V(e);if(!z.test(e))for(;a<r;a++)for(n=this[a];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(l?l.index(n)>-1:1===n.nodeType&&V.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?V.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?s.call(V(e),this[0]):s.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(V.uniqueSort(V.merge(this.get(),V(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),V.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return L(e,"parentNode")},parentsUntil:function(e,t,n){return L(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return L(e,"nextSibling")},prevAll:function(e){return L(e,"previousSibling")},nextUntil:function(e,t,n){return L(e,"nextSibling",n)},prevUntil:function(e,t,n){return L(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return null!=e.contentDocument&&l(e.contentDocument)?e.contentDocument:(w(e,"template")&&(e=e.content||e),V.merge([],e.childNodes))}},(function(e,t){V.fn[e]=function(n,a){var r=V.map(this,t,n);return"Until"!==e.slice(-5)&&(a=n),a&&"string"==typeof a&&(r=V.filter(a,r)),this.length>1&&(O[e]||V.uniqueSort(r),E.test(e)&&r.reverse()),this.pushStack(r)}}));var N=/[^\x20\t\r\n\f]+/g;function j(e){return e}function D(e){throw e}function q(e,t,n,a){var r;try{e&&A(r=e.promise)?r.call(e).done(t).fail(n):e&&A(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(a))}catch(e){n.apply(void 0,[e])}}V.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return V.each(e.match(N)||[],(function(e,n){t[n]=!0})),t}(e):V.extend({},e);var t,n,a,r,i=[],l=[],o=-1,c=function(){for(r=r||e.once,a=t=!0;l.length;o=-1)for(n=l.shift();++o<i.length;)!1===i[o].apply(n[0],n[1])&&e.stopOnFalse&&(o=i.length,n=!1);e.memory||(n=!1),t=!1,r&&(i=n?[]:"")},u={add:function(){return i&&(n&&!t&&(o=i.length-1,l.push(n)),function t(n){V.each(n,(function(n,a){A(a)?e.unique&&u.has(a)||i.push(a):a&&a.length&&"string"!==Z(a)&&t(a)}))}(arguments),n&&!t&&c()),this},remove:function(){return V.each(arguments,(function(e,t){for(var n;(n=V.inArray(t,i,n))>-1;)i.splice(n,1),n<=o&&o--})),this},has:function(e){return e?V.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return r=l=[],i=n="",this},disabled:function(){return!i},lock:function(){return r=l=[],n||t||(i=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=[e,(n=n||[]).slice?n.slice():n],l.push(n),t||c()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!a}};return u},V.extend({Deferred:function(e){var t=[["notify","progress",V.Callbacks("memory"),V.Callbacks("memory"),2],["resolve","done",V.Callbacks("once memory"),V.Callbacks("once memory"),0,"resolved"],["reject","fail",V.Callbacks("once memory"),V.Callbacks("once memory"),1,"rejected"]],a="pending",r={state:function(){return a},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return V.Deferred((function(n){V.each(t,(function(t,a){var r=A(e[a[4]])&&e[a[4]];i[a[1]]((function(){var e=r&&r.apply(this,arguments);e&&A(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[a[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,a,r){var i=0;function l(e,t,a,r){return function(){var o=this,c=arguments,u=function(){var n,u;if(!(e<i)){if((n=a.apply(o,c))===t.promise())throw new TypeError("Thenable self-resolution");u=n&&("object"==typeof n||"function"==typeof n)&&n.then,A(u)?r?u.call(n,l(i,t,j,r),l(i,t,D,r)):(i++,u.call(n,l(i,t,j,r),l(i,t,D,r),l(i,t,j,t.notifyWith))):(a!==j&&(o=void 0,c=[n]),(r||t.resolveWith)(o,c))}},s=r?u:function(){try{u()}catch(n){V.Deferred.exceptionHook&&V.Deferred.exceptionHook(n,s.stackTrace),e+1>=i&&(a!==D&&(o=void 0,c=[n]),t.rejectWith(o,c))}};e?s():(V.Deferred.getStackHook&&(s.stackTrace=V.Deferred.getStackHook()),n.setTimeout(s))}}return V.Deferred((function(n){t[0][3].add(l(0,n,A(r)?r:j,n.notifyWith)),t[1][3].add(l(0,n,A(e)?e:j)),t[2][3].add(l(0,n,A(a)?a:D))})).promise()},promise:function(e){return null!=e?V.extend(e,r):r}},i={};return V.each(t,(function(e,n){var l=n[2],o=n[5];r[n[1]]=l.add,o&&l.add((function(){a=o}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),l.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=l.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,a=Array(n),r=o.call(arguments),i=V.Deferred(),l=function(e){return function(n){a[e]=this,r[e]=arguments.length>1?o.call(arguments):n,--t||i.resolveWith(a,r)}};if(t<=1&&(q(e,i.done(l(n)).resolve,i.reject,!t),"pending"===i.state()||A(r[n]&&r[n].then)))return i.then();for(;n--;)q(r[n],l(n),i.reject);return i.promise()}});var R=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;V.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&R.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},V.readyException=function(e){n.setTimeout((function(){throw e}))};var I=V.Deferred();function F(){M.removeEventListener("DOMContentLoaded",F),n.removeEventListener("load",F),V.ready()}V.fn.ready=function(e){return I.then(e).catch((function(e){V.readyException(e)})),this},V.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--V.readyWait:V.isReady)||(V.isReady=!0,!0!==e&&--V.readyWait>0||I.resolveWith(M,[V]))}}),V.ready.then=I.then,"complete"===M.readyState||"loading"!==M.readyState&&!M.documentElement.doScroll?n.setTimeout(V.ready):(M.addEventListener("DOMContentLoaded",F),n.addEventListener("load",F));var B=function(e,t,n,a,r,i,l){var o=0,c=e.length,u=null==n;if("object"===Z(n))for(o in r=!0,n)B(e,t,o,n[o],!0,i,l);else if(void 0!==a&&(r=!0,A(a)||(l=!0),u&&(l?(t.call(e,a),t=null):(u=t,t=function(e,t,n){return u.call(V(e),n)})),t))for(;o<c;o++)t(e[o],n,l?a:a.call(e[o],o,t(e[o],n)));return r?e:u?t.call(e):c?t(e[0],n):i},U=/^-ms-/,$=/-([a-z])/g;function W(e,t){return t.toUpperCase()}function G(e){return e.replace(U,"ms-").replace($,W)}var Q=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function K(){this.expando=V.expando+K.uid++}K.uid=1,K.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Q(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var a,r=this.cache(e);if("string"==typeof t)r[G(t)]=n;else for(a in t)r[G(a)]=t[a];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,a=e[this.expando];if(void 0!==a){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in a?[t]:t.match(N)||[]).length;for(;n--;)delete a[t[n]]}(void 0===t||V.isEmptyObject(a))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!V.isEmptyObject(t)}};var J=new K,X=new K,Y=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e,t,n){var a;if(void 0===n&&1===e.nodeType)if(a="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(a))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Y.test(e)?JSON.parse(e):e)}(n)}catch(e){}X.set(e,t,n)}else n=void 0;return n}V.extend({hasData:function(e){return X.hasData(e)||J.hasData(e)},data:function(e,t,n){return X.access(e,t,n)},removeData:function(e,t){X.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),V.fn.extend({data:function(e,t){var n,a,r,i=this[0],l=i&&i.attributes;if(void 0===e){if(this.length&&(r=X.get(i),1===i.nodeType&&!J.get(i,"hasDataAttrs"))){for(n=l.length;n--;)l[n]&&0===(a=l[n].name).indexOf("data-")&&(a=G(a.slice(5)),te(i,a,r[a]));J.set(i,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){X.set(this,e)})):B(this,(function(t){var n;if(i&&void 0===t)return void 0!==(n=X.get(i,e))||void 0!==(n=te(i,e))?n:void 0;this.each((function(){X.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){X.remove(this,e)}))}}),V.extend({queue:function(e,t,n){var a;if(e)return t=(t||"fx")+"queue",a=J.get(e,t),n&&(!a||Array.isArray(n)?a=J.access(e,t,V.makeArray(n)):a.push(n)),a||[]},dequeue:function(e,t){t=t||"fx";var n=V.queue(e,t),a=n.length,r=n.shift(),i=V._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),a--),r&&("fx"===t&&n.unshift("inprogress"),delete i.stop,r.call(e,(function(){V.dequeue(e,t)}),i)),!a&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:V.Callbacks("once memory").add((function(){J.remove(e,[t+"queue",n])}))})}}),V.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?V.queue(this[0],e):void 0===t?this:this.each((function(){var n=V.queue(this,e,t);V._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&V.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){V.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,a=1,r=V.Deferred(),i=this,l=this.length,o=function(){--a||r.resolveWith(i,[i])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";l--;)(n=J.get(i[l],e+"queueHooks"))&&n.empty&&(a++,n.empty.add(o));return o(),r.promise(t)}});var ne=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ae=new RegExp("^(?:([+-])=|)("+ne+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=M.documentElement,le=function(e){return V.contains(e.ownerDocument,e)},oe={composed:!0};ie.getRootNode&&(le=function(e){return V.contains(e.ownerDocument,e)||e.getRootNode(oe)===e.ownerDocument});var ce=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&le(e)&&"none"===V.css(e,"display")};function ue(e,t,n,a){var r,i,l=20,o=a?function(){return a.cur()}:function(){return V.css(e,t,"")},c=o(),u=n&&n[3]||(V.cssNumber[t]?"":"px"),s=e.nodeType&&(V.cssNumber[t]||"px"!==u&&+c)&&ae.exec(V.css(e,t));if(s&&s[3]!==u){for(c/=2,u=u||s[3],s=+c||1;l--;)V.style(e,t,s+u),(1-i)*(1-(i=o()/c||.5))<=0&&(l=0),s/=i;s*=2,V.style(e,t,s+u),n=n||[]}return n&&(s=+s||+c||0,r=n[1]?s+(n[1]+1)*n[2]:+n[2],a&&(a.unit=u,a.start=s,a.end=r)),r}var se={};function he(e){var t,n=e.ownerDocument,a=e.nodeName,r=se[a];return r||(t=n.body.appendChild(n.createElement(a)),r=V.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),se[a]=r,r)}function de(e,t){for(var n,a,r=[],i=0,l=e.length;i<l;i++)(a=e[i]).style&&(n=a.style.display,t?("none"===n&&(r[i]=J.get(a,"display")||null,r[i]||(a.style.display="")),""===a.style.display&&ce(a)&&(r[i]=he(a))):"none"!==n&&(r[i]="none",J.set(a,"display",n)));for(i=0;i<l;i++)null!=r[i]&&(e[i].style.display=r[i]);return e}V.fn.extend({show:function(){return de(this,!0)},hide:function(){return de(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){ce(this)?V(this).show():V(this).hide()}))}});var pe,fe,me=/^(?:checkbox|radio)$/i,ve=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Ae=/^$|^module$|\/(?:java|ecma)script/i;pe=M.createDocumentFragment().appendChild(M.createElement("div")),(fe=M.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),pe.appendChild(fe),v.checkClone=pe.cloneNode(!0).cloneNode(!0).lastChild.checked,pe.innerHTML="<textarea>x</textarea>",v.noCloneChecked=!!pe.cloneNode(!0).lastChild.defaultValue,pe.innerHTML="<option></option>",v.option=!!pe.lastChild;var ye={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Me(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&w(e,t)?V.merge([e],n):n}function He(e,t){for(var n=0,a=e.length;n<a;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}ye.tbody=ye.tfoot=ye.colgroup=ye.caption=ye.thead,ye.th=ye.td,v.option||(ye.optgroup=ye.option=[1,"<select multiple='multiple'>","</select>"]);var ge=/<|&#?\w+;/;function Ze(e,t,n,a,r){for(var i,l,o,c,u,s,h=t.createDocumentFragment(),d=[],p=0,f=e.length;p<f;p++)if((i=e[p])||0===i)if("object"===Z(i))V.merge(d,i.nodeType?[i]:i);else if(ge.test(i)){for(l=l||h.appendChild(t.createElement("div")),o=(ve.exec(i)||["",""])[1].toLowerCase(),c=ye[o]||ye._default,l.innerHTML=c[1]+V.htmlPrefilter(i)+c[2],s=c[0];s--;)l=l.lastChild;V.merge(d,l.childNodes),(l=h.firstChild).textContent=""}else d.push(t.createTextNode(i));for(h.textContent="",p=0;i=d[p++];)if(a&&V.inArray(i,a)>-1)r&&r.push(i);else if(u=le(i),l=Me(h.appendChild(i),"script"),u&&He(l),n)for(s=0;i=l[s++];)Ae.test(i.type||"")&&n.push(i);return h}var Ve=/^([^.]*)(?:\.(.+)|)/;function Ce(){return!0}function be(){return!1}function Le(e,t){return e===function(){try{return M.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,a,r,i){var l,o;if("object"==typeof t){for(o in"string"!=typeof n&&(a=a||n,n=void 0),t)Se(e,o,n,a,t[o],i);return e}if(null==a&&null==r?(r=n,a=n=void 0):null==r&&("string"==typeof n?(r=a,a=void 0):(r=a,a=n,n=void 0)),!1===r)r=be;else if(!r)return e;return 1===i&&(l=r,(r=function(e){return V().off(e),l.apply(this,arguments)}).guid=l.guid||(l.guid=V.guid++)),e.each((function(){V.event.add(this,t,r,a,n)}))}function ze(e,t,n){n?(J.set(e,t,!1),V.event.add(e,t,{namespace:!1,handler:function(e){var a,r,i=J.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(V.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=o.call(arguments),J.set(this,t,i),a=n(this,t),this[t](),i!==(r=J.get(this,t))||a?J.set(this,t,!1):r={},i!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else i.length&&(J.set(this,t,{value:V.event.trigger(V.extend(i[0],V.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===J.get(e,t)&&V.event.add(e,t,Ce)}V.event={global:{},add:function(e,t,n,a,r){var i,l,o,c,u,s,h,d,p,f,m,v=J.get(e);if(Q(e))for(n.handler&&(n=(i=n).handler,r=i.selector),r&&V.find.matchesSelector(ie,r),n.guid||(n.guid=V.guid++),(c=v.events)||(c=v.events=Object.create(null)),(l=v.handle)||(l=v.handle=function(t){return void 0!==V&&V.event.triggered!==t.type?V.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(N)||[""]).length;u--;)p=m=(o=Ve.exec(t[u])||[])[1],f=(o[2]||"").split(".").sort(),p&&(h=V.event.special[p]||{},p=(r?h.delegateType:h.bindType)||p,h=V.event.special[p]||{},s=V.extend({type:p,origType:m,data:a,handler:n,guid:n.guid,selector:r,needsContext:r&&V.expr.match.needsContext.test(r),namespace:f.join(".")},i),(d=c[p])||((d=c[p]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(e,a,f,l)||e.addEventListener&&e.addEventListener(p,l)),h.add&&(h.add.call(e,s),s.handler.guid||(s.handler.guid=n.guid)),r?d.splice(d.delegateCount++,0,s):d.push(s),V.event.global[p]=!0)},remove:function(e,t,n,a,r){var i,l,o,c,u,s,h,d,p,f,m,v=J.hasData(e)&&J.get(e);if(v&&(c=v.events)){for(u=(t=(t||"").match(N)||[""]).length;u--;)if(p=m=(o=Ve.exec(t[u])||[])[1],f=(o[2]||"").split(".").sort(),p){for(h=V.event.special[p]||{},d=c[p=(a?h.delegateType:h.bindType)||p]||[],o=o[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=i=d.length;i--;)s=d[i],!r&&m!==s.origType||n&&n.guid!==s.guid||o&&!o.test(s.namespace)||a&&a!==s.selector&&("**"!==a||!s.selector)||(d.splice(i,1),s.selector&&d.delegateCount--,h.remove&&h.remove.call(e,s));l&&!d.length&&(h.teardown&&!1!==h.teardown.call(e,f,v.handle)||V.removeEvent(e,p,v.handle),delete c[p])}else for(p in c)V.event.remove(e,p+t[u],n,a,!0);V.isEmptyObject(c)&&J.remove(e,"handle events")}},dispatch:function(e){var t,n,a,r,i,l,o=new Array(arguments.length),c=V.event.fix(e),u=(J.get(this,"events")||Object.create(null))[c.type]||[],s=V.event.special[c.type]||{};for(o[0]=c,t=1;t<arguments.length;t++)o[t]=arguments[t];if(c.delegateTarget=this,!s.preDispatch||!1!==s.preDispatch.call(this,c)){for(l=V.event.handlers.call(this,c,u),t=0;(r=l[t++])&&!c.isPropagationStopped();)for(c.currentTarget=r.elem,n=0;(i=r.handlers[n++])&&!c.isImmediatePropagationStopped();)c.rnamespace&&!1!==i.namespace&&!c.rnamespace.test(i.namespace)||(c.handleObj=i,c.data=i.data,void 0!==(a=((V.event.special[i.origType]||{}).handle||i.handler).apply(r.elem,o))&&!1===(c.result=a)&&(c.preventDefault(),c.stopPropagation()));return s.postDispatch&&s.postDispatch.call(this,c),c.result}},handlers:function(e,t){var n,a,r,i,l,o=[],c=t.delegateCount,u=e.target;if(c&&u.nodeType&&!("click"===e.type&&e.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],l={},n=0;n<c;n++)void 0===l[r=(a=t[n]).selector+" "]&&(l[r]=a.needsContext?V(r,this).index(u)>-1:V.find(r,this,null,[u]).length),l[r]&&i.push(a);i.length&&o.push({elem:u,handlers:i})}return u=this,c<t.length&&o.push({elem:u,handlers:t.slice(c)}),o},addProp:function(e,t){Object.defineProperty(V.Event.prototype,e,{enumerable:!0,configurable:!0,get:A(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[V.expando]?e:new V.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return me.test(t.type)&&t.click&&w(t,"input")&&ze(t,"click",Ce),!1},trigger:function(e){var t=this||e;return me.test(t.type)&&t.click&&w(t,"input")&&ze(t,"click"),!0},_default:function(e){var t=e.target;return me.test(t.type)&&t.click&&w(t,"input")&&J.get(t,"click")||w(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},V.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},V.Event=function(e,t){if(!(this instanceof V.Event))return new V.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ce:be,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&V.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[V.expando]=!0},V.Event.prototype={constructor:V.Event,isDefaultPrevented:be,isPropagationStopped:be,isImmediatePropagationStopped:be,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ce,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ce,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ce,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},V.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},V.event.addProp),V.each({focus:"focusin",blur:"focusout"},(function(e,t){V.event.special[e]={setup:function(){return ze(this,e,Le),!1},trigger:function(){return ze(this,e),!0},_default:function(){return!0},delegateType:t}})),V.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){V.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,a=this,r=e.relatedTarget,i=e.handleObj;return r&&(r===a||V.contains(a,r))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}})),V.fn.extend({on:function(e,t,n,a){return Se(this,e,t,n,a)},one:function(e,t,n,a){return Se(this,e,t,n,a,1)},off:function(e,t,n){var a,r;if(e&&e.preventDefault&&e.handleObj)return a=e.handleObj,V(e.delegateTarget).off(a.namespace?a.origType+"."+a.namespace:a.origType,a.selector,a.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=be),this.each((function(){V.event.remove(this,e,n,t)}))}});var we=/<script|<style|<link/i,xe=/checked\s*(?:[^=]|=\s*.checked.)/i,_e=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function ke(e,t){return w(e,"table")&&w(11!==t.nodeType?t:t.firstChild,"tr")&&V(e).children("tbody")[0]||e}function Te(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ee(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,a,r,i,l,o;if(1===t.nodeType){if(J.hasData(e)&&(o=J.get(e).events))for(r in J.remove(t,"handle events"),o)for(n=0,a=o[r].length;n<a;n++)V.event.add(t,r,o[r][n]);X.hasData(e)&&(i=X.access(e),l=V.extend({},i),X.set(t,l))}}function Pe(e,t){var n=t.nodeName.toLowerCase();"input"===n&&me.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Ne(e,t,n,a){t=c(t);var r,i,l,o,u,s,h=0,d=e.length,p=d-1,f=t[0],m=A(f);if(m||d>1&&"string"==typeof f&&!v.checkClone&&xe.test(f))return e.each((function(r){var i=e.eq(r);m&&(t[0]=f.call(this,r,i.html())),Ne(i,t,n,a)}));if(d&&(i=(r=Ze(t,e[0].ownerDocument,!1,e,a)).firstChild,1===r.childNodes.length&&(r=i),i||a)){for(o=(l=V.map(Me(r,"script"),Te)).length;h<d;h++)u=r,h!==p&&(u=V.clone(u,!0,!0),o&&V.merge(l,Me(u,"script"))),n.call(e[h],u,h);if(o)for(s=l[l.length-1].ownerDocument,V.map(l,Ee),h=0;h<o;h++)u=l[h],Ae.test(u.type||"")&&!J.access(u,"globalEval")&&V.contains(s,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?V._evalUrl&&!u.noModule&&V._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},s):g(u.textContent.replace(_e,""),u,s))}return e}function je(e,t,n){for(var a,r=t?V.filter(t,e):e,i=0;null!=(a=r[i]);i++)n||1!==a.nodeType||V.cleanData(Me(a)),a.parentNode&&(n&&le(a)&&He(Me(a,"script")),a.parentNode.removeChild(a));return e}V.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var a,r,i,l,o=e.cloneNode(!0),c=le(e);if(!(v.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||V.isXMLDoc(e)))for(l=Me(o),a=0,r=(i=Me(e)).length;a<r;a++)Pe(i[a],l[a]);if(t)if(n)for(i=i||Me(e),l=l||Me(o),a=0,r=i.length;a<r;a++)Oe(i[a],l[a]);else Oe(e,o);return(l=Me(o,"script")).length>0&&He(l,!c&&Me(e,"script")),o},cleanData:function(e){for(var t,n,a,r=V.event.special,i=0;void 0!==(n=e[i]);i++)if(Q(n)){if(t=n[J.expando]){if(t.events)for(a in t.events)r[a]?V.event.remove(n,a):V.removeEvent(n,a,t.handle);n[J.expando]=void 0}n[X.expando]&&(n[X.expando]=void 0)}}}),V.fn.extend({detach:function(e){return je(this,e,!0)},remove:function(e){return je(this,e)},text:function(e){return B(this,(function(e){return void 0===e?V.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ne(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||ke(this,e).appendChild(e)}))},prepend:function(){return Ne(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=ke(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ne(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ne(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(V.cleanData(Me(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return V.clone(this,e,t)}))},html:function(e){return B(this,(function(e){var t=this[0]||{},n=0,a=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!we.test(e)&&!ye[(ve.exec(e)||["",""])[1].toLowerCase()]){e=V.htmlPrefilter(e);try{for(;n<a;n++)1===(t=this[n]||{}).nodeType&&(V.cleanData(Me(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return Ne(this,arguments,(function(t){var n=this.parentNode;V.inArray(this,e)<0&&(V.cleanData(Me(this)),n&&n.replaceChild(t,this))}),e)}}),V.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){V.fn[e]=function(e){for(var n,a=[],r=V(e),i=r.length-1,l=0;l<=i;l++)n=l===i?this:this.clone(!0),V(r[l])[t](n),u.apply(a,n.get());return this.pushStack(a)}}));var De=new RegExp("^("+ne+")(?!px)[a-z%]+$","i"),qe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},Re=function(e,t,n){var a,r,i={};for(r in t)i[r]=e.style[r],e.style[r]=t[r];for(r in a=n.call(e),t)e.style[r]=i[r];return a},Ie=new RegExp(re.join("|"),"i");function Fe(e,t,n){var a,r,i,l,o=e.style;return(n=n||qe(e))&&(""!==(l=n.getPropertyValue(t)||n[t])||le(e)||(l=V.style(e,t)),!v.pixelBoxStyles()&&De.test(l)&&Ie.test(t)&&(a=o.width,r=o.minWidth,i=o.maxWidth,o.minWidth=o.maxWidth=o.width=l,l=n.width,o.width=a,o.minWidth=r,o.maxWidth=i)),void 0!==l?l+"":l}function Be(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(s){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",s.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(u).appendChild(s);var e=n.getComputedStyle(s);a="1%"!==e.top,c=12===t(e.marginLeft),s.style.right="60%",l=36===t(e.right),r=36===t(e.width),s.style.position="absolute",i=12===t(s.offsetWidth/3),ie.removeChild(u),s=null}}function t(e){return Math.round(parseFloat(e))}var a,r,i,l,o,c,u=M.createElement("div"),s=M.createElement("div");s.style&&(s.style.backgroundClip="content-box",s.cloneNode(!0).style.backgroundClip="",v.clearCloneStyle="content-box"===s.style.backgroundClip,V.extend(v,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),l},pixelPosition:function(){return e(),a},reliableMarginLeft:function(){return e(),c},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,a,r;return null==o&&(e=M.createElement("table"),t=M.createElement("tr"),a=M.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",a.style.height="9px",a.style.display="block",ie.appendChild(e).appendChild(t).appendChild(a),r=n.getComputedStyle(t),o=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,ie.removeChild(e)),o}}))}();var Ue=["Webkit","Moz","ms"],$e=M.createElement("div").style,We={};function Ge(e){var t=V.cssProps[e]||We[e];return t||(e in $e?e:We[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Ue.length;n--;)if((e=Ue[n]+t)in $e)return e}(e)||e)}var Qe=/^(none|table(?!-c[ea]).+)/,Ke=/^--/,Je={position:"absolute",visibility:"hidden",display:"block"},Xe={letterSpacing:"0",fontWeight:"400"};function Ye(e,t,n){var a=ae.exec(t);return a?Math.max(0,a[2]-(n||0))+(a[3]||"px"):t}function et(e,t,n,a,r,i){var l="width"===t?1:0,o=0,c=0;if(n===(a?"border":"content"))return 0;for(;l<4;l+=2)"margin"===n&&(c+=V.css(e,n+re[l],!0,r)),a?("content"===n&&(c-=V.css(e,"padding"+re[l],!0,r)),"margin"!==n&&(c-=V.css(e,"border"+re[l]+"Width",!0,r))):(c+=V.css(e,"padding"+re[l],!0,r),"padding"!==n?c+=V.css(e,"border"+re[l]+"Width",!0,r):o+=V.css(e,"border"+re[l]+"Width",!0,r));return!a&&i>=0&&(c+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-c-o-.5))||0),c}function tt(e,t,n){var a=qe(e),r=(!v.boxSizingReliable()||n)&&"border-box"===V.css(e,"boxSizing",!1,a),i=r,l=Fe(e,t,a),o="offset"+t[0].toUpperCase()+t.slice(1);if(De.test(l)){if(!n)return l;l="auto"}return(!v.boxSizingReliable()&&r||!v.reliableTrDimensions()&&w(e,"tr")||"auto"===l||!parseFloat(l)&&"inline"===V.css(e,"display",!1,a))&&e.getClientRects().length&&(r="border-box"===V.css(e,"boxSizing",!1,a),(i=o in e)&&(l=e[o])),(l=parseFloat(l)||0)+et(e,t,n||(r?"border":"content"),i,a,l)+"px"}function nt(e,t,n,a,r){return new nt.prototype.init(e,t,n,a,r)}V.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,a){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,i,l,o=G(t),c=Ke.test(t),u=e.style;if(c||(t=Ge(o)),l=V.cssHooks[t]||V.cssHooks[o],void 0===n)return l&&"get"in l&&void 0!==(r=l.get(e,!1,a))?r:u[t];"string"===(i=typeof n)&&(r=ae.exec(n))&&r[1]&&(n=ue(e,t,r),i="number"),null!=n&&n==n&&("number"!==i||c||(n+=r&&r[3]||(V.cssNumber[o]?"":"px")),v.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),l&&"set"in l&&void 0===(n=l.set(e,n,a))||(c?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,a){var r,i,l,o=G(t);return Ke.test(t)||(t=Ge(o)),(l=V.cssHooks[t]||V.cssHooks[o])&&"get"in l&&(r=l.get(e,!0,n)),void 0===r&&(r=Fe(e,t,a)),"normal"===r&&t in Xe&&(r=Xe[t]),""===n||n?(i=parseFloat(r),!0===n||isFinite(i)?i||0:r):r}}),V.each(["height","width"],(function(e,t){V.cssHooks[t]={get:function(e,n,a){if(n)return!Qe.test(V.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,a):Re(e,Je,(function(){return tt(e,t,a)}))},set:function(e,n,a){var r,i=qe(e),l=!v.scrollboxSize()&&"absolute"===i.position,o=(l||a)&&"border-box"===V.css(e,"boxSizing",!1,i),c=a?et(e,t,a,o,i):0;return o&&l&&(c-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-et(e,t,"border",!1,i)-.5)),c&&(r=ae.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=V.css(e,t)),Ye(0,n,c)}}})),V.cssHooks.marginLeft=Be(v.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-Re(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),V.each({margin:"",padding:"",border:"Width"},(function(e,t){V.cssHooks[e+t]={expand:function(n){for(var a=0,r={},i="string"==typeof n?n.split(" "):[n];a<4;a++)r[e+re[a]+t]=i[a]||i[a-2]||i[0];return r}},"margin"!==e&&(V.cssHooks[e+t].set=Ye)})),V.fn.extend({css:function(e,t){return B(this,(function(e,t,n){var a,r,i={},l=0;if(Array.isArray(t)){for(a=qe(e),r=t.length;l<r;l++)i[t[l]]=V.css(e,t[l],!1,a);return i}return void 0!==n?V.style(e,t,n):V.css(e,t)}),e,t,arguments.length>1)}}),V.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,n,a,r,i){this.elem=e,this.prop=n,this.easing=r||V.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=a,this.unit=i||(V.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=V.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=V.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){V.fx.step[e.prop]?V.fx.step[e.prop](e):1!==e.elem.nodeType||!V.cssHooks[e.prop]&&null==e.elem.style[Ge(e.prop)]?e.elem[e.prop]=e.now:V.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},V.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},V.fx=nt.prototype.init,V.fx.step={};var at,rt,it=/^(?:toggle|show|hide)$/,lt=/queueHooks$/;function ot(){rt&&(!1===M.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(ot):n.setTimeout(ot,V.fx.interval),V.fx.tick())}function ct(){return n.setTimeout((function(){at=void 0})),at=Date.now()}function ut(e,t){var n,a=0,r={height:e};for(t=t?1:0;a<4;a+=2-t)r["margin"+(n=re[a])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function st(e,t,n){for(var a,r=(ht.tweeners[t]||[]).concat(ht.tweeners["*"]),i=0,l=r.length;i<l;i++)if(a=r[i].call(n,t,e))return a}function ht(e,t,n){var a,r,i=0,l=ht.prefilters.length,o=V.Deferred().always((function(){delete c.elem})),c=function(){if(r)return!1;for(var t=at||ct(),n=Math.max(0,u.startTime+u.duration-t),a=1-(n/u.duration||0),i=0,l=u.tweens.length;i<l;i++)u.tweens[i].run(a);return o.notifyWith(e,[u,a,n]),a<1&&l?n:(l||o.notifyWith(e,[u,1,0]),o.resolveWith(e,[u]),!1)},u=o.promise({elem:e,props:V.extend({},t),opts:V.extend(!0,{specialEasing:{},easing:V.easing._default},n),originalProperties:t,originalOptions:n,startTime:at||ct(),duration:n.duration,tweens:[],createTween:function(t,n){var a=V.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(a),a},stop:function(t){var n=0,a=t?u.tweens.length:0;if(r)return this;for(r=!0;n<a;n++)u.tweens[n].run(1);return t?(o.notifyWith(e,[u,1,0]),o.resolveWith(e,[u,t])):o.rejectWith(e,[u,t]),this}}),s=u.props;for(!function(e,t){var n,a,r,i,l;for(n in e)if(r=t[a=G(n)],i=e[n],Array.isArray(i)&&(r=i[1],i=e[n]=i[0]),n!==a&&(e[a]=i,delete e[n]),(l=V.cssHooks[a])&&"expand"in l)for(n in i=l.expand(i),delete e[a],i)n in e||(e[n]=i[n],t[n]=r);else t[a]=r}(s,u.opts.specialEasing);i<l;i++)if(a=ht.prefilters[i].call(u,e,s,u.opts))return A(a.stop)&&(V._queueHooks(u.elem,u.opts.queue).stop=a.stop.bind(a)),a;return V.map(s,st,u),A(u.opts.start)&&u.opts.start.call(e,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),V.fx.timer(V.extend(c,{elem:e,anim:u,queue:u.opts.queue})),u}V.Animation=V.extend(ht,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ae.exec(t),n),n}]},tweener:function(e,t){A(e)?(t=e,e=["*"]):e=e.match(N);for(var n,a=0,r=e.length;a<r;a++)n=e[a],ht.tweeners[n]=ht.tweeners[n]||[],ht.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var a,r,i,l,o,c,u,s,h="width"in t||"height"in t,d=this,p={},f=e.style,m=e.nodeType&&ce(e),v=J.get(e,"fxshow");for(a in n.queue||(null==(l=V._queueHooks(e,"fx")).unqueued&&(l.unqueued=0,o=l.empty.fire,l.empty.fire=function(){l.unqueued||o()}),l.unqueued++,d.always((function(){d.always((function(){l.unqueued--,V.queue(e,"fx").length||l.empty.fire()}))}))),t)if(r=t[a],it.test(r)){if(delete t[a],i=i||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!v||void 0===v[a])continue;m=!0}p[a]=v&&v[a]||V.style(e,a)}if((c=!V.isEmptyObject(t))||!V.isEmptyObject(p))for(a in h&&1===e.nodeType&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],null==(u=v&&v.display)&&(u=J.get(e,"display")),"none"===(s=V.css(e,"display"))&&(u?s=u:(de([e],!0),u=e.style.display||u,s=V.css(e,"display"),de([e]))),("inline"===s||"inline-block"===s&&null!=u)&&"none"===V.css(e,"float")&&(c||(d.done((function(){f.display=u})),null==u&&(s=f.display,u="none"===s?"":s)),f.display="inline-block")),n.overflow&&(f.overflow="hidden",d.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),c=!1,p)c||(v?"hidden"in v&&(m=v.hidden):v=J.access(e,"fxshow",{display:u}),i&&(v.hidden=!m),m&&de([e],!0),d.done((function(){for(a in m||de([e]),J.remove(e,"fxshow"),p)V.style(e,a,p[a])}))),c=st(m?v[a]:0,a,d),a in v||(v[a]=c.start,m&&(c.end=c.start,c.start=0))}],prefilter:function(e,t){t?ht.prefilters.unshift(e):ht.prefilters.push(e)}}),V.speed=function(e,t,n){var a=e&&"object"==typeof e?V.extend({},e):{complete:n||!n&&t||A(e)&&e,duration:e,easing:n&&t||t&&!A(t)&&t};return V.fx.off?a.duration=0:"number"!=typeof a.duration&&(a.duration in V.fx.speeds?a.duration=V.fx.speeds[a.duration]:a.duration=V.fx.speeds._default),null!=a.queue&&!0!==a.queue||(a.queue="fx"),a.old=a.complete,a.complete=function(){A(a.old)&&a.old.call(this),a.queue&&V.dequeue(this,a.queue)},a},V.fn.extend({fadeTo:function(e,t,n,a){return this.filter(ce).css("opacity",0).show().end().animate({opacity:t},e,n,a)},animate:function(e,t,n,a){var r=V.isEmptyObject(e),i=V.speed(t,n,a),l=function(){var t=ht(this,V.extend({},e),i);(r||J.get(this,"finish"))&&t.stop(!0)};return l.finish=l,r||!1===i.queue?this.each(l):this.queue(i.queue,l)},stop:function(e,t,n){var a=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",i=V.timers,l=J.get(this);if(r)l[r]&&l[r].stop&&a(l[r]);else for(r in l)l[r]&&l[r].stop&&lt.test(r)&&a(l[r]);for(r=i.length;r--;)i[r].elem!==this||null!=e&&i[r].queue!==e||(i[r].anim.stop(n),t=!1,i.splice(r,1));!t&&n||V.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=J.get(this),a=n[e+"queue"],r=n[e+"queueHooks"],i=V.timers,l=a?a.length:0;for(n.finish=!0,V.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=i.length;t--;)i[t].elem===this&&i[t].queue===e&&(i[t].anim.stop(!0),i.splice(t,1));for(t=0;t<l;t++)a[t]&&a[t].finish&&a[t].finish.call(this);delete n.finish}))}}),V.each(["toggle","show","hide"],(function(e,t){var n=V.fn[t];V.fn[t]=function(e,a,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,a,r)}})),V.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){V.fn[e]=function(e,n,a){return this.animate(t,e,n,a)}})),V.timers=[],V.fx.tick=function(){var e,t=0,n=V.timers;for(at=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||V.fx.stop(),at=void 0},V.fx.timer=function(e){V.timers.push(e),V.fx.start()},V.fx.interval=13,V.fx.start=function(){rt||(rt=!0,ot())},V.fx.stop=function(){rt=null},V.fx.speeds={slow:600,fast:200,_default:400},V.fn.delay=function(e,t){return e=V.fx&&V.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,a){var r=n.setTimeout(t,e);a.stop=function(){n.clearTimeout(r)}}))},function(){var e=M.createElement("input"),t=M.createElement("select").appendChild(M.createElement("option"));e.type="checkbox",v.checkOn=""!==e.value,v.optSelected=t.selected,(e=M.createElement("input")).value="t",e.type="radio",v.radioValue="t"===e.value}();var dt,pt=V.expr.attrHandle;V.fn.extend({attr:function(e,t){return B(this,V.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){V.removeAttr(this,e)}))}}),V.extend({attr:function(e,t,n){var a,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?V.prop(e,t,n):(1===i&&V.isXMLDoc(e)||(r=V.attrHooks[t.toLowerCase()]||(V.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void V.removeAttr(e,t):r&&"set"in r&&void 0!==(a=r.set(e,n,t))?a:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(a=r.get(e,t))?a:null==(a=V.find.attr(e,t))?void 0:a)},attrHooks:{type:{set:function(e,t){if(!v.radioValue&&"radio"===t&&w(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,a=0,r=t&&t.match(N);if(r&&1===e.nodeType)for(;n=r[a++];)e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?V.removeAttr(e,n):e.setAttribute(n,n),n}},V.each(V.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pt[t]||V.find.attr;pt[t]=function(e,t,a){var r,i,l=t.toLowerCase();return a||(i=pt[l],pt[l]=r,r=null!=n(e,t,a)?l:null,pt[l]=i),r}}));var ft=/^(?:input|select|textarea|button)$/i,mt=/^(?:a|area)$/i;function vt(e){return(e.match(N)||[]).join(" ")}function At(e){return e.getAttribute&&e.getAttribute("class")||""}function yt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(N)||[]}V.fn.extend({prop:function(e,t){return B(this,V.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[V.propFix[e]||e]}))}}),V.extend({prop:function(e,t,n){var a,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&V.isXMLDoc(e)||(t=V.propFix[t]||t,r=V.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(a=r.set(e,n,t))?a:e[t]=n:r&&"get"in r&&null!==(a=r.get(e,t))?a:e[t]},propHooks:{tabIndex:{get:function(e){var t=V.find.attr(e,"tabindex");return t?parseInt(t,10):ft.test(e.nodeName)||mt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),v.optSelected||(V.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),V.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){V.propFix[this.toLowerCase()]=this})),V.fn.extend({addClass:function(e){var t,n,a,r,i,l,o,c=0;if(A(e))return this.each((function(t){V(this).addClass(e.call(this,t,At(this)))}));if((t=yt(e)).length)for(;n=this[c++];)if(r=At(n),a=1===n.nodeType&&" "+vt(r)+" "){for(l=0;i=t[l++];)a.indexOf(" "+i+" ")<0&&(a+=i+" ");r!==(o=vt(a))&&n.setAttribute("class",o)}return this},removeClass:function(e){var t,n,a,r,i,l,o,c=0;if(A(e))return this.each((function(t){V(this).removeClass(e.call(this,t,At(this)))}));if(!arguments.length)return this.attr("class","");if((t=yt(e)).length)for(;n=this[c++];)if(r=At(n),a=1===n.nodeType&&" "+vt(r)+" "){for(l=0;i=t[l++];)for(;a.indexOf(" "+i+" ")>-1;)a=a.replace(" "+i+" "," ");r!==(o=vt(a))&&n.setAttribute("class",o)}return this},toggleClass:function(e,t){var n=typeof e,a="string"===n||Array.isArray(e);return"boolean"==typeof t&&a?t?this.addClass(e):this.removeClass(e):A(e)?this.each((function(n){V(this).toggleClass(e.call(this,n,At(this),t),t)})):this.each((function(){var t,r,i,l;if(a)for(r=0,i=V(this),l=yt(e);t=l[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||((t=At(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,a=0;for(t=" "+e+" ";n=this[a++];)if(1===n.nodeType&&(" "+vt(At(n))+" ").indexOf(t)>-1)return!0;return!1}});var Mt=/\r/g;V.fn.extend({val:function(e){var t,n,a,r=this[0];return arguments.length?(a=A(e),this.each((function(n){var r;1===this.nodeType&&(null==(r=a?e.call(this,n,V(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=V.map(r,(function(e){return null==e?"":e+""}))),(t=V.valHooks[this.type]||V.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=V.valHooks[r.type]||V.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(Mt,""):null==n?"":n:void 0}}),V.extend({valHooks:{option:{get:function(e){var t=V.find.attr(e,"value");return null!=t?t:vt(V.text(e))}},select:{get:function(e){var t,n,a,r=e.options,i=e.selectedIndex,l="select-one"===e.type,o=l?null:[],c=l?i+1:r.length;for(a=i<0?c:l?i:0;a<c;a++)if(((n=r[a]).selected||a===i)&&!n.disabled&&(!n.parentNode.disabled||!w(n.parentNode,"optgroup"))){if(t=V(n).val(),l)return t;o.push(t)}return o},set:function(e,t){for(var n,a,r=e.options,i=V.makeArray(t),l=r.length;l--;)((a=r[l]).selected=V.inArray(V.valHooks.option.get(a),i)>-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),V.each(["radio","checkbox"],(function(){V.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=V.inArray(V(e).val(),t)>-1}},v.checkOn||(V.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),v.focusin="onfocusin"in n;var Ht=/^(?:focusinfocus|focusoutblur)$/,gt=function(e){e.stopPropagation()};V.extend(V.event,{trigger:function(e,t,a,r){var i,l,o,c,u,s,h,d,f=[a||M],m=p.call(e,"type")?e.type:e,v=p.call(e,"namespace")?e.namespace.split("."):[];if(l=d=o=a=a||M,3!==a.nodeType&&8!==a.nodeType&&!Ht.test(m+V.event.triggered)&&(m.indexOf(".")>-1&&(v=m.split("."),m=v.shift(),v.sort()),u=m.indexOf(":")<0&&"on"+m,(e=e[V.expando]?e:new V.Event(m,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=v.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=a),t=null==t?[e]:V.makeArray(t,[e]),h=V.event.special[m]||{},r||!h.trigger||!1!==h.trigger.apply(a,t))){if(!r&&!h.noBubble&&!y(a)){for(c=h.delegateType||m,Ht.test(c+m)||(l=l.parentNode);l;l=l.parentNode)f.push(l),o=l;o===(a.ownerDocument||M)&&f.push(o.defaultView||o.parentWindow||n)}for(i=0;(l=f[i++])&&!e.isPropagationStopped();)d=l,e.type=i>1?c:h.bindType||m,(s=(J.get(l,"events")||Object.create(null))[e.type]&&J.get(l,"handle"))&&s.apply(l,t),(s=u&&l[u])&&s.apply&&Q(l)&&(e.result=s.apply(l,t),!1===e.result&&e.preventDefault());return e.type=m,r||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(f.pop(),t)||!Q(a)||u&&A(a[m])&&!y(a)&&((o=a[u])&&(a[u]=null),V.event.triggered=m,e.isPropagationStopped()&&d.addEventListener(m,gt),a[m](),e.isPropagationStopped()&&d.removeEventListener(m,gt),V.event.triggered=void 0,o&&(a[u]=o)),e.result}},simulate:function(e,t,n){var a=V.extend(new V.Event,n,{type:e,isSimulated:!0});V.event.trigger(a,null,t)}}),V.fn.extend({trigger:function(e,t){return this.each((function(){V.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return V.event.trigger(e,t,n,!0)}}),v.focusin||V.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){V.event.simulate(t,e.target,V.event.fix(e))};V.event.special[t]={setup:function(){var a=this.ownerDocument||this.document||this,r=J.access(a,t);r||a.addEventListener(e,n,!0),J.access(a,t,(r||0)+1)},teardown:function(){var a=this.ownerDocument||this.document||this,r=J.access(a,t)-1;r?J.access(a,t,r):(a.removeEventListener(e,n,!0),J.remove(a,t))}}}));var Zt=n.location,Vt={guid:Date.now()},Ct=/\?/;V.parseXML=function(e){var t,a;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return a=t&&t.getElementsByTagName("parsererror")[0],t&&!a||V.error("Invalid XML: "+(a?V.map(a.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var bt=/\[\]$/,Lt=/\r?\n/g,St=/^(?:submit|button|image|reset|file)$/i,zt=/^(?:input|select|textarea|keygen)/i;function wt(e,t,n,a){var r;if(Array.isArray(t))V.each(t,(function(t,r){n||bt.test(e)?a(e,r):wt(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,a)}));else if(n||"object"!==Z(t))a(e,t);else for(r in t)wt(e+"["+r+"]",t[r],n,a)}V.param=function(e,t){var n,a=[],r=function(e,t){var n=A(t)?t():t;a[a.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!V.isPlainObject(e))V.each(e,(function(){r(this.name,this.value)}));else for(n in e)wt(n,e[n],t,r);return a.join("&")},V.fn.extend({serialize:function(){return V.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=V.prop(this,"elements");return e?V.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!V(this).is(":disabled")&&zt.test(this.nodeName)&&!St.test(e)&&(this.checked||!me.test(e))})).map((function(e,t){var n=V(this).val();return null==n?null:Array.isArray(n)?V.map(n,(function(e){return{name:t.name,value:e.replace(Lt,"\r\n")}})):{name:t.name,value:n.replace(Lt,"\r\n")}})).get()}});var xt=/%20/g,_t=/#.*$/,kt=/([?&])_=[^&]*/,Tt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Et=/^(?:GET|HEAD)$/,Ot=/^\/\//,Pt={},Nt={},jt="*/".concat("*"),Dt=M.createElement("a");function qt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var a,r=0,i=t.toLowerCase().match(N)||[];if(A(n))for(;a=i[r++];)"+"===a[0]?(a=a.slice(1)||"*",(e[a]=e[a]||[]).unshift(n)):(e[a]=e[a]||[]).push(n)}}function Rt(e,t,n,a){var r={},i=e===Nt;function l(o){var c;return r[o]=!0,V.each(e[o]||[],(function(e,o){var u=o(t,n,a);return"string"!=typeof u||i||r[u]?i?!(c=u):void 0:(t.dataTypes.unshift(u),l(u),!1)})),c}return l(t.dataTypes[0])||!r["*"]&&l("*")}function It(e,t){var n,a,r=V.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:a||(a={}))[n]=t[n]);return a&&V.extend(!0,e,a),e}Dt.href=Zt.href,V.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Zt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Zt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":jt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":V.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?It(It(e,V.ajaxSettings),t):It(V.ajaxSettings,e)},ajaxPrefilter:qt(Pt),ajaxTransport:qt(Nt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var a,r,i,l,o,c,u,s,h,d,p=V.ajaxSetup({},t),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?V(f):V.event,v=V.Deferred(),A=V.Callbacks("once memory"),y=p.statusCode||{},H={},g={},Z="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(u){if(!l)for(l={};t=Tt.exec(i);)l[t[1].toLowerCase()+" "]=(l[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=l[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=g[e.toLowerCase()]=g[e.toLowerCase()]||e,H[e]=t),this},overrideMimeType:function(e){return null==u&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)C.always(e[C.status]);else for(t in e)y[t]=[y[t],e[t]];return this},abort:function(e){var t=e||Z;return a&&a.abort(t),b(0,t),this}};if(v.promise(C),p.url=((e||p.url||Zt.href)+"").replace(Ot,Zt.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(N)||[""],null==p.crossDomain){c=M.createElement("a");try{c.href=p.url,c.href=c.href,p.crossDomain=Dt.protocol+"//"+Dt.host!=c.protocol+"//"+c.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=V.param(p.data,p.traditional)),Rt(Pt,p,t,C),u)return C;for(h in(s=V.event&&p.global)&&0==V.active++&&V.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Et.test(p.type),r=p.url.replace(_t,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(xt,"+")):(d=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(Ct.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(kt,"$1"),d=(Ct.test(r)?"&":"?")+"_="+Vt.guid+++d),p.url=r+d),p.ifModified&&(V.lastModified[r]&&C.setRequestHeader("If-Modified-Since",V.lastModified[r]),V.etag[r]&&C.setRequestHeader("If-None-Match",V.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+jt+"; q=0.01":""):p.accepts["*"]),p.headers)C.setRequestHeader(h,p.headers[h]);if(p.beforeSend&&(!1===p.beforeSend.call(f,C,p)||u))return C.abort();if(Z="abort",A.add(p.complete),C.done(p.success),C.fail(p.error),a=Rt(Nt,p,t,C)){if(C.readyState=1,s&&m.trigger("ajaxSend",[C,p]),u)return C;p.async&&p.timeout>0&&(o=n.setTimeout((function(){C.abort("timeout")}),p.timeout));try{u=!1,a.send(H,b)}catch(e){if(u)throw e;b(-1,e)}}else b(-1,"No Transport");function b(e,t,l,c){var h,d,M,H,g,Z=t;u||(u=!0,o&&n.clearTimeout(o),a=void 0,i=c||"",C.readyState=e>0?4:0,h=e>=200&&e<300||304===e,l&&(H=function(e,t,n){for(var a,r,i,l,o=e.contents,c=e.dataTypes;"*"===c[0];)c.shift(),void 0===a&&(a=e.mimeType||t.getResponseHeader("Content-Type"));if(a)for(r in o)if(o[r]&&o[r].test(a)){c.unshift(r);break}if(c[0]in n)i=c[0];else{for(r in n){if(!c[0]||e.converters[r+" "+c[0]]){i=r;break}l||(l=r)}i=i||l}if(i)return i!==c[0]&&c.unshift(i),n[i]}(p,C,l)),!h&&V.inArray("script",p.dataTypes)>-1&&V.inArray("json",p.dataTypes)<0&&(p.converters["text script"]=function(){}),H=function(e,t,n,a){var r,i,l,o,c,u={},s=e.dataTypes.slice();if(s[1])for(l in e.converters)u[l.toLowerCase()]=e.converters[l];for(i=s.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!c&&a&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),c=i,i=s.shift())if("*"===i)i=c;else if("*"!==c&&c!==i){if(!(l=u[c+" "+i]||u["* "+i]))for(r in u)if((o=r.split(" "))[1]===i&&(l=u[c+" "+o[0]]||u["* "+o[0]])){!0===l?l=u[r]:!0!==u[r]&&(i=o[0],s.unshift(o[1]));break}if(!0!==l)if(l&&e.throws)t=l(t);else try{t=l(t)}catch(e){return{state:"parsererror",error:l?e:"No conversion from "+c+" to "+i}}}return{state:"success",data:t}}(p,H,C,h),h?(p.ifModified&&((g=C.getResponseHeader("Last-Modified"))&&(V.lastModified[r]=g),(g=C.getResponseHeader("etag"))&&(V.etag[r]=g)),204===e||"HEAD"===p.type?Z="nocontent":304===e?Z="notmodified":(Z=H.state,d=H.data,h=!(M=H.error))):(M=Z,!e&&Z||(Z="error",e<0&&(e=0))),C.status=e,C.statusText=(t||Z)+"",h?v.resolveWith(f,[d,Z,C]):v.rejectWith(f,[C,Z,M]),C.statusCode(y),y=void 0,s&&m.trigger(h?"ajaxSuccess":"ajaxError",[C,p,h?d:M]),A.fireWith(f,[C,Z]),s&&(m.trigger("ajaxComplete",[C,p]),--V.active||V.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return V.get(e,t,n,"json")},getScript:function(e,t){return V.get(e,void 0,t,"script")}}),V.each(["get","post"],(function(e,t){V[t]=function(e,n,a,r){return A(n)&&(r=r||a,a=n,n=void 0),V.ajax(V.extend({url:e,type:t,dataType:r,data:n,success:a},V.isPlainObject(e)&&e))}})),V.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),V._evalUrl=function(e,t,n){return V.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){V.globalEval(e,t,n)}})},V.fn.extend({wrapAll:function(e){var t;return this[0]&&(A(e)&&(e=e.call(this[0])),t=V(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return A(e)?this.each((function(t){V(this).wrapInner(e.call(this,t))})):this.each((function(){var t=V(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=A(e);return this.each((function(n){V(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){V(this).replaceWith(this.childNodes)})),this}}),V.expr.pseudos.hidden=function(e){return!V.expr.pseudos.visible(e)},V.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},V.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ft={0:200,1223:204},Bt=V.ajaxSettings.xhr();v.cors=!!Bt&&"withCredentials"in Bt,v.ajax=Bt=!!Bt,V.ajaxTransport((function(e){var t,a;if(v.cors||Bt&&!e.crossDomain)return{send:function(r,i){var l,o=e.xhr();if(o.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(l in e.xhrFields)o[l]=e.xhrFields[l];for(l in e.mimeType&&o.overrideMimeType&&o.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)o.setRequestHeader(l,r[l]);t=function(e){return function(){t&&(t=a=o.onload=o.onerror=o.onabort=o.ontimeout=o.onreadystatechange=null,"abort"===e?o.abort():"error"===e?"number"!=typeof o.status?i(0,"error"):i(o.status,o.statusText):i(Ft[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=t(),a=o.onerror=o.ontimeout=t("error"),void 0!==o.onabort?o.onabort=a:o.onreadystatechange=function(){4===o.readyState&&n.setTimeout((function(){t&&a()}))},t=t("abort");try{o.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),V.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),V.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return V.globalEval(e),e}}}),V.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),V.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(a,r){t=V("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),M.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Ut,$t=[],Wt=/(=)\?(?=&|$)|\?\?/;V.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=$t.pop()||V.expando+"_"+Vt.guid++;return this[e]=!0,e}}),V.ajaxPrefilter("json jsonp",(function(e,t,a){var r,i,l,o=!1!==e.jsonp&&(Wt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Wt.test(e.data)&&"data");if(o||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=A(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,o?e[o]=e[o].replace(Wt,"$1"+r):!1!==e.jsonp&&(e.url+=(Ct.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return l||V.error(r+" was not called"),l[0]},e.dataTypes[0]="json",i=n[r],n[r]=function(){l=arguments},a.always((function(){void 0===i?V(n).removeProp(r):n[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,$t.push(r)),l&&A(i)&&i(l[0]),l=i=void 0})),"script"})),v.createHTMLDocument=((Ut=M.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),V.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((a=(t=M.implementation.createHTMLDocument("")).createElement("base")).href=M.location.href,t.head.appendChild(a)):t=M),i=!n&&[],(r=x.exec(e))?[t.createElement(r[1])]:(r=Ze([e],t,i),i&&i.length&&V(i).remove(),V.merge([],r.childNodes)));var a,r,i},V.fn.load=function(e,t,n){var a,r,i,l=this,o=e.indexOf(" ");return o>-1&&(a=vt(e.slice(o)),e=e.slice(0,o)),A(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),l.length>0&&V.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){i=arguments,l.html(a?V("<div>").append(V.parseHTML(e)).find(a):e)})).always(n&&function(e,t){l.each((function(){n.apply(this,i||[e.responseText,t,e])}))}),this},V.expr.pseudos.animated=function(e){return V.grep(V.timers,(function(t){return e===t.elem})).length},V.offset={setOffset:function(e,t,n){var a,r,i,l,o,c,u=V.css(e,"position"),s=V(e),h={};"static"===u&&(e.style.position="relative"),o=s.offset(),i=V.css(e,"top"),c=V.css(e,"left"),("absolute"===u||"fixed"===u)&&(i+c).indexOf("auto")>-1?(l=(a=s.position()).top,r=a.left):(l=parseFloat(i)||0,r=parseFloat(c)||0),A(t)&&(t=t.call(e,n,V.extend({},o))),null!=t.top&&(h.top=t.top-o.top+l),null!=t.left&&(h.left=t.left-o.left+r),"using"in t?t.using.call(e,h):s.css(h)}},V.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){V.offset.setOffset(this,e,t)}));var t,n,a=this[0];return a?a.getClientRects().length?(t=a.getBoundingClientRect(),n=a.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,a=this[0],r={top:0,left:0};if("fixed"===V.css(a,"position"))t=a.getBoundingClientRect();else{for(t=this.offset(),n=a.ownerDocument,e=a.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===V.css(e,"position");)e=e.parentNode;e&&e!==a&&1===e.nodeType&&((r=V(e).offset()).top+=V.css(e,"borderTopWidth",!0),r.left+=V.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-V.css(a,"marginTop",!0),left:t.left-r.left-V.css(a,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===V.css(e,"position");)e=e.offsetParent;return e||ie}))}}),V.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;V.fn[e]=function(a){return B(this,(function(e,a,r){var i;if(y(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===r)return i?i[t]:e[a];i?i.scrollTo(n?i.pageXOffset:r,n?r:i.pageYOffset):e[a]=r}),e,a,arguments.length)}})),V.each(["top","left"],(function(e,t){V.cssHooks[t]=Be(v.pixelPosition,(function(e,n){if(n)return n=Fe(e,t),De.test(n)?V(e).position()[t]+"px":n}))})),V.each({Height:"height",Width:"width"},(function(e,t){V.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,a){V.fn[a]=function(r,i){var l=arguments.length&&(n||"boolean"!=typeof r),o=n||(!0===r||!0===i?"margin":"border");return B(this,(function(t,n,r){var i;return y(t)?0===a.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?V.css(t,n,o):V.style(t,n,r,o)}),t,l?r:void 0,l)}}))})),V.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){V.fn[t]=function(e){return this.on(t,e)}})),V.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,a){return this.on(t,e,n,a)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),V.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){V.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var Gt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;V.proxy=function(e,t){var n,a,r;if("string"==typeof t&&(n=e[t],t=e,e=n),A(e))return a=o.call(arguments,2),(r=function(){return e.apply(t||this,a.concat(o.call(arguments)))}).guid=e.guid=e.guid||V.guid++,r},V.holdReady=function(e){e?V.readyWait++:V.ready(!0)},V.isArray=Array.isArray,V.parseJSON=JSON.parse,V.nodeName=w,V.isFunction=A,V.isWindow=y,V.camelCase=G,V.type=Z,V.now=Date.now,V.isNumeric=function(e){var t=V.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},V.trim=function(e){return null==e?"":(e+"").replace(Gt,"")},void 0===(a=function(){return V}.apply(t,[]))||(e.exports=a);var Qt=n.jQuery,Kt=n.$;return V.noConflict=function(e){return n.$===V&&(n.$=Kt),e&&n.jQuery===V&&(n.jQuery=Qt),V},void 0===r&&(n.jQuery=n.$=V),V}))},"F+2o":function(e,t,n){e.exports={default:n("UR8F"),__esModule:!0}},FgkJ:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},GDZC:function(e,t,n){var a=n("bKEA"),r=n("ZDin").f,i={}.toString,l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return l&&"[object Window]"==i.call(e)?function(e){try{return r(e)}catch(e){return l.slice()}}(e):r(a(e))}},GRew:function(e,t){t.f={}.propertyIsEnumerable},GfoU:function(e,t,n){var a=n("/F7N"),r=n("yQFZ");e.exports=function(e){return function(t,n){var i,l,o=String(r(t)),c=a(n),u=o.length;return c<0||c>=u?e?"":void 0:(i=o.charCodeAt(c))<55296||i>56319||c+1===u||(l=o.charCodeAt(c+1))<56320||l>57343?e?o.charAt(c):i:e?o.slice(c,c+2):l-56320+(i-55296<<10)+65536}}},GhSp:function(e,t,n){var a=n("d+lc"),r=n("+vXQ"),i=n("M5dz"),l=Object.defineProperty;t.f=n("C61u")?Object.defineProperty:function(e,t,n){if(a(e),t=i(t,!0),a(n),r)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},HSsa:function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),a=0;a<n.length;a++)n[a]=arguments[a];return e.apply(t,n)}}},"I90/":function(e,t,n){var a=n("aqg2"),r=n("zBWt")("iterator"),i=n("ig3W");e.exports=n("VSTI").getIteratorMethod=function(e){if(null!=e)return e[r]||e["@@iterator"]||i[a(e)]}},IaFt:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var r;return n&&!0===n.clone&&e(t)?a((r=t,Array.isArray(r)?[]:{}),t,n):t}function n(n,r,i){var l=n.slice();return r.forEach((function(r,o){void 0===l[o]?l[o]=t(r,i):e(r)?l[o]=a(n[o],r,i):-1===n.indexOf(r)&&l.push(t(r,i))})),l}function a(r,i,l){var o=Array.isArray(i),c=(l||{arrayMerge:n}).arrayMerge||n;return o?Array.isArray(r)?c(r,i,l):t(i,l):function(n,r,i){var l={};return e(n)&&Object.keys(n).forEach((function(e){l[e]=t(n[e],i)})),Object.keys(r).forEach((function(o){e(r[o])&&n[o]?l[o]=a(n[o],r[o],i):l[o]=t(r[o],i)})),l}(r,i,l)}return a.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return a(e,n,t)}))},a}()})),a=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=a.svg,i=a.xlink,l={};l[r.name]=r.uri,l[i.name]=i.uri;var o,c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(l,t||{}))+">"+e+"</svg>"},u=a.svg,s=a.xlink,h={attrs:(o={style:["position: absolute","width: 0","height: 0"].join("; ")},o[u.name]=u.uri,o[s.name]=s.uri,o)},d=function(e){this.config=n(h,e||{}),this.symbols=[]};d.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},d.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},d.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},d.prototype.has=function(e){return null!==this.find(e)},d.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return c(t,e)},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var p=function(e){var t=e.id,n=e.viewBox,a=e.content;this.id=t,this.viewBox=n,this.content=a};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var f=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},m=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return f(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(p),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},A=function(e){return Array.prototype.slice.call(e,0)},y=navigator.userAgent,M={isChrome:/chrome/i.test(y),isFirefox:/firefox/i.test(y),isIE:/msie/i.test(y)||/trident/i.test(y),isEdge:/edge/i.test(y)},H=function(e){return(e||window.location.href).split("#")[0]},g=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,a){var r,i,l;r=e,i={oldUrl:a,newUrl:n},(l=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(l)}))}])},Z=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern"),A(e.querySelectorAll("symbol")).forEach((function(e){A(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},V=a.xlink.uri,C=/[{}|\\\^\[\]`"<>]/g;function b(e){return e.replace(C,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var L,S=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],z=S.map((function(e){return"["+e+"]"})).join(","),w=function(e,t,n,a){var r=b(n),i=b(a);(function(e,t){return A(e).reduce((function(e,n){if(!n.attributes)return e;var a=A(n.attributes),r=t?a.filter(t):a;return e.concat(r)}),[])})(e.querySelectorAll(z),(function(e){var t=e.localName,n=e.value;return-1!==S.indexOf(t)&&-1!==n.indexOf("url("+r)})).forEach((function(e){return e.value=e.value.replace(r,i)})),function(e,t,n){A(e).forEach((function(e){var a=e.getAttribute("xlink:href");if(a&&0===a.indexOf(t)){var r=a.replace(t,n);e.setAttributeNS(V,"xlink:href",r)}}))}(t,r,i)},x="mount",_="symbol_mount",k=function(e){function t(t){var a=this;void 0===t&&(t={}),e.call(this,n(v,t));var r,i=(r=r||Object.create(null),{on:function(e,t){(r[e]||(r[e]=[])).push(t)},off:function(e,t){r[e]&&r[e].splice(r[e].indexOf(t)>>>0,1)},emit:function(e,t){(r[e]||[]).map((function(e){e(t)})),(r["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=i,this.node=null;var l=this.config;if(l.autoConfigure&&this._autoConfigure(t),l.syncUrlsWithBaseTag){var o=document.getElementsByTagName("base")[0].getAttribute("href");i.on(x,(function(){return a.updateUrls("#",o)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,l.listenLocationChangeEvent&&window.addEventListener(l.locationChangeEvent,c),l.locationChangeAngularEmitter&&g(l.locationChangeEvent),i.on(x,(function(e){l.moveGradientsOutsideSymbol&&Z(e)})),i.on(_,(function(e){var t;l.moveGradientsOutsideSymbol&&Z(e.parentNode),(M.isIE||M.isEdge)&&(t=[],A(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var a={isMounted:{}};return a.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter="angular"in window),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=M.isFirefox)},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,a=t.newUrl;this.updateUrls(n,a)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(_,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var a="string"==typeof e?document.querySelector(e):e;return n.node=a,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(_,e.node)})),A(a.querySelectorAll("symbol")).forEach((function(e){var t=m.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(x,a),a},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,a=this.render();return this.node=a,t&&n.childNodes[0]?n.insertBefore(a,n.childNodes[0]):n.appendChild(a),this._emitter.emit(x,a),a},t.prototype.render=function(){return f(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return w(this.node,n,H(e)+"#",H(t)+"#"),!0},Object.defineProperties(t.prototype,a),t}(d),T=e((function(e){var t,n,a,r,i;e.exports=(n=[],a=document,r=a.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(a.readyState))||a.addEventListener("DOMContentLoaded",t=function(){for(a.removeEventListener("DOMContentLoaded",t),i=1;t=n.shift();)t()}),function(e){i?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?L=window.__SVG_SPRITE__:(L=new k({attrs:{id:"__SVG_SPRITE_NODE__"}}),window.__SVG_SPRITE__=L);var E=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?L.attach(e):L.mount(document.body,!0)};return document.body?E():T(E),L},e.exports=n()}).call(this,n("yLpj"))},"Ir+t":function(e,t,n){n("3+Ww"),n("C5kU"),n("ZY/g"),n("xXl2"),n("Nlwn"),n("XLeT"),e.exports=n("VSTI").Promise},JEQr:function(e,t,n){"use strict";(function(t){var a=n("xTJ+"),r=n("yK9s"),i=n("OH9c"),l={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!a.isUndefined(e)&&a.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var c,u={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(c=n("tQ2B")),c),transformRequest:[function(e,t){return r(t,"Accept"),r(t,"Content-Type"),a.isFormData(e)||a.isArrayBuffer(e)||a.isBuffer(e)||a.isStream(e)||a.isFile(e)||a.isBlob(e)?e:a.isArrayBufferView(e)?e.buffer:a.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):a.isObject(e)||t&&"application/json"===t["Content-Type"]?(o(t,"application/json"),function(e,t,n){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional,n=t&&t.silentJSONParsing,r=t&&t.forcedJSONParsing,l=!n&&"json"===this.responseType;if(l||r&&a.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(l){if("SyntaxError"===e.name)throw i(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},a.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),a.forEach(["post","put","patch"],(function(e){u.headers[e]=a.merge(l)})),e.exports=u}).call(this,n("8oxB"))},JKKi:function(e,t,n){var a=n("d+lc"),r=n("ekG2"),i=n("8sL3");e.exports=function(e,t){if(a(e),r(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},Jt1Q:function(e,t,n){"use strict";var a=n("b08l"),r=n("ENu8"),i=n("kvAF"),l={};n("BRsN")(l,n("zBWt")("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=a(l,{next:r(1,n)}),i(e,t+" Iterator")}},"KHd+":function(e,t,n){"use strict";function a(e,t,n,a,r,i,l,o){var c,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),a&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),l?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(l)},u._ssrRegister=c):r&&(c=o?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(u.functional){u._injectStyles=c;var s=u.render;u.render=function(e,t){return c.call(t),s(e,t)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,c):[c]}return{exports:e,options:u}}n.d(t,"a",(function(){return a}))},Kw5r:function(e,t,n){"use strict";n.r(t),function(e){var n=Object.freeze({});function a(e){return null==e}function r(e){return null!=e}function i(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}var c=Object.prototype.toString;function u(e){return"[object Object]"===c.call(e)}function s(e){return"[object RegExp]"===c.call(e)}function h(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function f(e,t){for(var n=Object.create(null),a=e.split(","),r=0;r<a.length;r++)n[a[r]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}f("slot,component",!0);var m=f("key,ref,slot,slot-scope,is");function v(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var A=Object.prototype.hasOwnProperty;function y(e,t){return A.call(e,t)}function M(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var H=/-(\w)/g,g=M((function(e){return e.replace(H,(function(e,t){return t?t.toUpperCase():""}))})),Z=M((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),V=/\B([A-Z])/g,C=M((function(e){return e.replace(V,"-$1").toLowerCase()}));var b=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var a=arguments.length;return a?a>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function L(e,t){t=t||0;for(var n=e.length-t,a=new Array(n);n--;)a[n]=e[n+t];return a}function S(e,t){for(var n in t)e[n]=t[n];return e}function z(e){for(var t={},n=0;n<e.length;n++)e[n]&&S(t,e[n]);return t}function w(e,t,n){}var x=function(e,t,n){return!1},_=function(e){return e};function k(e,t){if(e===t)return!0;var n=o(e),a=o(t);if(!n||!a)return!n&&!a&&String(e)===String(t);try{var r=Array.isArray(e),i=Array.isArray(t);if(r&&i)return e.length===t.length&&e.every((function(e,n){return k(e,t[n])}));if(r||i)return!1;var l=Object.keys(e),c=Object.keys(t);return l.length===c.length&&l.every((function(n){return k(e[n],t[n])}))}catch(e){return!1}}function T(e,t){for(var n=0;n<e.length;n++)if(k(e[n],t))return n;return-1}function E(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var O=["component","directive","filter"],P=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],N={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:x,isReservedAttr:x,isUnknownElement:x,getTagNamespace:w,parsePlatformTagName:_,mustUseProp:x,_lifecycleHooks:P};function j(e,t,n,a){Object.defineProperty(e,t,{value:n,enumerable:!!a,writable:!0,configurable:!0})}var D=/[^\w.$]/;var q,R="__proto__"in{},I="undefined"!=typeof window,F="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,B=F&&WXEnvironment.platform.toLowerCase(),U=I&&window.navigator.userAgent.toLowerCase(),$=U&&/msie|trident/.test(U),W=U&&U.indexOf("msie 9.0")>0,G=U&&U.indexOf("edge/")>0,Q=(U&&U.indexOf("android"),U&&/iphone|ipad|ipod|ios/.test(U)||"ios"===B),K=(U&&/chrome\/\d+/.test(U),{}.watch),J=!1;if(I)try{var X={};Object.defineProperty(X,"passive",{get:function(){J=!0}}),window.addEventListener("test-passive",null,X)}catch(e){}var Y=function(){return void 0===q&&(q=!I&&!F&&void 0!==e&&"server"===e.process.env.VUE_ENV),q},ee=I&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function te(e){return"function"==typeof e&&/native code/.test(e.toString())}var ne,ae="undefined"!=typeof Symbol&&te(Symbol)&&"undefined"!=typeof Reflect&&te(Reflect.ownKeys);ne="undefined"!=typeof Set&&te(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var re=w,ie=0,le=function(){this.id=ie++,this.subs=[]};le.prototype.addSub=function(e){this.subs.push(e)},le.prototype.removeSub=function(e){v(this.subs,e)},le.prototype.depend=function(){le.target&&le.target.addDep(this)},le.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},le.target=null;var oe=[];function ce(e){le.target&&oe.push(le.target),le.target=e}function ue(){le.target=oe.pop()}var se=function(e,t,n,a,r,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=a,this.elm=r,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},he={child:{configurable:!0}};he.child.get=function(){return this.componentInstance},Object.defineProperties(se.prototype,he);var de=function(e){void 0===e&&(e="");var t=new se;return t.text=e,t.isComment=!0,t};function pe(e){return new se(void 0,void 0,void 0,String(e))}function fe(e){var t=new se(e.tag,e.data,e.children,e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.isCloned=!0,t}var me=Array.prototype,ve=Object.create(me);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=me[e];j(ve,e,(function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];var r,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":r=n;break;case"splice":r=n.slice(2)}return r&&l.observeArray(r),l.dep.notify(),i}))}));var Ae=Object.getOwnPropertyNames(ve),ye=!0;function Me(e){ye=e}var He=function(e){(this.value=e,this.dep=new le,this.vmCount=0,j(e,"__ob__",this),Array.isArray(e))?((R?ge:Ze)(e,ve,Ae),this.observeArray(e)):this.walk(e)};function ge(e,t,n){e.__proto__=t}function Ze(e,t,n){for(var a=0,r=n.length;a<r;a++){var i=n[a];j(e,i,t[i])}}function Ve(e,t){var n;if(o(e)&&!(e instanceof se))return y(e,"__ob__")&&e.__ob__ instanceof He?n=e.__ob__:ye&&!Y()&&(Array.isArray(e)||u(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new He(e)),t&&n&&n.vmCount++,n}function Ce(e,t,n,a,r){var i=new le,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get;o||2!==arguments.length||(n=e[t]);var c=l&&l.set,u=!r&&Ve(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return le.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&Se(t))),t},set:function(t){var a=o?o.call(e):n;t===a||t!=t&&a!=a||(c?c.call(e,t):n=t,u=!r&&Ve(t),i.notify())}})}}function be(e,t,n){if(Array.isArray(e)&&h(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var a=e.__ob__;return e._isVue||a&&a.vmCount?n:a?(Ce(a.value,t,n),a.dep.notify(),n):(e[t]=n,n)}function Le(e,t){if(Array.isArray(e)&&h(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||y(e,t)&&(delete e[t],n&&n.dep.notify())}}function Se(e){for(var t=void 0,n=0,a=e.length;n<a;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Se(t)}He.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Ce(e,t[n])},He.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Ve(e[t])};var ze=N.optionMergeStrategies;function we(e,t){if(!t)return e;for(var n,a,r,i=Object.keys(t),l=0;l<i.length;l++)a=e[n=i[l]],r=t[n],y(e,n)?u(a)&&u(r)&&we(a,r):be(e,n,r);return e}function xe(e,t,n){return n?function(){var a="function"==typeof t?t.call(n,n):t,r="function"==typeof e?e.call(n,n):e;return a?we(a,r):r}:t?e?function(){return we("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function _e(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function ke(e,t,n,a){var r=Object.create(e||null);return t?S(r,t):r}ze.data=function(e,t,n){return n?xe(e,t,n):t&&"function"!=typeof t?e:xe(e,t)},P.forEach((function(e){ze[e]=_e})),O.forEach((function(e){ze[e+"s"]=ke})),ze.watch=function(e,t,n,a){if(e===K&&(e=void 0),t===K&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var r={};for(var i in S(r,e),t){var l=r[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),r[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return r},ze.props=ze.methods=ze.inject=ze.computed=function(e,t,n,a){if(!e)return t;var r=Object.create(null);return S(r,e),t&&S(r,t),r},ze.provide=xe;var Te=function(e,t){return void 0===t?e:t};function Ee(e,t,n){"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var a,r,i={};if(Array.isArray(n))for(a=n.length;a--;)"string"==typeof(r=n[a])&&(i[g(r)]={type:null});else if(u(n))for(var l in n)r=n[l],i[g(l)]=u(r)?r:{type:r};else 0;e.props=i}}(t),function(e,t){var n=e.inject;if(n){var a=e.inject={};if(Array.isArray(n))for(var r=0;r<n.length;r++)a[n[r]]={from:n[r]};else if(u(n))for(var i in n){var l=n[i];a[i]=u(l)?S({from:i},l):{from:l}}else 0}}(t),function(e){var t=e.directives;if(t)for(var n in t){var a=t[n];"function"==typeof a&&(t[n]={bind:a,update:a})}}(t);var a=t.extends;if(a&&(e=Ee(e,a,n)),t.mixins)for(var r=0,i=t.mixins.length;r<i;r++)e=Ee(e,t.mixins[r],n);var l,o={};for(l in e)c(l);for(l in t)y(e,l)||c(l);function c(a){var r=ze[a]||Te;o[a]=r(e[a],t[a],n,a)}return o}function Oe(e,t,n,a){if("string"==typeof n){var r=e[t];if(y(r,n))return r[n];var i=g(n);if(y(r,i))return r[i];var l=Z(i);return y(r,l)?r[l]:r[n]||r[i]||r[l]}}function Pe(e,t,n,a){var r=t[e],i=!y(n,e),l=n[e],o=De(Boolean,r.type);if(o>-1)if(i&&!y(r,"default"))l=!1;else if(""===l||l===C(e)){var c=De(String,r.type);(c<0||o<c)&&(l=!0)}if(void 0===l){l=function(e,t,n){if(!y(t,"default"))return;var a=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof a&&"Function"!==Ne(t.type)?a.call(e):a}(a,r,e);var u=ye;Me(!0),Ve(l),Me(u)}return l}function Ne(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function je(e,t){return Ne(e)===Ne(t)}function De(e,t){if(!Array.isArray(t))return je(t,e)?0:-1;for(var n=0,a=t.length;n<a;n++)if(je(t[n],e))return n;return-1}function qe(e,t,n){if(t)for(var a=t;a=a.$parent;){var r=a.$options.errorCaptured;if(r)for(var i=0;i<r.length;i++)try{if(!1===r[i].call(a,e,t,n))return}catch(e){Re(e,a,"errorCaptured hook")}}Re(e,t,n)}function Re(e,t,n){if(N.errorHandler)try{return N.errorHandler.call(null,e,t,n)}catch(e){Ie(e,null,"config.errorHandler")}Ie(e,t,n)}function Ie(e,t,n){if(!I&&!F||"undefined"==typeof console)throw e;console.error(e)}var Fe,Be,Ue=[],$e=!1;function We(){$e=!1;var e=Ue.slice(0);Ue.length=0;for(var t=0;t<e.length;t++)e[t]()}var Ge=!1;if("undefined"!=typeof setImmediate&&te(setImmediate))Be=function(){setImmediate(We)};else if("undefined"==typeof MessageChannel||!te(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())Be=function(){setTimeout(We,0)};else{var Qe=new MessageChannel,Ke=Qe.port2;Qe.port1.onmessage=We,Be=function(){Ke.postMessage(1)}}if("undefined"!=typeof Promise&&te(Promise)){var Je=Promise.resolve();Fe=function(){Je.then(We),Q&&setTimeout(w)}}else Fe=Be;function Xe(e,t){var n;if(Ue.push((function(){if(e)try{e.call(t)}catch(e){qe(e,t,"nextTick")}else n&&n(t)})),$e||($e=!0,Ge?Be():Fe()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}var Ye=new ne;function et(e){!function e(t,n){var a,r,i=Array.isArray(t);if(!i&&!o(t)||Object.isFrozen(t)||t instanceof se)return;if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(a=t.length;a--;)e(t[a],n);else for(r=Object.keys(t),a=r.length;a--;)e(t[r[a]],n)}(e,Ye),Ye.clear()}var tt,nt=M((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),a="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=a?e.slice(1):e,once:n,capture:a,passive:t}}));function at(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var a=n.slice(),r=0;r<a.length;r++)a[r].apply(null,e)}return t.fns=e,t}function rt(e,t,n,r,i){var l,o,c,u;for(l in e)o=e[l],c=t[l],u=nt(l),a(o)||(a(c)?(a(o.fns)&&(o=e[l]=at(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==c&&(c.fns=o,e[l]=c));for(l in t)a(e[l])&&r((u=nt(l)).name,t[l],u.capture)}function it(e,t,n){var l;e instanceof se&&(e=e.data.hook||(e.data.hook={}));var o=e[t];function c(){n.apply(this,arguments),v(l.fns,c)}a(o)?l=at([c]):r(o.fns)&&i(o.merged)?(l=o).fns.push(c):l=at([o,c]),l.merged=!0,e[t]=l}function lt(e,t,n,a,i){if(r(t)){if(y(t,n))return e[n]=t[n],i||delete t[n],!0;if(y(t,a))return e[n]=t[a],i||delete t[a],!0}return!1}function ot(e){return l(e)?[pe(e)]:Array.isArray(e)?function e(t,n){var o,c,u,s,h=[];for(o=0;o<t.length;o++)a(c=t[o])||"boolean"==typeof c||(u=h.length-1,s=h[u],Array.isArray(c)?c.length>0&&(ct((c=e(c,(n||"")+"_"+o))[0])&&ct(s)&&(h[u]=pe(s.text+c[0].text),c.shift()),h.push.apply(h,c)):l(c)?ct(s)?h[u]=pe(s.text+c):""!==c&&h.push(pe(c)):ct(c)&&ct(s)?h[u]=pe(s.text+c.text):(i(t._isVList)&&r(c.tag)&&a(c.key)&&r(n)&&(c.key="__vlist"+n+"_"+o+"__"),h.push(c)));return h}(e):void 0}function ct(e){return r(e)&&r(e.text)&&!1===e.isComment}function ut(e,t){return(e.__esModule||ae&&"Module"===e[Symbol.toStringTag])&&(e=e.default),o(e)?t.extend(e):e}function st(e){return e.isComment&&e.asyncFactory}function ht(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(r(n)&&(r(n.componentOptions)||st(n)))return n}}function dt(e,t,n){n?tt.$once(e,t):tt.$on(e,t)}function pt(e,t){tt.$off(e,t)}function ft(e,t,n){tt=e,rt(t,n||{},dt,pt),tt=void 0}function mt(e,t){var n={};if(!e)return n;for(var a=0,r=e.length;a<r;a++){var i=e[a],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,c=n[o]||(n[o]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in n)n[u].every(vt)&&delete n[u];return n}function vt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function At(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?At(e[n],t):t[e[n].key]=e[n].fn;return t}var yt=null;function Mt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Ht(e,t){if(t){if(e._directInactive=!1,Mt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Ht(e.$children[n]);gt(e,"activated")}}function gt(e,t){ce();var n=e.$options[t];if(n)for(var a=0,r=n.length;a<r;a++)try{n[a].call(e)}catch(n){qe(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t),ue()}var Zt=[],Vt=[],Ct={},bt=!1,Lt=!1,St=0;function zt(){var e,t;for(Lt=!0,Zt.sort((function(e,t){return e.id-t.id})),St=0;St<Zt.length;St++)t=(e=Zt[St]).id,Ct[t]=null,e.run();var n=Vt.slice(),a=Zt.slice();St=Zt.length=Vt.length=0,Ct={},bt=Lt=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Ht(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],a=n.vm;a._watcher===n&&a._isMounted&&gt(a,"updated")}}(a),ee&&N.devtools&&ee.emit("flush")}var wt=0,xt=function(e,t,n,a,r){this.vm=e,r&&(e._watcher=this),e._watchers.push(this),a?(this.deep=!!a.deep,this.user=!!a.user,this.lazy=!!a.lazy,this.sync=!!a.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++wt,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ne,this.newDepIds=new ne,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!D.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};xt.prototype.get=function(){var e;ce(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;qe(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&et(e),ue(),this.cleanupDeps()}return e},xt.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},xt.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},xt.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==Ct[t]){if(Ct[t]=!0,Lt){for(var n=Zt.length-1;n>St&&Zt[n].id>e.id;)n--;Zt.splice(n+1,0,e)}else Zt.push(e);bt||(bt=!0,Xe(zt))}}(this)},xt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){qe(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},xt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},xt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},xt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var _t={enumerable:!0,configurable:!0,get:w,set:w};function kt(e,t,n){_t.get=function(){return this[t][n]},_t.set=function(e){this[t][n]=e},Object.defineProperty(e,n,_t)}function Tt(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},a=e._props={},r=e.$options._propKeys=[];e.$parent&&Me(!1);var i=function(i){r.push(i);var l=Pe(i,t,n,e);Ce(a,i,l),i in e||kt(e,"_props",i)};for(var l in t)i(l);Me(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?w:b(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;u(t=e._data="function"==typeof t?function(e,t){ce();try{return e.call(t,t)}catch(e){return qe(e,t,"data()"),{}}finally{ue()}}(t,e):t||{})||(t={});var n=Object.keys(t),a=e.$options.props,r=(e.$options.methods,n.length);for(;r--;){var i=n[r];0,a&&y(a,i)||(l=void 0,36!==(l=(i+"").charCodeAt(0))&&95!==l&&kt(e,"_data",i))}var l;Ve(t,!0)}(e):Ve(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),a=Y();for(var r in t){var i=t[r],l="function"==typeof i?i:i.get;0,a||(n[r]=new xt(e,l||w,w,Et)),r in e||Ot(e,r,i)}}(e,t.computed),t.watch&&t.watch!==K&&function(e,t){for(var n in t){var a=t[n];if(Array.isArray(a))for(var r=0;r<a.length;r++)Nt(e,n,a[r]);else Nt(e,n,a)}}(e,t.watch)}var Et={lazy:!0};function Ot(e,t,n){var a=!Y();"function"==typeof n?(_t.get=a?Pt(t):n,_t.set=w):(_t.get=n.get?a&&!1!==n.cache?Pt(t):n.get:w,_t.set=n.set?n.set:w),Object.defineProperty(e,t,_t)}function Pt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),le.target&&t.depend(),t.value}}function Nt(e,t,n,a){return u(n)&&(a=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,a)}function jt(e,t){if(e){for(var n=Object.create(null),a=ae?Reflect.ownKeys(e).filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})):Object.keys(e),r=0;r<a.length;r++){for(var i=a[r],l=e[i].from,o=t;o;){if(o._provided&&y(o._provided,l)){n[i]=o._provided[l];break}o=o.$parent}if(!o)if("default"in e[i]){var c=e[i].default;n[i]="function"==typeof c?c.call(t):c}else 0}return n}}function Dt(e,t){var n,a,i,l,c;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),a=0,i=e.length;a<i;a++)n[a]=t(e[a],a);else if("number"==typeof e)for(n=new Array(e),a=0;a<e;a++)n[a]=t(a+1,a);else if(o(e))for(l=Object.keys(e),n=new Array(l.length),a=0,i=l.length;a<i;a++)c=l[a],n[a]=t(e[c],c,a);return r(n)&&(n._isVList=!0),n}function qt(e,t,n,a){var r,i=this.$scopedSlots[e];if(i)n=n||{},a&&(n=S(S({},a),n)),r=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),r=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},r):r}function Rt(e){return Oe(this.$options,"filters",e)||_}function It(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Ft(e,t,n,a,r){var i=N.keyCodes[t]||n;return r&&a&&!N.keyCodes[t]?It(r,a):i?It(i,e):a?C(a)!==t:void 0}function Bt(e,t,n,a,r){if(n)if(o(n)){var i;Array.isArray(n)&&(n=z(n));var l=function(l){if("class"===l||"style"===l||m(l))i=e;else{var o=e.attrs&&e.attrs.type;i=a||N.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],r&&((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e}))};for(var c in n)l(c)}else;return e}function Ut(e,t){var n=this._staticTrees||(this._staticTrees=[]),a=n[e];return a&&!t||Wt(a=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),a}function $t(e,t,n){return Wt(e,"__once__"+t+(n?"_"+n:""),!0),e}function Wt(e,t,n){if(Array.isArray(e))for(var a=0;a<e.length;a++)e[a]&&"string"!=typeof e[a]&&Gt(e[a],t+"_"+a,n);else Gt(e,t,n)}function Gt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Qt(e,t){if(t)if(u(t)){var n=e.on=e.on?S({},e.on):{};for(var a in t){var r=n[a],i=t[a];n[a]=r?[].concat(r,i):i}}else;return e}function Kt(e){e._o=$t,e._n=p,e._s=d,e._l=Dt,e._t=qt,e._q=k,e._i=T,e._m=Ut,e._f=Rt,e._k=Ft,e._b=Bt,e._v=pe,e._e=de,e._u=At,e._g=Qt}function Jt(e,t,a,r,l){var o,c=l.options;y(r,"_uid")?(o=Object.create(r))._original=r:(o=r,r=r._original);var u=i(c._compiled),s=!u;this.data=e,this.props=t,this.children=a,this.parent=r,this.listeners=e.on||n,this.injections=jt(c.inject,r),this.slots=function(){return mt(a,r)},u&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||n),c._scopeId?this._c=function(e,t,n,a){var i=an(o,e,t,n,a,s);return i&&!Array.isArray(i)&&(i.fnScopeId=c._scopeId,i.fnContext=r),i}:this._c=function(e,t,n,a){return an(o,e,t,n,a,s)}}function Xt(e,t,n,a){var r=fe(e);return r.fnContext=n,r.fnOptions=a,t.slot&&((r.data||(r.data={})).slot=t.slot),r}function Yt(e,t){for(var n in t)e[g(n)]=t[n]}Kt(Jt.prototype);var en={init:function(e,t,n,a){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var i=e;en.prepatch(i,i)}else{(e.componentInstance=function(e,t,n,a){var i={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:a||null},l=e.data.inlineTemplate;r(l)&&(i.render=l.render,i.staticRenderFns=l.staticRenderFns);return new e.componentOptions.Ctor(i)}(e,yt,n,a)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var a=t.componentOptions;!function(e,t,a,r,i){var l=!!(i||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==n);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=i,e.$attrs=r.data.attrs||n,e.$listeners=a||n,t&&e.$options.props){Me(!1);for(var o=e._props,c=e.$options._propKeys||[],u=0;u<c.length;u++){var s=c[u],h=e.$options.props;o[s]=Pe(s,h,t,e)}Me(!0),e.$options.propsData=t}a=a||n;var d=e.$options._parentListeners;e.$options._parentListeners=a,ft(e,a,d),l&&(e.$slots=mt(i,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,a.propsData,a.listeners,t,a.children)},insert:function(e){var t,n=e.context,a=e.componentInstance;a._isMounted||(a._isMounted=!0,gt(a,"mounted")),e.data.keepAlive&&(n._isMounted?((t=a)._inactive=!1,Vt.push(t)):Ht(a,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,Mt(t))||t._inactive)){t._inactive=!0;for(var a=0;a<t.$children.length;a++)e(t.$children[a]);gt(t,"deactivated")}}(t,!0):t.$destroy())}},tn=Object.keys(en);function nn(e,t,l,c,u){if(!a(e)){var s=l.$options._base;if(o(e)&&(e=s.extend(e)),"function"==typeof e){var h;if(a(e.cid)&&void 0===(e=function(e,t,n){if(i(e.error)&&r(e.errorComp))return e.errorComp;if(r(e.resolved))return e.resolved;if(i(e.loading)&&r(e.loadingComp))return e.loadingComp;if(!r(e.contexts)){var l=e.contexts=[n],c=!0,u=function(){for(var e=0,t=l.length;e<t;e++)l[e].$forceUpdate()},s=E((function(n){e.resolved=ut(n,t),c||u()})),h=E((function(t){r(e.errorComp)&&(e.error=!0,u())})),d=e(s,h);return o(d)&&("function"==typeof d.then?a(e.resolved)&&d.then(s,h):r(d.component)&&"function"==typeof d.component.then&&(d.component.then(s,h),r(d.error)&&(e.errorComp=ut(d.error,t)),r(d.loading)&&(e.loadingComp=ut(d.loading,t),0===d.delay?e.loading=!0:setTimeout((function(){a(e.resolved)&&a(e.error)&&(e.loading=!0,u())}),d.delay||200)),r(d.timeout)&&setTimeout((function(){a(e.resolved)&&h(null)}),d.timeout))),c=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(h=e,s,l)))return function(e,t,n,a,r){var i=de();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:a,tag:r},i}(h,t,l,c,u);t=t||{},ln(e),r(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",a=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var i=t.on||(t.on={});r(i[a])?i[a]=[t.model.callback].concat(i[a]):i[a]=t.model.callback}(e.options,t);var d=function(e,t,n){var i=t.options.props;if(!a(i)){var l={},o=e.attrs,c=e.props;if(r(o)||r(c))for(var u in i){var s=C(u);lt(l,c,u,s,!0)||lt(l,o,u,s,!1)}return l}}(t,e);if(i(e.options.functional))return function(e,t,a,i,l){var o=e.options,c={},u=o.props;if(r(u))for(var s in u)c[s]=Pe(s,u,t||n);else r(a.attrs)&&Yt(c,a.attrs),r(a.props)&&Yt(c,a.props);var h=new Jt(a,c,l,i,e),d=o.render.call(null,h._c,h);if(d instanceof se)return Xt(d,a,h.parent,o);if(Array.isArray(d)){for(var p=ot(d)||[],f=new Array(p.length),m=0;m<p.length;m++)f[m]=Xt(p[m],a,h.parent,o);return f}}(e,d,t,l,c);var p=t.on;if(t.on=t.nativeOn,i(e.options.abstract)){var f=t.slot;t={},f&&(t.slot=f)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<tn.length;n++){var a=tn[n];t[a]=en[a]}}(t);var m=e.options.name||u;return new se("vue-component-"+e.cid+(m?"-"+m:""),t,void 0,void 0,void 0,l,{Ctor:e,propsData:d,listeners:p,tag:u,children:c},h)}}}function an(e,t,n,c,u,s){return(Array.isArray(n)||l(n))&&(u=c,c=n,n=void 0),i(s)&&(u=2),function(e,t,n,l,c){if(r(n)&&r(n.__ob__))return de();r(n)&&r(n.is)&&(t=n.is);if(!t)return de();0;Array.isArray(l)&&"function"==typeof l[0]&&((n=n||{}).scopedSlots={default:l[0]},l.length=0);2===c?l=ot(l):1===c&&(l=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(l));var u,s;if("string"==typeof t){var h;s=e.$vnode&&e.$vnode.ns||N.getTagNamespace(t),u=N.isReservedTag(t)?new se(N.parsePlatformTagName(t),n,l,void 0,void 0,e):r(h=Oe(e.$options,"components",t))?nn(h,n,e,l,t):new se(t,n,l,void 0,void 0,e)}else u=nn(t,n,e,l);return Array.isArray(u)?u:r(u)?(r(s)&&function e(t,n,l){t.ns=n,"foreignObject"===t.tag&&(n=void 0,l=!0);if(r(t.children))for(var o=0,c=t.children.length;o<c;o++){var u=t.children[o];r(u.tag)&&(a(u.ns)||i(l)&&"svg"!==u.tag)&&e(u,n,l)}}(u,s),r(n)&&function(e){o(e.style)&&et(e.style);o(e.class)&&et(e.class)}(n),u):de()}(e,t,n,c,u)}var rn=0;function ln(e){var t=e.options;if(e.super){var n=ln(e.super);if(n!==e.superOptions){e.superOptions=n;var a=function(e){var t,n=e.options,a=e.extendOptions,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=on(n[i],a[i],r[i]));return t}(e);a&&S(e.extendOptions,a),(t=e.options=Ee(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function on(e,t,n){if(Array.isArray(e)){var a=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var r=0;r<e.length;r++)(t.indexOf(e[r])>=0||n.indexOf(e[r])<0)&&a.push(e[r]);return a}return e}function cn(e){this._init(e)}function un(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,a=n.cid,r=e._Ctor||(e._Ctor={});if(r[a])return r[a];var i=e.name||n.options.name;var l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=Ee(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)kt(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)Ot(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,O.forEach((function(e){l[e]=n[e]})),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=S({},l.options),r[a]=l,l}}function sn(e){return e&&(e.Ctor.options.name||e.tag)}function hn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!s(e)&&e.test(t)}function dn(e,t){var n=e.cache,a=e.keys,r=e._vnode;for(var i in n){var l=n[i];if(l){var o=sn(l.componentOptions);o&&!t(o)&&pn(n,i,a,r)}}}function pn(e,t,n,a){var r=e[t];!r||a&&r.tag===a.tag||r.componentInstance.$destroy(),e[t]=null,v(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=rn++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),a=t._parentVnode;n.parent=t.parent,n._parentVnode=a,n._parentElm=t._parentElm,n._refElm=t._refElm;var r=a.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Ee(ln(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ft(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,a=e.$vnode=t._parentVnode,r=a&&a.context;e.$slots=mt(t._renderChildren,r),e.$scopedSlots=n,e._c=function(t,n,a,r){return an(e,t,n,a,r,!1)},e.$createElement=function(t,n,a,r){return an(e,t,n,a,r,!0)};var i=a&&a.data;Ce(e,"$attrs",i&&i.attrs||n,null,!0),Ce(e,"$listeners",t._parentListeners||n,null,!0)}(t),gt(t,"beforeCreate"),function(e){var t=jt(e.$options.inject,e);t&&(Me(!1),Object.keys(t).forEach((function(n){Ce(e,n,t[n])})),Me(!0))}(t),Tt(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),gt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(cn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=be,e.prototype.$delete=Le,e.prototype.$watch=function(e,t,n){if(u(t))return Nt(this,e,t,n);(n=n||{}).user=!0;var a=new xt(this,e,t,n);return n.immediate&&t.call(this,a.value),function(){a.teardown()}}}(cn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){if(Array.isArray(e))for(var a=0,r=e.length;a<r;a++)this.$on(e[a],n);else(this._events[e]||(this._events[e]=[])).push(n),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){var n=this;function a(){n.$off(e,a),t.apply(n,arguments)}return a.fn=t,n.$on(e,a),n},e.prototype.$off=function(e,t){var n=this,a=this;if(!arguments.length)return a._events=Object.create(null),a;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return a}var l=a._events[e];if(!l)return a;if(!t)return a._events[e]=null,a;if(t)for(var o,c=l.length;c--;)if((o=l[c])===t||o.fn===t){l.splice(c,1);break}return a},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?L(n):n;for(var a=L(arguments,1),r=0,i=n.length;r<i;r++)try{n[r].apply(t,a)}catch(n){qe(n,t,'event handler for "'+e+'"')}}return t}}(cn),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&gt(n,"beforeUpdate");var a=n.$el,r=n._vnode,i=yt;yt=n,n._vnode=e,r?n.$el=n.__patch__(r,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),yt=i,a&&(a.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){gt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||v(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),gt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(cn),function(e){Kt(e.prototype),e.prototype.$nextTick=function(e){return Xe(e,this)},e.prototype._render=function(){var e,t=this,a=t.$options,r=a.render,i=a._parentVnode;i&&(t.$scopedSlots=i.data.scopedSlots||n),t.$vnode=i;try{e=r.call(t._renderProxy,t.$createElement)}catch(n){qe(n,t,"render"),e=t._vnode}return e instanceof se||(e=de()),e.parent=i,e}}(cn);var fn=[String,RegExp,Array],mn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:fn,exclude:fn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)pn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){dn(e,(function(e){return hn(t,e)}))})),this.$watch("exclude",(function(t){dn(e,(function(e){return!hn(t,e)}))}))},render:function(){var e=this.$slots.default,t=ht(e),n=t&&t.componentOptions;if(n){var a=sn(n),r=this.include,i=this.exclude;if(r&&(!a||!hn(r,a))||i&&a&&hn(i,a))return t;var l=this.cache,o=this.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[c]?(t.componentInstance=l[c].componentInstance,v(o,c),o.push(c)):(l[c]=t,o.push(c),this.max&&o.length>parseInt(this.max)&&pn(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return N}};Object.defineProperty(e,"config",t),e.util={warn:re,extend:S,mergeOptions:Ee,defineReactive:Ce},e.set=be,e.delete=Le,e.nextTick=Xe,e.options=Object.create(null),O.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,S(e.options.components,mn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=L(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Ee(this.options,e),this}}(e),un(e),function(e){O.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&u(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(cn),Object.defineProperty(cn.prototype,"$isServer",{get:Y}),Object.defineProperty(cn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(cn,"FunctionalRenderContext",{value:Jt}),cn.version="2.5.17";var vn=f("style,class"),An=f("input,textarea,option,select,progress"),yn=f("contenteditable,draggable,spellcheck"),Mn=f("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Hn="http://www.w3.org/1999/xlink",gn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Zn=function(e){return gn(e)?e.slice(6,e.length):""},Vn=function(e){return null==e||!1===e};function Cn(e){for(var t=e.data,n=e,a=e;r(a.componentInstance);)(a=a.componentInstance._vnode)&&a.data&&(t=bn(a.data,t));for(;r(n=n.parent);)n&&n.data&&(t=bn(t,n.data));return function(e,t){if(r(e)||r(t))return Ln(e,Sn(t));return""}(t.staticClass,t.class)}function bn(e,t){return{staticClass:Ln(e.staticClass,t.staticClass),class:r(e.class)?[e.class,t.class]:t.class}}function Ln(e,t){return e?t?e+" "+t:e:t||""}function Sn(e){return Array.isArray(e)?function(e){for(var t,n="",a=0,i=e.length;a<i;a++)r(t=Sn(e[a]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):o(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var zn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},wn=f("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),xn=f("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),_n=function(e){return wn(e)||xn(e)};var kn=Object.create(null);var Tn=f("text,number,password,search,email,tel,url");var En=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS(zn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),On={create:function(e,t){Pn(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Pn(e,!0),Pn(t))},destroy:function(e){Pn(e,!0)}};function Pn(e,t){var n=e.data.ref;if(r(n)){var a=e.context,i=e.componentInstance||e.elm,l=a.$refs;t?Array.isArray(l[n])?v(l[n],i):l[n]===i&&(l[n]=void 0):e.data.refInFor?Array.isArray(l[n])?l[n].indexOf(i)<0&&l[n].push(i):l[n]=[i]:l[n]=i}}var Nn=new se("",{},[]),jn=["create","activate","update","remove","destroy"];function Dn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&r(e.data)===r(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,a=r(n=e.data)&&r(n=n.attrs)&&n.type,i=r(n=t.data)&&r(n=n.attrs)&&n.type;return a===i||Tn(a)&&Tn(i)}(e,t)||i(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&a(t.asyncFactory.error))}function qn(e,t,n){var a,i,l={};for(a=t;a<=n;++a)r(i=e[a].key)&&(l[i]=a);return l}var Rn={create:In,update:In,destroy:function(e){In(e,Nn)}};function In(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,a,r,i=e===Nn,l=t===Nn,o=Bn(e.data.directives,e.context),c=Bn(t.data.directives,t.context),u=[],s=[];for(n in c)a=o[n],r=c[n],a?(r.oldValue=a.value,$n(r,"update",t,e),r.def&&r.def.componentUpdated&&s.push(r)):($n(r,"bind",t,e),r.def&&r.def.inserted&&u.push(r));if(u.length){var h=function(){for(var n=0;n<u.length;n++)$n(u[n],"inserted",t,e)};i?it(t,"insert",h):h()}s.length&&it(t,"postpatch",(function(){for(var n=0;n<s.length;n++)$n(s[n],"componentUpdated",t,e)}));if(!i)for(n in o)c[n]||$n(o[n],"unbind",e,e,l)}(e,t)}var Fn=Object.create(null);function Bn(e,t){var n,a,r=Object.create(null);if(!e)return r;for(n=0;n<e.length;n++)(a=e[n]).modifiers||(a.modifiers=Fn),r[Un(a)]=a,a.def=Oe(t.$options,"directives",a.name);return r}function Un(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function $n(e,t,n,a,r){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,a,r)}catch(a){qe(a,n.context,"directive "+e.name+" "+t+" hook")}}var Wn=[On,Rn];function Gn(e,t){var n=t.componentOptions;if(!(r(n)&&!1===n.Ctor.options.inheritAttrs||a(e.data.attrs)&&a(t.data.attrs))){var i,l,o=t.elm,c=e.data.attrs||{},u=t.data.attrs||{};for(i in r(u.__ob__)&&(u=t.data.attrs=S({},u)),u)l=u[i],c[i]!==l&&Qn(o,i,l);for(i in($||G)&&u.value!==c.value&&Qn(o,"value",u.value),c)a(u[i])&&(gn(i)?o.removeAttributeNS(Hn,Zn(i)):yn(i)||o.removeAttribute(i))}}function Qn(e,t,n){e.tagName.indexOf("-")>-1?Kn(e,t,n):Mn(t)?Vn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):yn(t)?e.setAttribute(t,Vn(n)||"false"===n?"false":"true"):gn(t)?Vn(n)?e.removeAttributeNS(Hn,Zn(t)):e.setAttributeNS(Hn,t,n):Kn(e,t,n)}function Kn(e,t,n){if(Vn(n))e.removeAttribute(t);else{if($&&!W&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var a=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",a)};e.addEventListener("input",a),e.__ieph=!0}e.setAttribute(t,n)}}var Jn={create:Gn,update:Gn};function Xn(e,t){var n=t.elm,i=t.data,l=e.data;if(!(a(i.staticClass)&&a(i.class)&&(a(l)||a(l.staticClass)&&a(l.class)))){var o=Cn(t),c=n._transitionClasses;r(c)&&(o=Ln(o,Sn(c))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}var Yn,ea={create:Xn,update:Xn};function ta(e,t,n,a,r){var i;t=(i=t)._withTask||(i._withTask=function(){Ge=!0;var e=i.apply(null,arguments);return Ge=!1,e}),n&&(t=function(e,t,n){var a=Yn;return function r(){var i=e.apply(null,arguments);null!==i&&na(t,r,n,a)}}(t,e,a)),Yn.addEventListener(e,t,J?{capture:a,passive:r}:a)}function na(e,t,n,a){(a||Yn).removeEventListener(e,t._withTask||t,n)}function aa(e,t){if(!a(e.data.on)||!a(t.data.on)){var n=t.data.on||{},i=e.data.on||{};Yn=t.elm,function(e){if(r(e.__r)){var t=$?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}r(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),rt(n,i,ta,na,t.context),Yn=void 0}}var ra={create:aa,update:aa};function ia(e,t){if(!a(e.data.domProps)||!a(t.data.domProps)){var n,i,l=t.elm,o=e.data.domProps||{},c=t.data.domProps||{};for(n in r(c.__ob__)&&(c=t.data.domProps=S({},c)),o)a(c[n])&&(l[n]="");for(n in c){if(i=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),i===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=i;var u=a(i)?"":String(i);la(l,u)&&(l.value=u)}else l[n]=i}}}function la(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,a=e._vModifiers;if(r(a)){if(a.lazy)return!1;if(a.number)return p(n)!==p(t);if(a.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var oa={create:ia,update:ia},ca=M((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var a=e.split(n);a.length>1&&(t[a[0].trim()]=a[1].trim())}})),t}));function ua(e){var t=sa(e.style);return e.staticStyle?S(e.staticStyle,t):t}function sa(e){return Array.isArray(e)?z(e):"string"==typeof e?ca(e):e}var ha,da=/^--/,pa=/\s*!important$/,fa=function(e,t,n){if(da.test(t))e.style.setProperty(t,n);else if(pa.test(n))e.style.setProperty(t,n.replace(pa,""),"important");else{var a=va(t);if(Array.isArray(n))for(var r=0,i=n.length;r<i;r++)e.style[a]=n[r];else e.style[a]=n}},ma=["Webkit","Moz","ms"],va=M((function(e){if(ha=ha||document.createElement("div").style,"filter"!==(e=g(e))&&e in ha)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<ma.length;n++){var a=ma[n]+t;if(a in ha)return a}}));function Aa(e,t){var n=t.data,i=e.data;if(!(a(n.staticStyle)&&a(n.style)&&a(i.staticStyle)&&a(i.style))){var l,o,c=t.elm,u=i.staticStyle,s=i.normalizedStyle||i.style||{},h=u||s,d=sa(t.data.style)||{};t.data.normalizedStyle=r(d.__ob__)?S({},d):d;var p=function(e,t){var n,a={};if(t)for(var r=e;r.componentInstance;)(r=r.componentInstance._vnode)&&r.data&&(n=ua(r.data))&&S(a,n);(n=ua(e.data))&&S(a,n);for(var i=e;i=i.parent;)i.data&&(n=ua(i.data))&&S(a,n);return a}(t,!0);for(o in h)a(p[o])&&fa(c,o,"");for(o in p)(l=p[o])!==h[o]&&fa(c,o,null==l?"":l)}}var ya={create:Aa,update:Aa};function Ma(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Ha(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",a=" "+t+" ";n.indexOf(a)>=0;)n=n.replace(a," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function ga(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&S(t,Za(e.name||"v")),S(t,e),t}return"string"==typeof e?Za(e):void 0}}var Za=M((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Va=I&&!W,Ca="transition",ba="transitionend",La="animation",Sa="animationend";Va&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ca="WebkitTransition",ba="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(La="WebkitAnimation",Sa="webkitAnimationEnd"));var za=I?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function wa(e){za((function(){za(e)}))}function xa(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Ma(e,t))}function _a(e,t){e._transitionClasses&&v(e._transitionClasses,t),Ha(e,t)}function ka(e,t,n){var a=Ea(e,t),r=a.type,i=a.timeout,l=a.propCount;if(!r)return n();var o="transition"===r?ba:Sa,c=0,u=function(){e.removeEventListener(o,s),n()},s=function(t){t.target===e&&++c>=l&&u()};setTimeout((function(){c<l&&u()}),i+1),e.addEventListener(o,s)}var Ta=/\b(transform|all)(,|$)/;function Ea(e,t){var n,a=window.getComputedStyle(e),r=a[Ca+"Delay"].split(", "),i=a[Ca+"Duration"].split(", "),l=Oa(r,i),o=a[La+"Delay"].split(", "),c=a[La+"Duration"].split(", "),u=Oa(o,c),s=0,h=0;return"transition"===t?l>0&&(n="transition",s=l,h=i.length):"animation"===t?u>0&&(n="animation",s=u,h=c.length):h=(n=(s=Math.max(l,u))>0?l>u?"transition":"animation":null)?"transition"===n?i.length:c.length:0,{type:n,timeout:s,propCount:h,hasTransform:"transition"===n&&Ta.test(a[Ca+"Property"])}}function Oa(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Pa(t)+Pa(e[n])})))}function Pa(e){return 1e3*Number(e.slice(0,-1))}function Na(e,t){var n=e.elm;r(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var i=ga(e.data.transition);if(!a(i)&&!r(n._enterCb)&&1===n.nodeType){for(var l=i.css,c=i.type,u=i.enterClass,s=i.enterToClass,h=i.enterActiveClass,d=i.appearClass,f=i.appearToClass,m=i.appearActiveClass,v=i.beforeEnter,A=i.enter,y=i.afterEnter,M=i.enterCancelled,H=i.beforeAppear,g=i.appear,Z=i.afterAppear,V=i.appearCancelled,C=i.duration,b=yt,L=yt.$vnode;L&&L.parent;)b=(L=L.parent).context;var S=!b._isMounted||!e.isRootInsert;if(!S||g||""===g){var z=S&&d?d:u,w=S&&m?m:h,x=S&&f?f:s,_=S&&H||v,k=S&&"function"==typeof g?g:A,T=S&&Z||y,O=S&&V||M,P=p(o(C)?C.enter:C);0;var N=!1!==l&&!W,j=qa(k),D=n._enterCb=E((function(){N&&(_a(n,x),_a(n,w)),D.cancelled?(N&&_a(n,z),O&&O(n)):T&&T(n),n._enterCb=null}));e.data.show||it(e,"insert",(function(){var t=n.parentNode,a=t&&t._pending&&t._pending[e.key];a&&a.tag===e.tag&&a.elm._leaveCb&&a.elm._leaveCb(),k&&k(n,D)})),_&&_(n),N&&(xa(n,z),xa(n,w),wa((function(){_a(n,z),D.cancelled||(xa(n,x),j||(Da(P)?setTimeout(D,P):ka(n,c,D)))}))),e.data.show&&(t&&t(),k&&k(n,D)),N||j||D()}}}function ja(e,t){var n=e.elm;r(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var i=ga(e.data.transition);if(a(i)||1!==n.nodeType)return t();if(!r(n._leaveCb)){var l=i.css,c=i.type,u=i.leaveClass,s=i.leaveToClass,h=i.leaveActiveClass,d=i.beforeLeave,f=i.leave,m=i.afterLeave,v=i.leaveCancelled,A=i.delayLeave,y=i.duration,M=!1!==l&&!W,H=qa(f),g=p(o(y)?y.leave:y);0;var Z=n._leaveCb=E((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),M&&(_a(n,s),_a(n,h)),Z.cancelled?(M&&_a(n,u),v&&v(n)):(t(),m&&m(n)),n._leaveCb=null}));A?A(V):V()}function V(){Z.cancelled||(e.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),d&&d(n),M&&(xa(n,u),xa(n,h),wa((function(){_a(n,u),Z.cancelled||(xa(n,s),H||(Da(g)?setTimeout(Z,g):ka(n,c,Z)))}))),f&&f(n,Z),M||H||Z())}}function Da(e){return"number"==typeof e&&!isNaN(e)}function qa(e){if(a(e))return!1;var t=e.fns;return r(t)?qa(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ra(e,t){!0!==t.data.show&&Na(t)}var Ia=function(e){var t,n,o={},c=e.modules,u=e.nodeOps;for(t=0;t<jn.length;++t)for(o[jn[t]]=[],n=0;n<c.length;++n)r(c[n][jn[t]])&&o[jn[t]].push(c[n][jn[t]]);function s(e){var t=u.parentNode(e);r(t)&&u.removeChild(t,e)}function h(e,t,n,a,l,c,s){if(r(e.elm)&&r(c)&&(e=c[s]=fe(e)),e.isRootInsert=!l,!function(e,t,n,a){var l=e.data;if(r(l)){var c=r(e.componentInstance)&&l.keepAlive;if(r(l=l.hook)&&r(l=l.init)&&l(e,!1,n,a),r(e.componentInstance))return d(e,t),i(c)&&function(e,t,n,a){var i,l=e;for(;l.componentInstance;)if(l=l.componentInstance._vnode,r(i=l.data)&&r(i=i.transition)){for(i=0;i<o.activate.length;++i)o.activate[i](Nn,l);t.push(l);break}p(n,e.elm,a)}(e,t,n,a),!0}}(e,t,n,a)){var h=e.data,f=e.children,v=e.tag;r(v)?(e.elm=e.ns?u.createElementNS(e.ns,v):u.createElement(v,e),y(e),m(e,f,t),r(h)&&A(e,t),p(n,e.elm,a)):i(e.isComment)?(e.elm=u.createComment(e.text),p(n,e.elm,a)):(e.elm=u.createTextNode(e.text),p(n,e.elm,a))}}function d(e,t){r(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,v(e)?(A(e,t),y(e)):(Pn(e),t.push(e))}function p(e,t,n){r(e)&&(r(n)?n.parentNode===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function m(e,t,n){if(Array.isArray(t)){0;for(var a=0;a<t.length;++a)h(t[a],n,e.elm,null,!0,t,a)}else l(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function v(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return r(e.tag)}function A(e,n){for(var a=0;a<o.create.length;++a)o.create[a](Nn,e);r(t=e.data.hook)&&(r(t.create)&&t.create(Nn,e),r(t.insert)&&n.push(e))}function y(e){var t;if(r(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)r(t=n.context)&&r(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;r(t=yt)&&t!==e.context&&t!==e.fnContext&&r(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function M(e,t,n,a,r,i){for(;a<=r;++a)h(n[a],i,e,t,!1,n,a)}function H(e){var t,n,a=e.data;if(r(a))for(r(t=a.hook)&&r(t=t.destroy)&&t(e),t=0;t<o.destroy.length;++t)o.destroy[t](e);if(r(t=e.children))for(n=0;n<e.children.length;++n)H(e.children[n])}function g(e,t,n,a){for(;n<=a;++n){var i=t[n];r(i)&&(r(i.tag)?(Z(i),H(i)):s(i.elm))}}function Z(e,t){if(r(t)||r(e.data)){var n,a=o.remove.length+1;for(r(t)?t.listeners+=a:t=function(e,t){function n(){0==--n.listeners&&s(e)}return n.listeners=t,n}(e.elm,a),r(n=e.componentInstance)&&r(n=n._vnode)&&r(n.data)&&Z(n,t),n=0;n<o.remove.length;++n)o.remove[n](e,t);r(n=e.data.hook)&&r(n=n.remove)?n(e,t):t()}else s(e.elm)}function V(e,t,n,a){for(var i=n;i<a;i++){var l=t[i];if(r(l)&&Dn(e,l))return i}}function C(e,t,n,l){if(e!==t){var c=t.elm=e.elm;if(i(e.isAsyncPlaceholder))r(t.asyncFactory.resolved)?S(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(i(t.isStatic)&&i(e.isStatic)&&t.key===e.key&&(i(t.isCloned)||i(t.isOnce)))t.componentInstance=e.componentInstance;else{var s,d=t.data;r(d)&&r(s=d.hook)&&r(s=s.prepatch)&&s(e,t);var p=e.children,f=t.children;if(r(d)&&v(t)){for(s=0;s<o.update.length;++s)o.update[s](e,t);r(s=d.hook)&&r(s=s.update)&&s(e,t)}a(t.text)?r(p)&&r(f)?p!==f&&function(e,t,n,i,l){var o,c,s,d=0,p=0,f=t.length-1,m=t[0],v=t[f],A=n.length-1,y=n[0],H=n[A],Z=!l;for(0;d<=f&&p<=A;)a(m)?m=t[++d]:a(v)?v=t[--f]:Dn(m,y)?(C(m,y,i),m=t[++d],y=n[++p]):Dn(v,H)?(C(v,H,i),v=t[--f],H=n[--A]):Dn(m,H)?(C(m,H,i),Z&&u.insertBefore(e,m.elm,u.nextSibling(v.elm)),m=t[++d],H=n[--A]):Dn(v,y)?(C(v,y,i),Z&&u.insertBefore(e,v.elm,m.elm),v=t[--f],y=n[++p]):(a(o)&&(o=qn(t,d,f)),a(c=r(y.key)?o[y.key]:V(y,t,d,f))?h(y,i,e,m.elm,!1,n,p):Dn(s=t[c],y)?(C(s,y,i),t[c]=void 0,Z&&u.insertBefore(e,s.elm,m.elm)):h(y,i,e,m.elm,!1,n,p),y=n[++p]);d>f?M(e,a(n[A+1])?null:n[A+1].elm,n,p,A,i):p>A&&g(0,t,d,f)}(c,p,f,n,l):r(f)?(r(e.text)&&u.setTextContent(c,""),M(c,null,f,0,f.length-1,n)):r(p)?g(0,p,0,p.length-1):r(e.text)&&u.setTextContent(c,""):e.text!==t.text&&u.setTextContent(c,t.text),r(d)&&r(s=d.hook)&&r(s=s.postpatch)&&s(e,t)}}}function b(e,t,n){if(i(n)&&r(e.parent))e.parent.data.pendingInsert=t;else for(var a=0;a<t.length;++a)t[a].data.hook.insert(t[a])}var L=f("attrs,class,staticClass,staticStyle,key");function S(e,t,n,a){var l,o=t.tag,c=t.data,u=t.children;if(a=a||c&&c.pre,t.elm=e,i(t.isComment)&&r(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(r(c)&&(r(l=c.hook)&&r(l=l.init)&&l(t,!0),r(l=t.componentInstance)))return d(t,n),!0;if(r(o)){if(r(u))if(e.hasChildNodes())if(r(l=c)&&r(l=l.domProps)&&r(l=l.innerHTML)){if(l!==e.innerHTML)return!1}else{for(var s=!0,h=e.firstChild,p=0;p<u.length;p++){if(!h||!S(h,u[p],n,a)){s=!1;break}h=h.nextSibling}if(!s||h)return!1}else m(t,u,n);if(r(c)){var f=!1;for(var v in c)if(!L(v)){f=!0,A(t,n);break}!f&&c.class&&et(c.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,l,c,s){if(!a(t)){var d,p=!1,f=[];if(a(e))p=!0,h(t,f,c,s);else{var m=r(e.nodeType);if(!m&&Dn(e,t))C(e,t,f,l);else{if(m){if(1===e.nodeType&&e.hasAttribute("data-server-rendered")&&(e.removeAttribute("data-server-rendered"),n=!0),i(n)&&S(e,t,f))return b(t,f,!0),e;d=e,e=new se(u.tagName(d).toLowerCase(),{},[],void 0,d)}var A=e.elm,y=u.parentNode(A);if(h(t,f,A._leaveCb?null:y,u.nextSibling(A)),r(t.parent))for(var M=t.parent,Z=v(t);M;){for(var V=0;V<o.destroy.length;++V)o.destroy[V](M);if(M.elm=t.elm,Z){for(var L=0;L<o.create.length;++L)o.create[L](Nn,M);var z=M.data.hook.insert;if(z.merged)for(var w=1;w<z.fns.length;w++)z.fns[w]()}else Pn(M);M=M.parent}r(y)?g(0,[e],0,0):r(e.tag)&&H(e)}}return b(t,f,p),t.elm}r(e)&&H(e)}}({nodeOps:En,modules:[Jn,ea,ra,oa,ya,I?{create:Ra,activate:Ra,remove:function(e,t){!0!==e.data.show?ja(e,t):t()}}:{}].concat(Wn)});W&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&Ka(e,"input")}));var Fa={inserted:function(e,t,n,a){"select"===n.tag?(a.elm&&!a.elm._vOptions?it(n,"postpatch",(function(){Fa.componentUpdated(e,t,n)})):Ba(e,t,n.context),e._vOptions=[].map.call(e.options,Wa)):("textarea"===n.tag||Tn(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",Ga),e.addEventListener("compositionend",Qa),e.addEventListener("change",Qa),W&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Ba(e,t,n.context);var a=e._vOptions,r=e._vOptions=[].map.call(e.options,Wa);if(r.some((function(e,t){return!k(e,a[t])})))(e.multiple?t.value.some((function(e){return $a(e,r)})):t.value!==t.oldValue&&$a(t.value,r))&&Ka(e,"change")}}};function Ba(e,t,n){Ua(e,t,n),($||G)&&setTimeout((function(){Ua(e,t,n)}),0)}function Ua(e,t,n){var a=t.value,r=e.multiple;if(!r||Array.isArray(a)){for(var i,l,o=0,c=e.options.length;o<c;o++)if(l=e.options[o],r)i=T(a,Wa(l))>-1,l.selected!==i&&(l.selected=i);else if(k(Wa(l),a))return void(e.selectedIndex!==o&&(e.selectedIndex=o));r||(e.selectedIndex=-1)}}function $a(e,t){return t.every((function(t){return!k(t,e)}))}function Wa(e){return"_value"in e?e._value:e.value}function Ga(e){e.target.composing=!0}function Qa(e){e.target.composing&&(e.target.composing=!1,Ka(e.target,"input"))}function Ka(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Ja(e){return!e.componentInstance||e.data&&e.data.transition?e:Ja(e.componentInstance._vnode)}var Xa={model:Fa,show:{bind:function(e,t,n){var a=t.value,r=(n=Ja(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;a&&r?(n.data.show=!0,Na(n,(function(){e.style.display=i}))):e.style.display=a?i:"none"},update:function(e,t,n){var a=t.value;!a!=!t.oldValue&&((n=Ja(n)).data&&n.data.transition?(n.data.show=!0,a?Na(n,(function(){e.style.display=e.__vOriginalDisplay})):ja(n,(function(){e.style.display="none"}))):e.style.display=a?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,a,r){r||(e.style.display=e.__vOriginalDisplay)}}},Ya={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function er(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?er(ht(t.children)):e}function tr(e){var t={},n=e.$options;for(var a in n.propsData)t[a]=e[a];var r=n._parentListeners;for(var i in r)t[g(i)]=r[i];return t}function nr(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var ar={name:"transition",props:Ya,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter((function(e){return e.tag||st(e)}))).length){0;var a=this.mode;0;var r=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return r;var i=er(r);if(!i)return r;if(this._leaving)return nr(e,r);var o="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?o+"comment":o+i.tag:l(i.key)?0===String(i.key).indexOf(o)?i.key:o+i.key:i.key;var c=(i.data||(i.data={})).transition=tr(this),u=this._vnode,s=er(u);if(i.data.directives&&i.data.directives.some((function(e){return"show"===e.name}))&&(i.data.show=!0),s&&s.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,s)&&!st(s)&&(!s.componentInstance||!s.componentInstance._vnode.isComment)){var h=s.data.transition=S({},c);if("out-in"===a)return this._leaving=!0,it(h,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),nr(e,r);if("in-out"===a){if(st(i))return u;var d,p=function(){d()};it(c,"afterEnter",p),it(c,"enterCancelled",p),it(h,"delayLeave",(function(e){d=e}))}}return r}}},rr=S({tag:String,moveClass:String},Ya);function ir(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function lr(e){e.data.newPos=e.elm.getBoundingClientRect()}function or(e){var t=e.data.pos,n=e.data.newPos,a=t.left-n.left,r=t.top-n.top;if(a||r){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+a+"px,"+r+"px)",i.transitionDuration="0s"}}delete rr.mode;var cr={Transition:ar,TransitionGroup:{props:rr,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,r=this.$slots.default||[],i=this.children=[],l=tr(this),o=0;o<r.length;o++){var c=r[o];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))i.push(c),n[c.key]=c,(c.data||(c.data={})).transition=l;else;}if(a){for(var u=[],s=[],h=0;h<a.length;h++){var d=a[h];d.data.transition=l,d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?u.push(d):s.push(d)}this.kept=e(t,null,u),this.removed=s}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(ir),e.forEach(lr),e.forEach(or),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,a=n.style;xa(n,t),a.transform=a.WebkitTransform=a.transitionDuration="",n.addEventListener(ba,n._moveCb=function e(a){a&&!/transform$/.test(a.propertyName)||(n.removeEventListener(ba,e),n._moveCb=null,_a(n,t))})}})))},methods:{hasMove:function(e,t){if(!Va)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){Ha(n,e)})),Ma(n,t),n.style.display="none",this.$el.appendChild(n);var a=Ea(n);return this.$el.removeChild(n),this._hasMove=a.hasTransform}}}};cn.config.mustUseProp=function(e,t,n){return"value"===n&&An(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},cn.config.isReservedTag=_n,cn.config.isReservedAttr=vn,cn.config.getTagNamespace=function(e){return xn(e)?"svg":"math"===e?"math":void 0},cn.config.isUnknownElement=function(e){if(!I)return!0;if(_n(e))return!1;if(e=e.toLowerCase(),null!=kn[e])return kn[e];var t=document.createElement(e);return e.indexOf("-")>-1?kn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:kn[e]=/HTMLUnknownElement/.test(t.toString())},S(cn.options.directives,Xa),S(cn.options.components,cr),cn.prototype.__patch__=I?Ia:w,cn.prototype.$mount=function(e,t){return function(e,t,n){var a;return e.$el=t,e.$options.render||(e.$options.render=de),gt(e,"beforeMount"),a=function(){e._update(e._render(),n)},new xt(e,a,w,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,gt(e,"mounted")),e}(this,e=e&&I?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},I&&setTimeout((function(){N.devtools&&ee&&ee.emit("init",cn)}),0),t.default=cn}.call(this,n("yLpj"))},L2JU:function(e,t,n){"use strict";n.r(t),n.d(t,"Store",(function(){return u})),n.d(t,"install",(function(){return A})),n.d(t,"mapState",(function(){return y})),n.d(t,"mapMutations",(function(){return M})),n.d(t,"mapGetters",(function(){return H})),n.d(t,"mapActions",(function(){return g})),n.d(t,"createNamespacedHelpers",(function(){return Z}));var a="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function r(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}var i=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"==typeof n?n():n)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(e,t){this._children[e]=t},i.prototype.removeChild=function(e){delete this._children[e]},i.prototype.getChild=function(e){return this._children[e]},i.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},i.prototype.forEachChild=function(e){r(this._children,e)},i.prototype.forEachGetter=function(e){this._rawModule.getters&&r(this._rawModule.getters,e)},i.prototype.forEachAction=function(e){this._rawModule.actions&&r(this._rawModule.actions,e)},i.prototype.forEachMutation=function(e){this._rawModule.mutations&&r(this._rawModule.mutations,e)},Object.defineProperties(i.prototype,l);var o=function(e){this.register([],e,!1)};o.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},o.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return e+((t=t.getChild(n)).namespaced?n+"/":"")}),"")},o.prototype.update=function(e){!function e(t,n,a){0;if(n.update(a),a.modules)for(var r in a.modules){if(!n.getChild(r))return void 0;e(t.concat(r),n.getChild(r),a.modules[r])}}([],this.root,e)},o.prototype.register=function(e,t,n){var a=this;void 0===n&&(n=!0);var l=new i(t,n);0===e.length?this.root=l:this.get(e.slice(0,-1)).addChild(e[e.length-1],l);t.modules&&r(t.modules,(function(t,r){a.register(e.concat(r),t,n)}))},o.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];t.getChild(n).runtime&&t.removeChild(n)};var c;var u=function(e){var t=this;void 0===e&&(e={}),!c&&"undefined"!=typeof window&&window.Vue&&A(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var r=e.strict;void 0===r&&(r=!1);var i=e.state;void 0===i&&(i={}),"function"==typeof i&&(i=i()||{}),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new o(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new c;var l=this,u=this.dispatch,s=this.commit;this.dispatch=function(e,t){return u.call(l,e,t)},this.commit=function(e,t,n){return s.call(l,e,t,n)},this.strict=r,f(this,i,[],this._modules.root),p(this,i),n.forEach((function(e){return e(t)})),c.config.devtools&&function(e){a&&(e._devtoolHook=a,a.emit("vuex:init",e),a.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){a.emit("vuex:mutation",e,t)})))}(this)},s={state:{configurable:!0}};function h(e,t){return t.indexOf(e)<0&&t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function d(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;f(e,n,[],e._modules.root,!0),p(e,n,t)}function p(e,t,n){var a=e._vm;e.getters={};var i=e._wrappedGetters,l={};r(i,(function(t,n){l[n]=function(){return t(e)},Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var o=c.config.silent;c.config.silent=!0,e._vm=new c({data:{$$state:t},computed:l}),c.config.silent=o,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),a&&(n&&e._withCommit((function(){a._data.$$state=null})),c.nextTick((function(){return a.$destroy()})))}function f(e,t,n,a,r){var i=!n.length,l=e._modules.getNamespace(n);if(a.namespaced&&(e._modulesNamespaceMap[l]=a),!i&&!r){var o=m(t,n.slice(0,-1)),u=n[n.length-1];e._withCommit((function(){c.set(o,u,a.state)}))}var s=a.context=function(e,t,n){var a=""===t,r={dispatch:a?e.dispatch:function(n,a,r){var i=v(n,a,r),l=i.payload,o=i.options,c=i.type;return o&&o.root||(c=t+c),e.dispatch(c,l)},commit:a?e.commit:function(n,a,r){var i=v(n,a,r),l=i.payload,o=i.options,c=i.type;o&&o.root||(c=t+c),e.commit(c,l,o)}};return Object.defineProperties(r,{getters:{get:a?function(){return e.getters}:function(){return function(e,t){var n={},a=t.length;return Object.keys(e.getters).forEach((function(r){if(r.slice(0,a)===t){var i=r.slice(a);Object.defineProperty(n,i,{get:function(){return e.getters[r]},enumerable:!0})}})),n}(e,t)}},state:{get:function(){return m(e.state,n)}}}),r}(e,l,n);a.forEachMutation((function(t,n){!function(e,t,n,a){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){n.call(e,a.state,t)}))}(e,l+n,t,s)})),a.forEachAction((function(t,n){var a=t.root?n:l+n,r=t.handler||t;!function(e,t,n,a){(e._actions[t]||(e._actions[t]=[])).push((function(t,r){var i,l=n.call(e,{dispatch:a.dispatch,commit:a.commit,getters:a.getters,state:a.state,rootGetters:e.getters,rootState:e.state},t,r);return(i=l)&&"function"==typeof i.then||(l=Promise.resolve(l)),e._devtoolHook?l.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):l}))}(e,a,r,s)})),a.forEachGetter((function(t,n){!function(e,t,n,a){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return n(a.state,a.getters,e.state,e.getters)}}(e,l+n,t,s)})),a.forEachChild((function(a,i){f(e,t,n.concat(i),a,r)}))}function m(e,t){return t.length?t.reduce((function(e,t){return e[t]}),e):e}function v(e,t,n){var a;return null!==(a=e)&&"object"==typeof a&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function A(e){c&&e===c||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:n});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[n].concat(e.init):n,t.call(this,e)}}function n(){var e=this.$options;e.store?this.$store="function"==typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(c=e)}s.state.get=function(){return this._vm._data.$$state},s.state.set=function(e){0},u.prototype.commit=function(e,t,n){var a=this,r=v(e,t,n),i=r.type,l=r.payload,o=(r.options,{type:i,payload:l}),c=this._mutations[i];c&&(this._withCommit((function(){c.forEach((function(e){e(l)}))})),this._subscribers.forEach((function(e){return e(o,a.state)})))},u.prototype.dispatch=function(e,t){var n=this,a=v(e,t),r=a.type,i=a.payload,l={type:r,payload:i},o=this._actions[r];if(o)return this._actionSubscribers.forEach((function(e){return e(l,n.state)})),o.length>1?Promise.all(o.map((function(e){return e(i)}))):o[0](i)},u.prototype.subscribe=function(e){return h(e,this._subscribers)},u.prototype.subscribeAction=function(e){return h(e,this._actionSubscribers)},u.prototype.watch=function(e,t,n){var a=this;return this._watcherVM.$watch((function(){return e(a.state,a.getters)}),t,n)},u.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},u.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"==typeof e&&(e=[e]),this._modules.register(e,t),f(this,this.state,e,this._modules.get(e),n.preserveState),p(this,this.state)},u.prototype.unregisterModule=function(e){var t=this;"string"==typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=m(t.state,e.slice(0,-1));c.delete(n,e[e.length-1])})),d(this)},u.prototype.hotUpdate=function(e){this._modules.update(e),d(this,!0)},u.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(u.prototype,s);var y=C((function(e,t){var n={};return V(t).forEach((function(t){var a=t.key,r=t.val;n[a]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var a=b(this.$store,"mapState",e);if(!a)return;t=a.context.state,n=a.context.getters}return"function"==typeof r?r.call(this,t,n):t[r]},n[a].vuex=!0})),n})),M=C((function(e,t){var n={};return V(t).forEach((function(t){var a=t.key,r=t.val;n[a]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var a=this.$store.commit;if(e){var i=b(this.$store,"mapMutations",e);if(!i)return;a=i.context.commit}return"function"==typeof r?r.apply(this,[a].concat(t)):a.apply(this.$store,[r].concat(t))}})),n})),H=C((function(e,t){var n={};return V(t).forEach((function(t){var a=t.key,r=t.val;r=e+r,n[a]=function(){if(!e||b(this.$store,"mapGetters",e))return this.$store.getters[r]},n[a].vuex=!0})),n})),g=C((function(e,t){var n={};return V(t).forEach((function(t){var a=t.key,r=t.val;n[a]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var a=this.$store.dispatch;if(e){var i=b(this.$store,"mapActions",e);if(!i)return;a=i.context.dispatch}return"function"==typeof r?r.apply(this,[a].concat(t)):a.apply(this.$store,[r].concat(t))}})),n})),Z=function(e){return{mapState:y.bind(null,e),mapGetters:H.bind(null,e),mapMutations:M.bind(null,e),mapActions:g.bind(null,e)}};function V(e){return Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}}))}function C(e){return function(t,n){return"string"!=typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function b(e,t,n){return e._modulesNamespaceMap[n]}var L={Store:u,install:A,version:"3.0.1",mapState:y,mapMutations:M,mapGetters:H,mapActions:g,createNamespacedHelpers:Z};t.default=L},L4hS:function(e,t,n){},L5pH:function(e,t){e.exports=function(){}},LYNF:function(e,t,n){"use strict";var a=n("OH9c");e.exports=function(e,t,n,r,i){var l=new Error(e);return a(l,t,n,r,i)}},Lmem:function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},M5dz:function(e,t,n){var a=n("ekG2");e.exports=function(e,t){if(!a(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!a(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!a(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!a(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},MBy0:function(e,t,n){n("4Zg2")("asyncIterator")},MLWZ:function(e,t,n){"use strict";var a=n("xTJ+");function r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(a.isURLSearchParams(t))i=t.toString();else{var l=[];a.forEach(t,(function(e,t){null!=e&&(a.isArray(e)?t+="[]":e=[e],a.forEach(e,(function(e){a.isDate(e)?e=e.toISOString():a.isObject(e)&&(e=JSON.stringify(e)),l.push(r(t)+"="+r(e))})))})),i=l.join("&")}if(i){var o=e.indexOf("#");-1!==o&&(e=e.slice(0,o)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},MgzW:function(e,t,n){"use strict";var a=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function l(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach((function(e){a[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,o,c=l(e),u=1;u<arguments.length;u++){for(var s in n=Object(arguments[u]))r.call(n,s)&&(c[s]=n[s]);if(a){o=a(n);for(var h=0;h<o.length;h++)i.call(n,o[h])&&(c[o[h]]=n[o[h]])}}return c}},Mj6V:function(e,t,n){var a,r;void 0===(r="function"==typeof(a=function(){var e,t,n={version:"0.2.0"},a=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function r(e,t,n){return e<t?t:e>n?n:e}function i(e){return 100*(-1+e)}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(a[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=r(e,a.minimum,1),n.status=1===e?null:e;var c=n.render(!t),u=c.querySelector(a.barSelector),s=a.speed,h=a.easing;return c.offsetWidth,l((function(t){""===a.positionUsing&&(a.positionUsing=n.getPositioningCSS()),o(u,function(e,t,n){var r;return(r="translate3d"===a.positionUsing?{transform:"translate3d("+i(e)+"%,0,0)"}:"translate"===a.positionUsing?{transform:"translate("+i(e)+"%,0)"}:{"margin-left":i(e)+"%"}).transition="all "+t+"ms "+n,r}(e,s,h)),1===e?(o(c,{transition:"none",opacity:1}),c.offsetWidth,setTimeout((function(){o(c,{transition:"all "+s+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),s)}),s)):setTimeout(t,s)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),a.trickleSpeed)};return a.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*r(Math.random()*t,.1,.95)),t=r(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*a.trickleRate)},e=0,t=0,n.promise=function(a){return a&&"resolved"!==a.state()?(0===t&&n.start(),e++,t++,a.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=a.template;var r,l=t.querySelector(a.barSelector),c=e?"-100":i(n.status||0),s=document.querySelector(a.parent);return o(l,{transition:"all 0 linear",transform:"translate3d("+c+"%,0,0)"}),a.showSpinner||(r=t.querySelector(a.spinnerSelector))&&d(r),s!=document.body&&u(s,"nprogress-custom-parent"),s.appendChild(t),t},n.remove=function(){s(document.documentElement,"nprogress-busy"),s(document.querySelector(a.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&d(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var l=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),o=function(){var e=["Webkit","O","Moz","ms"],t={};function n(n){return n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()})),t[n]||(t[n]=function(t){var n=document.body.style;if(t in n)return t;for(var a,r=e.length,i=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((a=e[r]+i)in n)return a;return t}(n))}function a(e,t,a){t=n(t),e.style[t]=a}return function(e,t){var n,r,i=arguments;if(2==i.length)for(n in t)void 0!==(r=t[n])&&t.hasOwnProperty(n)&&a(e,n,r);else a(e,i[1],i[2])}}();function c(e,t){return("string"==typeof e?e:h(e)).indexOf(" "+t+" ")>=0}function u(e,t){var n=h(e),a=n+t;c(n,t)||(e.className=a.substring(1))}function s(e,t){var n,a=h(e);c(e,t)&&(n=a.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function h(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function d(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n})?a.call(t,n,t,e):a)||(e.exports=r)},Nlwn:function(e,t,n){"use strict";var a=n("USwo"),r=n("VSTI"),i=n("7whZ"),l=n("2zfi"),o=n("JKKi");a(a.P+a.R,"Promise",{finally:function(e){var t=l(this,r.Promise||i.Promise),n="function"==typeof e;return this.then(n?function(n){return o(t,e()).then((function(){return n}))}:e,n?function(n){return o(t,e()).then((function(){throw n}))}:e)}})},OH9c:function(e,t,n){"use strict";e.exports=function(e,t,n,a,r){return e.config=t,n&&(e.code=n),e.request=a,e.response=r,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},OTTw:function(e,t,n){"use strict";var a=n("xTJ+");e.exports=a.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(e){var a=e;return t&&(n.setAttribute("href",a),a=n.href),n.setAttribute("href",a),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=r(window.location.href),function(t){var n=a.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},OTpG:function(e,t,n){"use strict";var a=n("5ETA"),r=n("USwo"),i=n("ugGH"),l=n("BRsN"),o=n("ig3W"),c=n("Jt1Q"),u=n("kvAF"),s=n("znrX"),h=n("zBWt")("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,f,m,v,A){c(n,t,f);var y,M,H,g=function(e){if(!d&&e in b)return b[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},Z=t+" Iterator",V="values"==m,C=!1,b=e.prototype,L=b[h]||b["@@iterator"]||m&&b[m],S=L||g(m),z=m?V?g("entries"):S:void 0,w="Array"==t&&b.entries||L;if(w&&(H=s(w.call(new e)))!==Object.prototype&&H.next&&(u(H,Z,!0),a||"function"==typeof H[h]||l(H,h,p)),V&&L&&"values"!==L.name&&(C=!0,S=function(){return L.call(this)}),a&&!A||!d&&!C&&b[h]||l(b,h,S),o[t]=S,o[Z]=p,m)if(y={values:V?S:g("values"),keys:v?S:g("keys"),entries:z},A)for(M in y)M in b||i(b,M,y[M]);else r(r.P+r.F*(d||C),t,y);return y}},Oa1h:function(e,t,n){var a=n("bKEA"),r=n("0WpP"),i=n("nRFE");e.exports=function(e){return function(t,n,l){var o,c=a(t),u=r(c.length),s=i(l,u);if(e&&n!=n){for(;u>s;)if((o=c[s++])!=o)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===n)return e||s||0;return!e&&-1}}},P2sY:function(e,t,n){e.exports={default:n("uccp"),__esModule:!0}},PE4B:function(e,t,n){"use strict";var a=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)};var r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function i(e,t){var n;return t&&!0===t.clone&&a(e)?o((n=e,Array.isArray(n)?[]:{}),e,t):e}function l(e,t,n){var r=e.slice();return t.forEach((function(t,l){void 0===r[l]?r[l]=i(t,n):a(t)?r[l]=o(e[l],t,n):-1===e.indexOf(t)&&r.push(i(t,n))})),r}function o(e,t,n){var r=Array.isArray(t);return r===Array.isArray(e)?r?((n||{arrayMerge:l}).arrayMerge||l)(e,t,n):function(e,t,n){var r={};return a(e)&&Object.keys(e).forEach((function(t){r[t]=i(e[t],n)})),Object.keys(t).forEach((function(l){a(t[l])&&e[l]?r[l]=o(e[l],t[l],n):r[l]=i(t[l],n)})),r}(e,t,n):i(t,n)}o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))};var c=o;e.exports=c},QCnb:function(e,t,n){"use strict";e.exports=n("+wdc")},QbLZ:function(e,t,n){"use strict";t.__esModule=!0;var a,r=n("P2sY"),i=(a=r)&&a.__esModule?a:{default:a};t.default=i.default||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e}},"Rn+g":function(e,t,n){"use strict";var a=n("LYNF");e.exports=function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(a("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},S4vA:function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},SYky:function(e,t,n){!function(e,t,n){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=a(t),i=a(n);function l(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function o(e,t,n){return t&&l(e.prototype,t),n&&l(e,n),e}function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e}).apply(this,arguments)}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=this,n=!1;return r.default(this).one(h.TRANSITION_END,(function(){n=!0})),setTimeout((function(){n||h.triggerTransitionEnd(t)}),e),this}var h={TRANSITION_END:"bsTransitionEnd",getUID:function(e){do{e+=~~(1e6*Math.random())}while(document.getElementById(e));return e},getSelectorFromElement:function(e){var t=e.getAttribute("data-target");if(!t||"#"===t){var n=e.getAttribute("href");t=n&&"#"!==n?n.trim():""}try{return document.querySelector(t)?t:null}catch(e){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var t=r.default(e).css("transition-duration"),n=r.default(e).css("transition-delay"),a=parseFloat(t),i=parseFloat(n);return a||i?(t=t.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(t)+parseFloat(n))):0},reflow:function(e){return e.offsetHeight},triggerTransitionEnd:function(e){r.default(e).trigger("transitionend")},supportsTransitionEnd:function(){return Boolean("transitionend")},isElement:function(e){return(e[0]||e).nodeType},typeCheckConfig:function(e,t,n){for(var a in n)if(Object.prototype.hasOwnProperty.call(n,a)){var r=n[a],i=t[a],l=i&&h.isElement(i)?"element":null==(o=i)?""+o:{}.toString.call(o).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(r).test(l))throw new Error(e.toUpperCase()+': Option "'+a+'" provided type "'+l+'" but expected type "'+r+'".')}var o},findShadowRoot:function(e){if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){var t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?h.findShadowRoot(e.parentNode):null},jQueryDetection:function(){if(void 0===r.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=r.default.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};h.jQueryDetection(),r.default.fn.emulateTransitionEnd=s,r.default.event.special[h.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(e){if(r.default(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}};var d=r.default.fn.alert,p=function(){function e(e){this._element=e}var t=e.prototype;return t.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},t.dispose=function(){r.default.removeData(this._element,"bs.alert"),this._element=null},t._getRootElement=function(e){var t=h.getSelectorFromElement(e),n=!1;return t&&(n=document.querySelector(t)),n||(n=r.default(e).closest(".alert")[0]),n},t._triggerCloseEvent=function(e){var t=r.default.Event("close.bs.alert");return r.default(e).trigger(t),t},t._removeElement=function(e){var t=this;if(r.default(e).removeClass("show"),r.default(e).hasClass("fade")){var n=h.getTransitionDurationFromElement(e);r.default(e).one(h.TRANSITION_END,(function(n){return t._destroyElement(e,n)})).emulateTransitionEnd(n)}else this._destroyElement(e)},t._destroyElement=function(e){r.default(e).detach().trigger("closed.bs.alert").remove()},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data("bs.alert");a||(a=new e(this),n.data("bs.alert",a)),"close"===t&&a[t](this)}))},e._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();r.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',p._handleDismiss(new p)),r.default.fn.alert=p._jQueryInterface,r.default.fn.alert.Constructor=p,r.default.fn.alert.noConflict=function(){return r.default.fn.alert=d,p._jQueryInterface};var f=r.default.fn.button,m=function(){function e(e){this._element=e,this.shouldAvoidTriggerChange=!1}var t=e.prototype;return t.toggle=function(){var e=!0,t=!0,n=r.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var a=this._element.querySelector('input:not([type="hidden"])');if(a){if("radio"===a.type)if(a.checked&&this._element.classList.contains("active"))e=!1;else{var i=n.querySelector(".active");i&&r.default(i).removeClass("active")}e&&("checkbox"!==a.type&&"radio"!==a.type||(a.checked=!this._element.classList.contains("active")),this.shouldAvoidTriggerChange||r.default(a).trigger("change")),a.focus(),t=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(t&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),e&&r.default(this._element).toggleClass("active"))},t.dispose=function(){r.default.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(t,n){return this.each((function(){var a=r.default(this),i=a.data("bs.button");i||(i=new e(this),a.data("bs.button",i)),i.shouldAvoidTriggerChange=n,"toggle"===t&&i[t]()}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();r.default(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(e){var t=e.target,n=t;if(r.default(t).hasClass("btn")||(t=r.default(t).closest(".btn")[0]),!t||t.hasAttribute("disabled")||t.classList.contains("disabled"))e.preventDefault();else{var a=t.querySelector('input:not([type="hidden"])');if(a&&(a.hasAttribute("disabled")||a.classList.contains("disabled")))return void e.preventDefault();"INPUT"!==n.tagName&&"LABEL"===t.tagName||m._jQueryInterface.call(r.default(t),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(e){var t=r.default(e.target).closest(".btn")[0];r.default(t).toggleClass("focus",/^focus(in)?$/.test(e.type))})),r.default(window).on("load.bs.button.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),t=0,n=e.length;t<n;t++){var a=e[t],r=a.querySelector('input:not([type="hidden"])');r.checked||r.hasAttribute("checked")?a.classList.add("active"):a.classList.remove("active")}for(var i=0,l=(e=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;i<l;i++){var o=e[i];"true"===o.getAttribute("aria-pressed")?o.classList.add("active"):o.classList.remove("active")}})),r.default.fn.button=m._jQueryInterface,r.default.fn.button.Constructor=m,r.default.fn.button.noConflict=function(){return r.default.fn.button=f,m._jQueryInterface};var v="carousel",A=".bs.carousel",y=r.default.fn[v],M={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},H={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},g={TOUCH:"touch",PEN:"pen"},Z=function(){function e(e,t){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(t),this._element=e,this._indicatorsElement=this._element.querySelector(".carousel-indicators"),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var t=e.prototype;return t.next=function(){this._isSliding||this._slide("next")},t.nextWhenVisible=function(){var e=r.default(this._element);!document.hidden&&e.is(":visible")&&"hidden"!==e.css("visibility")&&this.next()},t.prev=function(){this._isSliding||this._slide("prev")},t.pause=function(e){e||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(h.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(e){e||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},t.to=function(e){var t=this;this._activeElement=this._element.querySelector(".active.carousel-item");var n=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)r.default(this._element).one("slid.bs.carousel",(function(){return t.to(e)}));else{if(n===e)return this.pause(),void this.cycle();var a=e>n?"next":"prev";this._slide(a,this._items[e])}},t.dispose=function(){r.default(this._element).off(A),r.default.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},t._getConfig=function(e){return e=c({},M,e),h.typeCheckConfig(v,e,H),e},t._handleSwipe=function(){var e=Math.abs(this.touchDeltaX);if(!(e<=40)){var t=e/this.touchDeltaX;this.touchDeltaX=0,t>0&&this.prev(),t<0&&this.next()}},t._addEventListeners=function(){var e=this;this._config.keyboard&&r.default(this._element).on("keydown.bs.carousel",(function(t){return e._keydown(t)})),"hover"===this._config.pause&&r.default(this._element).on("mouseenter.bs.carousel",(function(t){return e.pause(t)})).on("mouseleave.bs.carousel",(function(t){return e.cycle(t)})),this._config.touch&&this._addTouchEventListeners()},t._addTouchEventListeners=function(){var e=this;if(this._touchSupported){var t=function(t){e._pointerEvent&&g[t.originalEvent.pointerType.toUpperCase()]?e.touchStartX=t.originalEvent.clientX:e._pointerEvent||(e.touchStartX=t.originalEvent.touches[0].clientX)},n=function(t){e._pointerEvent&&g[t.originalEvent.pointerType.toUpperCase()]&&(e.touchDeltaX=t.originalEvent.clientX-e.touchStartX),e._handleSwipe(),"hover"===e._config.pause&&(e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout((function(t){return e.cycle(t)}),500+e._config.interval))};r.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(e){return e.preventDefault()})),this._pointerEvent?(r.default(this._element).on("pointerdown.bs.carousel",(function(e){return t(e)})),r.default(this._element).on("pointerup.bs.carousel",(function(e){return n(e)})),this._element.classList.add("pointer-event")):(r.default(this._element).on("touchstart.bs.carousel",(function(e){return t(e)})),r.default(this._element).on("touchmove.bs.carousel",(function(t){return function(t){e.touchDeltaX=t.originalEvent.touches&&t.originalEvent.touches.length>1?0:t.originalEvent.touches[0].clientX-e.touchStartX}(t)})),r.default(this._element).on("touchend.bs.carousel",(function(e){return n(e)})))}},t._keydown=function(e){if(!/input|textarea/i.test(e.target.tagName))switch(e.which){case 37:e.preventDefault(),this.prev();break;case 39:e.preventDefault(),this.next()}},t._getItemIndex=function(e){return this._items=e&&e.parentNode?[].slice.call(e.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(e)},t._getItemByDirection=function(e,t){var n="next"===e,a="prev"===e,r=this._getItemIndex(t),i=this._items.length-1;if((a&&0===r||n&&r===i)&&!this._config.wrap)return t;var l=(r+("prev"===e?-1:1))%this._items.length;return-1===l?this._items[this._items.length-1]:this._items[l]},t._triggerSlideEvent=function(e,t){var n=this._getItemIndex(e),a=this._getItemIndex(this._element.querySelector(".active.carousel-item")),i=r.default.Event("slide.bs.carousel",{relatedTarget:e,direction:t,from:a,to:n});return r.default(this._element).trigger(i),i},t._setActiveIndicatorElement=function(e){if(this._indicatorsElement){var t=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));r.default(t).removeClass("active");var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&r.default(n).addClass("active")}},t._updateInterval=function(){var e=this._activeElement||this._element.querySelector(".active.carousel-item");if(e){var t=parseInt(e.getAttribute("data-interval"),10);t?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=t):this._config.interval=this._config.defaultInterval||this._config.interval}},t._slide=function(e,t){var n,a,i,l=this,o=this._element.querySelector(".active.carousel-item"),c=this._getItemIndex(o),u=t||o&&this._getItemByDirection(e,o),s=this._getItemIndex(u),d=Boolean(this._interval);if("next"===e?(n="carousel-item-left",a="carousel-item-next",i="left"):(n="carousel-item-right",a="carousel-item-prev",i="right"),u&&r.default(u).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(u,i).isDefaultPrevented()&&o&&u){this._isSliding=!0,d&&this.pause(),this._setActiveIndicatorElement(u),this._activeElement=u;var p=r.default.Event("slid.bs.carousel",{relatedTarget:u,direction:i,from:c,to:s});if(r.default(this._element).hasClass("slide")){r.default(u).addClass(a),h.reflow(u),r.default(o).addClass(n),r.default(u).addClass(n);var f=h.getTransitionDurationFromElement(o);r.default(o).one(h.TRANSITION_END,(function(){r.default(u).removeClass(n+" "+a).addClass("active"),r.default(o).removeClass("active "+a+" "+n),l._isSliding=!1,setTimeout((function(){return r.default(l._element).trigger(p)}),0)})).emulateTransitionEnd(f)}else r.default(o).removeClass("active"),r.default(u).addClass("active"),this._isSliding=!1,r.default(this._element).trigger(p);d&&this.cycle()}},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this).data("bs.carousel"),a=c({},M,r.default(this).data());"object"==typeof t&&(a=c({},a,t));var i="string"==typeof t?t:a.slide;if(n||(n=new e(this,a),r.default(this).data("bs.carousel",n)),"number"==typeof t)n.to(t);else if("string"==typeof i){if(void 0===n[i])throw new TypeError('No method named "'+i+'"');n[i]()}else a.interval&&a.ride&&(n.pause(),n.cycle())}))},e._dataApiClickHandler=function(t){var n=h.getSelectorFromElement(this);if(n){var a=r.default(n)[0];if(a&&r.default(a).hasClass("carousel")){var i=c({},r.default(a).data(),r.default(this).data()),l=this.getAttribute("data-slide-to");l&&(i.interval=!1),e._jQueryInterface.call(r.default(a),i),l&&r.default(a).data("bs.carousel").to(l),t.preventDefault()}}},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return M}}]),e}();r.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",Z._dataApiClickHandler),r.default(window).on("load.bs.carousel.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),t=0,n=e.length;t<n;t++){var a=r.default(e[t]);Z._jQueryInterface.call(a,a.data())}})),r.default.fn[v]=Z._jQueryInterface,r.default.fn[v].Constructor=Z,r.default.fn[v].noConflict=function(){return r.default.fn[v]=y,Z._jQueryInterface};var V="collapse",C=r.default.fn[V],b={toggle:!0,parent:""},L={toggle:"boolean",parent:"(string|element)"},S=function(){function e(e,t){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var n=[].slice.call(document.querySelectorAll('[data-toggle="collapse"]')),a=0,r=n.length;a<r;a++){var i=n[a],l=h.getSelectorFromElement(i),o=[].slice.call(document.querySelectorAll(l)).filter((function(t){return t===e}));null!==l&&o.length>0&&(this._selector=l,this._triggerArray.push(i))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var t=e.prototype;return t.toggle=function(){r.default(this._element).hasClass("show")?this.hide():this.show()},t.show=function(){var t,n,a=this;if(!(this._isTransitioning||r.default(this._element).hasClass("show")||(this._parent&&0===(t=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(e){return"string"==typeof a._config.parent?e.getAttribute("data-parent")===a._config.parent:e.classList.contains("collapse")}))).length&&(t=null),t&&(n=r.default(t).not(this._selector).data("bs.collapse"))&&n._isTransitioning))){var i=r.default.Event("show.bs.collapse");if(r.default(this._element).trigger(i),!i.isDefaultPrevented()){t&&(e._jQueryInterface.call(r.default(t).not(this._selector),"hide"),n||r.default(t).data("bs.collapse",null));var l=this._getDimension();r.default(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[l]=0,this._triggerArray.length&&r.default(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var o="scroll"+(l[0].toUpperCase()+l.slice(1)),c=h.getTransitionDurationFromElement(this._element);r.default(this._element).one(h.TRANSITION_END,(function(){r.default(a._element).removeClass("collapsing").addClass("collapse show"),a._element.style[l]="",a.setTransitioning(!1),r.default(a._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(c),this._element.style[l]=this._element[o]+"px"}}},t.hide=function(){var e=this;if(!this._isTransitioning&&r.default(this._element).hasClass("show")){var t=r.default.Event("hide.bs.collapse");if(r.default(this._element).trigger(t),!t.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",h.reflow(this._element),r.default(this._element).addClass("collapsing").removeClass("collapse show");var a=this._triggerArray.length;if(a>0)for(var i=0;i<a;i++){var l=this._triggerArray[i],o=h.getSelectorFromElement(l);null!==o&&(r.default([].slice.call(document.querySelectorAll(o))).hasClass("show")||r.default(l).addClass("collapsed").attr("aria-expanded",!1))}this.setTransitioning(!0),this._element.style[n]="";var c=h.getTransitionDurationFromElement(this._element);r.default(this._element).one(h.TRANSITION_END,(function(){e.setTransitioning(!1),r.default(e._element).removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")})).emulateTransitionEnd(c)}}},t.setTransitioning=function(e){this._isTransitioning=e},t.dispose=function(){r.default.removeData(this._element,"bs.collapse"),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},t._getConfig=function(e){return(e=c({},b,e)).toggle=Boolean(e.toggle),h.typeCheckConfig(V,e,L),e},t._getDimension=function(){return r.default(this._element).hasClass("width")?"width":"height"},t._getParent=function(){var t,n=this;h.isElement(this._config.parent)?(t=this._config.parent,void 0!==this._config.parent.jquery&&(t=this._config.parent[0])):t=document.querySelector(this._config.parent);var a='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',i=[].slice.call(t.querySelectorAll(a));return r.default(i).each((function(t,a){n._addAriaAndCollapsedClass(e._getTargetFromElement(a),[a])})),t},t._addAriaAndCollapsedClass=function(e,t){var n=r.default(e).hasClass("show");t.length&&r.default(t).toggleClass("collapsed",!n).attr("aria-expanded",n)},e._getTargetFromElement=function(e){var t=h.getSelectorFromElement(e);return t?document.querySelector(t):null},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data("bs.collapse"),i=c({},b,n.data(),"object"==typeof t&&t?t:{});if(!a&&i.toggle&&"string"==typeof t&&/show|hide/.test(t)&&(i.toggle=!1),a||(a=new e(this,i),n.data("bs.collapse",a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return b}}]),e}();r.default(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',(function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var t=r.default(this),n=h.getSelectorFromElement(this),a=[].slice.call(document.querySelectorAll(n));r.default(a).each((function(){var e=r.default(this),n=e.data("bs.collapse")?"toggle":t.data();S._jQueryInterface.call(e,n)}))})),r.default.fn[V]=S._jQueryInterface,r.default.fn[V].Constructor=S,r.default.fn[V].noConflict=function(){return r.default.fn[V]=C,S._jQueryInterface};var z="dropdown",w=r.default.fn[z],x=new RegExp("38|40|27"),_={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},k={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},T=function(){function e(e,t){this._element=e,this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var t=e.prototype;return t.toggle=function(){if(!this._element.disabled&&!r.default(this._element).hasClass("disabled")){var t=r.default(this._menu).hasClass("show");e._clearMenus(),t||this.show(!0)}},t.show=function(t){if(void 0===t&&(t=!1),!(this._element.disabled||r.default(this._element).hasClass("disabled")||r.default(this._menu).hasClass("show"))){var n={relatedTarget:this._element},a=r.default.Event("show.bs.dropdown",n),l=e._getParentFromElement(this._element);if(r.default(l).trigger(a),!a.isDefaultPrevented()){if(!this._inNavbar&&t){if(void 0===i.default)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var o=this._element;"parent"===this._config.reference?o=l:h.isElement(this._config.reference)&&(o=this._config.reference,void 0!==this._config.reference.jquery&&(o=this._config.reference[0])),"scrollParent"!==this._config.boundary&&r.default(l).addClass("position-static"),this._popper=new i.default(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===r.default(l).closest(".navbar-nav").length&&r.default(document.body).children().on("mouseover",null,r.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),r.default(this._menu).toggleClass("show"),r.default(l).toggleClass("show").trigger(r.default.Event("shown.bs.dropdown",n))}}},t.hide=function(){if(!this._element.disabled&&!r.default(this._element).hasClass("disabled")&&r.default(this._menu).hasClass("show")){var t={relatedTarget:this._element},n=r.default.Event("hide.bs.dropdown",t),a=e._getParentFromElement(this._element);r.default(a).trigger(n),n.isDefaultPrevented()||(this._popper&&this._popper.destroy(),r.default(this._menu).toggleClass("show"),r.default(a).toggleClass("show").trigger(r.default.Event("hidden.bs.dropdown",t)))}},t.dispose=function(){r.default.removeData(this._element,"bs.dropdown"),r.default(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var e=this;r.default(this._element).on("click.bs.dropdown",(function(t){t.preventDefault(),t.stopPropagation(),e.toggle()}))},t._getConfig=function(e){return e=c({},this.constructor.Default,r.default(this._element).data(),e),h.typeCheckConfig(z,e,this.constructor.DefaultType),e},t._getMenuElement=function(){if(!this._menu){var t=e._getParentFromElement(this._element);t&&(this._menu=t.querySelector(".dropdown-menu"))}return this._menu},t._getPlacement=function(){var e=r.default(this._element.parentNode),t="bottom-start";return e.hasClass("dropup")?t=r.default(this._menu).hasClass("dropdown-menu-right")?"top-end":"top-start":e.hasClass("dropright")?t="right-start":e.hasClass("dropleft")?t="left-start":r.default(this._menu).hasClass("dropdown-menu-right")&&(t="bottom-end"),t},t._detectNavbar=function(){return r.default(this._element).closest(".navbar").length>0},t._getOffset=function(){var e=this,t={};return"function"==typeof this._config.offset?t.fn=function(t){return t.offsets=c({},t.offsets,e._config.offset(t.offsets,e._element)),t}:t.offset=this._config.offset,t},t._getPopperConfig=function(){var e={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(e.modifiers.applyStyle={enabled:!1}),c({},e,this._config.popperConfig)},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this).data("bs.dropdown");if(n||(n=new e(this,"object"==typeof t?t:null),r.default(this).data("bs.dropdown",n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},e._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var n=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),a=0,i=n.length;a<i;a++){var l=e._getParentFromElement(n[a]),o=r.default(n[a]).data("bs.dropdown"),c={relatedTarget:n[a]};if(t&&"click"===t.type&&(c.clickEvent=t),o){var u=o._menu;if(r.default(l).hasClass("show")&&!(t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&9===t.which)&&r.default.contains(l,t.target))){var s=r.default.Event("hide.bs.dropdown",c);r.default(l).trigger(s),s.isDefaultPrevented()||("ontouchstart"in document.documentElement&&r.default(document.body).children().off("mouseover",null,r.default.noop),n[a].setAttribute("aria-expanded","false"),o._popper&&o._popper.destroy(),r.default(u).removeClass("show"),r.default(l).removeClass("show").trigger(r.default.Event("hidden.bs.dropdown",c)))}}}},e._getParentFromElement=function(e){var t,n=h.getSelectorFromElement(e);return n&&(t=document.querySelector(n)),t||e.parentNode},e._dataApiKeydownHandler=function(t){if(!(/input|textarea/i.test(t.target.tagName)?32===t.which||27!==t.which&&(40!==t.which&&38!==t.which||r.default(t.target).closest(".dropdown-menu").length):!x.test(t.which))&&!this.disabled&&!r.default(this).hasClass("disabled")){var n=e._getParentFromElement(this),a=r.default(n).hasClass("show");if(a||27!==t.which){if(t.preventDefault(),t.stopPropagation(),!a||27===t.which||32===t.which)return 27===t.which&&r.default(n.querySelector('[data-toggle="dropdown"]')).trigger("focus"),void r.default(this).trigger("click");var i=[].slice.call(n.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter((function(e){return r.default(e).is(":visible")}));if(0!==i.length){var l=i.indexOf(t.target);38===t.which&&l>0&&l--,40===t.which&&l<i.length-1&&l++,l<0&&(l=0),i[l].focus()}}}},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return _}},{key:"DefaultType",get:function(){return k}}]),e}();r.default(document).on("keydown.bs.dropdown.data-api",'[data-toggle="dropdown"]',T._dataApiKeydownHandler).on("keydown.bs.dropdown.data-api",".dropdown-menu",T._dataApiKeydownHandler).on("click.bs.dropdown.data-api keyup.bs.dropdown.data-api",T._clearMenus).on("click.bs.dropdown.data-api",'[data-toggle="dropdown"]',(function(e){e.preventDefault(),e.stopPropagation(),T._jQueryInterface.call(r.default(this),"toggle")})).on("click.bs.dropdown.data-api",".dropdown form",(function(e){e.stopPropagation()})),r.default.fn[z]=T._jQueryInterface,r.default.fn[z].Constructor=T,r.default.fn[z].noConflict=function(){return r.default.fn[z]=w,T._jQueryInterface};var E=r.default.fn.modal,O={backdrop:!0,keyboard:!0,focus:!0,show:!0},P={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},N=function(){function e(e,t){this._config=this._getConfig(t),this._element=e,this._dialog=e.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var t=e.prototype;return t.toggle=function(e){return this._isShown?this.hide():this.show(e)},t.show=function(e){var t=this;if(!this._isShown&&!this._isTransitioning){var n=r.default.Event("show.bs.modal",{relatedTarget:e});r.default(this._element).trigger(n),n.isDefaultPrevented()||(this._isShown=!0,r.default(this._element).hasClass("fade")&&(this._isTransitioning=!0),this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),r.default(this._element).on("click.dismiss.bs.modal",'[data-dismiss="modal"]',(function(e){return t.hide(e)})),r.default(this._dialog).on("mousedown.dismiss.bs.modal",(function(){r.default(t._element).one("mouseup.dismiss.bs.modal",(function(e){r.default(e.target).is(t._element)&&(t._ignoreBackdropClick=!0)}))})),this._showBackdrop((function(){return t._showElement(e)})))}},t.hide=function(e){var t=this;if(e&&e.preventDefault(),this._isShown&&!this._isTransitioning){var n=r.default.Event("hide.bs.modal");if(r.default(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var a=r.default(this._element).hasClass("fade");if(a&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),r.default(document).off("focusin.bs.modal"),r.default(this._element).removeClass("show"),r.default(this._element).off("click.dismiss.bs.modal"),r.default(this._dialog).off("mousedown.dismiss.bs.modal"),a){var i=h.getTransitionDurationFromElement(this._element);r.default(this._element).one(h.TRANSITION_END,(function(e){return t._hideModal(e)})).emulateTransitionEnd(i)}else this._hideModal()}}},t.dispose=function(){[window,this._element,this._dialog].forEach((function(e){return r.default(e).off(".bs.modal")})),r.default(document).off("focusin.bs.modal"),r.default.removeData(this._element,"bs.modal"),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},t.handleUpdate=function(){this._adjustDialog()},t._getConfig=function(e){return e=c({},O,e),h.typeCheckConfig("modal",e,P),e},t._triggerBackdropTransition=function(){var e=this,t=r.default.Event("hidePrevented.bs.modal");if(r.default(this._element).trigger(t),!t.isDefaultPrevented()){var n=this._element.scrollHeight>document.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var a=h.getTransitionDurationFromElement(this._dialog);r.default(this._element).off(h.TRANSITION_END),r.default(this._element).one(h.TRANSITION_END,(function(){e._element.classList.remove("modal-static"),n||r.default(e._element).one(h.TRANSITION_END,(function(){e._element.style.overflowY=""})).emulateTransitionEnd(e._element,a)})).emulateTransitionEnd(a),this._element.focus()}},t._showElement=function(e){var t=this,n=r.default(this._element).hasClass("fade"),a=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),r.default(this._dialog).hasClass("modal-dialog-scrollable")&&a?a.scrollTop=0:this._element.scrollTop=0,n&&h.reflow(this._element),r.default(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var i=r.default.Event("shown.bs.modal",{relatedTarget:e}),l=function(){t._config.focus&&t._element.focus(),t._isTransitioning=!1,r.default(t._element).trigger(i)};if(n){var o=h.getTransitionDurationFromElement(this._dialog);r.default(this._dialog).one(h.TRANSITION_END,l).emulateTransitionEnd(o)}else l()},t._enforceFocus=function(){var e=this;r.default(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(t){document!==t.target&&e._element!==t.target&&0===r.default(e._element).has(t.target).length&&e._element.focus()}))},t._setEscapeEvent=function(){var e=this;this._isShown?r.default(this._element).on("keydown.dismiss.bs.modal",(function(t){e._config.keyboard&&27===t.which?(t.preventDefault(),e.hide()):e._config.keyboard||27!==t.which||e._triggerBackdropTransition()})):this._isShown||r.default(this._element).off("keydown.dismiss.bs.modal")},t._setResizeEvent=function(){var e=this;this._isShown?r.default(window).on("resize.bs.modal",(function(t){return e.handleUpdate(t)})):r.default(window).off("resize.bs.modal")},t._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){r.default(document.body).removeClass("modal-open"),e._resetAdjustments(),e._resetScrollbar(),r.default(e._element).trigger("hidden.bs.modal")}))},t._removeBackdrop=function(){this._backdrop&&(r.default(this._backdrop).remove(),this._backdrop=null)},t._showBackdrop=function(e){var t=this,n=r.default(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),r.default(this._backdrop).appendTo(document.body),r.default(this._element).on("click.dismiss.bs.modal",(function(e){t._ignoreBackdropClick?t._ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"===t._config.backdrop?t._triggerBackdropTransition():t.hide())})),n&&h.reflow(this._backdrop),r.default(this._backdrop).addClass("show"),!e)return;if(!n)return void e();var a=h.getTransitionDurationFromElement(this._backdrop);r.default(this._backdrop).one(h.TRANSITION_END,e).emulateTransitionEnd(a)}else if(!this._isShown&&this._backdrop){r.default(this._backdrop).removeClass("show");var i=function(){t._removeBackdrop(),e&&e()};if(r.default(this._element).hasClass("fade")){var l=h.getTransitionDurationFromElement(this._backdrop);r.default(this._backdrop).one(h.TRANSITION_END,i).emulateTransitionEnd(l)}else i()}else e&&e()},t._adjustDialog=function(){var e=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(e.left+e.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},t._setScrollbar=function(){var e=this;if(this._isBodyOverflowing){var t=[].slice.call(document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top")),n=[].slice.call(document.querySelectorAll(".sticky-top"));r.default(t).each((function(t,n){var a=n.style.paddingRight,i=r.default(n).css("padding-right");r.default(n).data("padding-right",a).css("padding-right",parseFloat(i)+e._scrollbarWidth+"px")})),r.default(n).each((function(t,n){var a=n.style.marginRight,i=r.default(n).css("margin-right");r.default(n).data("margin-right",a).css("margin-right",parseFloat(i)-e._scrollbarWidth+"px")}));var a=document.body.style.paddingRight,i=r.default(document.body).css("padding-right");r.default(document.body).data("padding-right",a).css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")}r.default(document.body).addClass("modal-open")},t._resetScrollbar=function(){var e=[].slice.call(document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top"));r.default(e).each((function(e,t){var n=r.default(t).data("padding-right");r.default(t).removeData("padding-right"),t.style.paddingRight=n||""}));var t=[].slice.call(document.querySelectorAll(".sticky-top"));r.default(t).each((function(e,t){var n=r.default(t).data("margin-right");void 0!==n&&r.default(t).css("margin-right",n).removeData("margin-right")}));var n=r.default(document.body).data("padding-right");r.default(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},t._getScrollbarWidth=function(){var e=document.createElement("div");e.className="modal-scrollbar-measure",document.body.appendChild(e);var t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},e._jQueryInterface=function(t,n){return this.each((function(){var a=r.default(this).data("bs.modal"),i=c({},O,r.default(this).data(),"object"==typeof t&&t?t:{});if(a||(a=new e(this,i),r.default(this).data("bs.modal",a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t](n)}else i.show&&a.show(n)}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return O}}]),e}();r.default(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',(function(e){var t,n=this,a=h.getSelectorFromElement(this);a&&(t=document.querySelector(a));var i=r.default(t).data("bs.modal")?"toggle":c({},r.default(t).data(),r.default(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||e.preventDefault();var l=r.default(t).one("show.bs.modal",(function(e){e.isDefaultPrevented()||l.one("hidden.bs.modal",(function(){r.default(n).is(":visible")&&n.focus()}))}));N._jQueryInterface.call(r.default(t),i,this)})),r.default.fn.modal=N._jQueryInterface,r.default.fn.modal.Constructor=N,r.default.fn.modal.noConflict=function(){return r.default.fn.modal=E,N._jQueryInterface};var j=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],D={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},q=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,R=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function I(e,t,n){if(0===e.length)return e;if(n&&"function"==typeof n)return n(e);for(var a=(new window.DOMParser).parseFromString(e,"text/html"),r=Object.keys(t),i=[].slice.call(a.body.querySelectorAll("*")),l=function(e,n){var a=i[e],l=a.nodeName.toLowerCase();if(-1===r.indexOf(a.nodeName.toLowerCase()))return a.parentNode.removeChild(a),"continue";var o=[].slice.call(a.attributes),c=[].concat(t["*"]||[],t[l]||[]);o.forEach((function(e){(function(e,t){var n=e.nodeName.toLowerCase();if(-1!==t.indexOf(n))return-1===j.indexOf(n)||Boolean(q.test(e.nodeValue)||R.test(e.nodeValue));for(var a=t.filter((function(e){return e instanceof RegExp})),r=0,i=a.length;r<i;r++)if(a[r].test(n))return!0;return!1})(e,c)||a.removeAttribute(e.nodeName)}))},o=0,c=i.length;o<c;o++)l(o);return a.body.innerHTML}var F="tooltip",B=r.default.fn[F],U=new RegExp("(^|\\s)bs-tooltip\\S+","g"),$=["sanitize","whiteList","sanitizeFn"],W={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},G={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:D,popperConfig:null},Q={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},K={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},J=function(){function e(e,t){if(void 0===i.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var t=e.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=r.default(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(r.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),r.default.removeData(this.element,this.constructor.DATA_KEY),r.default(this.element).off(this.constructor.EVENT_KEY),r.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&r.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===r.default(this.element).css("display"))throw new Error("Please use show on visible elements");var t=r.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){r.default(this.element).trigger(t);var n=h.findShadowRoot(this.element),a=r.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!a)return;var l=this.getTipElement(),o=h.getUID(this.constructor.NAME);l.setAttribute("id",o),this.element.setAttribute("aria-describedby",o),this.setContent(),this.config.animation&&r.default(l).addClass("fade");var c="function"==typeof this.config.placement?this.config.placement.call(this,l,this.element):this.config.placement,u=this._getAttachment(c);this.addAttachmentClass(u);var s=this._getContainer();r.default(l).data(this.constructor.DATA_KEY,this),r.default.contains(this.element.ownerDocument.documentElement,this.tip)||r.default(l).appendTo(s),r.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new i.default(this.element,l,this._getPopperConfig(u)),r.default(l).addClass("show"),r.default(l).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&r.default(document.body).children().on("mouseover",null,r.default.noop);var d=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,r.default(e.element).trigger(e.constructor.Event.SHOWN),"out"===t&&e._leave(null,e)};if(r.default(this.tip).hasClass("fade")){var p=h.getTransitionDurationFromElement(this.tip);r.default(this.tip).one(h.TRANSITION_END,d).emulateTransitionEnd(p)}else d()}},t.hide=function(e){var t=this,n=this.getTipElement(),a=r.default.Event(this.constructor.Event.HIDE),i=function(){"show"!==t._hoverState&&n.parentNode&&n.parentNode.removeChild(n),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),r.default(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};if(r.default(this.element).trigger(a),!a.isDefaultPrevented()){if(r.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&r.default(document.body).children().off("mouseover",null,r.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,r.default(this.tip).hasClass("fade")){var l=h.getTransitionDurationFromElement(n);r.default(n).one(h.TRANSITION_END,i).emulateTransitionEnd(l)}else i();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(e){r.default(this.getTipElement()).addClass("bs-tooltip-"+e)},t.getTipElement=function(){return this.tip=this.tip||r.default(this.config.template)[0],this.tip},t.setContent=function(){var e=this.getTipElement();this.setElementContent(r.default(e.querySelectorAll(".tooltip-inner")),this.getTitle()),r.default(e).removeClass("fade show")},t.setElementContent=function(e,t){"object"!=typeof t||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=I(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?r.default(t).parent().is(e)||e.empty().append(t):e.text(r.default(t).text())},t.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},t._getPopperConfig=function(e){var t=this;return c({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=c({},t.offsets,e.config.offset(t.offsets,e.element)),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:h.isElement(this.config.container)?r.default(this.config.container):r.default(document).find(this.config.container)},t._getAttachment=function(e){return W[e.toUpperCase()]},t._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach((function(t){if("click"===t)r.default(e.element).on(e.constructor.Event.CLICK,e.config.selector,(function(t){return e.toggle(t)}));else if("manual"!==t){var n="hover"===t?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,a="hover"===t?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;r.default(e.element).on(n,e.config.selector,(function(t){return e._enter(t)})).on(a,e.config.selector,(function(t){return e._leave(t)}))}})),this._hideModalHandler=function(){e.element&&e.hide()},r.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=c({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?"focus":"hover"]=!0),r.default(t.getTipElement()).hasClass("show")||"show"===t._hoverState?t._hoverState="show":(clearTimeout(t._timeout),t._hoverState="show",t.config.delay&&t.config.delay.show?t._timeout=setTimeout((function(){"show"===t._hoverState&&t.show()}),t.config.delay.show):t.show())},t._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?"focus":"hover"]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState="out",t.config.delay&&t.config.delay.hide?t._timeout=setTimeout((function(){"out"===t._hoverState&&t.hide()}),t.config.delay.hide):t.hide())},t._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},t._getConfig=function(e){var t=r.default(this.element).data();return Object.keys(t).forEach((function(e){-1!==$.indexOf(e)&&delete t[e]})),"number"==typeof(e=c({},this.constructor.Default,t,"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),h.typeCheckConfig(F,e,this.constructor.DefaultType),e.sanitize&&(e.template=I(e.template,e.whiteList,e.sanitizeFn)),e},t._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},t._cleanTipClass=function(){var e=r.default(this.getTipElement()),t=e.attr("class").match(U);null!==t&&t.length&&e.removeClass(t.join(""))},t._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},t._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(r.default(e).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data("bs.tooltip"),i="object"==typeof t&&t;if((a||!/dispose|hide/.test(t))&&(a||(a=new e(this,i),n.data("bs.tooltip",a)),"string"==typeof t)){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return G}},{key:"NAME",get:function(){return F}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return K}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return Q}}]),e}();r.default.fn[F]=J._jQueryInterface,r.default.fn[F].Constructor=J,r.default.fn[F].noConflict=function(){return r.default.fn[F]=B,J._jQueryInterface};var X="popover",Y=r.default.fn[X],ee=new RegExp("(^|\\s)bs-popover\\S+","g"),te=c({},J.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),ne=c({},J.DefaultType,{content:"(string|element|function)"}),ae={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},re=function(e){var t,n;function a(){return e.apply(this,arguments)||this}n=e,(t=a).prototype=Object.create(n.prototype),t.prototype.constructor=t,u(t,n);var i=a.prototype;return i.isWithContent=function(){return this.getTitle()||this._getContent()},i.addAttachmentClass=function(e){r.default(this.getTipElement()).addClass("bs-popover-"+e)},i.getTipElement=function(){return this.tip=this.tip||r.default(this.config.template)[0],this.tip},i.setContent=function(){var e=r.default(this.getTipElement());this.setElementContent(e.find(".popover-header"),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find(".popover-body"),t),e.removeClass("fade show")},i._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},i._cleanTipClass=function(){var e=r.default(this.getTipElement()),t=e.attr("class").match(ee);null!==t&&t.length>0&&e.removeClass(t.join(""))},a._jQueryInterface=function(e){return this.each((function(){var t=r.default(this).data("bs.popover"),n="object"==typeof e?e:null;if((t||!/dispose|hide/.test(e))&&(t||(t=new a(this,n),r.default(this).data("bs.popover",t)),"string"==typeof e)){if(void 0===t[e])throw new TypeError('No method named "'+e+'"');t[e]()}}))},o(a,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return te}},{key:"NAME",get:function(){return X}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return ae}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return ne}}]),a}(J);r.default.fn[X]=re._jQueryInterface,r.default.fn[X].Constructor=re,r.default.fn[X].noConflict=function(){return r.default.fn[X]=Y,re._jQueryInterface};var ie="scrollspy",le=r.default.fn[ie],oe={offset:10,method:"auto",target:""},ce={offset:"number",method:"string",target:"(string|element)"},ue=function(){function e(e,t){var n=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,r.default(this._scrollElement).on("scroll.bs.scrollspy",(function(e){return n._process(e)})),this.refresh(),this._process()}var t=e.prototype;return t.refresh=function(){var e=this,t=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?t:this._config.method,a="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(e){var t,i=h.getSelectorFromElement(e);if(i&&(t=document.querySelector(i)),t){var l=t.getBoundingClientRect();if(l.width||l.height)return[r.default(t)[n]().top+a,i]}return null})).filter((function(e){return e})).sort((function(e,t){return e[0]-t[0]})).forEach((function(t){e._offsets.push(t[0]),e._targets.push(t[1])}))},t.dispose=function(){r.default.removeData(this._element,"bs.scrollspy"),r.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(e){if("string"!=typeof(e=c({},oe,"object"==typeof e&&e?e:{})).target&&h.isElement(e.target)){var t=r.default(e.target).attr("id");t||(t=h.getUID(ie),r.default(e.target).attr("id",t)),e.target="#"+t}return h.typeCheckConfig(ie,e,ce),e},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},t._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},t._process=function(){var e=this._getScrollTop()+this._config.offset,t=this._getScrollHeight(),n=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),e>=n){var a=this._targets[this._targets.length-1];this._activeTarget!==a&&this._activate(a)}else{if(this._activeTarget&&e<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var r=this._offsets.length;r--;)this._activeTarget!==this._targets[r]&&e>=this._offsets[r]&&(void 0===this._offsets[r+1]||e<this._offsets[r+1])&&this._activate(this._targets[r])}},t._activate=function(e){this._activeTarget=e,this._clear();var t=this._selector.split(",").map((function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'})),n=r.default([].slice.call(document.querySelectorAll(t.join(","))));n.hasClass("dropdown-item")?(n.closest(".dropdown").find(".dropdown-toggle").addClass("active"),n.addClass("active")):(n.addClass("active"),n.parents(".nav, .list-group").prev(".nav-link, .list-group-item").addClass("active"),n.parents(".nav, .list-group").prev(".nav-item").children(".nav-link").addClass("active")),r.default(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:e})},t._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter((function(e){return e.classList.contains("active")})).forEach((function(e){return e.classList.remove("active")}))},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this).data("bs.scrollspy");if(n||(n=new e(this,"object"==typeof t&&t),r.default(this).data("bs.scrollspy",n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return oe}}]),e}();r.default(window).on("load.bs.scrollspy.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),t=e.length;t--;){var n=r.default(e[t]);ue._jQueryInterface.call(n,n.data())}})),r.default.fn[ie]=ue._jQueryInterface,r.default.fn[ie].Constructor=ue,r.default.fn[ie].noConflict=function(){return r.default.fn[ie]=le,ue._jQueryInterface};var se=r.default.fn.tab,he=function(){function e(e){this._element=e}var t=e.prototype;return t.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&r.default(this._element).hasClass("active")||r.default(this._element).hasClass("disabled"))){var t,n,a=r.default(this._element).closest(".nav, .list-group")[0],i=h.getSelectorFromElement(this._element);if(a){var l="UL"===a.nodeName||"OL"===a.nodeName?"> li > .active":".active";n=(n=r.default.makeArray(r.default(a).find(l)))[n.length-1]}var o=r.default.Event("hide.bs.tab",{relatedTarget:this._element}),c=r.default.Event("show.bs.tab",{relatedTarget:n});if(n&&r.default(n).trigger(o),r.default(this._element).trigger(c),!c.isDefaultPrevented()&&!o.isDefaultPrevented()){i&&(t=document.querySelector(i)),this._activate(this._element,a);var u=function(){var t=r.default.Event("hidden.bs.tab",{relatedTarget:e._element}),a=r.default.Event("shown.bs.tab",{relatedTarget:n});r.default(n).trigger(t),r.default(e._element).trigger(a)};t?this._activate(t,t.parentNode,u):u()}}},t.dispose=function(){r.default.removeData(this._element,"bs.tab"),this._element=null},t._activate=function(e,t,n){var a=this,i=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?r.default(t).children(".active"):r.default(t).find("> li > .active"))[0],l=n&&i&&r.default(i).hasClass("fade"),o=function(){return a._transitionComplete(e,i,n)};if(i&&l){var c=h.getTransitionDurationFromElement(i);r.default(i).removeClass("show").one(h.TRANSITION_END,o).emulateTransitionEnd(c)}else o()},t._transitionComplete=function(e,t,n){if(t){r.default(t).removeClass("active");var a=r.default(t.parentNode).find("> .dropdown-menu .active")[0];a&&r.default(a).removeClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}r.default(e).addClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),h.reflow(e),e.classList.contains("fade")&&e.classList.add("show");var i=e.parentNode;if(i&&"LI"===i.nodeName&&(i=i.parentNode),i&&r.default(i).hasClass("dropdown-menu")){var l=r.default(e).closest(".dropdown")[0];if(l){var o=[].slice.call(l.querySelectorAll(".dropdown-toggle"));r.default(o).addClass("active")}e.setAttribute("aria-expanded",!0)}n&&n()},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data("bs.tab");if(a||(a=new e(this),n.data("bs.tab",a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),e}();r.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(e){e.preventDefault(),he._jQueryInterface.call(r.default(this),"show")})),r.default.fn.tab=he._jQueryInterface,r.default.fn.tab.Constructor=he,r.default.fn.tab.noConflict=function(){return r.default.fn.tab=se,he._jQueryInterface};var de="toast",pe=r.default.fn[de],fe={animation:!0,autohide:!0,delay:500},me={animation:"boolean",autohide:"boolean",delay:"number"},ve=function(){function e(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var t=e.prototype;return t.show=function(){var e=this,t=r.default.Event("show.bs.toast");if(r.default(this._element).trigger(t),!t.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){e._element.classList.remove("showing"),e._element.classList.add("show"),r.default(e._element).trigger("shown.bs.toast"),e._config.autohide&&(e._timeout=setTimeout((function(){e.hide()}),e._config.delay))};if(this._element.classList.remove("hide"),h.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var a=h.getTransitionDurationFromElement(this._element);r.default(this._element).one(h.TRANSITION_END,n).emulateTransitionEnd(a)}else n()}},t.hide=function(){if(this._element.classList.contains("show")){var e=r.default.Event("hide.bs.toast");r.default(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},t.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),r.default(this._element).off("click.dismiss.bs.toast"),r.default.removeData(this._element,"bs.toast"),this._element=null,this._config=null},t._getConfig=function(e){return e=c({},fe,r.default(this._element).data(),"object"==typeof e&&e?e:{}),h.typeCheckConfig(de,e,this.constructor.DefaultType),e},t._setListeners=function(){var e=this;r.default(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return e.hide()}))},t._close=function(){var e=this,t=function(){e._element.classList.add("hide"),r.default(e._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=h.getTransitionDurationFromElement(this._element);r.default(this._element).one(h.TRANSITION_END,t).emulateTransitionEnd(n)}else t()},t._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),a=n.data("bs.toast");if(a||(a=new e(this,"object"==typeof t&&t),n.data("bs.toast",a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t](this)}}))},o(e,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"DefaultType",get:function(){return me}},{key:"Default",get:function(){return fe}}]),e}();r.default.fn[de]=ve._jQueryInterface,r.default.fn[de].Constructor=ve,r.default.fn[de].noConflict=function(){return r.default.fn[de]=pe,ve._jQueryInterface},e.Alert=p,e.Button=m,e.Carousel=Z,e.Collapse=S,e.Dropdown=T,e.Modal=N,e.Popover=re,e.Scrollspy=ue,e.Tab=he,e.Toast=ve,e.Tooltip=J,e.Util=h,Object.defineProperty(e,"__esModule",{value:!0})}(t,n("EVdn"),n("8L3F"))},SgzI:function(e){e.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')},SkeG:function(e,t,n){"use strict";var a=n("GhSp"),r=n("ENu8");e.exports=function(e,t,n){t in e?a.f(e,t,r(0,n)):e[t]=n}},SntB:function(e,t,n){"use strict";var a=n("xTJ+");e.exports=function(e,t){t=t||{};var n={},r=["url","method","data"],i=["headers","auth","proxy","params"],l=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],o=["validateStatus"];function c(e,t){return a.isPlainObject(e)&&a.isPlainObject(t)?a.merge(e,t):a.isPlainObject(t)?a.merge({},t):a.isArray(t)?t.slice():t}function u(r){a.isUndefined(t[r])?a.isUndefined(e[r])||(n[r]=c(void 0,e[r])):n[r]=c(e[r],t[r])}a.forEach(r,(function(e){a.isUndefined(t[e])||(n[e]=c(void 0,t[e]))})),a.forEach(i,u),a.forEach(l,(function(r){a.isUndefined(t[r])?a.isUndefined(e[r])||(n[r]=c(void 0,e[r])):n[r]=c(void 0,t[r])})),a.forEach(o,(function(a){a in t?n[a]=c(e[a],t[a]):a in e&&(n[a]=c(void 0,e[a]))}));var s=r.concat(i).concat(l).concat(o),h=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===s.indexOf(e)}));return a.forEach(h,u),n}},TSC6:function(e,t,n){var a=n("GRew"),r=n("ENu8"),i=n("bKEA"),l=n("M5dz"),o=n("nA4W"),c=n("+vXQ"),u=Object.getOwnPropertyDescriptor;t.f=n("C61u")?u:function(e,t){if(e=i(e),t=l(t,!0),c)try{return u(e,t)}catch(e){}if(o(e,t))return r(!a.f.call(e,t),e[t])}},TYje:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},Temt:function(e,t){e.exports=function(e,t,n){var a=void 0===n;switch(t.length){case 0:return a?e():e.call(n);case 1:return a?e(t[0]):e.call(n,t[0]);case 2:return a?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return a?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return a?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},TnF5:function(e,t,n){n("4Zg2")("observable")},Trx6:function(e,t,n){var a=n("TYje");e.exports=Array.isArray||function(e){return"Array"==a(e)}},UR8F:function(e,t,n){n("C5kU"),n("ZY/g"),e.exports=n("/NTb").f("iterator")},USwo:function(e,t,n){var a=n("7whZ"),r=n("VSTI"),i=n("nAx8"),l=n("BRsN"),o=n("nA4W"),c=function(e,t,n){var u,s,h,d=e&c.F,p=e&c.G,f=e&c.S,m=e&c.P,v=e&c.B,A=e&c.W,y=p?r:r[t]||(r[t]={}),M=y.prototype,H=p?a:f?a[t]:(a[t]||{}).prototype;for(u in p&&(n=t),n)(s=!d&&H&&void 0!==H[u])&&o(y,u)||(h=s?H[u]:n[u],y[u]=p&&"function"!=typeof H[u]?n[u]:v&&s?i(h,a):A&&H[u]==h?function(e){var t=function(t,n,a){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,a)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(h):m&&"function"==typeof h?i(Function.call,h):h,m&&((y.virtual||(y.virtual={}))[u]=h,e&c.R&&M&&!M[u]&&l(M,u,h)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},UnBK:function(e,t,n){"use strict";var a=n("xTJ+"),r=n("xAGQ"),i=n("Lmem"),l=n("JEQr");function o(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return o(e),e.headers=e.headers||{},e.data=r.call(e,e.data,e.headers,e.transformRequest),e.headers=a.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),a.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||l.adapter)(e).then((function(t){return o(e),t.data=r.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(o(e),t&&t.response&&(t.response.data=r.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},VSTI:function(e,t){var n=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},"WX/U":function(e,t){e.exports=function(e,t,n,a){var r,i=0;return"boolean"!=typeof t&&(a=n,n=t,t=void 0),function(){var l=this,o=Number(new Date)-i,c=arguments;function u(){i=Number(new Date),n.apply(l,c)}function s(){r=void 0}a&&!r&&u(),r&&clearTimeout(r),void 0===a&&o>e?u():!0!==t&&(r=setTimeout(a?s:u,void 0===a?e-o:e))}}},WpRT:function(e,t,n){var a=n("s2er")("keys"),r=n("ixoo");e.exports=function(e){return a[e]||(a[e]=r(e))}},XLeT:function(e,t,n){"use strict";var a=n("USwo"),r=n("8sL3"),i=n("wqPz");a(a.S,"Promise",{try:function(e){var t=r.f(this),n=i(e);return(n.e?t.reject:t.resolve)(n.v),t.promise}})},XwJu:function(e,t,n){"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},ZDin:function(e,t,n){var a=n("A9a0"),r=n("l0Kd").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return a(e,r)}},"ZY/g":function(e,t,n){n("aFj7");for(var a=n("7whZ"),r=n("BRsN"),i=n("ig3W"),l=n("zBWt")("toStringTag"),o="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c<o.length;c++){var u=o[c],s=a[u],h=s&&s.prototype;h&&!h[l]&&r(h,l,u),i[u]=i.Array}},aFj7:function(e,t,n){"use strict";var a=n("L5pH"),r=n("6jRP"),i=n("ig3W"),l=n("bKEA");e.exports=n("OTpG")(Array,"Array",(function(e,t){this._t=l(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,r(1)):r(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,a("keys"),a("values"),a("entries")},aT0f:function(e,t,n){"use strict";var a=n("7whZ"),r=n("nA4W"),i=n("C61u"),l=n("USwo"),o=n("ugGH"),c=n("40oJ").KEY,u=n("S4vA"),s=n("s2er"),h=n("kvAF"),d=n("ixoo"),p=n("zBWt"),f=n("/NTb"),m=n("4Zg2"),v=n("CuL1"),A=n("Trx6"),y=n("d+lc"),M=n("ekG2"),H=n("CYMq"),g=n("bKEA"),Z=n("M5dz"),V=n("ENu8"),C=n("b08l"),b=n("GDZC"),L=n("TSC6"),S=n("/tXR"),z=n("GhSp"),w=n("mHY4"),x=L.f,_=z.f,k=b.f,T=a.Symbol,E=a.JSON,O=E&&E.stringify,P=p("_hidden"),N=p("toPrimitive"),j={}.propertyIsEnumerable,D=s("symbol-registry"),q=s("symbols"),R=s("op-symbols"),I=Object.prototype,F="function"==typeof T&&!!S.f,B=a.QObject,U=!B||!B.prototype||!B.prototype.findChild,$=i&&u((function(){return 7!=C(_({},"a",{get:function(){return _(this,"a",{value:7}).a}})).a}))?function(e,t,n){var a=x(I,t);a&&delete I[t],_(e,t,n),a&&e!==I&&_(I,t,a)}:_,W=function(e){var t=q[e]=C(T.prototype);return t._k=e,t},G=F&&"symbol"==typeof T.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof T},Q=function(e,t,n){return e===I&&Q(R,t,n),y(e),t=Z(t,!0),y(n),r(q,t)?(n.enumerable?(r(e,P)&&e[P][t]&&(e[P][t]=!1),n=C(n,{enumerable:V(0,!1)})):(r(e,P)||_(e,P,V(1,{})),e[P][t]=!0),$(e,t,n)):_(e,t,n)},K=function(e,t){y(e);for(var n,a=v(t=g(t)),r=0,i=a.length;i>r;)Q(e,n=a[r++],t[n]);return e},J=function(e){var t=j.call(this,e=Z(e,!0));return!(this===I&&r(q,e)&&!r(R,e))&&(!(t||!r(this,e)||!r(q,e)||r(this,P)&&this[P][e])||t)},X=function(e,t){if(e=g(e),t=Z(t,!0),e!==I||!r(q,t)||r(R,t)){var n=x(e,t);return!n||!r(q,t)||r(e,P)&&e[P][t]||(n.enumerable=!0),n}},Y=function(e){for(var t,n=k(g(e)),a=[],i=0;n.length>i;)r(q,t=n[i++])||t==P||t==c||a.push(t);return a},ee=function(e){for(var t,n=e===I,a=k(n?R:g(e)),i=[],l=0;a.length>l;)!r(q,t=a[l++])||n&&!r(I,t)||i.push(q[t]);return i};F||(o((T=function(){if(this instanceof T)throw TypeError("Symbol is not a constructor!");var e=d(arguments.length>0?arguments[0]:void 0),t=function(n){this===I&&t.call(R,n),r(this,P)&&r(this[P],e)&&(this[P][e]=!1),$(this,e,V(1,n))};return i&&U&&$(I,e,{configurable:!0,set:t}),W(e)}).prototype,"toString",(function(){return this._k})),L.f=X,z.f=Q,n("ZDin").f=b.f=Y,n("GRew").f=J,S.f=ee,i&&!n("5ETA")&&o(I,"propertyIsEnumerable",J,!0),f.f=function(e){return W(p(e))}),l(l.G+l.W+l.F*!F,{Symbol:T});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)p(te[ne++]);for(var ae=w(p.store),re=0;ae.length>re;)m(ae[re++]);l(l.S+l.F*!F,"Symbol",{for:function(e){return r(D,e+="")?D[e]:D[e]=T(e)},keyFor:function(e){if(!G(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){U=!0},useSimple:function(){U=!1}}),l(l.S+l.F*!F,"Object",{create:function(e,t){return void 0===t?C(e):K(C(e),t)},defineProperty:Q,defineProperties:K,getOwnPropertyDescriptor:X,getOwnPropertyNames:Y,getOwnPropertySymbols:ee});var ie=u((function(){S.f(1)}));l(l.S+l.F*ie,"Object",{getOwnPropertySymbols:function(e){return S.f(H(e))}}),E&&l(l.S+l.F*(!F||u((function(){var e=T();return"[null]"!=O([e])||"{}"!=O({a:e})||"{}"!=O(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,a=[e],r=1;arguments.length>r;)a.push(arguments[r++]);if(n=t=a[1],(M(t)||void 0!==e)&&!G(e))return A(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!G(t))return t}),a[1]=t,O.apply(E,a)}}),T.prototype[N]||n("BRsN")(T.prototype,N,T.prototype.valueOf),h(T,"Symbol"),h(Math,"Math",!0),h(a.JSON,"JSON",!0)},aqg2:function(e,t,n){var a=n("TYje"),r=n("zBWt")("toStringTag"),i="Arguments"==a(function(){return arguments}());e.exports=function(e){var t,n,l;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),r))?n:i?a(t):"Object"==(l=a(t))&&"function"==typeof t.callee?"Arguments":l}},b08l:function(e,t,n){var a=n("d+lc"),r=n("heda"),i=n("l0Kd"),l=n("WpRT")("IE_PROTO"),o=function(){},c=function(){var e,t=n("BfU5")("iframe"),a=i.length;for(t.style.display="none",n("kUGv").appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),c=e.F;a--;)delete c.prototype[i[a]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(o.prototype=a(e),n=new o,o.prototype=null,n[l]=e):n=c(),void 0===t?n:r(n,t)}},bKEA:function(e,t,n){var a=n("n7vu"),r=n("yQFZ");e.exports=function(e){return a(r(e))}},bS86:function(e,t,n){var a=n("ig3W"),r=n("zBWt")("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(a.Array===e||i[r]===e)}},bdgK:function(e,t,n){"use strict";n.r(t),function(e){var n=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,a){return e[0]===t&&(n=a,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),a=this.__entries__[n];return a&&a[1]},t.prototype.set=function(t,n){var a=e(this.__entries__,t);~a?this.__entries__[a][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,a=e(n,t);~a&&n.splice(a,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,a=this.__entries__;n<a.length;n++){var r=a[n];e.call(t,r[1],r[0])}},t}()}(),a="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,r=void 0!==e&&e.Math===Math?e:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),i="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(r):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var l=["top","right","bottom","left","width","height","size","weight"],o="undefined"!=typeof MutationObserver,c=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,a=!1,r=0;function l(){n&&(n=!1,e()),a&&c()}function o(){i(l)}function c(){var e=Date.now();if(n){if(e-r<2)return;a=!0}else n=!0,a=!1,setTimeout(o,t);r=e}return c}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){a&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),o?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){a&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;l.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var n=0,a=Object.keys(t);n<a.length;n++){var r=a[n];Object.defineProperty(e,r,{value:t[r],enumerable:!1,writable:!1,configurable:!0})}return e},s=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||r},h=A(0,0,0,0);function d(e){return parseFloat(e)||0}function p(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){return t+d(e["border-"+n+"-width"])}),0)}function f(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return h;var a=s(e).getComputedStyle(e),r=function(e){for(var t={},n=0,a=["top","right","bottom","left"];n<a.length;n++){var r=a[n],i=e["padding-"+r];t[r]=d(i)}return t}(a),i=r.left+r.right,l=r.top+r.bottom,o=d(a.width),c=d(a.height);if("border-box"===a.boxSizing&&(Math.round(o+i)!==t&&(o-=p(a,"left","right")+i),Math.round(c+l)!==n&&(c-=p(a,"top","bottom")+l)),!function(e){return e===s(e).document.documentElement}(e)){var u=Math.round(o+i)-t,f=Math.round(c+l)-n;1!==Math.abs(u)&&(o-=u),1!==Math.abs(f)&&(c-=f)}return A(r.left,r.top,o,c)}var m="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof s(e).SVGGraphicsElement}:function(e){return e instanceof s(e).SVGElement&&"function"==typeof e.getBBox};function v(e){return a?m(e)?function(e){var t=e.getBBox();return A(0,0,t.width,t.height)}(e):f(e):h}function A(e,t,n,a){return{x:e,y:t,width:n,height:a}}var y=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=A(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=v(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),M=function(e,t){var n,a,r,i,l,o,c,s=(a=(n=t).x,r=n.y,i=n.width,l=n.height,o="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,c=Object.create(o.prototype),u(c,{x:a,y:r,width:i,height:l,top:r,right:a+i,bottom:l+r,left:a}),c);u(this,{target:e,contentRect:s})},H=function(){function e(e,t,a){if(this.activeObservations_=[],this.observations_=new n,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=a}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof s(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new y(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof s(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new M(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),g="undefined"!=typeof WeakMap?new WeakMap:new n,Z=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),a=new H(t,n,this);g.set(this,a)};["observe","unobserve","disconnect"].forEach((function(e){Z.prototype[e]=function(){var t;return(t=g.get(this))[e].apply(t,arguments)}}));var V=void 0!==r.ResizeObserver?r.ResizeObserver:Z;t.default=V}.call(this,n("yLpj"))},"d+lc":function(e,t,n){var a=n("ekG2");e.exports=function(e){if(!a(e))throw TypeError(e+" is not an object!");return e}},ekG2:function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},endd:function(e,t,n){"use strict";function a(e){this.message=e}a.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},a.prototype.__CANCEL__=!0,e.exports=a},eqyj:function(e,t,n){"use strict";var a=n("xTJ+");e.exports=a.isStandardBrowserEnv()?{write:function(e,t,n,r,i,l){var o=[];o.push(e+"="+encodeURIComponent(t)),a.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),a.isString(r)&&o.push("path="+r),a.isString(i)&&o.push("domain="+i),!0===l&&o.push("secure"),document.cookie=o.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},ez49:function(e,t,n){"use strict";var a,r=n("o97j");r.canUseDOM&&(a=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!r.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,i=n in document;if(!i){var l=document.createElement("div");l.setAttribute(n,"return;"),i="function"==typeof l[n]}return!i&&a&&"wheel"===e&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i}},g7np:function(e,t,n){"use strict";var a=n("2SVd"),r=n("5oMp");e.exports=function(e,t){return e&&!a(t)?r(e,t):t}},gRli:function(e,t,n){n("aT0f"),n("3+Ww"),n("MBy0"),n("TnF5"),e.exports=n("VSTI").Symbol},h3Hq:function(e,t,n){var a=n("zBWt")("iterator"),r=!1;try{var i=[7][a]();i.return=function(){r=!0},Array.from(i,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var i=[7],l=i[a]();l.next=function(){return{done:n=!0}},i[a]=function(){return l},e(i)}catch(e){}return n}},hIuj:function(e,t,n){"use strict";var a=n("SgzI"),r={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){r[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var i={},l=a.version.split(".");function o(e,t){for(var n=t?t.split("."):l,a=e.split("."),r=0;r<3;r++){if(n[r]>a[r])return!0;if(n[r]<a[r])return!1}return!1}r.transitional=function(e,t,n){var r=t&&o(t);function l(e,t){return"[Axios v"+a.version+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,a,o){if(!1===e)throw new Error(l(a," has been removed in "+t));return r&&!i[a]&&(i[a]=!0,console.warn(l(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,o)}},e.exports={isOlderVersion:o,assertOptions:function(e,t,n){if("object"!=typeof e)throw new TypeError("options must be an object");for(var a=Object.keys(e),r=a.length;r-- >0;){var i=a[r],l=t[i];if(l){var o=e[i],c=void 0===o||l(o,i,e);if(!0!==c)throw new TypeError("option "+i+" must be "+c)}else if(!0!==n)throw Error("Unknown option "+i)}},validators:r}},heda:function(e,t,n){var a=n("GhSp"),r=n("d+lc"),i=n("mHY4");e.exports=n("C61u")?Object.defineProperties:function(e,t){r(e);for(var n,l=i(t),o=l.length,c=0;o>c;)a.f(e,n=l[c++],t[n]);return e}},i8i4:function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}}(),e.exports=n("yl30")},"iZ5/":function(e,t,n){var a=n("BRsN");e.exports=function(e,t,n){for(var r in t)n&&e[r]?e[r]=t[r]:a(e,r,t[r]);return e}},ig3W:function(e,t){e.exports={}},ixoo:function(e,t){var n=0,a=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+a).toString(36))}},jE9Z:function(e,t,n){"use strict";function a(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}n.r(t);var r={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,a=t.children,r=t.parent,i=t.data;i.routerView=!0;for(var l=r.$createElement,o=n.name,c=r.$route,u=r._routerViewCache||(r._routerViewCache={}),s=0,h=!1;r&&r._routerRoot!==r;)r.$vnode&&r.$vnode.data.routerView&&s++,r._inactive&&(h=!0),r=r.$parent;if(i.routerViewDepth=s,h)return l(u[o],i,a);var d=c.matched[s];if(!d)return u[o]=null,l();var p=u[o]=d.components[o];i.registerRouteInstance=function(e,t){var n=d.instances[o];(t&&n!==e||!t&&n===e)&&(d.instances[o]=t)},(i.hook||(i.hook={})).prepatch=function(e,t){d.instances[o]=t.componentInstance};var f=i.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(c,d.props&&d.props[o]);if(f){f=i.props=function(e,t){for(var n in t)e[n]=t[n];return e}({},f);var m=i.attrs=i.attrs||{};for(var v in f)p.props&&v in p.props||(m[v]=f[v],delete f[v])}return l(p,i,a)}};var i=/[!'()*]/g,l=function(e){return"%"+e.charCodeAt(0).toString(16)},o=/%2C/g,c=function(e){return encodeURIComponent(e).replace(i,l).replace(o,",")},u=decodeURIComponent;function s(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach((function(e){var n=e.replace(/\+/g," ").split("="),a=u(n.shift()),r=n.length>0?u(n.join("=")):null;void 0===t[a]?t[a]=r:Array.isArray(t[a])?t[a].push(r):t[a]=[t[a],r]})),t):t}function h(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return"";if(null===n)return c(t);if(Array.isArray(n)){var a=[];return n.forEach((function(e){void 0!==e&&(null===e?a.push(c(t)):a.push(c(t)+"="+c(e)))})),a.join("&")}return c(t)+"="+c(n)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var d=/\/?$/;function p(e,t,n,a){var r=a&&a.options.stringifyQuery,i=t.query||{};try{i=f(i)}catch(e){}var l={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:i,params:t.params||{},fullPath:A(t,r),matched:e?v(e):[]};return n&&(l.redirectedFrom=A(n,r)),Object.freeze(l)}function f(e){if(Array.isArray(e))return e.map(f);if(e&&"object"==typeof e){var t={};for(var n in e)t[n]=f(e[n]);return t}return e}var m=p(null,{path:"/"});function v(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function A(e,t){var n=e.path,a=e.query;void 0===a&&(a={});var r=e.hash;return void 0===r&&(r=""),(n||"/")+(t||h)(a)+r}function y(e,t){return t===m?e===t:!!t&&(e.path&&t.path?e.path.replace(d,"")===t.path.replace(d,"")&&e.hash===t.hash&&M(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&M(e.query,t.query)&&M(e.params,t.params)))}function M(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),a=Object.keys(t);return n.length===a.length&&n.every((function(n){var a=e[n],r=t[n];return"object"==typeof a&&"object"==typeof r?M(a,r):String(a)===String(r)}))}var H,g={name:"router-link",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:[String,Array],default:"click"}},render:function(e){var t=this,n=this.$router,a=this.$route,r=n.resolve(this.to,a,this.append),i=r.location,l=r.route,o=r.href,c={},u=n.options.linkActiveClass,s=n.options.linkExactActiveClass,h=null==u?"router-link-active":u,f=null==s?"router-link-exact-active":s,m=null==this.activeClass?h:this.activeClass,v=null==this.exactActiveClass?f:this.exactActiveClass,A=i.path?p(null,i,null,n):l;c[v]=y(a,A),c[m]=this.exact?c[v]:function(e,t){return 0===e.path.replace(d,"/").indexOf(t.path.replace(d,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(a,A);var M=function(e){Z(e)&&(t.replace?n.replace(i):n.push(i))},g={click:Z};Array.isArray(this.event)?this.event.forEach((function(e){g[e]=M})):g[this.event]=M;var V={class:c};if("a"===this.tag)V.on=g,V.attrs={href:o};else{var C=function e(t){var n;if(t)for(var a=0;a<t.length;a++){if("a"===(n=t[a]).tag)return n;if(n.children&&(n=e(n.children)))return n}}(this.$slots.default);if(C){C.isStatic=!1;var b=H.util.extend;(C.data=b({},C.data)).on=g,(C.data.attrs=b({},C.data.attrs)).href=o}else V.on=g}return e(this.tag,V,this.$slots.default)}};function Z(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}var V="undefined"!=typeof window;function C(e,t,n){var a=e.charAt(0);if("/"===a)return e;if("?"===a||"#"===a)return t+e;var r=t.split("/");n&&r[r.length-1]||r.pop();for(var i=e.replace(/^\//,"").split("/"),l=0;l<i.length;l++){var o=i[l];".."===o?r.pop():"."!==o&&r.push(o)}return""!==r[0]&&r.unshift(""),r.join("/")}function b(e){return e.replace(/\/\//g,"/")}var L=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},S=R,z=T,w=function(e,t){return O(T(e,t))},x=O,_=q,k=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function T(e,t){for(var n,a=[],r=0,i=0,l="",o=t&&t.delimiter||"/";null!=(n=k.exec(e));){var c=n[0],u=n[1],s=n.index;if(l+=e.slice(i,s),i=s+c.length,u)l+=u[1];else{var h=e[i],d=n[2],p=n[3],f=n[4],m=n[5],v=n[6],A=n[7];l&&(a.push(l),l="");var y=null!=d&&null!=h&&h!==d,M="+"===v||"*"===v,H="?"===v||"*"===v,g=n[2]||o,Z=f||m;a.push({name:p||r++,prefix:d||"",delimiter:g,optional:H,repeat:M,partial:y,asterisk:!!A,pattern:Z?N(Z):A?".*":"[^"+P(g)+"]+?"})}}return i<e.length&&(l+=e.substr(i)),l&&a.push(l),a}function E(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function O(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,a){for(var r="",i=n||{},l=(a||{}).pretty?E:encodeURIComponent,o=0;o<e.length;o++){var c=e[o];if("string"!=typeof c){var u,s=i[c.name];if(null==s){if(c.optional){c.partial&&(r+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(L(s)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(s)+"`");if(0===s.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var h=0;h<s.length;h++){if(u=l(s[h]),!t[o].test(u))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(u)+"`");r+=(0===h?c.prefix:c.delimiter)+u}}else{if(u=c.asterisk?encodeURI(s).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):l(s),!t[o].test(u))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+u+'"');r+=c.prefix+u}}else r+=c}return r}}function P(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function N(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function j(e,t){return e.keys=t,e}function D(e){return e.sensitive?"":"i"}function q(e,t,n){L(t)||(n=t||n,t=[]);for(var a=(n=n||{}).strict,r=!1!==n.end,i="",l=0;l<e.length;l++){var o=e[l];if("string"==typeof o)i+=P(o);else{var c=P(o.prefix),u="(?:"+o.pattern+")";t.push(o),o.repeat&&(u+="(?:"+c+u+")*"),i+=u=o.optional?o.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")"}}var s=P(n.delimiter||"/"),h=i.slice(-s.length)===s;return a||(i=(h?i.slice(0,-s.length):i)+"(?:"+s+"(?=$))?"),i+=r?"$":a&&h?"":"(?="+s+"|$)",j(new RegExp("^"+i,D(n)),t)}function R(e,t,n){return L(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var a=0;a<n.length;a++)t.push({name:a,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return j(e,t)}(e,t):L(e)?function(e,t,n){for(var a=[],r=0;r<e.length;r++)a.push(R(e[r],t,n).source);return j(new RegExp("(?:"+a.join("|")+")",D(n)),t)}(e,t,n):function(e,t,n){return q(T(e,n),t,n)}(e,t,n)}S.parse=z,S.compile=w,S.tokensToFunction=x,S.tokensToRegExp=_;var I=Object.create(null);function F(e,t,n){try{return(I[e]||(I[e]=S.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function B(e,t,n,a){var r=t||[],i=n||Object.create(null),l=a||Object.create(null);e.forEach((function(e){!function e(t,n,a,r,i,l){var o=r.path,c=r.name;0;var u=r.pathToRegexpOptions||{},s=function(e,t,n){n||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return b(t.path+"/"+e)}(o,i,u.strict);"boolean"==typeof r.caseSensitive&&(u.sensitive=r.caseSensitive);var h={path:s,regex:U(s,u),components:r.components||{default:r.component},instances:{},name:c,parent:i,matchAs:l,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};r.children&&r.children.forEach((function(r){var i=l?b(l+"/"+r.path):void 0;e(t,n,a,r,h,i)}));if(void 0!==r.alias){(Array.isArray(r.alias)?r.alias:[r.alias]).forEach((function(l){var o={path:l,children:r.children};e(t,n,a,o,i,h.path||"/")}))}n[h.path]||(t.push(h.path),n[h.path]=h);c&&(a[c]||(a[c]=h))}(r,i,l,e)}));for(var o=0,c=r.length;o<c;o++)"*"===r[o]&&(r.push(r.splice(o,1)[0]),c--,o--);return{pathList:r,pathMap:i,nameMap:l}}function U(e,t){return S(e,[],t)}function $(e,t,n,a){var r="string"==typeof e?{path:e}:e;if(r.name||r._normalized)return r;if(!r.path&&r.params&&t){(r=W({},r))._normalized=!0;var i=W(W({},t.params),r.params);if(t.name)r.name=t.name,r.params=i;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;r.path=F(l,i,t.path)}else 0;return r}var o=function(e){var t="",n="",a=e.indexOf("#");a>=0&&(t=e.slice(a),e=e.slice(0,a));var r=e.indexOf("?");return r>=0&&(n=e.slice(r+1),e=e.slice(0,r)),{path:e,query:n,hash:t}}(r.path||""),c=t&&t.path||"/",u=o.path?C(o.path,c,n||r.append):c,h=function(e,t,n){void 0===t&&(t={});var a,r=n||s;try{a=r(e||"")}catch(e){a={}}for(var i in t)a[i]=t[i];return a}(o.query,r.query,a&&a.options.parseQuery),d=r.hash||o.hash;return d&&"#"!==d.charAt(0)&&(d="#"+d),{_normalized:!0,path:u,query:h,hash:d}}function W(e,t){for(var n in t)e[n]=t[n];return e}function G(e,t){var n=B(e),a=n.pathList,r=n.pathMap,i=n.nameMap;function l(e,n,l){var o=$(e,n,!1,t),u=o.name;if(u){var s=i[u];if(!s)return c(null,o);var h=s.regex.keys.filter((function(e){return!e.optional})).map((function(e){return e.name}));if("object"!=typeof o.params&&(o.params={}),n&&"object"==typeof n.params)for(var d in n.params)!(d in o.params)&&h.indexOf(d)>-1&&(o.params[d]=n.params[d]);if(s)return o.path=F(s.path,o.params),c(s,o,l)}else if(o.path){o.params={};for(var p=0;p<a.length;p++){var f=a[p],m=r[f];if(Q(m.regex,o.path,o.params))return c(m,o,l)}}return c(null,o)}function o(e,n){var a=e.redirect,r="function"==typeof a?a(p(e,n,null,t)):a;if("string"==typeof r&&(r={path:r}),!r||"object"!=typeof r)return c(null,n);var o=r,u=o.name,s=o.path,h=n.query,d=n.hash,f=n.params;if(h=o.hasOwnProperty("query")?o.query:h,d=o.hasOwnProperty("hash")?o.hash:d,f=o.hasOwnProperty("params")?o.params:f,u){i[u];return l({_normalized:!0,name:u,query:h,hash:d,params:f},void 0,n)}if(s){var m=function(e,t){return C(e,t.parent?t.parent.path:"/",!0)}(s,e);return l({_normalized:!0,path:F(m,f),query:h,hash:d},void 0,n)}return c(null,n)}function c(e,n,a){return e&&e.redirect?o(e,a||n):e&&e.matchAs?function(e,t,n){var a=l({_normalized:!0,path:F(n,t.params)});if(a){var r=a.matched,i=r[r.length-1];return t.params=a.params,c(i,t)}return c(null,t)}(0,n,e.matchAs):p(e,n,a,t)}return{match:l,addRoutes:function(e){B(e,a,r,i)}}}function Q(e,t,n){var a=t.match(e);if(!a)return!1;if(!n)return!0;for(var r=1,i=a.length;r<i;++r){var l=e.keys[r-1],o="string"==typeof a[r]?decodeURIComponent(a[r]):a[r];l&&(n[l.name]=o)}return!0}var K=Object.create(null);function J(){window.history.replaceState({key:ue()},""),window.addEventListener("popstate",(function(e){var t;Y(),e.state&&e.state.key&&(t=e.state.key,oe=t)}))}function X(e,t,n,a){if(e.app){var r=e.options.scrollBehavior;r&&e.app.$nextTick((function(){var e=function(){var e=ue();if(e)return K[e]}(),i=r(t,n,a?e:null);i&&("function"==typeof i.then?i.then((function(t){ae(t,e)})).catch((function(e){0})):ae(i,e))}))}}function Y(){var e=ue();e&&(K[e]={x:window.pageXOffset,y:window.pageYOffset})}function ee(e){return ne(e.x)||ne(e.y)}function te(e){return{x:ne(e.x)?e.x:window.pageXOffset,y:ne(e.y)?e.y:window.pageYOffset}}function ne(e){return"number"==typeof e}function ae(e,t){var n,a="object"==typeof e;if(a&&"string"==typeof e.selector){var r=document.querySelector(e.selector);if(r){var i=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var n=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{x:a.left-n.left-t.x,y:a.top-n.top-t.y}}(r,i={x:ne((n=i).x)?n.x:0,y:ne(n.y)?n.y:0})}else ee(e)&&(t=te(e))}else a&&ee(e)&&(t=te(e));t&&window.scrollTo(t.x,t.y)}var re,ie=V&&((-1===(re=window.navigator.userAgent).indexOf("Android 2.")&&-1===re.indexOf("Android 4.0")||-1===re.indexOf("Mobile Safari")||-1!==re.indexOf("Chrome")||-1!==re.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),le=V&&window.performance&&window.performance.now?window.performance:Date,oe=ce();function ce(){return le.now().toFixed(3)}function ue(){return oe}function se(e,t){Y();var n=window.history;try{t?n.replaceState({key:oe},"",e):(oe=ce(),n.pushState({key:oe},"",e))}catch(n){window.location[t?"replace":"assign"](e)}}function he(e){se(e,!0)}function de(e,t,n){var a=function(r){r>=e.length?n():e[r]?t(e[r],(function(){a(r+1)})):a(r+1)};a(0)}function pe(e){return function(t,n,r){var i=!1,l=0,o=null;fe(e,(function(e,t,n,c){if("function"==typeof e&&void 0===e.cid){i=!0,l++;var u,s=Ae((function(t){var a;((a=t).__esModule||ve&&"Module"===a[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:H.extend(t),n.components[c]=t,--l<=0&&r()})),h=Ae((function(e){var t="Failed to resolve async component "+c+": "+e;o||(o=a(e)?e:new Error(t),r(o))}));try{u=e(s,h)}catch(e){h(e)}if(u)if("function"==typeof u.then)u.then(s,h);else{var d=u.component;d&&"function"==typeof d.then&&d.then(s,h)}}})),i||r()}}function fe(e,t){return me(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function me(e){return Array.prototype.concat.apply([],e)}var ve="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Ae(e){var t=!1;return function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];if(!t)return t=!0,e.apply(this,n)}}var ye=function(e,t){this.router=e,this.base=function(e){if(!e)if(V){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=m,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Me(e,t,n,a){var r=fe(e,(function(e,a,r,i){var l=function(e,t){"function"!=typeof e&&(e=H.extend(e));return e.options[t]}(e,t);if(l)return Array.isArray(l)?l.map((function(e){return n(e,a,r,i)})):n(l,a,r,i)}));return me(a?r.reverse():r)}function He(e,t){if(t)return function(){return e.apply(t,arguments)}}ye.prototype.listen=function(e){this.cb=e},ye.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},ye.prototype.onError=function(e){this.errorCbs.push(e)},ye.prototype.transitionTo=function(e,t,n){var a=this,r=this.router.match(e,this.current);this.confirmTransition(r,(function(){a.updateRoute(r),t&&t(r),a.ensureURL(),a.ready||(a.ready=!0,a.readyCbs.forEach((function(e){e(r)})))}),(function(e){n&&n(e),e&&!a.ready&&(a.ready=!0,a.readyErrorCbs.forEach((function(t){t(e)})))}))},ye.prototype.confirmTransition=function(e,t,n){var r=this,i=this.current,l=function(e){a(e)&&(r.errorCbs.length?r.errorCbs.forEach((function(t){t(e)})):console.error(e)),n&&n(e)};if(y(e,i)&&e.matched.length===i.matched.length)return this.ensureURL(),l();var o=function(e,t){var n,a=Math.max(e.length,t.length);for(n=0;n<a&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}(this.current.matched,e.matched),c=o.updated,u=o.deactivated,s=o.activated,h=[].concat(function(e){return Me(e,"beforeRouteLeave",He,!0)}(u),this.router.beforeHooks,function(e){return Me(e,"beforeRouteUpdate",He)}(c),s.map((function(e){return e.beforeEnter})),pe(s));this.pending=e;var d=function(t,n){if(r.pending!==e)return l();try{t(e,i,(function(e){!1===e||a(e)?(r.ensureURL(!0),l(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(l(),"object"==typeof e&&e.replace?r.replace(e):r.push(e)):n(e)}))}catch(e){l(e)}};de(h,d,(function(){var n=[];de(function(e,t,n){return Me(e,"beforeRouteEnter",(function(e,a,r,i){return function(e,t,n,a,r){return function(i,l,o){return e(i,l,(function(e){o(e),"function"==typeof e&&a.push((function(){!function e(t,n,a,r){n[a]?t(n[a]):r()&&setTimeout((function(){e(t,n,a,r)}),16)}(e,t.instances,n,r)}))}))}}(e,r,i,t,n)}))}(s,n,(function(){return r.current===e})).concat(r.router.resolveHooks),d,(function(){if(r.pending!==e)return l();r.pending=null,t(e),r.router.app&&r.router.app.$nextTick((function(){n.forEach((function(e){e()}))}))}))}))},ye.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach((function(n){n&&n(e,t)}))};var ge=function(e){function t(t,n){var a=this;e.call(this,t,n);var r=t.options.scrollBehavior;r&&J();var i=Ze(this.base);window.addEventListener("popstate",(function(e){var n=a.current,l=Ze(a.base);a.current===m&&l===i||a.transitionTo(l,(function(e){r&&X(t,e,n,!0)}))}))}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){se(b(a.base+e.fullPath)),X(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){he(b(a.base+e.fullPath)),X(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(Ze(this.base)!==this.current.fullPath){var t=b(this.base+this.current.fullPath);e?se(t):he(t)}},t.prototype.getCurrentLocation=function(){return Ze(this.base)},t}(ye);function Ze(e){var t=window.location.pathname;return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var Ve=function(e){function t(t,n,a){e.call(this,t,n),a&&function(e){var t=Ze(e);if(!/^\/#/.test(t))return window.location.replace(b(e+"/#"+t)),!0}(this.base)||Ce()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router.options.scrollBehavior,n=ie&&t;n&&J(),window.addEventListener(ie?"popstate":"hashchange",(function(){var t=e.current;Ce()&&e.transitionTo(be(),(function(a){n&&X(e.router,a,t,!0),ie||ze(a.fullPath)}))}))},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){Se(e.fullPath),X(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){ze(e.fullPath),X(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;be()!==t&&(e?Se(t):ze(t))},t.prototype.getCurrentLocation=function(){return be()},t}(ye);function Ce(){var e=be();return"/"===e.charAt(0)||(ze("/"+e),!1)}function be(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function Le(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Se(e){ie?se(Le(e)):window.location.hash=e}function ze(e){ie?he(Le(e)):window.location.replace(Le(e))}var we=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index+1).concat(e),a.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var a=this.stack[n];this.confirmTransition(a,(function(){t.index=n,t.updateRoute(a)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(ye),xe=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=G(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!ie&&!1!==e.fallback,this.fallback&&(t="hash"),V||(t="abstract"),this.mode=t,t){case"history":this.history=new ge(this,e.base);break;case"hash":this.history=new Ve(this,e.base,this.fallback);break;case"abstract":this.history=new we(this,e.base);break;default:0}},_e={currentRoute:{configurable:!0}};function ke(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}xe.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},_e.currentRoute.get=function(){return this.history&&this.history.current},xe.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var n=this.history;if(n instanceof ge)n.transitionTo(n.getCurrentLocation());else if(n instanceof Ve){var a=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),a,a)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},xe.prototype.beforeEach=function(e){return ke(this.beforeHooks,e)},xe.prototype.beforeResolve=function(e){return ke(this.resolveHooks,e)},xe.prototype.afterEach=function(e){return ke(this.afterHooks,e)},xe.prototype.onReady=function(e,t){this.history.onReady(e,t)},xe.prototype.onError=function(e){this.history.onError(e)},xe.prototype.push=function(e,t,n){this.history.push(e,t,n)},xe.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},xe.prototype.go=function(e){this.history.go(e)},xe.prototype.back=function(){this.go(-1)},xe.prototype.forward=function(){this.go(1)},xe.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},xe.prototype.resolve=function(e,t,n){var a=$(e,t||this.history.current,n,this),r=this.match(a,t),i=r.redirectedFrom||r.fullPath;return{location:a,route:r,href:function(e,t,n){var a="hash"===n?"#"+t:t;return e?b(e+"/"+a):a}(this.history.base,i,this.mode),normalizedTo:a,resolved:r}},xe.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==m&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(xe.prototype,_e),xe.install=function e(t){if(!e.installed||H!==t){e.installed=!0,H=t;var n=function(e){return void 0!==e},a=function(e,t){var a=e.$options._parentVnode;n(a)&&n(a=a.data)&&n(a=a.registerRouteInstance)&&a(e,t)};t.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,a(this,this)},destroyed:function(){a(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("router-view",r),t.component("router-link",g);var i=t.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},xe.version="3.0.1",V&&window.Vue&&window.Vue.use(xe),t.default=xe},"jfS+":function(e,t,n){"use strict";var a=n("endd");function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new a(e),t(n.reason))}))}r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e;return{token:new r((function(t){e=t})),cancel:e}},e.exports=r},jlxs:function(e,t,n){var a=n("7whZ").navigator;e.exports=a&&a.userAgent||""},jrfk:function(e,t){var n,a,r,i,l,o,c,u,s,h,d,p,f,m,v,A=!1;function y(){if(!A){A=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),y=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(p=/\b(iPhone|iP[ao]d)/.exec(e),f=/\b(iP[ao]d)/.exec(e),h=/Android/i.exec(e),m=/FBAN\/\w+;/i.exec(e),v=/Mobile/i.exec(e),d=!!/Win64/.exec(e),t){(n=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN)&&document&&document.documentMode&&(n=document.documentMode);var M=/(?:Trident\/(\d+.\d+))/.exec(e);o=M?parseFloat(M[1])+4:n,a=t[2]?parseFloat(t[2]):NaN,r=t[3]?parseFloat(t[3]):NaN,(i=t[4]?parseFloat(t[4]):NaN)?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),l=t&&t[1]?parseFloat(t[1]):NaN):l=NaN}else n=a=r=l=i=NaN;if(y){if(y[1]){var H=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);c=!H||parseFloat(H[1].replace("_","."))}else c=!1;u=!!y[2],s=!!y[3]}else c=u=s=!1}}var M={ie:function(){return y()||n},ieCompatibilityMode:function(){return y()||o>n},ie64:function(){return M.ie()&&d},firefox:function(){return y()||a},opera:function(){return y()||r},webkit:function(){return y()||i},safari:function(){return M.webkit()},chrome:function(){return y()||l},windows:function(){return y()||u},osx:function(){return y()||c},linux:function(){return y()||s},iphone:function(){return y()||p},mobile:function(){return y()||p||f||h||v},nativeApp:function(){return y()||m},android:function(){return y()||h},ipad:function(){return y()||f}};e.exports=M},jssz:function(e,t,n){var a=n("7whZ"),r=n("vOBO").set,i=a.MutationObserver||a.WebKitMutationObserver,l=a.process,o=a.Promise,c="process"==n("TYje")(l);e.exports=function(){var e,t,n,u=function(){var a,r;for(c&&(a=l.domain)&&a.exit();e;){r=e.fn,e=e.next;try{r()}catch(a){throw e?n():t=void 0,a}}t=void 0,a&&a.enter()};if(c)n=function(){l.nextTick(u)};else if(!i||a.navigator&&a.navigator.standalone)if(o&&o.resolve){var s=o.resolve(void 0);n=function(){s.then(u)}}else n=function(){r.call(a,u)};else{var h=!0,d=document.createTextNode("");new i(u).observe(d,{characterData:!0}),n=function(){d.data=h=!h}}return function(a){var r={fn:a,next:void 0};t&&(t.next=r),e||(e=r,n()),t=r}}},kUGv:function(e,t,n){var a=n("7whZ").document;e.exports=a&&a.documentElement},kvAF:function(e,t,n){var a=n("GhSp").f,r=n("nA4W"),i=n("zBWt")("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,i)&&a(e,i,{configurable:!0,value:t})}},kvrn:function(e,t){var n=/^(attrs|props|on|nativeOn|class|style|hook)$/;function a(e,t){return function(){e&&e.apply(this,arguments),t&&t.apply(this,arguments)}}e.exports=function(e){return e.reduce((function(e,t){var r,i,l,o,c;for(l in t)if(r=e[l],i=t[l],r&&n.test(l))if("class"===l&&("string"==typeof r&&(c=r,e[l]=r={},r[c]=!0),"string"==typeof i&&(c=i,t[l]=i={},i[c]=!0)),"on"===l||"nativeOn"===l||"hook"===l)for(o in i)r[o]=a(r[o],i[o]);else if(Array.isArray(r))e[l]=r.concat(i);else if(Array.isArray(i))e[l]=[r].concat(i);else for(o in i)r[o]=i[o];else e[l]=t[l];return e}),{})}},l0Kd:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},ls82:function(e,t){!function(t){"use strict";var n=Object.prototype,a=n.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",l=r.asyncIterator||"@@asyncIterator",o=r.toStringTag||"@@toStringTag",c="object"==typeof e,u=t.regeneratorRuntime;if(u)c&&(e.exports=u);else{(u=t.regeneratorRuntime=c?e.exports:{}).wrap=m;var s={},h={};h[i]=function(){return this};var d=Object.getPrototypeOf,p=d&&d(d(L([])));p&&p!==n&&a.call(p,i)&&(h=p);var f=M.prototype=A.prototype=Object.create(h);y.prototype=f.constructor=M,M.constructor=y,M[o]=y.displayName="GeneratorFunction",u.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},u.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,M):(e.__proto__=M,o in e||(e[o]="GeneratorFunction")),e.prototype=Object.create(f),e},u.awrap=function(e){return{__await:e}},H(g.prototype),g.prototype[l]=function(){return this},u.AsyncIterator=g,u.async=function(e,t,n,a){var r=new g(m(e,t,n,a));return u.isGeneratorFunction(t)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},H(f),f[o]="Generator",f[i]=function(){return this},f.toString=function(){return"[object Generator]"},u.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var a=t.pop();if(a in e)return n.value=a,n.done=!1,n}return n.done=!0,n}},u.values=L,b.prototype={constructor:b,reset:function(e){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(C),!e)for(var t in this)"t"===t.charAt(0)&&a.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function n(n,a){return l.type="throw",l.arg=e,t.next=n,a&&(t.method="next",t.arg=void 0),!!a}for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r],l=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var o=a.call(i,"catchLoc"),c=a.call(i,"finallyLoc");if(o&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(o){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var l=i?i.completion:{};return l.type=e,l.arg=t,i?(this.method="next",this.next=i.finallyLoc,s):this.complete(l)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),s},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),C(n),s}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var a=n.completion;if("throw"===a.type){var r=a.arg;C(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:L(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),s}}}function m(e,t,n,a){var r=t&&t.prototype instanceof A?t:A,i=Object.create(r.prototype),l=new b(a||[]);return i._invoke=function(e,t,n){var a="suspendedStart";return function(r,i){if("executing"===a)throw new Error("Generator is already running");if("completed"===a){if("throw"===r)throw i;return S()}for(n.method=r,n.arg=i;;){var l=n.delegate;if(l){var o=Z(l,n);if(o){if(o===s)continue;return o}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===a)throw a="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a="executing";var c=v(e,t,n);if("normal"===c.type){if(a=n.done?"completed":"suspendedYield",c.arg===s)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(a="completed",n.method="throw",n.arg=c.arg)}}}(e,n,l),i}function v(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}function A(){}function y(){}function M(){}function H(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function g(e){var t;this._invoke=function(n,r){function i(){return new Promise((function(t,i){!function t(n,r,i,l){var o=v(e[n],e,r);if("throw"!==o.type){var c=o.arg,u=c.value;return u&&"object"==typeof u&&a.call(u,"__await")?Promise.resolve(u.__await).then((function(e){t("next",e,i,l)}),(function(e){t("throw",e,i,l)})):Promise.resolve(u).then((function(e){c.value=e,i(c)}),l)}l(o.arg)}(n,r,t,i)}))}return t=t?t.then(i,i):i()}}function Z(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,Z(e,t),"throw"===t.method))return s;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return s}var a=v(n,e.iterator,t.arg);if("throw"===a.type)return t.method="throw",t.arg=a.arg,t.delegate=null,s;var r=a.arg;return r?r.done?(t[e.resultName]=r.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,s):r:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,s)}function V(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function C(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function b(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(V,this),this.reset(!0)}function L(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(a.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=void 0,t.done=!0,t};return r.next=r}}return{next:S}}function S(){return{value:void 0,done:!0}}}(function(){return this}()||Function("return this")())},m1cH:function(e,t,n){"use strict";t.__esModule=!0;var a,r=n("rfXi"),i=(a=r)&&a.__esModule?a:{default:a};t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,i.default)(e)}},mHY4:function(e,t,n){var a=n("A9a0"),r=n("l0Kd");e.exports=Object.keys||function(e){return a(e,r)}},myGB:function(e,t,n){n("C5kU"),n("CE4/"),e.exports=n("VSTI").Array.from},n7vu:function(e,t,n){var a=n("TYje");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==a(e)?e.split(""):Object(e)}},nA4W:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},nAx8:function(e,t,n){var a=n("FgkJ");e.exports=function(e,t,n){if(a(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,a){return e.call(t,n,a)};case 3:return function(n,a,r){return e.call(t,n,a,r)}}return function(){return e.apply(t,arguments)}}},nRFE:function(e,t,n){var a=n("/F7N"),r=Math.max,i=Math.min;e.exports=function(e,t){return(e=a(e))<0?r(e+t,0):i(e,t)}},o97j:function(e,t,n){"use strict";var a=!("undefined"==typeof window||!window.document||!window.document.createElement),r={canUseDOM:a,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:a&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:a&&!!window.screen,isInWorker:!a};e.exports=r},oV5b:function(e,t,n){"use strict";n.r(t);var a=n("QbLZ"),r=n.n(a),i=n("EJiy"),l=n.n(i),o=/%[sdj%]/g;function c(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var a=1,r=t[0],i=t.length;if("function"==typeof r)return r.apply(null,t.slice(1));if("string"==typeof r){for(var l=String(r).replace(o,(function(e){if("%%"===e)return"%";if(a>=i)return e;switch(e){case"%s":return String(t[a++]);case"%d":return Number(t[a++]);case"%j":try{return JSON.stringify(t[a++])}catch(e){return"[Circular]"}break;default:return e}})),c=t[a];a<i;c=t[++a])l+=" "+c;return l}return r}function u(e,t){return null==e||(!("array"!==t||!Array.isArray(e)||e.length)||!(!function(e){return"string"===e||"url"===e||"hex"===e||"email"===e||"pattern"===e}(t)||"string"!=typeof e||e))}function s(e,t,n){var a=0,r=e.length;!function i(l){if(l&&l.length)n(l);else{var o=a;a+=1,o<r?t(e[o],i):n([])}}([])}function h(e,t,n,a){if(t.first)return s(function(e){var t=[];return Object.keys(e).forEach((function(n){t.push.apply(t,e[n])})),t}(e),n,a);var r=t.firstFields||[];!0===r&&(r=Object.keys(e));var i=Object.keys(e),l=i.length,o=0,c=[],u=function(e){c.push.apply(c,e),++o===l&&a(c)};i.forEach((function(t){var a=e[t];-1!==r.indexOf(t)?s(a,n,u):function(e,t,n){var a=[],r=0,i=e.length;function l(e){a.push.apply(a,e),++r===i&&n(a)}e.forEach((function(e){t(e,l)}))}(a,n,u)}))}function d(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:t,field:t.field||e.fullField}}}function p(e,t){if(t)for(var n in t)if(t.hasOwnProperty(n)){var a=t[n];"object"===(void 0===a?"undefined":l()(a))&&"object"===l()(e[n])?e[n]=r()({},e[n],a):e[n]=a}return e}var f=function(e,t,n,a,r,i){!e.required||n.hasOwnProperty(e.field)&&!u(t,i||e.type)||a.push(c(r.messages.required,e.fullField))};var m=function(e,t,n,a,r){(/^\s+$/.test(t)||""===t)&&a.push(c(r.messages.whitespace,e.fullField))},v={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},A={integer:function(e){return A.number(e)&&parseInt(e,10)===e},float:function(e){return A.number(e)&&!A.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(e){return!1}},date:function(e){return"function"==typeof e.getTime&&"function"==typeof e.getMonth&&"function"==typeof e.getYear},number:function(e){return!isNaN(e)&&"number"==typeof e},object:function(e){return"object"===(void 0===e?"undefined":l()(e))&&!A.array(e)},method:function(e){return"function"==typeof e},email:function(e){return"string"==typeof e&&!!e.match(v.email)&&e.length<255},url:function(e){return"string"==typeof e&&!!e.match(v.url)},hex:function(e){return"string"==typeof e&&!!e.match(v.hex)}};var y=function(e,t,n,a,r){if(e.required&&void 0===t)f(e,t,n,a,r);else{var i=e.type;["integer","float","array","regexp","object","method","email","number","date","url","hex"].indexOf(i)>-1?A[i](t)||a.push(c(r.messages.types[i],e.fullField,e.type)):i&&(void 0===t?"undefined":l()(t))!==e.type&&a.push(c(r.messages.types[i],e.fullField,e.type))}};var M={required:f,whitespace:m,type:y,range:function(e,t,n,a,r){var i="number"==typeof e.len,l="number"==typeof e.min,o="number"==typeof e.max,u=t,s=null,h="number"==typeof t,d="string"==typeof t,p=Array.isArray(t);if(h?s="number":d?s="string":p&&(s="array"),!s)return!1;p&&(u=t.length),d&&(u=t.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"_").length),i?u!==e.len&&a.push(c(r.messages[s].len,e.fullField,e.len)):l&&!o&&u<e.min?a.push(c(r.messages[s].min,e.fullField,e.min)):o&&!l&&u>e.max?a.push(c(r.messages[s].max,e.fullField,e.max)):l&&o&&(u<e.min||u>e.max)&&a.push(c(r.messages[s].range,e.fullField,e.min,e.max))},enum:function(e,t,n,a,r){e.enum=Array.isArray(e.enum)?e.enum:[],-1===e.enum.indexOf(t)&&a.push(c(r.messages.enum,e.fullField,e.enum.join(", ")))},pattern:function(e,t,n,a,r){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||a.push(c(r.messages.pattern.mismatch,e.fullField,t,e.pattern));else if("string"==typeof e.pattern){new RegExp(e.pattern).test(t)||a.push(c(r.messages.pattern.mismatch,e.fullField,t,e.pattern))}}};var H=function(e,t,n,a,r){var i=e.type,l=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t,i)&&!e.required)return n();M.required(e,t,a,l,r,i),u(t,i)||M.type(e,t,a,l,r)}n(l)},g={string:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t,"string")&&!e.required)return n();M.required(e,t,a,i,r,"string"),u(t,"string")||(M.type(e,t,a,i,r),M.range(e,t,a,i,r),M.pattern(e,t,a,i,r),!0===e.whitespace&&M.whitespace(e,t,a,i,r))}n(i)},method:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),void 0!==t&&M.type(e,t,a,i,r)}n(i)},number:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),void 0!==t&&(M.type(e,t,a,i,r),M.range(e,t,a,i,r))}n(i)},boolean:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),void 0!==t&&M.type(e,t,a,i,r)}n(i)},regexp:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),u(t)||M.type(e,t,a,i,r)}n(i)},integer:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),void 0!==t&&(M.type(e,t,a,i,r),M.range(e,t,a,i,r))}n(i)},float:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),void 0!==t&&(M.type(e,t,a,i,r),M.range(e,t,a,i,r))}n(i)},array:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t,"array")&&!e.required)return n();M.required(e,t,a,i,r,"array"),u(t,"array")||(M.type(e,t,a,i,r),M.range(e,t,a,i,r))}n(i)},object:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),void 0!==t&&M.type(e,t,a,i,r)}n(i)},enum:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();M.required(e,t,a,i,r),t&&M.enum(e,t,a,i,r)}n(i)},pattern:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t,"string")&&!e.required)return n();M.required(e,t,a,i,r),u(t,"string")||M.pattern(e,t,a,i,r)}n(i)},date:function(e,t,n,a,r){var i=[];if(e.required||!e.required&&a.hasOwnProperty(e.field)){if(u(t)&&!e.required)return n();if(M.required(e,t,a,i,r),!u(t)){var l=void 0;l="number"==typeof t?new Date(t):t,M.type(e,l,a,i,r),l&&M.range(e,l.getTime(),a,i,r)}}n(i)},url:H,hex:H,email:H,required:function(e,t,n,a,r){var i=[],o=Array.isArray(t)?"array":void 0===t?"undefined":l()(t);M.required(e,t,a,i,r,o),n(i)}};function Z(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var V=Z();function C(e){this.rules=null,this._messages=V,this.define(e)}C.prototype={messages:function(e){return e&&(this._messages=p(Z(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if("object"!==(void 0===e?"undefined":l()(e))||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var t=void 0,n=void 0;for(t in e)e.hasOwnProperty(t)&&(n=e[t],this.rules[t]=Array.isArray(n)?n:[n])},validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments[2],i=e,o=n,u=a;if("function"==typeof o&&(u=o,o={}),this.rules&&0!==Object.keys(this.rules).length){if(o.messages){var s=this.messages();s===V&&(s=Z()),p(s,o.messages),o.messages=s}else o.messages=this.messages();var f=void 0,m=void 0,v={},A=o.keys||Object.keys(this.rules);A.forEach((function(n){f=t.rules[n],m=i[n],f.forEach((function(a){var l=a;"function"==typeof l.transform&&(i===e&&(i=r()({},i)),m=i[n]=l.transform(m)),(l="function"==typeof l?{validator:l}:r()({},l)).validator=t.getValidationMethod(l),l.field=n,l.fullField=l.fullField||n,l.type=t.getType(l),l.validator&&(v[n]=v[n]||[],v[n].push({rule:l,value:m,source:i,field:n}))}))}));var y={};h(v,o,(function(e,t){var n=e.rule,a=!("object"!==n.type&&"array"!==n.type||"object"!==l()(n.fields)&&"object"!==l()(n.defaultField));function i(e,t){return r()({},t,{fullField:n.fullField+"."+e})}function u(){var l=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],u=l;if(Array.isArray(u)||(u=[u]),u.length,u.length&&n.message&&(u=[].concat(n.message)),u=u.map(d(n)),o.first&&u.length)return y[n.field]=1,t(u);if(a){if(n.required&&!e.value)return u=n.message?[].concat(n.message).map(d(n)):o.error?[o.error(n,c(o.messages.required,n.field))]:[],t(u);var s={};if(n.defaultField)for(var h in e.value)e.value.hasOwnProperty(h)&&(s[h]=n.defaultField);for(var p in s=r()({},s,e.rule.fields))if(s.hasOwnProperty(p)){var f=Array.isArray(s[p])?s[p]:[s[p]];s[p]=f.map(i.bind(null,p))}var m=new C(s);m.messages(o.messages),e.rule.options&&(e.rule.options.messages=o.messages,e.rule.options.error=o.error),m.validate(e.value,e.rule.options||o,(function(e){t(e&&e.length?u.concat(e):e)}))}else t(u)}a=a&&(n.required||!n.required&&e.value),n.field=e.field;var s=n.validator(n,e.value,u,e.source,o);s&&s.then&&s.then((function(){return u()}),(function(e){return u(e)}))}),(function(e){M(e)}))}else u&&u();function M(e){var t,n=void 0,a=void 0,r=[],i={};for(n=0;n<e.length;n++)t=e[n],Array.isArray(t)?r=r.concat.apply(r,t):r.push(t);if(r.length)for(n=0;n<r.length;n++)i[a=r[n].field]=i[a]||[],i[a].push(r[n]);else r=null,i=null;u(r,i)}},getType:function(e){if(void 0===e.type&&e.pattern instanceof RegExp&&(e.type="pattern"),"function"!=typeof e.validator&&e.type&&!g.hasOwnProperty(e.type))throw new Error(c("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if("function"==typeof e.validator)return e.validator;var t=Object.keys(e),n=t.indexOf("message");return-1!==n&&t.splice(n,1),1===t.length&&"required"===t[0]?g.required:g[this.getType(e)]||!1}},C.register=function(e,t){if("function"!=typeof t)throw new Error("Cannot register a validator by type, validator is not a function");g[e]=t},C.messages=V;t.default=C},p46w:function(e,t,n){var a,r;!function(i){if(void 0===(r="function"==typeof(a=i)?a.call(t,n,t,e):a)||(e.exports=r),!0,e.exports=i(),!!0){var l=window.Cookies,o=window.Cookies=i();o.noConflict=function(){return window.Cookies=l,o}}}((function(){function e(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var a in n)t[a]=n[a]}return t}return function t(n){function a(t,r,i){var l;if("undefined"!=typeof document){if(arguments.length>1){if("number"==typeof(i=e({path:"/"},a.defaults,i)).expires){var o=new Date;o.setMilliseconds(o.getMilliseconds()+864e5*i.expires),i.expires=o}i.expires=i.expires?i.expires.toUTCString():"";try{l=JSON.stringify(r),/^[\{\[]/.test(l)&&(r=l)}catch(e){}r=n.write?n.write(r,t):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=(t=(t=encodeURIComponent(String(t))).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent)).replace(/[\(\)]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u]));return document.cookie=t+"="+r+c}t||(l={});for(var s=document.cookie?document.cookie.split("; "):[],h=/(%[0-9A-Z]{2})+/g,d=0;d<s.length;d++){var p=s[d].split("="),f=p.slice(1).join("=");this.json||'"'!==f.charAt(0)||(f=f.slice(1,-1));try{var m=p[0].replace(h,decodeURIComponent);if(f=n.read?n.read(f,m):n(f,m)||f.replace(h,decodeURIComponent),this.json)try{f=JSON.parse(f)}catch(e){}if(t===m){l=f;break}t||(l[m]=f)}catch(e){}}return l}}return a.set=a,a.get=function(e){return a.call(a,e)},a.getJSON=function(){return a.apply({json:!0},[].slice.call(arguments))},a.defaults={},a.remove=function(t,n){a(t,"",e(n,{expires:-1}))},a.withConverter=t,a}((function(){}))}))},pdi6:function(e,t,n){},q1tI:function(e,t,n){"use strict";e.exports=n("viRO")},q4sD:function(e,t,n){},rfXi:function(e,t,n){e.exports={default:n("myGB"),__esModule:!0}},s2er:function(e,t,n){var a=n("VSTI"),r=n("7whZ"),i=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:a.version,mode:n("5ETA")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},tQ2B:function(e,t,n){"use strict";var a=n("xTJ+"),r=n("Rn+g"),i=n("eqyj"),l=n("MLWZ"),o=n("g7np"),c=n("w0Vi"),u=n("OTTw"),s=n("LYNF");e.exports=function(e){return new Promise((function(t,n){var h=e.data,d=e.headers,p=e.responseType;a.isFormData(h)&&delete d["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var m=e.auth.username||"",v=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";d.Authorization="Basic "+btoa(m+":"+v)}var A=o(e.baseURL,e.url);function y(){if(f){var a="getAllResponseHeaders"in f?c(f.getAllResponseHeaders()):null,i={data:p&&"text"!==p&&"json"!==p?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:a,config:e,request:f};r(t,n,i),f=null}}if(f.open(e.method.toUpperCase(),l(A,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,"onloadend"in f?f.onloadend=y:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(y)},f.onabort=function(){f&&(n(s("Request aborted",e,"ECONNABORTED",f)),f=null)},f.onerror=function(){n(s("Network Error",e,null,f)),f=null},f.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(s(t,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",f)),f=null},a.isStandardBrowserEnv()){var M=(e.withCredentials||u(A))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;M&&(d[e.xsrfHeaderName]=M)}"setRequestHeader"in f&&a.forEach(d,(function(e,t){void 0===h&&"content-type"===t.toLowerCase()?delete d[t]:f.setRequestHeader(t,e)})),a.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),p&&"json"!==p&&(f.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),n(e),f=null)})),h||(h=null),f.send(h)}))}},u938:function(e,t,n){var a=function(){return this}()||Function("return this")(),r=a.regeneratorRuntime&&Object.getOwnPropertyNames(a).indexOf("regeneratorRuntime")>=0,i=r&&a.regeneratorRuntime;if(a.regeneratorRuntime=void 0,e.exports=n("ls82"),r)a.regeneratorRuntime=i;else try{delete a.regeneratorRuntime}catch(e){a.regeneratorRuntime=void 0}},uK5S:function(e,t,n){"use strict";function a(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(t,"__esModule",{value:!0});var r=a(n("q1tI")),i=a(n("i8i4")),l=a(n("Kw5r")),o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},u=function(){function e(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(t,n,a){return n&&e(t.prototype,n),a&&e(t,a),t}}(),s=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},d=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},p=function(e,t){var n={};for(var a in e)t.indexOf(a)>=0||Object.prototype.hasOwnProperty.call(e,a)&&(n[a]=e[a]);return n},f=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},m=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],a=!0,r=!1,i=void 0;try{for(var l,o=e[Symbol.iterator]();!(a=(l=o.next()).done)&&(n.push(l.value),!t||n.length!==t);a=!0);}catch(e){r=!0,i=e}finally{try{!a&&o.return&&o.return()}finally{if(r)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},v=function(e,t){return e("vuera-internal-react-wrapper",{props:{component:function(){return r.createElement("div",null,t)}}})},A=function(e){function t(e){c(this,t);var n=f(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));n.currentVueComponent=e.component;var a=n.createVueInstance,r=n;return n.createVueInstance=function(e,t,n){a(e,r,t,n)},n}return d(t,e),u(t,[{key:"componentWillReceiveProps",value:function(e){var t=e.component,n=p(e,["component"]);this.currentVueComponent!==t&&this.updateVueComponent(this.props.component,t),Object.assign(this.vueInstance.$data,n)}},{key:"componentWillUnmount",value:function(){this.vueInstance.$destroy()}},{key:"createVueInstance",value:function(e,t){var n,a=t.props,r=a.component,i=a.on,o=p(a,["component","on"]);t.vueInstance=new l(h({el:e,data:o},Z.vueInstanceOptions,{render:function(e){return e("vuera-internal-component-name",{props:this.$data,on:i},[v(e,this.children)])},components:(n={},s(n,"vuera-internal-component-name",r),s(n,"vuera-internal-react-wrapper",y),n)}))}},{key:"updateVueComponent",value:function(e,t){this.currentVueComponent=t,this.vueInstance.$options.components["vuera-internal-component-name"]=t,this.vueInstance.$forceUpdate()}},{key:"render",value:function(){return r.createElement("div",{ref:this.createVueInstance})}}]),t}(r.Component),y={props:["component","passedProps"],render:function(e){return e("div",{ref:"react"})},methods:{mountReactComponent:function(e){var t=this,n=function(e){var t,n;return n=t=function(t){function n(e){c(this,n);var t=f(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,e));return t.state=h({},e),t}return d(n,t),u(n,[{key:"wrapVueChildren",value:function(e){return{render:function(t){return t("div",e)}}}},{key:"render",value:function(){var t=this.state,n=t.children,a=(t[""],p(t,["children",""])),i=this.wrapVueChildren(n);return r.createElement(e,a,n&&r.createElement(A,{component:i}))}}]),n}(r.Component),t.displayName="ReactInVue"+(e.displayName||e.name||"Component"),n}(e),a=void 0!==this.$slots.default?{children:this.$slots.default}:{};i.render(r.createElement(n,h({},this.$props.passedProps,this.$attrs,this.$listeners,a,{ref:function(e){return t.reactComponentRef=e}})),this.$refs.react)}},mounted:function(){this.mountReactComponent(this.$props.component)},beforeDestroy:function(){i.unmountComponentAtNode(this.$refs.react)},updated:function(){void 0!==this.$slots.default?this.reactComponentRef.setState({children:this.$slots.default}):this.reactComponentRef.setState({children:null})},inheritAttrs:!1,watch:{$attrs:{handler:function(){this.reactComponentRef.setState(h({},this.$attrs))},deep:!0},"$props.component":{handler:function(e){this.mountReactComponent(e)}},$listeners:{handler:function(){this.reactComponentRef.setState(h({},this.$listeners))},deep:!0},"$props.passedProps":{handler:function(){this.reactComponentRef.setState(h({},this.$props.passedProps))},deep:!0}}};function M(e){return!("object"===(void 0===e?"undefined":o(e))&&!function(e){return e.$$typeof&&"Symbol(react.forward_ref)"===e.$$typeof.toString()}(e))&&!("function"==typeof e&&e.prototype&&(e.prototype.constructor.super&&e.prototype.constructor.super.isVue||e.prototype instanceof l))}function H(e){return{components:{ReactWrapper:y},props:["passedProps"],inheritAttrs:!1,render:function(t){return t("react-wrapper",{props:{component:e,passedProps:this.$props.passedProps},attrs:this.$attrs,on:this.$listeners},this.$slots.default)}}}var g={install:function(e,t){var n=e.config.optionMergeStrategies.components;e.config.optionMergeStrategies.components=function(e){for(var t=arguments.length,a=Array(t>1?t-1:0),r=1;r<t;r++)a[r-1]=arguments[r];var i=n.apply(void 0,[e].concat(a)),l=i?Object.entries(i).reduce((function(e,t){var n=m(t,2),a=n[0],r=n[1];return h({},e,s({},a,M(r)?H(r):r))}),{}):i;return Object.assign(i,l)},e.prototype.constructor.isVue=!0}};var Z={vueInstanceOptions:{}};t.ReactWrapper=y,t.VueWrapper=A,t.__vueraReactResolver=function(e,t,n){return M(e)?r.createElement(e,t,n):r.createElement(A,Object.assign({component:e},t),n)},t.VuePlugin=g,t.VueInReact=function(e){return M(e)?e:function(t){return r.createElement(A,h({},t,{component:e}))}},t.ReactInVue=H,t.config=Z},uccp:function(e,t,n){n("5Qd4"),e.exports=n("VSTI").Object.assign},ugGH:function(e,t,n){e.exports=n("BRsN")},ukM9:function(e,t){e.exports=function(e,t,n,a){if(!(e instanceof t)||void 0!==a&&a in e)throw TypeError(n+": incorrect invocation!");return e}},vDqi:function(e,t,n){e.exports=n("zuR4")},vOBO:function(e,t,n){var a,r,i,l=n("nAx8"),o=n("Temt"),c=n("kUGv"),u=n("BfU5"),s=n("7whZ"),h=s.process,d=s.setImmediate,p=s.clearImmediate,f=s.MessageChannel,m=s.Dispatch,v=0,A={},y=function(){var e=+this;if(A.hasOwnProperty(e)){var t=A[e];delete A[e],t()}},M=function(e){y.call(e.data)};d&&p||(d=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return A[++v]=function(){o("function"==typeof e?e:Function(e),t)},a(v),v},p=function(e){delete A[e]},"process"==n("TYje")(h)?a=function(e){h.nextTick(l(y,e,1))}:m&&m.now?a=function(e){m.now(l(y,e,1))}:f?(i=(r=new f).port2,r.port1.onmessage=M,a=l(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(a=function(e){s.postMessage(e+"","*")},s.addEventListener("message",M,!1)):a="onreadystatechange"in u("script")?function(e){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),y.call(e)}}:function(e){setTimeout(l(y,e,1),0)}),e.exports={set:d,clear:p}},vRGJ:function(e,t){e.exports=u,e.exports.parse=a,e.exports.compile=function(e,t){return r(a(e,t))},e.exports.tokensToFunction=r,e.exports.tokensToRegExp=c;var n=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");function a(e,t){for(var a,r=[],o=0,c=0,u="",s=t&&t.delimiter||"/",h=t&&t.delimiters||"./",d=!1;null!==(a=n.exec(e));){var p=a[0],f=a[1],m=a.index;if(u+=e.slice(c,m),c=m+p.length,f)u+=f[1],d=!0;else{var v="",A=e[c],y=a[2],M=a[3],H=a[4],g=a[5];if(!d&&u.length){var Z=u.length-1;h.indexOf(u[Z])>-1&&(v=u[Z],u=u.slice(0,Z))}u&&(r.push(u),u="",d=!1);var V=""!==v&&void 0!==A&&A!==v,C="+"===g||"*"===g,b="?"===g||"*"===g,L=v||s,S=M||H;r.push({name:y||o++,prefix:v,delimiter:L,optional:b,repeat:C,partial:V,pattern:S?l(S):"[^"+i(L)+"]+?"})}}return(u||c<e.length)&&r.push(u+e.substr(c)),r}function r(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,a){for(var r="",i=a&&a.encode||encodeURIComponent,l=0;l<e.length;l++){var o=e[l];if("string"!=typeof o){var c,u=n?n[o.name]:void 0;if(Array.isArray(u)){if(!o.repeat)throw new TypeError('Expected "'+o.name+'" to not repeat, but got array');if(0===u.length){if(o.optional)continue;throw new TypeError('Expected "'+o.name+'" to not be empty')}for(var s=0;s<u.length;s++){if(c=i(u[s],o),!t[l].test(c))throw new TypeError('Expected all "'+o.name+'" to match "'+o.pattern+'"');r+=(0===s?o.prefix:o.delimiter)+c}}else if("string"!=typeof u&&"number"!=typeof u&&"boolean"!=typeof u){if(!o.optional)throw new TypeError('Expected "'+o.name+'" to be '+(o.repeat?"an array":"a string"));o.partial&&(r+=o.prefix)}else{if(c=i(String(u),o),!t[l].test(c))throw new TypeError('Expected "'+o.name+'" to match "'+o.pattern+'", but got "'+c+'"');r+=o.prefix+c}}else r+=o}return r}}function i(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function l(e){return e.replace(/([=!:$/()])/g,"\\$1")}function o(e){return e&&e.sensitive?"":"i"}function c(e,t,n){for(var a=(n=n||{}).strict,r=!1!==n.start,l=!1!==n.end,c=i(n.delimiter||"/"),u=n.delimiters||"./",s=[].concat(n.endsWith||[]).map(i).concat("$").join("|"),h=r?"^":"",d=0===e.length,p=0;p<e.length;p++){var f=e[p];if("string"==typeof f)h+=i(f),d=p===e.length-1&&u.indexOf(f[f.length-1])>-1;else{var m=f.repeat?"(?:"+f.pattern+")(?:"+i(f.delimiter)+"(?:"+f.pattern+"))*":f.pattern;t&&t.push(f),f.optional?f.partial?h+=i(f.prefix)+"("+m+")?":h+="(?:"+i(f.prefix)+"("+m+"))?":h+=i(f.prefix)+"("+m+")"}}return l?(a||(h+="(?:"+c+")?"),h+="$"===s?"$":"(?="+s+")"):(a||(h+="(?:"+c+"(?="+s+"))?"),d||(h+="(?="+c+"|"+s+")")),new RegExp(h,o(n))}function u(e,t,n){return e instanceof RegExp?function(e,t){if(!t)return e;var n=e.source.match(/\((?!\?)/g);if(n)for(var a=0;a<n.length;a++)t.push({name:a,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,pattern:null});return e}(e,t):Array.isArray(e)?function(e,t,n){for(var a=[],r=0;r<e.length;r++)a.push(u(e[r],t,n).source);return new RegExp("(?:"+a.join("|")+")",o(n))}(e,t,n):function(e,t,n){return c(a(e,n),t,n)}(e,t,n)}},va3J:function(e,t,n){"use strict";var a=n("7whZ"),r=n("VSTI"),i=n("GhSp"),l=n("C61u"),o=n("zBWt")("species");e.exports=function(e){var t="function"==typeof r[e]?r[e]:a[e];l&&t&&!t[o]&&i.f(t,o,{configurable:!0,get:function(){return this}})}},viRO:function(e,t,n){"use strict";var a=n("MgzW"),r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,l=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,u=r?Symbol.for("react.profiler"):60114,s=r?Symbol.for("react.provider"):60109,h=r?Symbol.for("react.context"):60110,d=r?Symbol.for("react.forward_ref"):60112,p=r?Symbol.for("react.suspense"):60113,f=r?Symbol.for("react.memo"):60115,m=r?Symbol.for("react.lazy"):60116,v="function"==typeof Symbol&&Symbol.iterator;function A(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},M={};function H(e,t,n){this.props=e,this.context=t,this.refs=M,this.updater=n||y}function g(){}function Z(e,t,n){this.props=e,this.context=t,this.refs=M,this.updater=n||y}H.prototype.isReactComponent={},H.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(A(85));this.updater.enqueueSetState(this,e,t,"setState")},H.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},g.prototype=H.prototype;var V=Z.prototype=new g;V.constructor=Z,a(V,H.prototype),V.isPureReactComponent=!0;var C={current:null},b=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var a,r={},l=null,o=null;if(null!=t)for(a in void 0!==t.ref&&(o=t.ref),void 0!==t.key&&(l=""+t.key),t)b.call(t,a)&&!L.hasOwnProperty(a)&&(r[a]=t[a]);var c=arguments.length-2;if(1===c)r.children=n;else if(1<c){for(var u=Array(c),s=0;s<c;s++)u[s]=arguments[s+2];r.children=u}if(e&&e.defaultProps)for(a in c=e.defaultProps)void 0===r[a]&&(r[a]=c[a]);return{$$typeof:i,type:e,key:l,ref:o,props:r,_owner:C.current}}function z(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var w=/\/+/g,x=[];function _(e,t,n,a){if(x.length){var r=x.pop();return r.result=e,r.keyPrefix=t,r.func=n,r.context=a,r.count=0,r}return{result:e,keyPrefix:t,func:n,context:a,count:0}}function k(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>x.length&&x.push(e)}function T(e,t,n){return null==e?0:function e(t,n,a,r){var o=typeof t;"undefined"!==o&&"boolean"!==o||(t=null);var c=!1;if(null===t)c=!0;else switch(o){case"string":case"number":c=!0;break;case"object":switch(t.$$typeof){case i:case l:c=!0}}if(c)return a(r,t,""===n?"."+E(t,0):n),1;if(c=0,n=""===n?".":n+":",Array.isArray(t))for(var u=0;u<t.length;u++){var s=n+E(o=t[u],u);c+=e(o,s,a,r)}else if(null===t||"object"!=typeof t?s=null:s="function"==typeof(s=v&&t[v]||t["@@iterator"])?s:null,"function"==typeof s)for(t=s.call(t),u=0;!(o=t.next()).done;)c+=e(o=o.value,s=n+E(o,u++),a,r);else if("object"===o)throw a=""+t,Error(A(31,"[object Object]"===a?"object with keys {"+Object.keys(t).join(", ")+"}":a,""));return c}(e,"",t,n)}function E(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function O(e,t){e.func.call(e.context,t,e.count++)}function P(e,t,n){var a=e.result,r=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?N(e,a,n,(function(e){return e})):null!=e&&(z(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,r+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(w,"$&/")+"/")+n)),a.push(e))}function N(e,t,n,a,r){var i="";null!=n&&(i=(""+n).replace(w,"$&/")+"/"),T(e,P,t=_(t,i,a,r)),k(t)}var j={current:null};function D(){var e=j.current;if(null===e)throw Error(A(321));return e}var q={ReactCurrentDispatcher:j,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:C,IsSomeRendererActing:{current:!1},assign:a};t.Children={map:function(e,t,n){if(null==e)return e;var a=[];return N(e,a,null,t,n),a},forEach:function(e,t,n){if(null==e)return e;T(e,O,t=_(null,null,t,n)),k(t)},count:function(e){return T(e,(function(){return null}),null)},toArray:function(e){var t=[];return N(e,t,null,(function(e){return e})),t},only:function(e){if(!z(e))throw Error(A(143));return e}},t.Component=H,t.Fragment=o,t.Profiler=u,t.PureComponent=Z,t.StrictMode=c,t.Suspense=p,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=q,t.cloneElement=function(e,t,n){if(null==e)throw Error(A(267,e));var r=a({},e.props),l=e.key,o=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(o=t.ref,c=C.current),void 0!==t.key&&(l=""+t.key),e.type&&e.type.defaultProps)var u=e.type.defaultProps;for(s in t)b.call(t,s)&&!L.hasOwnProperty(s)&&(r[s]=void 0===t[s]&&void 0!==u?u[s]:t[s])}var s=arguments.length-2;if(1===s)r.children=n;else if(1<s){u=Array(s);for(var h=0;h<s;h++)u[h]=arguments[h+2];r.children=u}return{$$typeof:i,type:e.type,key:l,ref:o,props:r,_owner:c}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:h,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:d,render:e}},t.isValidElement=z,t.lazy=function(e){return{$$typeof:m,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:f,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return D().useCallback(e,t)},t.useContext=function(e,t){return D().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return D().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return D().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return D().useLayoutEffect(e,t)},t.useMemo=function(e,t){return D().useMemo(e,t)},t.useReducer=function(e,t,n){return D().useReducer(e,t,n)},t.useRef=function(e){return D().useRef(e)},t.useState=function(e){return D().useState(e)},t.version="16.14.0"},w0Vi:function(e,t,n){"use strict";var a=n("xTJ+"),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,l={};return e?(a.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=a.trim(e.substr(0,i)).toLowerCase(),n=a.trim(e.substr(i+1)),t){if(l[t]&&r.indexOf(t)>=0)return;l[t]="set-cookie"===t?(l[t]?l[t]:[]).concat([n]):l[t]?l[t]+", "+n:n}})),l):l}},wJiJ:function(e,t,n){e.exports=n("1K8p")},wlNh:function(e,t,n){var a=n("nAx8"),r=n("xMGN"),i=n("bS86"),l=n("d+lc"),o=n("0WpP"),c=n("I90/"),u={},s={};(t=e.exports=function(e,t,n,h,d){var p,f,m,v,A=d?function(){return e}:c(e),y=a(n,h,t?2:1),M=0;if("function"!=typeof A)throw TypeError(e+" is not iterable!");if(i(A)){for(p=o(e.length);p>M;M++)if((v=t?y(l(f=e[M])[0],f[1]):y(e[M]))===u||v===s)return v}else for(m=A.call(e);!(f=m.next()).done;)if((v=r(m,y,f.value,t))===u||v===s)return v}).BREAK=u,t.RETURN=s},wqPz:function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}}},xAGQ:function(e,t,n){"use strict";var a=n("xTJ+"),r=n("JEQr");e.exports=function(e,t,n){var i=this||r;return a.forEach(n,(function(n){e=n.call(i,e,t)})),e}},xMGN:function(e,t,n){var a=n("d+lc");e.exports=function(e,t,n,r){try{return r?t(a(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&a(i.call(e)),t}}},"xTJ+":function(e,t,n){"use strict";var a=n("HSsa"),r=Object.prototype.toString;function i(e){return"[object Array]"===r.call(e)}function l(e){return void 0===e}function o(e){return null!==e&&"object"==typeof e}function c(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===r.call(e)}function s(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var n=0,a=e.length;n<a;n++)t.call(null,e[n],n,e);else for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(null,e[r],r,e)}e.exports={isArray:i,isArrayBuffer:function(e){return"[object ArrayBuffer]"===r.call(e)},isBuffer:function(e){return null!==e&&!l(e)&&null!==e.constructor&&!l(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:o,isPlainObject:c,isUndefined:l,isDate:function(e){return"[object Date]"===r.call(e)},isFile:function(e){return"[object File]"===r.call(e)},isBlob:function(e){return"[object Blob]"===r.call(e)},isFunction:u,isStream:function(e){return o(e)&&u(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:s,merge:function e(){var t={};function n(n,a){c(t[a])&&c(n)?t[a]=e(t[a],n):c(n)?t[a]=e({},n):i(n)?t[a]=n.slice():t[a]=n}for(var a=0,r=arguments.length;a<r;a++)s(arguments[a],n);return t},extend:function(e,t,n){return s(t,(function(t,r){e[r]=n&&"function"==typeof t?a(t,n):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},xXl2:function(e,t,n){"use strict";var a,r,i,l,o=n("5ETA"),c=n("7whZ"),u=n("nAx8"),s=n("aqg2"),h=n("USwo"),d=n("ekG2"),p=n("FgkJ"),f=n("ukM9"),m=n("wlNh"),v=n("2zfi"),A=n("vOBO").set,y=n("jssz")(),M=n("8sL3"),H=n("wqPz"),g=n("jlxs"),Z=n("JKKi"),V=c.TypeError,C=c.process,b=C&&C.versions,L=b&&b.v8||"",S=c.Promise,z="process"==s(C),w=function(){},x=r=M.f,_=!!function(){try{var e=S.resolve(1),t=(e.constructor={})[n("zBWt")("species")]=function(e){e(w,w)};return(z||"function"==typeof PromiseRejectionEvent)&&e.then(w)instanceof t&&0!==L.indexOf("6.6")&&-1===g.indexOf("Chrome/66")}catch(e){}}(),k=function(e){var t;return!(!d(e)||"function"!=typeof(t=e.then))&&t},T=function(e,t){if(!e._n){e._n=!0;var n=e._c;y((function(){for(var a=e._v,r=1==e._s,i=0,l=function(t){var n,i,l,o=r?t.ok:t.fail,c=t.resolve,u=t.reject,s=t.domain;try{o?(r||(2==e._h&&P(e),e._h=1),!0===o?n=a:(s&&s.enter(),n=o(a),s&&(s.exit(),l=!0)),n===t.promise?u(V("Promise-chain cycle")):(i=k(n))?i.call(n,c,u):c(n)):u(a)}catch(e){s&&!l&&s.exit(),u(e)}};n.length>i;)l(n[i++]);e._c=[],e._n=!1,t&&!e._h&&E(e)}))}},E=function(e){A.call(c,(function(){var t,n,a,r=e._v,i=O(e);if(i&&(t=H((function(){z?C.emit("unhandledRejection",r,e):(n=c.onunhandledrejection)?n({promise:e,reason:r}):(a=c.console)&&a.error&&a.error("Unhandled promise rejection",r)})),e._h=z||O(e)?2:1),e._a=void 0,i&&t.e)throw t.v}))},O=function(e){return 1!==e._h&&0===(e._a||e._c).length},P=function(e){A.call(c,(function(){var t;z?C.emit("rejectionHandled",e):(t=c.onrejectionhandled)&&t({promise:e,reason:e._v})}))},N=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),T(t,!0))},j=function(e){var t,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===e)throw V("Promise can't be resolved itself");(t=k(e))?y((function(){var a={_w:n,_d:!1};try{t.call(e,u(j,a,1),u(N,a,1))}catch(e){N.call(a,e)}})):(n._v=e,n._s=1,T(n,!1))}catch(e){N.call({_w:n,_d:!1},e)}}};_||(S=function(e){f(this,S,"Promise","_h"),p(e),a.call(this);try{e(u(j,this,1),u(N,this,1))}catch(e){N.call(this,e)}},(a=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=n("iZ5/")(S.prototype,{then:function(e,t){var n=x(v(this,S));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=z?C.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&T(this,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new a;this.promise=e,this.resolve=u(j,e,1),this.reject=u(N,e,1)},M.f=x=function(e){return e===S||e===l?new i(e):r(e)}),h(h.G+h.W+h.F*!_,{Promise:S}),n("kvAF")(S,"Promise"),n("va3J")("Promise"),l=n("VSTI").Promise,h(h.S+h.F*!_,"Promise",{reject:function(e){var t=x(this);return(0,t.reject)(e),t.promise}}),h(h.S+h.F*(o||!_),"Promise",{resolve:function(e){return Z(o&&this===l?S:this,e)}}),h(h.S+h.F*!(_&&n("h3Hq")((function(e){S.all(e).catch(w)}))),"Promise",{all:function(e){var t=this,n=x(t),a=n.resolve,r=n.reject,i=H((function(){var n=[],i=0,l=1;m(e,!1,(function(e){var o=i++,c=!1;n.push(void 0),l++,t.resolve(e).then((function(e){c||(c=!0,n[o]=e,--l||a(n))}),r)})),--l||a(n)}));return i.e&&r(i.v),n.promise},race:function(e){var t=this,n=x(t),a=n.reject,r=H((function(){m(e,!1,(function(e){t.resolve(e).then(n.resolve,a)}))}));return r.e&&a(r.v),n.promise}})},y4GO:function(e,t,n){!function(e){"use strict";function t(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],a=!0,r=!1,i=void 0;try{for(var l,o=e[Symbol.iterator]();!(a=(l=o.next()).done)&&(n.push(l.value),!t||n.length!==t);a=!0);}catch(e){r=!0,i=e}finally{try{a||null==o.return||o.return()}finally{if(r)throw i}}return n}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var n={name:"Unicon",inheritAttrs:!1,props:{name:{type:String,default:""},iconStyle:{type:String,default:"line"},width:{type:[String,Number],default:24},height:{type:[String,Number],default:24},fill:{type:String,default:"inherit"},hoverFill:{type:String,default:null},viewBox:{type:String,default:"0 0 24 24"}},lib:[],add(e){Array.isArray(e)?this.lib=e:this.lib.push(e)},data(){return{localFill:this.fill}},computed:{icon(){const e=this.$options.lib.find(e=>e.name===this.name&&e.style===this.iconStyle);return e?e.path:void console.error(`Name '${this.name}' of the icon is not correct`)}},watch:{fill(e){this.localFill=e}},methods:{onHover(){this.hoverFill&&(this.localFill=this.hoverFill)},onLeave(){this.hoverFill&&(this.localFill=this.fill)}}};const a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());let r;const i={},l=n;var o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"unicon"},[n("svg",e._b({attrs:{xmlns:"http://www.w3.org/2000/svg",width:e.width,height:e.height,viewBox:e.viewBox,fill:e.localFill},domProps:{innerHTML:e._s(e.icon)},on:{click:function(t){return e.$emit("click")},mouseover:e.onHover,mouseout:e.onLeave}},"svg",e.$attrs,!1))])};o._withStripped=!0;const c=function(e,t,n,a,r,i,l,o,c,u){"boolean"!=typeof l&&(c=o,o=l,l=!1);const s="function"==typeof n?n.options:n;let h;if(e&&e.render&&(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),a&&(s._scopeId=a),i?(h=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,c(e)),e&&e._registeredComponents&&e._registeredComponents.add(i)},s._ssrRegister=h):t&&(h=l?function(e){t.call(this,u(e,this.$root.$options.shadowRoot))}:function(e){t.call(this,o(e))}),h)if(s.functional){const e=s.render;s.render=function(t,n){return h.call(n),e(t,n)}}else{const e=s.beforeCreate;s.beforeCreate=e?[].concat(e,h):[h]}return n}({render:o,staticRenderFns:[]},(function(e){e&&e("data-v-57a9d603_0",{source:"\n.unicon {\n display: inline-block;\n}\n.unicon svg {\n transition: 0.2s all;\n}\n.uim-primary {\n opacity: 1;\n}\n.uim-secondary {\n opacity: 0.7;\n}\n.uim-tertiary {\n opacity: 0.5;\n}\n.uim-quaternary {\n opacity: 0.25;\n}\n.uim-quinary {\n opacity: 0;\n}\n",map:{version:3,sources:["/Users/antonreshetov/www/github/vue-unicons/src/components/Unicon.vue"],names:[],mappings:";AA4GA;EACA,qBAAA;AACA;AACA;EACA,oBAAA;AACA;AACA;EACA,UAAA;AACA;AACA;EACA,YAAA;AACA;AACA;EACA,YAAA;AACA;AACA;EACA,aAAA;AACA;AACA;EACA,UAAA;AACA",file:"Unicon.vue",sourcesContent:['<template>\n \x3c!-- eslint-disable vue/no-v-html --\x3e\n <div class="unicon">\n <svg\n xmlns="http://www.w3.org/2000/svg"\n :width="width"\n :height="height"\n :viewBox.camel="viewBox"\n :fill="localFill"\n v-bind="$attrs"\n @click="$emit(\'click\')"\n @mouseover="onHover"\n @mouseout="onLeave"\n v-html="icon"\n />\n </div>\n</template>\n\n<script>\nexport default {\n name: \'Unicon\',\n\n inheritAttrs: false,\n\n props: {\n name: {\n type: String,\n default: \'\'\n },\n iconStyle: {\n type: String,\n default: \'line\'\n },\n width: {\n type: [String, Number],\n default: 24\n },\n height: {\n type: [String, Number],\n default: 24\n },\n fill: {\n type: String,\n default: \'inherit\'\n },\n hoverFill: {\n type: String,\n default: null\n },\n viewBox: {\n type: String,\n default: \'0 0 24 24\'\n }\n },\n\n lib: [],\n\n add (icons) {\n if (Array.isArray(icons)) {\n this.lib = icons\n } else {\n this.lib.push(icons)\n }\n },\n\n data () {\n return {\n localFill: this.fill\n }\n },\n\n computed: {\n icon () {\n const icon = this.$options.lib.find(\n i => i.name === this.name && i.style === this.iconStyle\n )\n\n if (icon) {\n return icon.path\n } else {\n console.error(`Name \'${this.name}\' of the icon is not correct`)\n return undefined\n }\n }\n },\n\n watch: {\n fill (newColor) {\n this.localFill = newColor\n }\n },\n\n methods: {\n onHover () {\n if (this.hoverFill) {\n this.localFill = this.hoverFill\n }\n },\n onLeave () {\n if (this.hoverFill) {\n this.localFill = this.fill\n }\n }\n }\n}\n<\/script>\n\n<style>\n.unicon {\n display: inline-block;\n}\n.unicon svg {\n transition: 0.2s all;\n}\n.uim-primary {\n opacity: 1;\n}\n.uim-secondary {\n opacity: 0.7;\n}\n.uim-tertiary {\n opacity: 0.5;\n}\n.uim-quaternary {\n opacity: 0.25;\n}\n.uim-quinary {\n opacity: 0;\n}\n</style>\n']},media:void 0})}),l,void 0,!1,void 0,!1,(function(e){return(e,t)=>function(e,t){const n=a?t.media||"default":e,l=i[n]||(i[n]={ids:new Set,styles:[]});if(!l.ids.has(e)){l.ids.add(e);let n=t.source;if(t.map&&(n+="\n/*# sourceURL="+t.map.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t.map))))+" */"),l.element||(l.element=document.createElement("style"),l.element.type="text/css",t.media&&l.element.setAttribute("media",t.media),void 0===r&&(r=document.head||document.getElementsByTagName("head")[0]),r.appendChild(l.element)),"styleSheet"in l.element)l.styles.push(n),l.element.styleSheet.cssText=l.styles.filter(Boolean).join("\n");else{const e=l.ids.size-1,t=document.createTextNode(n),a=l.element.childNodes;a[e]&&l.element.removeChild(a[e]),a.length?l.element.insertBefore(t,a[e]):l.element.appendChild(t)}}}(e,t)}),void 0,void 0);var u={install:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.component(c.name,c);for(var a=0,r=Object.entries(n);a<r.length;a++){var i=t(r[a],2),l=i[0],o=i[1];c.props[l]&&(c.props[l].default=o)}},add:function(e){c.add(e)}};e.Unicon=c,e.default=u,Object.defineProperty(e,"__esModule",{value:!0})}(t)},yK9s:function(e,t,n){"use strict";var a=n("xTJ+");e.exports=function(e,t){a.forEach(e,(function(n,a){a!==t&&a.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[a])}))}},yLpj:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},yQFZ:function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},yl30:function(e,t,n){"use strict";var a=n("q1tI"),r=n("MgzW"),i=n("QCnb");function l(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!a)throw Error(l(227));function o(e,t,n,a,r,i,l,o,c){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(e){this.onError(e)}}var c=!1,u=null,s=!1,h=null,d={onError:function(e){c=!0,u=e}};function p(e,t,n,a,r,i,l,s,h){c=!1,u=null,o.apply(d,arguments)}var f=null,m=null,v=null;function A(e,t,n){var a=e.type||"unknown-event";e.currentTarget=v(n),function(e,t,n,a,r,i,o,d,f){if(p.apply(this,arguments),c){if(!c)throw Error(l(198));var m=u;c=!1,u=null,s||(s=!0,h=m)}}(a,t,void 0,e),e.currentTarget=null}var y=null,M={};function H(){if(y)for(var e in M){var t=M[e],n=y.indexOf(e);if(!(-1<n))throw Error(l(96,e));if(!Z[n]){if(!t.extractEvents)throw Error(l(97,e));for(var a in Z[n]=t,n=t.eventTypes){var r=void 0,i=n[a],o=t,c=a;if(V.hasOwnProperty(c))throw Error(l(99,c));V[c]=i;var u=i.phasedRegistrationNames;if(u){for(r in u)u.hasOwnProperty(r)&&g(u[r],o,c);r=!0}else i.registrationName?(g(i.registrationName,o,c),r=!0):r=!1;if(!r)throw Error(l(98,a,e))}}}}function g(e,t,n){if(C[e])throw Error(l(100,e));C[e]=t,b[e]=t.eventTypes[n].dependencies}var Z=[],V={},C={},b={};function L(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var a=e[t];if(!M.hasOwnProperty(t)||M[t]!==a){if(M[t])throw Error(l(102,t));M[t]=a,n=!0}}n&&H()}var S=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),z=null,w=null,x=null;function _(e){if(e=m(e)){if("function"!=typeof z)throw Error(l(280));var t=e.stateNode;t&&(t=f(t),z(e.stateNode,e.type,t))}}function k(e){w?x?x.push(e):x=[e]:w=e}function T(){if(w){var e=w,t=x;if(x=w=null,_(e),t)for(e=0;e<t.length;e++)_(t[e])}}function E(e,t){return e(t)}function O(e,t,n,a,r){return e(t,n,a,r)}function P(){}var N=E,j=!1,D=!1;function q(){null===w&&null===x||(P(),T())}function R(e,t,n){if(D)return e(t,n);D=!0;try{return N(e,t,n)}finally{D=!1,q()}}var I=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,F=Object.prototype.hasOwnProperty,B={},U={};function $(e,t,n,a,r,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=a,this.attributeNamespace=r,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var W={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){W[e]=new $(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];W[t]=new $(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){W[e]=new $(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){W[e]=new $(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){W[e]=new $(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){W[e]=new $(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){W[e]=new $(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){W[e]=new $(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){W[e]=new $(e,5,!1,e.toLowerCase(),null,!1)}));var G=/[\-:]([a-z])/g;function Q(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(G,Q);W[t]=new $(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(G,Q);W[t]=new $(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(G,Q);W[t]=new $(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){W[e]=new $(e,1,!1,e.toLowerCase(),null,!1)})),W.xlinkHref=new $("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){W[e]=new $(e,1,!1,e.toLowerCase(),null,!0)}));var K=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function J(e,t,n,a){var r=W.hasOwnProperty(t)?W[t]:null;(null!==r?0===r.type:!a&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,n,a){if(null==t||function(e,t,n,a){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!a&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,a))return!0;if(a)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,r,a)&&(n=null),a||null===r?function(e){return!!F.call(U,e)||!F.call(B,e)&&(I.test(e)?U[e]=!0:(B[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):r.mustUseProperty?e[r.propertyName]=null===n?3!==r.type&&"":n:(t=r.attributeName,a=r.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(r=r.type)||4===r&&!0===n?"":""+n,a?e.setAttributeNS(a,t,n):e.setAttribute(t,n))))}K.hasOwnProperty("ReactCurrentDispatcher")||(K.ReactCurrentDispatcher={current:null}),K.hasOwnProperty("ReactCurrentBatchConfig")||(K.ReactCurrentBatchConfig={suspense:null});var X=/^(.*)[\\\/]/,Y="function"==typeof Symbol&&Symbol.for,ee=Y?Symbol.for("react.element"):60103,te=Y?Symbol.for("react.portal"):60106,ne=Y?Symbol.for("react.fragment"):60107,ae=Y?Symbol.for("react.strict_mode"):60108,re=Y?Symbol.for("react.profiler"):60114,ie=Y?Symbol.for("react.provider"):60109,le=Y?Symbol.for("react.context"):60110,oe=Y?Symbol.for("react.concurrent_mode"):60111,ce=Y?Symbol.for("react.forward_ref"):60112,ue=Y?Symbol.for("react.suspense"):60113,se=Y?Symbol.for("react.suspense_list"):60120,he=Y?Symbol.for("react.memo"):60115,de=Y?Symbol.for("react.lazy"):60116,pe=Y?Symbol.for("react.block"):60121,fe="function"==typeof Symbol&&Symbol.iterator;function me(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=fe&&e[fe]||e["@@iterator"])?e:null}function ve(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case ne:return"Fragment";case te:return"Portal";case re:return"Profiler";case ae:return"StrictMode";case ue:return"Suspense";case se:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case le:return"Context.Consumer";case ie:return"Context.Provider";case ce:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case he:return ve(e.type);case pe:return ve(e.render);case de:if(e=1===e._status?e._result:null)return ve(e)}return null}function Ae(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var a=e._debugOwner,r=e._debugSource,i=ve(e.type);n=null,a&&(n=ve(a.type)),a=i,i="",r?i=" (at "+r.fileName.replace(X,"")+":"+r.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n in "+(a||"Unknown")+i}t+=n,e=e.return}while(e);return t}function ye(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function Me(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function He(e){e._valueTracker||(e._valueTracker=function(e){var t=Me(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),a=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var r=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return r.call(this)},set:function(e){a=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return a},setValue:function(e){a=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function ge(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),a="";return e&&(a=Me(e)?e.checked?"true":"false":e.value),(e=a)!==n&&(t.setValue(e),!0)}function Ze(e,t){var n=t.checked;return r({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function Ve(e,t){var n=null==t.defaultValue?"":t.defaultValue,a=null!=t.checked?t.checked:t.defaultChecked;n=ye(null!=t.value?t.value:n),e._wrapperState={initialChecked:a,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Ce(e,t){null!=(t=t.checked)&&J(e,"checked",t,!1)}function be(e,t){Ce(e,t);var n=ye(t.value),a=t.type;if(null!=n)"number"===a?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===a||"reset"===a)return void e.removeAttribute("value");t.hasOwnProperty("value")?Se(e,t.type,n):t.hasOwnProperty("defaultValue")&&Se(e,t.type,ye(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Le(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var a=t.type;if(!("submit"!==a&&"reset"!==a||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function Se(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function ze(e,t){return e=r({children:void 0},t),(t=function(e){var t="";return a.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function we(e,t,n,a){if(e=e.options,t){t={};for(var r=0;r<n.length;r++)t["$"+n[r]]=!0;for(n=0;n<e.length;n++)r=t.hasOwnProperty("$"+e[n].value),e[n].selected!==r&&(e[n].selected=r),r&&a&&(e[n].defaultSelected=!0)}else{for(n=""+ye(n),t=null,r=0;r<e.length;r++){if(e[r].value===n)return e[r].selected=!0,void(a&&(e[r].defaultSelected=!0));null!==t||e[r].disabled||(t=e[r])}null!==t&&(t.selected=!0)}}function xe(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(l(91));return r({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function _e(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(l(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(l(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:ye(n)}}function ke(e,t){var n=ye(t.value),a=ye(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=a&&(e.defaultValue=""+a)}function Te(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var Ee="http://www.w3.org/1999/xhtml",Oe="http://www.w3.org/2000/svg";function Pe(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Ne(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?Pe(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var je,De=function(e){return"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,a,r){MSApp.execUnsafeLocalFunction((function(){return e(t,n)}))}:e}((function(e,t){if(e.namespaceURI!==Oe||"innerHTML"in e)e.innerHTML=t;else{for((je=je||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=je.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function qe(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function Re(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Ie={animationend:Re("Animation","AnimationEnd"),animationiteration:Re("Animation","AnimationIteration"),animationstart:Re("Animation","AnimationStart"),transitionend:Re("Transition","TransitionEnd")},Fe={},Be={};function Ue(e){if(Fe[e])return Fe[e];if(!Ie[e])return e;var t,n=Ie[e];for(t in n)if(n.hasOwnProperty(t)&&t in Be)return Fe[e]=n[t];return e}S&&(Be=document.createElement("div").style,"AnimationEvent"in window||(delete Ie.animationend.animation,delete Ie.animationiteration.animation,delete Ie.animationstart.animation),"TransitionEvent"in window||delete Ie.transitionend.transition);var $e=Ue("animationend"),We=Ue("animationiteration"),Ge=Ue("animationstart"),Qe=Ue("transitionend"),Ke="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Je=new("function"==typeof WeakMap?WeakMap:Map);function Xe(e){var t=Je.get(e);return void 0===t&&(t=new Map,Je.set(e,t)),t}function Ye(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(1026&(t=e).effectTag)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function et(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function tt(e){if(Ye(e)!==e)throw Error(l(188))}function nt(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ye(e)))throw Error(l(188));return t!==e?null:e}for(var n=e,a=t;;){var r=n.return;if(null===r)break;var i=r.alternate;if(null===i){if(null!==(a=r.return)){n=a;continue}break}if(r.child===i.child){for(i=r.child;i;){if(i===n)return tt(r),e;if(i===a)return tt(r),t;i=i.sibling}throw Error(l(188))}if(n.return!==a.return)n=r,a=i;else{for(var o=!1,c=r.child;c;){if(c===n){o=!0,n=r,a=i;break}if(c===a){o=!0,a=r,n=i;break}c=c.sibling}if(!o){for(c=i.child;c;){if(c===n){o=!0,n=i,a=r;break}if(c===a){o=!0,a=i,n=r;break}c=c.sibling}if(!o)throw Error(l(189))}}if(n.alternate!==a)throw Error(l(190))}if(3!==n.tag)throw Error(l(188));return n.stateNode.current===n?e:t}(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function at(e,t){if(null==t)throw Error(l(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function rt(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var it=null;function lt(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var a=0;a<t.length&&!e.isPropagationStopped();a++)A(e,t[a],n[a]);else t&&A(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function ot(e){if(null!==e&&(it=at(it,e)),e=it,it=null,e){if(rt(e,lt),it)throw Error(l(95));if(s)throw e=h,s=!1,h=null,e}}function ct(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function ut(e){if(!S)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"==typeof t[e]),t}var st=[];function ht(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>st.length&&st.push(e)}function dt(e,t,n,a){if(st.length){var r=st.pop();return r.topLevelType=e,r.eventSystemFlags=a,r.nativeEvent=t,r.targetInst=n,r}return{topLevelType:e,eventSystemFlags:a,nativeEvent:t,targetInst:n,ancestors:[]}}function pt(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var a=n;if(3===a.tag)a=a.stateNode.containerInfo;else{for(;a.return;)a=a.return;a=3!==a.tag?null:a.stateNode.containerInfo}if(!a)break;5!==(t=n.tag)&&6!==t||e.ancestors.push(n),n=Sn(a)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var r=ct(e.nativeEvent);a=e.topLevelType;var i=e.nativeEvent,l=e.eventSystemFlags;0===n&&(l|=64);for(var o=null,c=0;c<Z.length;c++){var u=Z[c];u&&(u=u.extractEvents(a,t,i,r,l))&&(o=at(o,u))}ot(o)}}function ft(e,t,n){if(!n.has(e)){switch(e){case"scroll":Gt(t,"scroll",!0);break;case"focus":case"blur":Gt(t,"focus",!0),Gt(t,"blur",!0),n.set("blur",null),n.set("focus",null);break;case"cancel":case"close":ut(e)&&Gt(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===Ke.indexOf(e)&&Wt(e,t)}n.set(e,null)}}var mt,vt,At,yt=!1,Mt=[],Ht=null,gt=null,Zt=null,Vt=new Map,Ct=new Map,bt=[],Lt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),St="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function zt(e,t,n,a,r){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|n,nativeEvent:r,container:a}}function wt(e,t){switch(e){case"focus":case"blur":Ht=null;break;case"dragenter":case"dragleave":gt=null;break;case"mouseover":case"mouseout":Zt=null;break;case"pointerover":case"pointerout":Vt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ct.delete(t.pointerId)}}function xt(e,t,n,a,r,i){return null===e||e.nativeEvent!==i?(e=zt(t,n,a,r,i),null!==t&&(null!==(t=zn(t))&&vt(t)),e):(e.eventSystemFlags|=a,e)}function _t(e){var t=Sn(e.target);if(null!==t){var n=Ye(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=et(n)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,(function(){At(n)}))}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function kt(e){if(null!==e.blockedOn)return!1;var t=Xt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var n=zn(t);return null!==n&&vt(n),e.blockedOn=t,!1}return!0}function Tt(e,t,n){kt(e)&&n.delete(t)}function Et(){for(yt=!1;0<Mt.length;){var e=Mt[0];if(null!==e.blockedOn){null!==(e=zn(e.blockedOn))&&mt(e);break}var t=Xt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:Mt.shift()}null!==Ht&&kt(Ht)&&(Ht=null),null!==gt&&kt(gt)&&(gt=null),null!==Zt&&kt(Zt)&&(Zt=null),Vt.forEach(Tt),Ct.forEach(Tt)}function Ot(e,t){e.blockedOn===t&&(e.blockedOn=null,yt||(yt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Et)))}function Pt(e){function t(t){return Ot(t,e)}if(0<Mt.length){Ot(Mt[0],e);for(var n=1;n<Mt.length;n++){var a=Mt[n];a.blockedOn===e&&(a.blockedOn=null)}}for(null!==Ht&&Ot(Ht,e),null!==gt&&Ot(gt,e),null!==Zt&&Ot(Zt,e),Vt.forEach(t),Ct.forEach(t),n=0;n<bt.length;n++)(a=bt[n]).blockedOn===e&&(a.blockedOn=null);for(;0<bt.length&&null===(n=bt[0]).blockedOn;)_t(n),null===n.blockedOn&&bt.shift()}var Nt={},jt=new Map,Dt=new Map,qt=["abort","abort",$e,"animationEnd",We,"animationIteration",Ge,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Qe,"transitionEnd","waiting","waiting"];function Rt(e,t){for(var n=0;n<e.length;n+=2){var a=e[n],r=e[n+1],i="on"+(r[0].toUpperCase()+r.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[a],eventPriority:t},Dt.set(a,t),jt.set(a,i),Nt[r]=i}}Rt("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Rt("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Rt(qt,2);for(var It="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),Ft=0;Ft<It.length;Ft++)Dt.set(It[Ft],0);var Bt=i.unstable_UserBlockingPriority,Ut=i.unstable_runWithPriority,$t=!0;function Wt(e,t){Gt(t,e,!1)}function Gt(e,t,n){var a=Dt.get(t);switch(void 0===a?2:a){case 0:a=Qt.bind(null,t,1,e);break;case 1:a=Kt.bind(null,t,1,e);break;default:a=Jt.bind(null,t,1,e)}n?e.addEventListener(t,a,!0):e.addEventListener(t,a,!1)}function Qt(e,t,n,a){j||P();var r=Jt,i=j;j=!0;try{O(r,e,t,n,a)}finally{(j=i)||q()}}function Kt(e,t,n,a){Ut(Bt,Jt.bind(null,e,t,n,a))}function Jt(e,t,n,a){if($t)if(0<Mt.length&&-1<Lt.indexOf(e))e=zt(null,e,t,n,a),Mt.push(e);else{var r=Xt(e,t,n,a);if(null===r)wt(e,a);else if(-1<Lt.indexOf(e))e=zt(r,e,t,n,a),Mt.push(e);else if(!function(e,t,n,a,r){switch(t){case"focus":return Ht=xt(Ht,e,t,n,a,r),!0;case"dragenter":return gt=xt(gt,e,t,n,a,r),!0;case"mouseover":return Zt=xt(Zt,e,t,n,a,r),!0;case"pointerover":var i=r.pointerId;return Vt.set(i,xt(Vt.get(i)||null,e,t,n,a,r)),!0;case"gotpointercapture":return i=r.pointerId,Ct.set(i,xt(Ct.get(i)||null,e,t,n,a,r)),!0}return!1}(r,e,t,n,a)){wt(e,a),e=dt(e,a,null,t);try{R(pt,e)}finally{ht(e)}}}}function Xt(e,t,n,a){if(null!==(n=Sn(n=ct(a)))){var r=Ye(n);if(null===r)n=null;else{var i=r.tag;if(13===i){if(null!==(n=et(r)))return n;n=null}else if(3===i){if(r.stateNode.hydrate)return 3===r.tag?r.stateNode.containerInfo:null;n=null}else r!==n&&(n=null)}}e=dt(e,a,n,t);try{R(pt,e)}finally{ht(e)}return null}var Yt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},en=["Webkit","ms","Moz","O"];function tn(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||Yt.hasOwnProperty(e)&&Yt[e]?(""+t).trim():t+"px"}function nn(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var a=0===n.indexOf("--"),r=tn(n,t[n],a);"float"===n&&(n="cssFloat"),a?e.setProperty(n,r):e[n]=r}}Object.keys(Yt).forEach((function(e){en.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Yt[t]=Yt[e]}))}));var an=r({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function rn(e,t){if(t){if(an[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(l(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(l(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(l(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(l(62,""))}}function ln(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var on=Ee;function cn(e,t){var n=Xe(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=b[t];for(var a=0;a<t.length;a++)ft(t[a],e,n)}function un(){}function sn(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function hn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function dn(e,t){var n,a=hn(e);for(e=0;a;){if(3===a.nodeType){if(n=e+a.textContent.length,e<=t&&n>=t)return{node:a,offset:t-e};e=n}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=hn(a)}}function pn(){for(var e=window,t=sn();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=sn((e=t.contentWindow).document)}return t}function fn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var mn=null,vn=null;function An(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function yn(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Mn="function"==typeof setTimeout?setTimeout:void 0,Hn="function"==typeof clearTimeout?clearTimeout:void 0;function gn(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function Zn(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var Vn=Math.random().toString(36).slice(2),Cn="__reactInternalInstance$"+Vn,bn="__reactEventHandlers$"+Vn,Ln="__reactContainere$"+Vn;function Sn(e){var t=e[Cn];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Ln]||n[Cn]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=Zn(e);null!==e;){if(n=e[Cn])return n;e=Zn(e)}return t}n=(e=n).parentNode}return null}function zn(e){return!(e=e[Cn]||e[Ln])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function wn(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(l(33))}function xn(e){return e[bn]||null}function _n(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function kn(e,t){var n=e.stateNode;if(!n)return null;var a=f(n);if(!a)return null;n=a[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(a=!a.disabled)||(a=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!a;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(l(231,t,typeof n));return n}function Tn(e,t,n){(t=kn(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=at(n._dispatchListeners,t),n._dispatchInstances=at(n._dispatchInstances,e))}function En(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=_n(t);for(t=n.length;0<t--;)Tn(n[t],"captured",e);for(t=0;t<n.length;t++)Tn(n[t],"bubbled",e)}}function On(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=kn(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=at(n._dispatchListeners,t),n._dispatchInstances=at(n._dispatchInstances,e))}function Pn(e){e&&e.dispatchConfig.registrationName&&On(e._targetInst,null,e)}function Nn(e){rt(e,En)}var jn=null,Dn=null,qn=null;function Rn(){if(qn)return qn;var e,t,n=Dn,a=n.length,r="value"in jn?jn.value:jn.textContent,i=r.length;for(e=0;e<a&&n[e]===r[e];e++);var l=a-e;for(t=1;t<=l&&n[a-t]===r[i-t];t++);return qn=r.slice(e,1<t?1-t:void 0)}function In(){return!0}function Fn(){return!1}function Bn(e,t,n,a){for(var r in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(r)&&((t=e[r])?this[r]=t(n):"target"===r?this.target=a:this[r]=n[r]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?In:Fn,this.isPropagationStopped=Fn,this}function Un(e,t,n,a){if(this.eventPool.length){var r=this.eventPool.pop();return this.call(r,e,t,n,a),r}return new this(e,t,n,a)}function $n(e){if(!(e instanceof this))throw Error(l(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function Wn(e){e.eventPool=[],e.getPooled=Un,e.release=$n}r(Bn.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=In)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=In)},persist:function(){this.isPersistent=In},isPersistent:Fn,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=Fn,this._dispatchInstances=this._dispatchListeners=null}}),Bn.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},Bn.extend=function(e){function t(){}function n(){return a.apply(this,arguments)}var a=this;t.prototype=a.prototype;var i=new t;return r(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=r({},a.Interface,e),n.extend=a.extend,Wn(n),n},Wn(Bn);var Gn=Bn.extend({data:null}),Qn=Bn.extend({data:null}),Kn=[9,13,27,32],Jn=S&&"CompositionEvent"in window,Xn=null;S&&"documentMode"in document&&(Xn=document.documentMode);var Yn=S&&"TextEvent"in window&&!Xn,ea=S&&(!Jn||Xn&&8<Xn&&11>=Xn),ta=String.fromCharCode(32),na={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},aa=!1;function ra(e,t){switch(e){case"keyup":return-1!==Kn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ia(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var la=!1;var oa={eventTypes:na,extractEvents:function(e,t,n,a){var r;if(Jn)e:{switch(e){case"compositionstart":var i=na.compositionStart;break e;case"compositionend":i=na.compositionEnd;break e;case"compositionupdate":i=na.compositionUpdate;break e}i=void 0}else la?ra(e,n)&&(i=na.compositionEnd):"keydown"===e&&229===n.keyCode&&(i=na.compositionStart);return i?(ea&&"ko"!==n.locale&&(la||i!==na.compositionStart?i===na.compositionEnd&&la&&(r=Rn()):(Dn="value"in(jn=a)?jn.value:jn.textContent,la=!0)),i=Gn.getPooled(i,t,n,a),r?i.data=r:null!==(r=ia(n))&&(i.data=r),Nn(i),r=i):r=null,(e=Yn?function(e,t){switch(e){case"compositionend":return ia(t);case"keypress":return 32!==t.which?null:(aa=!0,ta);case"textInput":return(e=t.data)===ta&&aa?null:e;default:return null}}(e,n):function(e,t){if(la)return"compositionend"===e||!Jn&&ra(e,t)?(e=Rn(),qn=Dn=jn=null,la=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return ea&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=Qn.getPooled(na.beforeInput,t,n,a)).data=e,Nn(t)):t=null,null===r?t:null===t?r:[r,t]}},ca={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ua(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!ca[e.type]:"textarea"===t}var sa={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function ha(e,t,n){return(e=Bn.getPooled(sa.change,e,t,n)).type="change",k(n),Nn(e),e}var da=null,pa=null;function fa(e){ot(e)}function ma(e){if(ge(wn(e)))return e}function va(e,t){if("change"===e)return t}var Aa=!1;function ya(){da&&(da.detachEvent("onpropertychange",Ma),pa=da=null)}function Ma(e){if("value"===e.propertyName&&ma(pa))if(e=ha(pa,e,ct(e)),j)ot(e);else{j=!0;try{E(fa,e)}finally{j=!1,q()}}}function Ha(e,t,n){"focus"===e?(ya(),pa=n,(da=t).attachEvent("onpropertychange",Ma)):"blur"===e&&ya()}function ga(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return ma(pa)}function Za(e,t){if("click"===e)return ma(t)}function Va(e,t){if("input"===e||"change"===e)return ma(t)}S&&(Aa=ut("input")&&(!document.documentMode||9<document.documentMode));var Ca={eventTypes:sa,_isInputEventSupported:Aa,extractEvents:function(e,t,n,a){var r=t?wn(t):window,i=r.nodeName&&r.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===r.type)var l=va;else if(ua(r))if(Aa)l=Va;else{l=ga;var o=Ha}else(i=r.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===r.type||"radio"===r.type)&&(l=Za);if(l&&(l=l(e,t)))return ha(l,n,a);o&&o(e,r,t),"blur"===e&&(e=r._wrapperState)&&e.controlled&&"number"===r.type&&Se(r,"number",r.value)}},ba=Bn.extend({view:null,detail:null}),La={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Sa(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=La[e])&&!!t[e]}function za(){return Sa}var wa=0,xa=0,_a=!1,ka=!1,Ta=ba.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:za,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=wa;return wa=e.screenX,_a?"mousemove"===e.type?e.screenX-t:0:(_a=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=xa;return xa=e.screenY,ka?"mousemove"===e.type?e.screenY-t:0:(ka=!0,0)}}),Ea=Ta.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Oa={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},Pa={eventTypes:Oa,extractEvents:function(e,t,n,a,r){var i="mouseover"===e||"pointerover"===e,l="mouseout"===e||"pointerout"===e;if(i&&0==(32&r)&&(n.relatedTarget||n.fromElement)||!l&&!i)return null;(i=a.window===a?a:(i=a.ownerDocument)?i.defaultView||i.parentWindow:window,l)?(l=t,null!==(t=(t=n.relatedTarget||n.toElement)?Sn(t):null)&&(t!==Ye(t)||5!==t.tag&&6!==t.tag)&&(t=null)):l=null;if(l===t)return null;if("mouseout"===e||"mouseover"===e)var o=Ta,c=Oa.mouseLeave,u=Oa.mouseEnter,s="mouse";else"pointerout"!==e&&"pointerover"!==e||(o=Ea,c=Oa.pointerLeave,u=Oa.pointerEnter,s="pointer");if(e=null==l?i:wn(l),i=null==t?i:wn(t),(c=o.getPooled(c,l,n,a)).type=s+"leave",c.target=e,c.relatedTarget=i,(n=o.getPooled(u,t,n,a)).type=s+"enter",n.target=i,n.relatedTarget=e,s=t,(a=l)&&s)e:{for(u=s,l=0,e=o=a;e;e=_n(e))l++;for(e=0,t=u;t;t=_n(t))e++;for(;0<l-e;)o=_n(o),l--;for(;0<e-l;)u=_n(u),e--;for(;l--;){if(o===u||o===u.alternate)break e;o=_n(o),u=_n(u)}o=null}else o=null;for(u=o,o=[];a&&a!==u&&(null===(l=a.alternate)||l!==u);)o.push(a),a=_n(a);for(a=[];s&&s!==u&&(null===(l=s.alternate)||l!==u);)a.push(s),s=_n(s);for(s=0;s<o.length;s++)On(o[s],"bubbled",c);for(s=a.length;0<s--;)On(a[s],"captured",n);return 0==(64&r)?[c]:[c,n]}};var Na="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},ja=Object.prototype.hasOwnProperty;function Da(e,t){if(Na(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),a=Object.keys(t);if(n.length!==a.length)return!1;for(a=0;a<n.length;a++)if(!ja.call(t,n[a])||!Na(e[n[a]],t[n[a]]))return!1;return!0}var qa=S&&"documentMode"in document&&11>=document.documentMode,Ra={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Ia=null,Fa=null,Ba=null,Ua=!1;function $a(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Ua||null==Ia||Ia!==sn(n)?null:("selectionStart"in(n=Ia)&&fn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},Ba&&Da(Ba,n)?null:(Ba=n,(e=Bn.getPooled(Ra.select,Fa,e,t)).type="select",e.target=Ia,Nn(e),e))}var Wa={eventTypes:Ra,extractEvents:function(e,t,n,a,r,i){if(!(i=!(r=i||(a.window===a?a.document:9===a.nodeType?a:a.ownerDocument)))){e:{r=Xe(r),i=b.onSelect;for(var l=0;l<i.length;l++)if(!r.has(i[l])){r=!1;break e}r=!0}i=!r}if(i)return null;switch(r=t?wn(t):window,e){case"focus":(ua(r)||"true"===r.contentEditable)&&(Ia=r,Fa=t,Ba=null);break;case"blur":Ba=Fa=Ia=null;break;case"mousedown":Ua=!0;break;case"contextmenu":case"mouseup":case"dragend":return Ua=!1,$a(n,a);case"selectionchange":if(qa)break;case"keydown":case"keyup":return $a(n,a)}return null}},Ga=Bn.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Qa=Bn.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Ka=ba.extend({relatedTarget:null});function Ja(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var Xa={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Ya={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},er=ba.extend({key:function(e){if(e.key){var t=Xa[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Ja(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Ya[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:za,charCode:function(e){return"keypress"===e.type?Ja(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Ja(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),tr=Ta.extend({dataTransfer:null}),nr=ba.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:za}),ar=Bn.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),rr=Ta.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),ir={eventTypes:Nt,extractEvents:function(e,t,n,a){var r=jt.get(e);if(!r)return null;switch(e){case"keypress":if(0===Ja(n))return null;case"keydown":case"keyup":e=er;break;case"blur":case"focus":e=Ka;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=Ta;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=tr;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=nr;break;case $e:case We:case Ge:e=Ga;break;case Qe:e=ar;break;case"scroll":e=ba;break;case"wheel":e=rr;break;case"copy":case"cut":case"paste":e=Qa;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Ea;break;default:e=Bn}return Nn(t=e.getPooled(r,t,n,a)),t}};if(y)throw Error(l(101));y=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),H(),f=xn,m=zn,v=wn,L({SimpleEventPlugin:ir,EnterLeaveEventPlugin:Pa,ChangeEventPlugin:Ca,SelectEventPlugin:Wa,BeforeInputEventPlugin:oa});var lr=[],or=-1;function cr(e){0>or||(e.current=lr[or],lr[or]=null,or--)}function ur(e,t){or++,lr[or]=e.current,e.current=t}var sr={},hr={current:sr},dr={current:!1},pr=sr;function fr(e,t){var n=e.type.contextTypes;if(!n)return sr;var a=e.stateNode;if(a&&a.__reactInternalMemoizedUnmaskedChildContext===t)return a.__reactInternalMemoizedMaskedChildContext;var r,i={};for(r in n)i[r]=t[r];return a&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function mr(e){return null!=(e=e.childContextTypes)}function vr(){cr(dr),cr(hr)}function Ar(e,t,n){if(hr.current!==sr)throw Error(l(168));ur(hr,t),ur(dr,n)}function yr(e,t,n){var a=e.stateNode;if(e=t.childContextTypes,"function"!=typeof a.getChildContext)return n;for(var i in a=a.getChildContext())if(!(i in e))throw Error(l(108,ve(t)||"Unknown",i));return r({},n,{},a)}function Mr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||sr,pr=hr.current,ur(hr,e),ur(dr,dr.current),!0}function Hr(e,t,n){var a=e.stateNode;if(!a)throw Error(l(169));n?(e=yr(e,t,pr),a.__reactInternalMemoizedMergedChildContext=e,cr(dr),cr(hr),ur(hr,e)):cr(dr),ur(dr,n)}var gr=i.unstable_runWithPriority,Zr=i.unstable_scheduleCallback,Vr=i.unstable_cancelCallback,Cr=i.unstable_requestPaint,br=i.unstable_now,Lr=i.unstable_getCurrentPriorityLevel,Sr=i.unstable_ImmediatePriority,zr=i.unstable_UserBlockingPriority,wr=i.unstable_NormalPriority,xr=i.unstable_LowPriority,_r=i.unstable_IdlePriority,kr={},Tr=i.unstable_shouldYield,Er=void 0!==Cr?Cr:function(){},Or=null,Pr=null,Nr=!1,jr=br(),Dr=1e4>jr?br:function(){return br()-jr};function qr(){switch(Lr()){case Sr:return 99;case zr:return 98;case wr:return 97;case xr:return 96;case _r:return 95;default:throw Error(l(332))}}function Rr(e){switch(e){case 99:return Sr;case 98:return zr;case 97:return wr;case 96:return xr;case 95:return _r;default:throw Error(l(332))}}function Ir(e,t){return e=Rr(e),gr(e,t)}function Fr(e,t,n){return e=Rr(e),Zr(e,t,n)}function Br(e){return null===Or?(Or=[e],Pr=Zr(Sr,$r)):Or.push(e),kr}function Ur(){if(null!==Pr){var e=Pr;Pr=null,Vr(e)}$r()}function $r(){if(!Nr&&null!==Or){Nr=!0;var e=0;try{var t=Or;Ir(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),Or=null}catch(t){throw null!==Or&&(Or=Or.slice(e+1)),Zr(Sr,Ur),t}finally{Nr=!1}}}function Wr(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}function Gr(e,t){if(e&&e.defaultProps)for(var n in t=r({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var Qr={current:null},Kr=null,Jr=null,Xr=null;function Yr(){Xr=Jr=Kr=null}function ei(e){var t=Qr.current;cr(Qr),e.type._context._currentValue=t}function ti(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function ni(e,t){Kr=e,Xr=Jr=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(wl=!0),e.firstContext=null)}function ai(e,t){if(Xr!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(Xr=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Jr){if(null===Kr)throw Error(l(308));Jr=t,Kr.dependencies={expirationTime:0,firstContext:t,responders:null}}else Jr=Jr.next=t;return e._currentValue}var ri=!1;function ii(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function li(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function oi(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function ci(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function ui(e,t){var n=e.alternate;null!==n&&li(n,e),null===(n=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=n.next,n.next=t)}function si(e,t,n,a){var i=e.updateQueue;ri=!1;var l=i.baseQueue,o=i.shared.pending;if(null!==o){if(null!==l){var c=l.next;l.next=o.next,o.next=c}l=o,i.shared.pending=null,null!==(c=e.alternate)&&(null!==(c=c.updateQueue)&&(c.baseQueue=o))}if(null!==l){c=l.next;var u=i.baseState,s=0,h=null,d=null,p=null;if(null!==c)for(var f=c;;){if((o=f.expirationTime)<a){var m={expirationTime:f.expirationTime,suspenseConfig:f.suspenseConfig,tag:f.tag,payload:f.payload,callback:f.callback,next:null};null===p?(d=p=m,h=u):p=p.next=m,o>s&&(s=o)}else{null!==p&&(p=p.next={expirationTime:1073741823,suspenseConfig:f.suspenseConfig,tag:f.tag,payload:f.payload,callback:f.callback,next:null}),ic(o,f.suspenseConfig);e:{var v=e,A=f;switch(o=t,m=n,A.tag){case 1:if("function"==typeof(v=A.payload)){u=v.call(m,u,o);break e}u=v;break e;case 3:v.effectTag=-4097&v.effectTag|64;case 0:if(null==(o="function"==typeof(v=A.payload)?v.call(m,u,o):v))break e;u=r({},u,o);break e;case 2:ri=!0}}null!==f.callback&&(e.effectTag|=32,null===(o=i.effects)?i.effects=[f]:o.push(f))}if(null===(f=f.next)||f===c){if(null===(o=i.shared.pending))break;f=l.next=o.next,o.next=c,i.baseQueue=l=o,i.shared.pending=null}}null===p?h=u:p.next=d,i.baseState=h,i.baseQueue=p,lc(s),e.expirationTime=s,e.memoizedState=u}}function hi(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var a=e[t],r=a.callback;if(null!==r){if(a.callback=null,a=r,r=n,"function"!=typeof a)throw Error(l(191,a));a.call(r)}}}var di=K.ReactCurrentBatchConfig,pi=(new a.Component).refs;function fi(e,t,n,a){n=null==(n=n(a,t=e.memoizedState))?t:r({},t,n),e.memoizedState=n,0===e.expirationTime&&(e.updateQueue.baseState=n)}var mi={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Ye(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var a=$o(),r=di.suspense;(r=oi(a=Wo(a,e,r),r)).payload=t,null!=n&&(r.callback=n),ci(e,r),Go(e,a)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var a=$o(),r=di.suspense;(r=oi(a=Wo(a,e,r),r)).tag=1,r.payload=t,null!=n&&(r.callback=n),ci(e,r),Go(e,a)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=$o(),a=di.suspense;(a=oi(n=Wo(n,e,a),a)).tag=2,null!=t&&(a.callback=t),ci(e,a),Go(e,n)}};function vi(e,t,n,a,r,i,l){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(a,i,l):!t.prototype||!t.prototype.isPureReactComponent||(!Da(n,a)||!Da(r,i))}function Ai(e,t,n){var a=!1,r=sr,i=t.contextType;return"object"==typeof i&&null!==i?i=ai(i):(r=mr(t)?pr:hr.current,i=(a=null!=(a=t.contextTypes))?fr(e,r):sr),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=mi,e.stateNode=t,t._reactInternalFiber=e,a&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=r,e.__reactInternalMemoizedMaskedChildContext=i),t}function yi(e,t,n,a){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,a),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,a),t.state!==e&&mi.enqueueReplaceState(t,t.state,null)}function Mi(e,t,n,a){var r=e.stateNode;r.props=n,r.state=e.memoizedState,r.refs=pi,ii(e);var i=t.contextType;"object"==typeof i&&null!==i?r.context=ai(i):(i=mr(t)?pr:hr.current,r.context=fr(e,i)),si(e,n,r,a),r.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(fi(e,t,i,n),r.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof r.getSnapshotBeforeUpdate||"function"!=typeof r.UNSAFE_componentWillMount&&"function"!=typeof r.componentWillMount||(t=r.state,"function"==typeof r.componentWillMount&&r.componentWillMount(),"function"==typeof r.UNSAFE_componentWillMount&&r.UNSAFE_componentWillMount(),t!==r.state&&mi.enqueueReplaceState(r,r.state,null),si(e,n,r,a),r.state=e.memoizedState),"function"==typeof r.componentDidMount&&(e.effectTag|=4)}var Hi=Array.isArray;function gi(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(l(309));var a=n.stateNode}if(!a)throw Error(l(147,e));var r=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===r?t.ref:((t=function(e){var t=a.refs;t===pi&&(t=a.refs={}),null===e?delete t[r]:t[r]=e})._stringRef=r,t)}if("string"!=typeof e)throw Error(l(284));if(!n._owner)throw Error(l(290,e))}return e}function Zi(e,t){if("textarea"!==e.type)throw Error(l(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function Vi(e){function t(t,n){if(e){var a=t.lastEffect;null!==a?(a.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,a){if(!e)return null;for(;null!==a;)t(n,a),a=a.sibling;return null}function a(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function r(e,t){return(e=Lc(e,t)).index=0,e.sibling=null,e}function i(t,n,a){return t.index=a,e?null!==(a=t.alternate)?(a=a.index)<n?(t.effectTag=2,n):a:(t.effectTag=2,n):n}function o(t){return e&&null===t.alternate&&(t.effectTag=2),t}function c(e,t,n,a){return null===t||6!==t.tag?((t=wc(n,e.mode,a)).return=e,t):((t=r(t,n)).return=e,t)}function u(e,t,n,a){return null!==t&&t.elementType===n.type?((a=r(t,n.props)).ref=gi(e,t,n),a.return=e,a):((a=Sc(n.type,n.key,n.props,null,e.mode,a)).ref=gi(e,t,n),a.return=e,a)}function s(e,t,n,a){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=xc(n,e.mode,a)).return=e,t):((t=r(t,n.children||[])).return=e,t)}function h(e,t,n,a,i){return null===t||7!==t.tag?((t=zc(n,e.mode,a,i)).return=e,t):((t=r(t,n)).return=e,t)}function d(e,t,n){if("string"==typeof t||"number"==typeof t)return(t=wc(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case ee:return(n=Sc(t.type,t.key,t.props,null,e.mode,n)).ref=gi(e,null,t),n.return=e,n;case te:return(t=xc(t,e.mode,n)).return=e,t}if(Hi(t)||me(t))return(t=zc(t,e.mode,n,null)).return=e,t;Zi(e,t)}return null}function p(e,t,n,a){var r=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==r?null:c(e,t,""+n,a);if("object"==typeof n&&null!==n){switch(n.$$typeof){case ee:return n.key===r?n.type===ne?h(e,t,n.props.children,a,r):u(e,t,n,a):null;case te:return n.key===r?s(e,t,n,a):null}if(Hi(n)||me(n))return null!==r?null:h(e,t,n,a,null);Zi(e,n)}return null}function f(e,t,n,a,r){if("string"==typeof a||"number"==typeof a)return c(t,e=e.get(n)||null,""+a,r);if("object"==typeof a&&null!==a){switch(a.$$typeof){case ee:return e=e.get(null===a.key?n:a.key)||null,a.type===ne?h(t,e,a.props.children,r,a.key):u(t,e,a,r);case te:return s(t,e=e.get(null===a.key?n:a.key)||null,a,r)}if(Hi(a)||me(a))return h(t,e=e.get(n)||null,a,r,null);Zi(t,a)}return null}function m(r,l,o,c){for(var u=null,s=null,h=l,m=l=0,v=null;null!==h&&m<o.length;m++){h.index>m?(v=h,h=null):v=h.sibling;var A=p(r,h,o[m],c);if(null===A){null===h&&(h=v);break}e&&h&&null===A.alternate&&t(r,h),l=i(A,l,m),null===s?u=A:s.sibling=A,s=A,h=v}if(m===o.length)return n(r,h),u;if(null===h){for(;m<o.length;m++)null!==(h=d(r,o[m],c))&&(l=i(h,l,m),null===s?u=h:s.sibling=h,s=h);return u}for(h=a(r,h);m<o.length;m++)null!==(v=f(h,r,m,o[m],c))&&(e&&null!==v.alternate&&h.delete(null===v.key?m:v.key),l=i(v,l,m),null===s?u=v:s.sibling=v,s=v);return e&&h.forEach((function(e){return t(r,e)})),u}function v(r,o,c,u){var s=me(c);if("function"!=typeof s)throw Error(l(150));if(null==(c=s.call(c)))throw Error(l(151));for(var h=s=null,m=o,v=o=0,A=null,y=c.next();null!==m&&!y.done;v++,y=c.next()){m.index>v?(A=m,m=null):A=m.sibling;var M=p(r,m,y.value,u);if(null===M){null===m&&(m=A);break}e&&m&&null===M.alternate&&t(r,m),o=i(M,o,v),null===h?s=M:h.sibling=M,h=M,m=A}if(y.done)return n(r,m),s;if(null===m){for(;!y.done;v++,y=c.next())null!==(y=d(r,y.value,u))&&(o=i(y,o,v),null===h?s=y:h.sibling=y,h=y);return s}for(m=a(r,m);!y.done;v++,y=c.next())null!==(y=f(m,r,v,y.value,u))&&(e&&null!==y.alternate&&m.delete(null===y.key?v:y.key),o=i(y,o,v),null===h?s=y:h.sibling=y,h=y);return e&&m.forEach((function(e){return t(r,e)})),s}return function(e,a,i,c){var u="object"==typeof i&&null!==i&&i.type===ne&&null===i.key;u&&(i=i.props.children);var s="object"==typeof i&&null!==i;if(s)switch(i.$$typeof){case ee:e:{for(s=i.key,u=a;null!==u;){if(u.key===s){switch(u.tag){case 7:if(i.type===ne){n(e,u.sibling),(a=r(u,i.props.children)).return=e,e=a;break e}break;default:if(u.elementType===i.type){n(e,u.sibling),(a=r(u,i.props)).ref=gi(e,u,i),a.return=e,e=a;break e}}n(e,u);break}t(e,u),u=u.sibling}i.type===ne?((a=zc(i.props.children,e.mode,c,i.key)).return=e,e=a):((c=Sc(i.type,i.key,i.props,null,e.mode,c)).ref=gi(e,a,i),c.return=e,e=c)}return o(e);case te:e:{for(u=i.key;null!==a;){if(a.key===u){if(4===a.tag&&a.stateNode.containerInfo===i.containerInfo&&a.stateNode.implementation===i.implementation){n(e,a.sibling),(a=r(a,i.children||[])).return=e,e=a;break e}n(e,a);break}t(e,a),a=a.sibling}(a=xc(i,e.mode,c)).return=e,e=a}return o(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==a&&6===a.tag?(n(e,a.sibling),(a=r(a,i)).return=e,e=a):(n(e,a),(a=wc(i,e.mode,c)).return=e,e=a),o(e);if(Hi(i))return m(e,a,i,c);if(me(i))return v(e,a,i,c);if(s&&Zi(e,i),void 0===i&&!u)switch(e.tag){case 1:case 0:throw e=e.type,Error(l(152,e.displayName||e.name||"Component"))}return n(e,a)}}var Ci=Vi(!0),bi=Vi(!1),Li={},Si={current:Li},zi={current:Li},wi={current:Li};function xi(e){if(e===Li)throw Error(l(174));return e}function _i(e,t){switch(ur(wi,t),ur(zi,e),ur(Si,Li),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Ne(null,"");break;default:t=Ne(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}cr(Si),ur(Si,t)}function ki(){cr(Si),cr(zi),cr(wi)}function Ti(e){xi(wi.current);var t=xi(Si.current),n=Ne(t,e.type);t!==n&&(ur(zi,e),ur(Si,n))}function Ei(e){zi.current===e&&(cr(Si),cr(zi))}var Oi={current:0};function Pi(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(64&t.effectTag))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function Ni(e,t){return{responder:e,props:t}}var ji=K.ReactCurrentDispatcher,Di=K.ReactCurrentBatchConfig,qi=0,Ri=null,Ii=null,Fi=null,Bi=!1;function Ui(){throw Error(l(321))}function $i(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Na(e[n],t[n]))return!1;return!0}function Wi(e,t,n,a,r,i){if(qi=i,Ri=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,ji.current=null===e||null===e.memoizedState?vl:Al,e=n(a,r),t.expirationTime===qi){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(l(301));i+=1,Fi=Ii=null,t.updateQueue=null,ji.current=yl,e=n(a,r)}while(t.expirationTime===qi)}if(ji.current=ml,t=null!==Ii&&null!==Ii.next,qi=0,Fi=Ii=Ri=null,Bi=!1,t)throw Error(l(300));return e}function Gi(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Fi?Ri.memoizedState=Fi=e:Fi=Fi.next=e,Fi}function Qi(){if(null===Ii){var e=Ri.alternate;e=null!==e?e.memoizedState:null}else e=Ii.next;var t=null===Fi?Ri.memoizedState:Fi.next;if(null!==t)Fi=t,Ii=e;else{if(null===e)throw Error(l(310));e={memoizedState:(Ii=e).memoizedState,baseState:Ii.baseState,baseQueue:Ii.baseQueue,queue:Ii.queue,next:null},null===Fi?Ri.memoizedState=Fi=e:Fi=Fi.next=e}return Fi}function Ki(e,t){return"function"==typeof t?t(e):t}function Ji(e){var t=Qi(),n=t.queue;if(null===n)throw Error(l(311));n.lastRenderedReducer=e;var a=Ii,r=a.baseQueue,i=n.pending;if(null!==i){if(null!==r){var o=r.next;r.next=i.next,i.next=o}a.baseQueue=r=i,n.pending=null}if(null!==r){r=r.next,a=a.baseState;var c=o=i=null,u=r;do{var s=u.expirationTime;if(s<qi){var h={expirationTime:u.expirationTime,suspenseConfig:u.suspenseConfig,action:u.action,eagerReducer:u.eagerReducer,eagerState:u.eagerState,next:null};null===c?(o=c=h,i=a):c=c.next=h,s>Ri.expirationTime&&(Ri.expirationTime=s,lc(s))}else null!==c&&(c=c.next={expirationTime:1073741823,suspenseConfig:u.suspenseConfig,action:u.action,eagerReducer:u.eagerReducer,eagerState:u.eagerState,next:null}),ic(s,u.suspenseConfig),a=u.eagerReducer===e?u.eagerState:e(a,u.action);u=u.next}while(null!==u&&u!==r);null===c?i=a:c.next=o,Na(a,t.memoizedState)||(wl=!0),t.memoizedState=a,t.baseState=i,t.baseQueue=c,n.lastRenderedState=a}return[t.memoizedState,n.dispatch]}function Xi(e){var t=Qi(),n=t.queue;if(null===n)throw Error(l(311));n.lastRenderedReducer=e;var a=n.dispatch,r=n.pending,i=t.memoizedState;if(null!==r){n.pending=null;var o=r=r.next;do{i=e(i,o.action),o=o.next}while(o!==r);Na(i,t.memoizedState)||(wl=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,a]}function Yi(e){var t=Gi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:Ki,lastRenderedState:e}).dispatch=fl.bind(null,Ri,e),[t.memoizedState,e]}function el(e,t,n,a){return e={tag:e,create:t,destroy:n,deps:a,next:null},null===(t=Ri.updateQueue)?(t={lastEffect:null},Ri.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(a=n.next,n.next=e,e.next=a,t.lastEffect=e),e}function tl(){return Qi().memoizedState}function nl(e,t,n,a){var r=Gi();Ri.effectTag|=e,r.memoizedState=el(1|t,n,void 0,void 0===a?null:a)}function al(e,t,n,a){var r=Qi();a=void 0===a?null:a;var i=void 0;if(null!==Ii){var l=Ii.memoizedState;if(i=l.destroy,null!==a&&$i(a,l.deps))return void el(t,n,i,a)}Ri.effectTag|=e,r.memoizedState=el(1|t,n,i,a)}function rl(e,t){return nl(516,4,e,t)}function il(e,t){return al(516,4,e,t)}function ll(e,t){return al(4,2,e,t)}function ol(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function cl(e,t,n){return n=null!=n?n.concat([e]):null,al(4,2,ol.bind(null,t,e),n)}function ul(){}function sl(e,t){return Gi().memoizedState=[e,void 0===t?null:t],e}function hl(e,t){var n=Qi();t=void 0===t?null:t;var a=n.memoizedState;return null!==a&&null!==t&&$i(t,a[1])?a[0]:(n.memoizedState=[e,t],e)}function dl(e,t){var n=Qi();t=void 0===t?null:t;var a=n.memoizedState;return null!==a&&null!==t&&$i(t,a[1])?a[0]:(e=e(),n.memoizedState=[e,t],e)}function pl(e,t,n){var a=qr();Ir(98>a?98:a,(function(){e(!0)})),Ir(97<a?97:a,(function(){var a=Di.suspense;Di.suspense=void 0===t?null:t;try{e(!1),n()}finally{Di.suspense=a}}))}function fl(e,t,n){var a=$o(),r=di.suspense;r={expirationTime:a=Wo(a,e,r),suspenseConfig:r,action:n,eagerReducer:null,eagerState:null,next:null};var i=t.pending;if(null===i?r.next=r:(r.next=i.next,i.next=r),t.pending=r,i=e.alternate,e===Ri||null!==i&&i===Ri)Bi=!0,r.expirationTime=qi,Ri.expirationTime=qi;else{if(0===e.expirationTime&&(null===i||0===i.expirationTime)&&null!==(i=t.lastRenderedReducer))try{var l=t.lastRenderedState,o=i(l,n);if(r.eagerReducer=i,r.eagerState=o,Na(o,l))return}catch(e){}Go(e,a)}}var ml={readContext:ai,useCallback:Ui,useContext:Ui,useEffect:Ui,useImperativeHandle:Ui,useLayoutEffect:Ui,useMemo:Ui,useReducer:Ui,useRef:Ui,useState:Ui,useDebugValue:Ui,useResponder:Ui,useDeferredValue:Ui,useTransition:Ui},vl={readContext:ai,useCallback:sl,useContext:ai,useEffect:rl,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,nl(4,2,ol.bind(null,t,e),n)},useLayoutEffect:function(e,t){return nl(4,2,e,t)},useMemo:function(e,t){var n=Gi();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var a=Gi();return t=void 0!==n?n(t):t,a.memoizedState=a.baseState=t,e=(e=a.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=fl.bind(null,Ri,e),[a.memoizedState,e]},useRef:function(e){return e={current:e},Gi().memoizedState=e},useState:Yi,useDebugValue:ul,useResponder:Ni,useDeferredValue:function(e,t){var n=Yi(e),a=n[0],r=n[1];return rl((function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{r(e)}finally{Di.suspense=n}}),[e,t]),a},useTransition:function(e){var t=Yi(!1),n=t[0];return t=t[1],[sl(pl.bind(null,t,e),[t,e]),n]}},Al={readContext:ai,useCallback:hl,useContext:ai,useEffect:il,useImperativeHandle:cl,useLayoutEffect:ll,useMemo:dl,useReducer:Ji,useRef:tl,useState:function(){return Ji(Ki)},useDebugValue:ul,useResponder:Ni,useDeferredValue:function(e,t){var n=Ji(Ki),a=n[0],r=n[1];return il((function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{r(e)}finally{Di.suspense=n}}),[e,t]),a},useTransition:function(e){var t=Ji(Ki),n=t[0];return t=t[1],[hl(pl.bind(null,t,e),[t,e]),n]}},yl={readContext:ai,useCallback:hl,useContext:ai,useEffect:il,useImperativeHandle:cl,useLayoutEffect:ll,useMemo:dl,useReducer:Xi,useRef:tl,useState:function(){return Xi(Ki)},useDebugValue:ul,useResponder:Ni,useDeferredValue:function(e,t){var n=Xi(Ki),a=n[0],r=n[1];return il((function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{r(e)}finally{Di.suspense=n}}),[e,t]),a},useTransition:function(e){var t=Xi(Ki),n=t[0];return t=t[1],[hl(pl.bind(null,t,e),[t,e]),n]}},Ml=null,Hl=null,gl=!1;function Zl(e,t){var n=Cc(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Vl(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function Cl(e){if(gl){var t=Hl;if(t){var n=t;if(!Vl(e,t)){if(!(t=gn(n.nextSibling))||!Vl(e,t))return e.effectTag=-1025&e.effectTag|2,gl=!1,void(Ml=e);Zl(Ml,n)}Ml=e,Hl=gn(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,gl=!1,Ml=e}}function bl(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;Ml=e}function Ll(e){if(e!==Ml)return!1;if(!gl)return bl(e),gl=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!yn(t,e.memoizedProps))for(t=Hl;t;)Zl(e,t),t=gn(t.nextSibling);if(bl(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(l(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){Hl=gn(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}Hl=null}}else Hl=Ml?gn(e.stateNode.nextSibling):null;return!0}function Sl(){Hl=Ml=null,gl=!1}var zl=K.ReactCurrentOwner,wl=!1;function xl(e,t,n,a){t.child=null===e?bi(t,null,n,a):Ci(t,e.child,n,a)}function _l(e,t,n,a,r){n=n.render;var i=t.ref;return ni(t,r),a=Wi(e,t,n,a,i,r),null===e||wl?(t.effectTag|=1,xl(e,t,a,r),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=r&&(e.expirationTime=0),Wl(e,t,r))}function kl(e,t,n,a,r,i){if(null===e){var l=n.type;return"function"!=typeof l||bc(l)||void 0!==l.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Sc(n.type,null,a,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=l,Tl(e,t,l,a,r,i))}return l=e.child,r<i&&(r=l.memoizedProps,(n=null!==(n=n.compare)?n:Da)(r,a)&&e.ref===t.ref)?Wl(e,t,i):(t.effectTag|=1,(e=Lc(l,a)).ref=t.ref,e.return=t,t.child=e)}function Tl(e,t,n,a,r,i){return null!==e&&Da(e.memoizedProps,a)&&e.ref===t.ref&&(wl=!1,r<i)?(t.expirationTime=e.expirationTime,Wl(e,t,i)):Ol(e,t,n,a,i)}function El(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function Ol(e,t,n,a,r){var i=mr(n)?pr:hr.current;return i=fr(t,i),ni(t,r),n=Wi(e,t,n,a,i,r),null===e||wl?(t.effectTag|=1,xl(e,t,n,r),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=r&&(e.expirationTime=0),Wl(e,t,r))}function Pl(e,t,n,a,r){if(mr(n)){var i=!0;Mr(t)}else i=!1;if(ni(t,r),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),Ai(t,n,a),Mi(t,n,a,r),a=!0;else if(null===e){var l=t.stateNode,o=t.memoizedProps;l.props=o;var c=l.context,u=n.contextType;"object"==typeof u&&null!==u?u=ai(u):u=fr(t,u=mr(n)?pr:hr.current);var s=n.getDerivedStateFromProps,h="function"==typeof s||"function"==typeof l.getSnapshotBeforeUpdate;h||"function"!=typeof l.UNSAFE_componentWillReceiveProps&&"function"!=typeof l.componentWillReceiveProps||(o!==a||c!==u)&&yi(t,l,a,u),ri=!1;var d=t.memoizedState;l.state=d,si(t,a,l,r),c=t.memoizedState,o!==a||d!==c||dr.current||ri?("function"==typeof s&&(fi(t,n,s,a),c=t.memoizedState),(o=ri||vi(t,n,o,a,d,c,u))?(h||"function"!=typeof l.UNSAFE_componentWillMount&&"function"!=typeof l.componentWillMount||("function"==typeof l.componentWillMount&&l.componentWillMount(),"function"==typeof l.UNSAFE_componentWillMount&&l.UNSAFE_componentWillMount()),"function"==typeof l.componentDidMount&&(t.effectTag|=4)):("function"==typeof l.componentDidMount&&(t.effectTag|=4),t.memoizedProps=a,t.memoizedState=c),l.props=a,l.state=c,l.context=u,a=o):("function"==typeof l.componentDidMount&&(t.effectTag|=4),a=!1)}else l=t.stateNode,li(e,t),o=t.memoizedProps,l.props=t.type===t.elementType?o:Gr(t.type,o),c=l.context,"object"==typeof(u=n.contextType)&&null!==u?u=ai(u):u=fr(t,u=mr(n)?pr:hr.current),(h="function"==typeof(s=n.getDerivedStateFromProps)||"function"==typeof l.getSnapshotBeforeUpdate)||"function"!=typeof l.UNSAFE_componentWillReceiveProps&&"function"!=typeof l.componentWillReceiveProps||(o!==a||c!==u)&&yi(t,l,a,u),ri=!1,c=t.memoizedState,l.state=c,si(t,a,l,r),d=t.memoizedState,o!==a||c!==d||dr.current||ri?("function"==typeof s&&(fi(t,n,s,a),d=t.memoizedState),(s=ri||vi(t,n,o,a,c,d,u))?(h||"function"!=typeof l.UNSAFE_componentWillUpdate&&"function"!=typeof l.componentWillUpdate||("function"==typeof l.componentWillUpdate&&l.componentWillUpdate(a,d,u),"function"==typeof l.UNSAFE_componentWillUpdate&&l.UNSAFE_componentWillUpdate(a,d,u)),"function"==typeof l.componentDidUpdate&&(t.effectTag|=4),"function"==typeof l.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof l.componentDidUpdate||o===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=4),"function"!=typeof l.getSnapshotBeforeUpdate||o===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=256),t.memoizedProps=a,t.memoizedState=d),l.props=a,l.state=d,l.context=u,a=s):("function"!=typeof l.componentDidUpdate||o===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=4),"function"!=typeof l.getSnapshotBeforeUpdate||o===e.memoizedProps&&c===e.memoizedState||(t.effectTag|=256),a=!1);return Nl(e,t,n,a,i,r)}function Nl(e,t,n,a,r,i){El(e,t);var l=0!=(64&t.effectTag);if(!a&&!l)return r&&Hr(t,n,!1),Wl(e,t,i);a=t.stateNode,zl.current=t;var o=l&&"function"!=typeof n.getDerivedStateFromError?null:a.render();return t.effectTag|=1,null!==e&&l?(t.child=Ci(t,e.child,null,i),t.child=Ci(t,null,o,i)):xl(e,t,o,i),t.memoizedState=a.state,r&&Hr(t,n,!0),t.child}function jl(e){var t=e.stateNode;t.pendingContext?Ar(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ar(0,t.context,!1),_i(e,t.containerInfo)}var Dl,ql,Rl,Il={dehydrated:null,retryTime:0};function Fl(e,t,n){var a,r=t.mode,i=t.pendingProps,l=Oi.current,o=!1;if((a=0!=(64&t.effectTag))||(a=0!=(2&l)&&(null===e||null!==e.memoizedState)),a?(o=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(l|=1),ur(Oi,1&l),null===e){if(void 0!==i.fallback&&Cl(t),o){if(o=i.fallback,(i=zc(null,r,0,null)).return=t,0==(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=zc(o,r,n,null)).return=t,i.sibling=n,t.memoizedState=Il,t.child=i,n}return r=i.children,t.memoizedState=null,t.child=bi(t,null,r,n)}if(null!==e.memoizedState){if(r=(e=e.child).sibling,o){if(i=i.fallback,(n=Lc(e,e.pendingProps)).return=t,0==(2&t.mode)&&(o=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(n.child=o;null!==o;)o.return=n,o=o.sibling;return(r=Lc(r,i)).return=t,n.sibling=r,n.childExpirationTime=0,t.memoizedState=Il,t.child=n,r}return n=Ci(t,e.child,i.children,n),t.memoizedState=null,t.child=n}if(e=e.child,o){if(o=i.fallback,(i=zc(null,r,0,null)).return=t,i.child=e,null!==e&&(e.return=i),0==(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=zc(o,r,n,null)).return=t,i.sibling=n,n.effectTag|=2,i.childExpirationTime=0,t.memoizedState=Il,t.child=i,n}return t.memoizedState=null,t.child=Ci(t,e,i.children,n)}function Bl(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t),ti(e.return,t)}function Ul(e,t,n,a,r,i){var l=e.memoizedState;null===l?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:a,tail:n,tailExpiration:0,tailMode:r,lastEffect:i}:(l.isBackwards=t,l.rendering=null,l.renderingStartTime=0,l.last=a,l.tail=n,l.tailExpiration=0,l.tailMode=r,l.lastEffect=i)}function $l(e,t,n){var a=t.pendingProps,r=a.revealOrder,i=a.tail;if(xl(e,t,a.children,n),0!=(2&(a=Oi.current)))a=1&a|2,t.effectTag|=64;else{if(null!==e&&0!=(64&e.effectTag))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Bl(e,n);else if(19===e.tag)Bl(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}a&=1}if(ur(Oi,a),0==(2&t.mode))t.memoizedState=null;else switch(r){case"forwards":for(n=t.child,r=null;null!==n;)null!==(e=n.alternate)&&null===Pi(e)&&(r=n),n=n.sibling;null===(n=r)?(r=t.child,t.child=null):(r=n.sibling,n.sibling=null),Ul(t,!1,r,n,i,t.lastEffect);break;case"backwards":for(n=null,r=t.child,t.child=null;null!==r;){if(null!==(e=r.alternate)&&null===Pi(e)){t.child=r;break}e=r.sibling,r.sibling=n,n=r,r=e}Ul(t,!0,n,null,i,t.lastEffect);break;case"together":Ul(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function Wl(e,t,n){null!==e&&(t.dependencies=e.dependencies);var a=t.expirationTime;if(0!==a&&lc(a),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw Error(l(153));if(null!==t.child){for(n=Lc(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Lc(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Gl(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var a=null;null!==n;)null!==n.alternate&&(a=n),n=n.sibling;null===a?t||null===e.tail?e.tail=null:e.tail.sibling=null:a.sibling=null}}function Ql(e,t,n){var a=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return mr(t.type)&&vr(),null;case 3:return ki(),cr(dr),cr(hr),(n=t.stateNode).pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||!Ll(t)||(t.effectTag|=4),null;case 5:Ei(t),n=xi(wi.current);var i=t.type;if(null!==e&&null!=t.stateNode)ql(e,t,i,a,n),e.ref!==t.ref&&(t.effectTag|=128);else{if(!a){if(null===t.stateNode)throw Error(l(166));return null}if(e=xi(Si.current),Ll(t)){a=t.stateNode,i=t.type;var o=t.memoizedProps;switch(a[Cn]=t,a[bn]=o,i){case"iframe":case"object":case"embed":Wt("load",a);break;case"video":case"audio":for(e=0;e<Ke.length;e++)Wt(Ke[e],a);break;case"source":Wt("error",a);break;case"img":case"image":case"link":Wt("error",a),Wt("load",a);break;case"form":Wt("reset",a),Wt("submit",a);break;case"details":Wt("toggle",a);break;case"input":Ve(a,o),Wt("invalid",a),cn(n,"onChange");break;case"select":a._wrapperState={wasMultiple:!!o.multiple},Wt("invalid",a),cn(n,"onChange");break;case"textarea":_e(a,o),Wt("invalid",a),cn(n,"onChange")}for(var c in rn(i,o),e=null,o)if(o.hasOwnProperty(c)){var u=o[c];"children"===c?"string"==typeof u?a.textContent!==u&&(e=["children",u]):"number"==typeof u&&a.textContent!==""+u&&(e=["children",""+u]):C.hasOwnProperty(c)&&null!=u&&cn(n,c)}switch(i){case"input":He(a),Le(a,o,!0);break;case"textarea":He(a),Te(a);break;case"select":case"option":break;default:"function"==typeof o.onClick&&(a.onclick=un)}n=e,t.updateQueue=n,null!==n&&(t.effectTag|=4)}else{switch(c=9===n.nodeType?n:n.ownerDocument,e===on&&(e=Pe(i)),e===on?"script"===i?((e=c.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof a.is?e=c.createElement(i,{is:a.is}):(e=c.createElement(i),"select"===i&&(c=e,a.multiple?c.multiple=!0:a.size&&(c.size=a.size))):e=c.createElementNS(e,i),e[Cn]=t,e[bn]=a,Dl(e,t),t.stateNode=e,c=ln(i,a),i){case"iframe":case"object":case"embed":Wt("load",e),u=a;break;case"video":case"audio":for(u=0;u<Ke.length;u++)Wt(Ke[u],e);u=a;break;case"source":Wt("error",e),u=a;break;case"img":case"image":case"link":Wt("error",e),Wt("load",e),u=a;break;case"form":Wt("reset",e),Wt("submit",e),u=a;break;case"details":Wt("toggle",e),u=a;break;case"input":Ve(e,a),u=Ze(e,a),Wt("invalid",e),cn(n,"onChange");break;case"option":u=ze(e,a);break;case"select":e._wrapperState={wasMultiple:!!a.multiple},u=r({},a,{value:void 0}),Wt("invalid",e),cn(n,"onChange");break;case"textarea":_e(e,a),u=xe(e,a),Wt("invalid",e),cn(n,"onChange");break;default:u=a}rn(i,u);var s=u;for(o in s)if(s.hasOwnProperty(o)){var h=s[o];"style"===o?nn(e,h):"dangerouslySetInnerHTML"===o?null!=(h=h?h.__html:void 0)&&De(e,h):"children"===o?"string"==typeof h?("textarea"!==i||""!==h)&&qe(e,h):"number"==typeof h&&qe(e,""+h):"suppressContentEditableWarning"!==o&&"suppressHydrationWarning"!==o&&"autoFocus"!==o&&(C.hasOwnProperty(o)?null!=h&&cn(n,o):null!=h&&J(e,o,h,c))}switch(i){case"input":He(e),Le(e,a,!1);break;case"textarea":He(e),Te(e);break;case"option":null!=a.value&&e.setAttribute("value",""+ye(a.value));break;case"select":e.multiple=!!a.multiple,null!=(n=a.value)?we(e,!!a.multiple,n,!1):null!=a.defaultValue&&we(e,!!a.multiple,a.defaultValue,!0);break;default:"function"==typeof u.onClick&&(e.onclick=un)}An(i,a)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Rl(0,t,e.memoizedProps,a);else{if("string"!=typeof a&&null===t.stateNode)throw Error(l(166));n=xi(wi.current),xi(Si.current),Ll(t)?(n=t.stateNode,a=t.memoizedProps,n[Cn]=t,n.nodeValue!==a&&(t.effectTag|=4)):((n=(9===n.nodeType?n:n.ownerDocument).createTextNode(a))[Cn]=t,t.stateNode=n)}return null;case 13:return cr(Oi),a=t.memoizedState,0!=(64&t.effectTag)?(t.expirationTime=n,t):(n=null!==a,a=!1,null===e?void 0!==t.memoizedProps.fallback&&Ll(t):(a=null!==(i=e.memoizedState),n||null===i||null!==(i=e.child.sibling)&&(null!==(o=t.firstEffect)?(t.firstEffect=i,i.nextEffect=o):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),n&&!a&&0!=(2&t.mode)&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!=(1&Oi.current)?So===Ho&&(So=go):(So!==Ho&&So!==go||(So=Zo),0!==ko&&null!==Co&&(Tc(Co,Lo),Ec(Co,ko)))),(n||a)&&(t.effectTag|=4),null);case 4:return ki(),null;case 10:return ei(t),null;case 17:return mr(t.type)&&vr(),null;case 19:if(cr(Oi),null===(a=t.memoizedState))return null;if(i=0!=(64&t.effectTag),null===(o=a.rendering)){if(i)Gl(a,!1);else if(So!==Ho||null!==e&&0!=(64&e.effectTag))for(o=t.child;null!==o;){if(null!==(e=Pi(o))){for(t.effectTag|=64,Gl(a,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===a.lastEffect&&(t.firstEffect=null),t.lastEffect=a.lastEffect,a=t.child;null!==a;)o=n,(i=a).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=o,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,o=e.dependencies,i.dependencies=null===o?null:{expirationTime:o.expirationTime,firstContext:o.firstContext,responders:o.responders}),a=a.sibling;return ur(Oi,1&Oi.current|2),t.child}o=o.sibling}}else{if(!i)if(null!==(e=Pi(o))){if(t.effectTag|=64,i=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),Gl(a,!0),null===a.tail&&"hidden"===a.tailMode&&!o.alternate)return null!==(t=t.lastEffect=a.lastEffect)&&(t.nextEffect=null),null}else 2*Dr()-a.renderingStartTime>a.tailExpiration&&1<n&&(t.effectTag|=64,i=!0,Gl(a,!1),t.expirationTime=t.childExpirationTime=n-1);a.isBackwards?(o.sibling=t.child,t.child=o):(null!==(n=a.last)?n.sibling=o:t.child=o,a.last=o)}return null!==a.tail?(0===a.tailExpiration&&(a.tailExpiration=Dr()+500),n=a.tail,a.rendering=n,a.tail=n.sibling,a.lastEffect=t.lastEffect,a.renderingStartTime=Dr(),n.sibling=null,t=Oi.current,ur(Oi,i?1&t|2:1&t),n):null}throw Error(l(156,t.tag))}function Kl(e){switch(e.tag){case 1:mr(e.type)&&vr();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(ki(),cr(dr),cr(hr),0!=(64&(t=e.effectTag)))throw Error(l(285));return e.effectTag=-4097&t|64,e;case 5:return Ei(e),null;case 13:return cr(Oi),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return cr(Oi),null;case 4:return ki(),null;case 10:return ei(e),null;default:return null}}function Jl(e,t){return{value:e,source:t,stack:Ae(t)}}Dl=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},ql=function(e,t,n,a,i){var l=e.memoizedProps;if(l!==a){var o,c,u=t.stateNode;switch(xi(Si.current),e=null,n){case"input":l=Ze(u,l),a=Ze(u,a),e=[];break;case"option":l=ze(u,l),a=ze(u,a),e=[];break;case"select":l=r({},l,{value:void 0}),a=r({},a,{value:void 0}),e=[];break;case"textarea":l=xe(u,l),a=xe(u,a),e=[];break;default:"function"!=typeof l.onClick&&"function"==typeof a.onClick&&(u.onclick=un)}for(o in rn(n,a),n=null,l)if(!a.hasOwnProperty(o)&&l.hasOwnProperty(o)&&null!=l[o])if("style"===o)for(c in u=l[o])u.hasOwnProperty(c)&&(n||(n={}),n[c]="");else"dangerouslySetInnerHTML"!==o&&"children"!==o&&"suppressContentEditableWarning"!==o&&"suppressHydrationWarning"!==o&&"autoFocus"!==o&&(C.hasOwnProperty(o)?e||(e=[]):(e=e||[]).push(o,null));for(o in a){var s=a[o];if(u=null!=l?l[o]:void 0,a.hasOwnProperty(o)&&s!==u&&(null!=s||null!=u))if("style"===o)if(u){for(c in u)!u.hasOwnProperty(c)||s&&s.hasOwnProperty(c)||(n||(n={}),n[c]="");for(c in s)s.hasOwnProperty(c)&&u[c]!==s[c]&&(n||(n={}),n[c]=s[c])}else n||(e||(e=[]),e.push(o,n)),n=s;else"dangerouslySetInnerHTML"===o?(s=s?s.__html:void 0,u=u?u.__html:void 0,null!=s&&u!==s&&(e=e||[]).push(o,s)):"children"===o?u===s||"string"!=typeof s&&"number"!=typeof s||(e=e||[]).push(o,""+s):"suppressContentEditableWarning"!==o&&"suppressHydrationWarning"!==o&&(C.hasOwnProperty(o)?(null!=s&&cn(i,o),e||u===s||(e=[])):(e=e||[]).push(o,s))}n&&(e=e||[]).push("style",n),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},Rl=function(e,t,n,a){n!==a&&(t.effectTag|=4)};var Xl="function"==typeof WeakSet?WeakSet:Set;function Yl(e,t){var n=t.source,a=t.stack;null===a&&null!==n&&(a=Ae(n)),null!==n&&ve(n.type),t=t.value,null!==e&&1===e.tag&&ve(e.type);try{console.error(t)}catch(e){setTimeout((function(){throw e}))}}function eo(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){yc(e,t)}else t.current=null}function to(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,a=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Gr(t.type,n),a),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(l(163))}function no(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var a=n.destroy;n.destroy=void 0,void 0!==a&&a()}n=n.next}while(n!==t)}}function ao(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var a=n.create;n.destroy=a()}n=n.next}while(n!==t)}}function ro(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return void ao(3,n);case 1:if(e=n.stateNode,4&n.effectTag)if(null===t)e.componentDidMount();else{var a=n.elementType===n.type?t.memoizedProps:Gr(n.type,t.memoizedProps);e.componentDidUpdate(a,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=n.updateQueue)&&hi(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}hi(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.effectTag&&An(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&Pt(n)))));case 19:case 17:case 20:case 21:return}throw Error(l(163))}function io(e,t,n){switch("function"==typeof Zc&&Zc(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var a=e.next;Ir(97<n?97:n,(function(){var e=a;do{var n=e.destroy;if(void 0!==n){var r=t;try{n()}catch(e){yc(r,e)}}e=e.next}while(e!==a)}))}break;case 1:eo(t),"function"==typeof(n=t.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){yc(e,t)}}(t,n);break;case 5:eo(t);break;case 4:uo(e,t,n)}}function lo(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,null!==t&&lo(t)}function oo(e){return 5===e.tag||3===e.tag||4===e.tag}function co(e){e:{for(var t=e.return;null!==t;){if(oo(t)){var n=t;break e}t=t.return}throw Error(l(160))}switch(t=n.stateNode,n.tag){case 5:var a=!1;break;case 3:case 4:t=t.containerInfo,a=!0;break;default:throw Error(l(161))}16&n.effectTag&&(qe(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||oo(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}a?function e(t,n,a){var r=t.tag,i=5===r||6===r;if(i)t=i?t.stateNode:t.stateNode.instance,n?8===a.nodeType?a.parentNode.insertBefore(t,n):a.insertBefore(t,n):(8===a.nodeType?(n=a.parentNode).insertBefore(t,a):(n=a).appendChild(t),null!==(a=a._reactRootContainer)&&void 0!==a||null!==n.onclick||(n.onclick=un));else if(4!==r&&null!==(t=t.child))for(e(t,n,a),t=t.sibling;null!==t;)e(t,n,a),t=t.sibling}(e,n,t):function e(t,n,a){var r=t.tag,i=5===r||6===r;if(i)t=i?t.stateNode:t.stateNode.instance,n?a.insertBefore(t,n):a.appendChild(t);else if(4!==r&&null!==(t=t.child))for(e(t,n,a),t=t.sibling;null!==t;)e(t,n,a),t=t.sibling}(e,n,t)}function uo(e,t,n){for(var a,r,i=t,o=!1;;){if(!o){o=i.return;e:for(;;){if(null===o)throw Error(l(160));switch(a=o.stateNode,o.tag){case 5:r=!1;break e;case 3:case 4:a=a.containerInfo,r=!0;break e}o=o.return}o=!0}if(5===i.tag||6===i.tag){e:for(var c=e,u=i,s=n,h=u;;)if(io(c,h,s),null!==h.child&&4!==h.tag)h.child.return=h,h=h.child;else{if(h===u)break e;for(;null===h.sibling;){if(null===h.return||h.return===u)break e;h=h.return}h.sibling.return=h.return,h=h.sibling}r?(c=a,u=i.stateNode,8===c.nodeType?c.parentNode.removeChild(u):c.removeChild(u)):a.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){a=i.stateNode.containerInfo,r=!0,i.child.return=i,i=i.child;continue}}else if(io(e,i,n),null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)return;4===(i=i.return).tag&&(o=!1)}i.sibling.return=i.return,i=i.sibling}}function so(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void no(3,t);case 1:return;case 5:var n=t.stateNode;if(null!=n){var a=t.memoizedProps,r=null!==e?e.memoizedProps:a;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[bn]=a,"input"===e&&"radio"===a.type&&null!=a.name&&Ce(n,a),ln(e,r),t=ln(e,a),r=0;r<i.length;r+=2){var o=i[r],c=i[r+1];"style"===o?nn(n,c):"dangerouslySetInnerHTML"===o?De(n,c):"children"===o?qe(n,c):J(n,o,c,t)}switch(e){case"input":be(n,a);break;case"textarea":ke(n,a);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!a.multiple,null!=(e=a.value)?we(n,!!a.multiple,e,!1):t!==!!a.multiple&&(null!=a.defaultValue?we(n,!!a.multiple,a.defaultValue,!0):we(n,!!a.multiple,a.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(l(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((t=t.stateNode).hydrate&&(t.hydrate=!1,Pt(t.containerInfo)));case 12:return;case 13:if(n=t,null===t.memoizedState?a=!1:(a=!0,n=t.child,Eo=Dr()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,a?"function"==typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,r=null!=(r=e.memoizedProps.style)&&r.hasOwnProperty("display")?r.display:null,i.style.display=tn("display",r));else if(6===e.tag)e.stateNode.nodeValue=a?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState&&null===e.memoizedState.dehydrated){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void ho(t);case 19:return void ho(t);case 17:return}throw Error(l(163))}function ho(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Xl),t.forEach((function(t){var a=Hc.bind(null,e,t);n.has(t)||(n.add(t),t.then(a,a))}))}}var po="function"==typeof WeakMap?WeakMap:Map;function fo(e,t,n){(n=oi(n,null)).tag=3,n.payload={element:null};var a=t.value;return n.callback=function(){Po||(Po=!0,No=a),Yl(e,t)},n}function mo(e,t,n){(n=oi(n,null)).tag=3;var a=e.type.getDerivedStateFromError;if("function"==typeof a){var r=t.value;n.payload=function(){return Yl(e,t),a(r)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof a&&(null===jo?jo=new Set([this]):jo.add(this),Yl(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var vo,Ao=Math.ceil,yo=K.ReactCurrentDispatcher,Mo=K.ReactCurrentOwner,Ho=0,go=3,Zo=4,Vo=0,Co=null,bo=null,Lo=0,So=Ho,zo=null,wo=1073741823,xo=1073741823,_o=null,ko=0,To=!1,Eo=0,Oo=null,Po=!1,No=null,jo=null,Do=!1,qo=null,Ro=90,Io=null,Fo=0,Bo=null,Uo=0;function $o(){return 0!=(48&Vo)?1073741821-(Dr()/10|0):0!==Uo?Uo:Uo=1073741821-(Dr()/10|0)}function Wo(e,t,n){if(0==(2&(t=t.mode)))return 1073741823;var a=qr();if(0==(4&t))return 99===a?1073741823:1073741822;if(0!=(16&Vo))return Lo;if(null!==n)e=Wr(e,0|n.timeoutMs||5e3,250);else switch(a){case 99:e=1073741823;break;case 98:e=Wr(e,150,100);break;case 97:case 96:e=Wr(e,5e3,250);break;case 95:e=2;break;default:throw Error(l(326))}return null!==Co&&e===Lo&&--e,e}function Go(e,t){if(50<Fo)throw Fo=0,Bo=null,Error(l(185));if(null!==(e=Qo(e,t))){var n=qr();1073741823===t?0!=(8&Vo)&&0==(48&Vo)?Yo(e):(Jo(e),0===Vo&&Ur()):Jo(e),0==(4&Vo)||98!==n&&99!==n||(null===Io?Io=new Map([[e,t]]):(void 0===(n=Io.get(e))||n>t)&&Io.set(e,t))}}function Qo(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var a=e.return,r=null;if(null===a&&3===e.tag)r=e.stateNode;else for(;null!==a;){if(n=a.alternate,a.childExpirationTime<t&&(a.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===a.return&&3===a.tag){r=a.stateNode;break}a=a.return}return null!==r&&(Co===r&&(lc(t),So===Zo&&Tc(r,Lo)),Ec(r,t)),r}function Ko(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!kc(e,t=e.firstPendingTime))return t;var n=e.lastPingedTime;return 2>=(e=n>(e=e.nextKnownPendingLevel)?n:e)&&t!==e?0:e}function Jo(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Br(Yo.bind(null,e));else{var t=Ko(e),n=e.callbackNode;if(0===t)null!==n&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var a=$o();if(1073741823===t?a=99:1===t||2===t?a=95:a=0>=(a=10*(1073741821-t)-10*(1073741821-a))?99:250>=a?98:5250>=a?97:95,null!==n){var r=e.callbackPriority;if(e.callbackExpirationTime===t&&r>=a)return;n!==kr&&Vr(n)}e.callbackExpirationTime=t,e.callbackPriority=a,t=1073741823===t?Br(Yo.bind(null,e)):Fr(a,Xo.bind(null,e),{timeout:10*(1073741821-t)-Dr()}),e.callbackNode=t}}}function Xo(e,t){if(Uo=0,t)return Oc(e,t=$o()),Jo(e),null;var n=Ko(e);if(0!==n){if(t=e.callbackNode,0!=(48&Vo))throw Error(l(327));if(mc(),e===Co&&n===Lo||nc(e,n),null!==bo){var a=Vo;Vo|=16;for(var r=rc();;)try{cc();break}catch(t){ac(e,t)}if(Yr(),Vo=a,yo.current=r,1===So)throw t=zo,nc(e,n),Tc(e,n),Jo(e),t;if(null===bo)switch(r=e.finishedWork=e.current.alternate,e.finishedExpirationTime=n,a=So,Co=null,a){case Ho:case 1:throw Error(l(345));case 2:Oc(e,2<n?2:n);break;case go:if(Tc(e,n),n===(a=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=hc(r)),1073741823===wo&&10<(r=Eo+500-Dr())){if(To){var i=e.lastPingedTime;if(0===i||i>=n){e.lastPingedTime=n,nc(e,n);break}}if(0!==(i=Ko(e))&&i!==n)break;if(0!==a&&a!==n){e.lastPingedTime=a;break}e.timeoutHandle=Mn(dc.bind(null,e),r);break}dc(e);break;case Zo:if(Tc(e,n),n===(a=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=hc(r)),To&&(0===(r=e.lastPingedTime)||r>=n)){e.lastPingedTime=n,nc(e,n);break}if(0!==(r=Ko(e))&&r!==n)break;if(0!==a&&a!==n){e.lastPingedTime=a;break}if(1073741823!==xo?a=10*(1073741821-xo)-Dr():1073741823===wo?a=0:(a=10*(1073741821-wo)-5e3,0>(a=(r=Dr())-a)&&(a=0),(n=10*(1073741821-n)-r)<(a=(120>a?120:480>a?480:1080>a?1080:1920>a?1920:3e3>a?3e3:4320>a?4320:1960*Ao(a/1960))-a)&&(a=n)),10<a){e.timeoutHandle=Mn(dc.bind(null,e),a);break}dc(e);break;case 5:if(1073741823!==wo&&null!==_o){i=wo;var o=_o;if(0>=(a=0|o.busyMinDurationMs)?a=0:(r=0|o.busyDelayMs,a=(i=Dr()-(10*(1073741821-i)-(0|o.timeoutMs||5e3)))<=r?0:r+a-i),10<a){Tc(e,n),e.timeoutHandle=Mn(dc.bind(null,e),a);break}}dc(e);break;default:throw Error(l(329))}if(Jo(e),e.callbackNode===t)return Xo.bind(null,e)}}return null}function Yo(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!=(48&Vo))throw Error(l(327));if(mc(),e===Co&&t===Lo||nc(e,t),null!==bo){var n=Vo;Vo|=16;for(var a=rc();;)try{oc();break}catch(t){ac(e,t)}if(Yr(),Vo=n,yo.current=a,1===So)throw n=zo,nc(e,t),Tc(e,t),Jo(e),n;if(null!==bo)throw Error(l(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,Co=null,dc(e),Jo(e)}return null}function ec(e,t){var n=Vo;Vo|=1;try{return e(t)}finally{0===(Vo=n)&&Ur()}}function tc(e,t){var n=Vo;Vo&=-2,Vo|=8;try{return e(t)}finally{0===(Vo=n)&&Ur()}}function nc(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,Hn(n)),null!==bo)for(n=bo.return;null!==n;){var a=n;switch(a.tag){case 1:null!=(a=a.type.childContextTypes)&&vr();break;case 3:ki(),cr(dr),cr(hr);break;case 5:Ei(a);break;case 4:ki();break;case 13:case 19:cr(Oi);break;case 10:ei(a)}n=n.return}Co=e,bo=Lc(e.current,null),Lo=t,So=Ho,zo=null,xo=wo=1073741823,_o=null,ko=0,To=!1}function ac(e,t){for(;;){try{if(Yr(),ji.current=ml,Bi)for(var n=Ri.memoizedState;null!==n;){var a=n.queue;null!==a&&(a.pending=null),n=n.next}if(qi=0,Fi=Ii=Ri=null,Bi=!1,null===bo||null===bo.return)return So=1,zo=t,bo=null;e:{var r=e,i=bo.return,l=bo,o=t;if(t=Lo,l.effectTag|=2048,l.firstEffect=l.lastEffect=null,null!==o&&"object"==typeof o&&"function"==typeof o.then){var c=o;if(0==(2&l.mode)){var u=l.alternate;u?(l.updateQueue=u.updateQueue,l.memoizedState=u.memoizedState,l.expirationTime=u.expirationTime):(l.updateQueue=null,l.memoizedState=null)}var s=0!=(1&Oi.current),h=i;do{var d;if(d=13===h.tag){var p=h.memoizedState;if(null!==p)d=null!==p.dehydrated;else{var f=h.memoizedProps;d=void 0!==f.fallback&&(!0!==f.unstable_avoidThisFallback||!s)}}if(d){var m=h.updateQueue;if(null===m){var v=new Set;v.add(c),h.updateQueue=v}else m.add(c);if(0==(2&h.mode)){if(h.effectTag|=64,l.effectTag&=-2981,1===l.tag)if(null===l.alternate)l.tag=17;else{var A=oi(1073741823,null);A.tag=2,ci(l,A)}l.expirationTime=1073741823;break e}o=void 0,l=t;var y=r.pingCache;if(null===y?(y=r.pingCache=new po,o=new Set,y.set(c,o)):void 0===(o=y.get(c))&&(o=new Set,y.set(c,o)),!o.has(l)){o.add(l);var M=Mc.bind(null,r,c,l);c.then(M,M)}h.effectTag|=4096,h.expirationTime=t;break e}h=h.return}while(null!==h);o=Error((ve(l.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+Ae(l))}5!==So&&(So=2),o=Jl(o,l),h=i;do{switch(h.tag){case 3:c=o,h.effectTag|=4096,h.expirationTime=t,ui(h,fo(h,c,t));break e;case 1:c=o;var H=h.type,g=h.stateNode;if(0==(64&h.effectTag)&&("function"==typeof H.getDerivedStateFromError||null!==g&&"function"==typeof g.componentDidCatch&&(null===jo||!jo.has(g)))){h.effectTag|=4096,h.expirationTime=t,ui(h,mo(h,c,t));break e}}h=h.return}while(null!==h)}bo=sc(bo)}catch(e){t=e;continue}break}}function rc(){var e=yo.current;return yo.current=ml,null===e?ml:e}function ic(e,t){e<wo&&2<e&&(wo=e),null!==t&&e<xo&&2<e&&(xo=e,_o=t)}function lc(e){e>ko&&(ko=e)}function oc(){for(;null!==bo;)bo=uc(bo)}function cc(){for(;null!==bo&&!Tr();)bo=uc(bo)}function uc(e){var t=vo(e.alternate,e,Lo);return e.memoizedProps=e.pendingProps,null===t&&(t=sc(e)),Mo.current=null,t}function sc(e){bo=e;do{var t=bo.alternate;if(e=bo.return,0==(2048&bo.effectTag)){if(t=Ql(t,bo,Lo),1===Lo||1!==bo.childExpirationTime){for(var n=0,a=bo.child;null!==a;){var r=a.expirationTime,i=a.childExpirationTime;r>n&&(n=r),i>n&&(n=i),a=a.sibling}bo.childExpirationTime=n}if(null!==t)return t;null!==e&&0==(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=bo.firstEffect),null!==bo.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=bo.firstEffect),e.lastEffect=bo.lastEffect),1<bo.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=bo:e.firstEffect=bo,e.lastEffect=bo))}else{if(null!==(t=Kl(bo)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}if(null!==(t=bo.sibling))return t;bo=e}while(null!==bo);return So===Ho&&(So=5),null}function hc(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function dc(e){var t=qr();return Ir(99,pc.bind(null,e,t)),null}function pc(e,t){do{mc()}while(null!==qo);if(0!=(48&Vo))throw Error(l(327));var n=e.finishedWork,a=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw Error(l(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var r=hc(n);if(e.firstPendingTime=r,a<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:a<=e.firstSuspendedTime&&(e.firstSuspendedTime=a-1),a<=e.lastPingedTime&&(e.lastPingedTime=0),a<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===Co&&(bo=Co=null,Lo=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,r=n.firstEffect):r=n:r=n.firstEffect,null!==r){var i=Vo;Vo|=32,Mo.current=null,mn=$t;var o=pn();if(fn(o)){if("selectionStart"in o)var c={start:o.selectionStart,end:o.selectionEnd};else e:{var u=(c=(c=o.ownerDocument)&&c.defaultView||window).getSelection&&c.getSelection();if(u&&0!==u.rangeCount){c=u.anchorNode;var s=u.anchorOffset,h=u.focusNode;u=u.focusOffset;try{c.nodeType,h.nodeType}catch(e){c=null;break e}var d=0,p=-1,f=-1,m=0,v=0,A=o,y=null;t:for(;;){for(var M;A!==c||0!==s&&3!==A.nodeType||(p=d+s),A!==h||0!==u&&3!==A.nodeType||(f=d+u),3===A.nodeType&&(d+=A.nodeValue.length),null!==(M=A.firstChild);)y=A,A=M;for(;;){if(A===o)break t;if(y===c&&++m===s&&(p=d),y===h&&++v===u&&(f=d),null!==(M=A.nextSibling))break;y=(A=y).parentNode}A=M}c=-1===p||-1===f?null:{start:p,end:f}}else c=null}c=c||{start:0,end:0}}else c=null;vn={activeElementDetached:null,focusedElem:o,selectionRange:c},$t=!1,Oo=r;do{try{fc()}catch(e){if(null===Oo)throw Error(l(330));yc(Oo,e),Oo=Oo.nextEffect}}while(null!==Oo);Oo=r;do{try{for(o=e,c=t;null!==Oo;){var H=Oo.effectTag;if(16&H&&qe(Oo.stateNode,""),128&H){var g=Oo.alternate;if(null!==g){var Z=g.ref;null!==Z&&("function"==typeof Z?Z(null):Z.current=null)}}switch(1038&H){case 2:co(Oo),Oo.effectTag&=-3;break;case 6:co(Oo),Oo.effectTag&=-3,so(Oo.alternate,Oo);break;case 1024:Oo.effectTag&=-1025;break;case 1028:Oo.effectTag&=-1025,so(Oo.alternate,Oo);break;case 4:so(Oo.alternate,Oo);break;case 8:uo(o,s=Oo,c),lo(s)}Oo=Oo.nextEffect}}catch(e){if(null===Oo)throw Error(l(330));yc(Oo,e),Oo=Oo.nextEffect}}while(null!==Oo);if(Z=vn,g=pn(),H=Z.focusedElem,c=Z.selectionRange,g!==H&&H&&H.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(H.ownerDocument.documentElement,H)){null!==c&&fn(H)&&(g=c.start,void 0===(Z=c.end)&&(Z=g),"selectionStart"in H?(H.selectionStart=g,H.selectionEnd=Math.min(Z,H.value.length)):(Z=(g=H.ownerDocument||document)&&g.defaultView||window).getSelection&&(Z=Z.getSelection(),s=H.textContent.length,o=Math.min(c.start,s),c=void 0===c.end?o:Math.min(c.end,s),!Z.extend&&o>c&&(s=c,c=o,o=s),s=dn(H,o),h=dn(H,c),s&&h&&(1!==Z.rangeCount||Z.anchorNode!==s.node||Z.anchorOffset!==s.offset||Z.focusNode!==h.node||Z.focusOffset!==h.offset)&&((g=g.createRange()).setStart(s.node,s.offset),Z.removeAllRanges(),o>c?(Z.addRange(g),Z.extend(h.node,h.offset)):(g.setEnd(h.node,h.offset),Z.addRange(g))))),g=[];for(Z=H;Z=Z.parentNode;)1===Z.nodeType&&g.push({element:Z,left:Z.scrollLeft,top:Z.scrollTop});for("function"==typeof H.focus&&H.focus(),H=0;H<g.length;H++)(Z=g[H]).element.scrollLeft=Z.left,Z.element.scrollTop=Z.top}$t=!!mn,vn=mn=null,e.current=n,Oo=r;do{try{for(H=e;null!==Oo;){var V=Oo.effectTag;if(36&V&&ro(H,Oo.alternate,Oo),128&V){g=void 0;var C=Oo.ref;if(null!==C){var b=Oo.stateNode;switch(Oo.tag){case 5:g=b;break;default:g=b}"function"==typeof C?C(g):C.current=g}}Oo=Oo.nextEffect}}catch(e){if(null===Oo)throw Error(l(330));yc(Oo,e),Oo=Oo.nextEffect}}while(null!==Oo);Oo=null,Er(),Vo=i}else e.current=n;if(Do)Do=!1,qo=e,Ro=t;else for(Oo=r;null!==Oo;)t=Oo.nextEffect,Oo.nextEffect=null,Oo=t;if(0===(t=e.firstPendingTime)&&(jo=null),1073741823===t?e===Bo?Fo++:(Fo=0,Bo=e):Fo=0,"function"==typeof gc&&gc(n.stateNode,a),Jo(e),Po)throw Po=!1,e=No,No=null,e;return 0!=(8&Vo)||Ur(),null}function fc(){for(;null!==Oo;){var e=Oo.effectTag;0!=(256&e)&&to(Oo.alternate,Oo),0==(512&e)||Do||(Do=!0,Fr(97,(function(){return mc(),null}))),Oo=Oo.nextEffect}}function mc(){if(90!==Ro){var e=97<Ro?97:Ro;return Ro=90,Ir(e,vc)}}function vc(){if(null===qo)return!1;var e=qo;if(qo=null,0!=(48&Vo))throw Error(l(331));var t=Vo;for(Vo|=32,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!=(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:case 22:no(5,n),ao(5,n)}}catch(t){if(null===e)throw Error(l(330));yc(e,t)}n=e.nextEffect,e.nextEffect=null,e=n}return Vo=t,Ur(),!0}function Ac(e,t,n){ci(e,t=fo(e,t=Jl(n,t),1073741823)),null!==(e=Qo(e,1073741823))&&Jo(e)}function yc(e,t){if(3===e.tag)Ac(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){Ac(n,e,t);break}if(1===n.tag){var a=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof a.componentDidCatch&&(null===jo||!jo.has(a))){ci(n,e=mo(n,e=Jl(t,e),1073741823)),null!==(n=Qo(n,1073741823))&&Jo(n);break}}n=n.return}}function Mc(e,t,n){var a=e.pingCache;null!==a&&a.delete(t),Co===e&&Lo===n?So===Zo||So===go&&1073741823===wo&&Dr()-Eo<500?nc(e,Lo):To=!0:kc(e,n)&&(0!==(t=e.lastPingedTime)&&t<n||(e.lastPingedTime=n,Jo(e)))}function Hc(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Wo(t=$o(),e,null)),null!==(e=Qo(e,t))&&Jo(e)}vo=function(e,t,n){var a=t.expirationTime;if(null!==e){var r=t.pendingProps;if(e.memoizedProps!==r||dr.current)wl=!0;else{if(a<n){switch(wl=!1,t.tag){case 3:jl(t),Sl();break;case 5:if(Ti(t),4&t.mode&&1!==n&&r.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:mr(t.type)&&Mr(t);break;case 4:_i(t,t.stateNode.containerInfo);break;case 10:a=t.memoizedProps.value,r=t.type._context,ur(Qr,r._currentValue),r._currentValue=a;break;case 13:if(null!==t.memoizedState)return 0!==(a=t.child.childExpirationTime)&&a>=n?Fl(e,t,n):(ur(Oi,1&Oi.current),null!==(t=Wl(e,t,n))?t.sibling:null);ur(Oi,1&Oi.current);break;case 19:if(a=t.childExpirationTime>=n,0!=(64&e.effectTag)){if(a)return $l(e,t,n);t.effectTag|=64}if(null!==(r=t.memoizedState)&&(r.rendering=null,r.tail=null),ur(Oi,Oi.current),!a)return null}return Wl(e,t,n)}wl=!1}}else wl=!1;switch(t.expirationTime=0,t.tag){case 2:if(a=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,r=fr(t,hr.current),ni(t,n),r=Wi(null,t,a,e,r,n),t.effectTag|=1,"object"==typeof r&&null!==r&&"function"==typeof r.render&&void 0===r.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,mr(a)){var i=!0;Mr(t)}else i=!1;t.memoizedState=null!==r.state&&void 0!==r.state?r.state:null,ii(t);var o=a.getDerivedStateFromProps;"function"==typeof o&&fi(t,a,o,e),r.updater=mi,t.stateNode=r,r._reactInternalFiber=t,Mi(t,a,e,n),t=Nl(null,t,a,!0,i,n)}else t.tag=0,xl(null,t,r,n),t=t.child;return t;case 16:e:{if(r=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(r),1!==r._status)throw r._result;switch(r=r._result,t.type=r,i=t.tag=function(e){if("function"==typeof e)return bc(e)?1:0;if(null!=e){if((e=e.$$typeof)===ce)return 11;if(e===he)return 14}return 2}(r),e=Gr(r,e),i){case 0:t=Ol(null,t,r,e,n);break e;case 1:t=Pl(null,t,r,e,n);break e;case 11:t=_l(null,t,r,e,n);break e;case 14:t=kl(null,t,r,Gr(r.type,e),a,n);break e}throw Error(l(306,r,""))}return t;case 0:return a=t.type,r=t.pendingProps,Ol(e,t,a,r=t.elementType===a?r:Gr(a,r),n);case 1:return a=t.type,r=t.pendingProps,Pl(e,t,a,r=t.elementType===a?r:Gr(a,r),n);case 3:if(jl(t),a=t.updateQueue,null===e||null===a)throw Error(l(282));if(a=t.pendingProps,r=null!==(r=t.memoizedState)?r.element:null,li(e,t),si(t,a,null,n),(a=t.memoizedState.element)===r)Sl(),t=Wl(e,t,n);else{if((r=t.stateNode.hydrate)&&(Hl=gn(t.stateNode.containerInfo.firstChild),Ml=t,r=gl=!0),r)for(n=bi(t,null,a,n),t.child=n;n;)n.effectTag=-3&n.effectTag|1024,n=n.sibling;else xl(e,t,a,n),Sl();t=t.child}return t;case 5:return Ti(t),null===e&&Cl(t),a=t.type,r=t.pendingProps,i=null!==e?e.memoizedProps:null,o=r.children,yn(a,r)?o=null:null!==i&&yn(a,i)&&(t.effectTag|=16),El(e,t),4&t.mode&&1!==n&&r.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(xl(e,t,o,n),t=t.child),t;case 6:return null===e&&Cl(t),null;case 13:return Fl(e,t,n);case 4:return _i(t,t.stateNode.containerInfo),a=t.pendingProps,null===e?t.child=Ci(t,null,a,n):xl(e,t,a,n),t.child;case 11:return a=t.type,r=t.pendingProps,_l(e,t,a,r=t.elementType===a?r:Gr(a,r),n);case 7:return xl(e,t,t.pendingProps,n),t.child;case 8:case 12:return xl(e,t,t.pendingProps.children,n),t.child;case 10:e:{a=t.type._context,r=t.pendingProps,o=t.memoizedProps,i=r.value;var c=t.type._context;if(ur(Qr,c._currentValue),c._currentValue=i,null!==o)if(c=o.value,0===(i=Na(c,i)?0:0|("function"==typeof a._calculateChangedBits?a._calculateChangedBits(c,i):1073741823))){if(o.children===r.children&&!dr.current){t=Wl(e,t,n);break e}}else for(null!==(c=t.child)&&(c.return=t);null!==c;){var u=c.dependencies;if(null!==u){o=c.child;for(var s=u.firstContext;null!==s;){if(s.context===a&&0!=(s.observedBits&i)){1===c.tag&&((s=oi(n,null)).tag=2,ci(c,s)),c.expirationTime<n&&(c.expirationTime=n),null!==(s=c.alternate)&&s.expirationTime<n&&(s.expirationTime=n),ti(c.return,n),u.expirationTime<n&&(u.expirationTime=n);break}s=s.next}}else o=10===c.tag&&c.type===t.type?null:c.child;if(null!==o)o.return=c;else for(o=c;null!==o;){if(o===t){o=null;break}if(null!==(c=o.sibling)){c.return=o.return,o=c;break}o=o.return}c=o}xl(e,t,r.children,n),t=t.child}return t;case 9:return r=t.type,a=(i=t.pendingProps).children,ni(t,n),a=a(r=ai(r,i.unstable_observedBits)),t.effectTag|=1,xl(e,t,a,n),t.child;case 14:return i=Gr(r=t.type,t.pendingProps),kl(e,t,r,i=Gr(r.type,i),a,n);case 15:return Tl(e,t,t.type,t.pendingProps,a,n);case 17:return a=t.type,r=t.pendingProps,r=t.elementType===a?r:Gr(a,r),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,mr(a)?(e=!0,Mr(t)):e=!1,ni(t,n),Ai(t,a,r),Mi(t,a,r,n),Nl(null,t,a,!0,e,n);case 19:return $l(e,t,n)}throw Error(l(156,t.tag))};var gc=null,Zc=null;function Vc(e,t,n,a){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=a,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Cc(e,t,n,a){return new Vc(e,t,n,a)}function bc(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Lc(e,t){var n=e.alternate;return null===n?((n=Cc(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Sc(e,t,n,a,r,i){var o=2;if(a=e,"function"==typeof e)bc(e)&&(o=1);else if("string"==typeof e)o=5;else e:switch(e){case ne:return zc(n.children,r,i,t);case oe:o=8,r|=7;break;case ae:o=8,r|=1;break;case re:return(e=Cc(12,n,t,8|r)).elementType=re,e.type=re,e.expirationTime=i,e;case ue:return(e=Cc(13,n,t,r)).type=ue,e.elementType=ue,e.expirationTime=i,e;case se:return(e=Cc(19,n,t,r)).elementType=se,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case ie:o=10;break e;case le:o=9;break e;case ce:o=11;break e;case he:o=14;break e;case de:o=16,a=null;break e;case pe:o=22;break e}throw Error(l(130,null==e?e:typeof e,""))}return(t=Cc(o,n,t,r)).elementType=e,t.type=a,t.expirationTime=i,t}function zc(e,t,n,a){return(e=Cc(7,e,a,t)).expirationTime=n,e}function wc(e,t,n){return(e=Cc(6,e,null,t)).expirationTime=n,e}function xc(e,t,n){return(t=Cc(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function _c(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function kc(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==n&&n>=t&&e<=t}function Tc(e,t){var n=e.firstSuspendedTime,a=e.lastSuspendedTime;n<t&&(e.firstSuspendedTime=t),(a>t||0===n)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function Ec(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.firstSuspendedTime;0!==n&&(t>=n?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Oc(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTime=t)}function Pc(e,t,n,a){var r=t.current,i=$o(),o=di.suspense;i=Wo(i,r,o);e:if(n){t:{if(Ye(n=n._reactInternalFiber)!==n||1!==n.tag)throw Error(l(170));var c=n;do{switch(c.tag){case 3:c=c.stateNode.context;break t;case 1:if(mr(c.type)){c=c.stateNode.__reactInternalMemoizedMergedChildContext;break t}}c=c.return}while(null!==c);throw Error(l(171))}if(1===n.tag){var u=n.type;if(mr(u)){n=yr(n,u,c);break e}}n=c}else n=sr;return null===t.context?t.context=n:t.pendingContext=n,(t=oi(i,o)).payload={element:e},null!==(a=void 0===a?null:a)&&(t.callback=a),ci(r,t),Go(r,i),i}function Nc(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function jc(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function Dc(e,t){jc(e,t),(e=e.alternate)&&jc(e,t)}function qc(e,t,n){var a=new _c(e,t,n=null!=n&&!0===n.hydrate),r=Cc(3,null,null,2===t?7:1===t?3:0);a.current=r,r.stateNode=a,ii(r),e[Ln]=a.current,n&&0!==t&&function(e,t){var n=Xe(t);Lt.forEach((function(e){ft(e,t,n)})),St.forEach((function(e){ft(e,t,n)}))}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=a}function Rc(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Ic(e,t,n,a,r){var i=n._reactRootContainer;if(i){var l=i._internalRoot;if("function"==typeof r){var o=r;r=function(){var e=Nc(l);o.call(e)}}Pc(t,l,e,r)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new qc(e,0,t?{hydrate:!0}:void 0)}(n,a),l=i._internalRoot,"function"==typeof r){var c=r;r=function(){var e=Nc(l);c.call(e)}}tc((function(){Pc(t,l,e,r)}))}return Nc(l)}function Fc(e,t,n){var a=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:te,key:null==a?null:""+a,children:e,containerInfo:t,implementation:n}}function Bc(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Rc(t))throw Error(l(200));return Fc(e,t,null,n)}qc.prototype.render=function(e){Pc(e,this._internalRoot,null,null)},qc.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;Pc(null,e,null,(function(){t[Ln]=null}))},mt=function(e){if(13===e.tag){var t=Wr($o(),150,100);Go(e,t),Dc(e,t)}},vt=function(e){13===e.tag&&(Go(e,3),Dc(e,3))},At=function(e){if(13===e.tag){var t=$o();Go(e,t=Wo(t,e,null)),Dc(e,t)}},z=function(e,t,n){switch(t){case"input":if(be(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var a=n[t];if(a!==e&&a.form===e.form){var r=xn(a);if(!r)throw Error(l(90));ge(a),be(a,r)}}}break;case"textarea":ke(e,n);break;case"select":null!=(t=n.value)&&we(e,!!n.multiple,t,!1)}},E=ec,O=function(e,t,n,a,r){var i=Vo;Vo|=4;try{return Ir(98,e.bind(null,t,n,a,r))}finally{0===(Vo=i)&&Ur()}},P=function(){0==(49&Vo)&&(function(){if(null!==Io){var e=Io;Io=null,e.forEach((function(e,t){Oc(t,e),Jo(t)})),Ur()}}(),mc())},N=function(e,t){var n=Vo;Vo|=2;try{return e(t)}finally{0===(Vo=n)&&Ur()}};var Uc,$c,Wc={Events:[zn,wn,xn,L,V,Nn,function(e){rt(e,Pn)},k,T,Jt,ot,mc,{current:!1}]};$c=(Uc={findFiberByHostInstance:Sn,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}).findFiberByHostInstance,function(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);gc=function(e){try{t.onCommitFiberRoot(n,e,void 0,64==(64&e.current.effectTag))}catch(e){}},Zc=function(e){try{t.onCommitFiberUnmount(n,e)}catch(e){}}}catch(e){}}(r({},Uc,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:K.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=nt(e))?null:e.stateNode},findFiberByHostInstance:function(e){return $c?$c(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null})),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Wc,t.createPortal=Bc,t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;if(void 0===t){if("function"==typeof e.render)throw Error(l(188));throw Error(l(268,Object.keys(e)))}return e=null===(e=nt(t))?null:e.stateNode},t.flushSync=function(e,t){if(0!=(48&Vo))throw Error(l(187));var n=Vo;Vo|=1;try{return Ir(99,e.bind(null,t))}finally{Vo=n,Ur()}},t.hydrate=function(e,t,n){if(!Rc(t))throw Error(l(200));return Ic(null,e,t,!0,n)},t.render=function(e,t,n){if(!Rc(t))throw Error(l(200));return Ic(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Rc(e))throw Error(l(40));return!!e._reactRootContainer&&(tc((function(){Ic(null,null,e,!1,(function(){e._reactRootContainer=null,e[Ln]=null}))})),!0)},t.unstable_batchedUpdates=ec,t.unstable_createPortal=function(e,t){return Bc(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,n,a){if(!Rc(n))throw Error(l(200));if(null==e||void 0===e._reactInternalFiber)throw Error(l(38));return Ic(e,t,n,!1,a)},t.version="16.14.0"},zBWt:function(e,t,n){var a=n("s2er")("wks"),r=n("ixoo"),i=n("7whZ").Symbol,l="function"==typeof i;(e.exports=function(e){return a[e]||(a[e]=l&&i[e]||(l?i:r)("Symbol."+e))}).store=a},znrX:function(e,t,n){var a=n("nA4W"),r=n("CYMq"),i=n("WpRT")("IE_PROTO"),l=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),a(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},zuR4:function(e,t,n){"use strict";var a=n("xTJ+"),r=n("HSsa"),i=n("CgaS"),l=n("SntB");function o(e){var t=new i(e),n=r(i.prototype.request,t);return a.extend(n,i.prototype,t),a.extend(n,t),n}var c=o(n("JEQr"));c.Axios=i,c.create=function(e){return o(l(c.defaults,e))},c.Cancel=n("endd"),c.CancelToken=n("jfS+"),c.isCancel=n("Lmem"),c.all=function(e){return Promise.all(e)},c.spread=n("DfZB"),c.isAxiosError=n("XwJu"),e.exports=c,e.exports.default=c}}]);