expressa 1.1.2 → 1.2.2

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 (94) hide show
  1. package/.circleci/config.yml +1 -1
  2. package/README.md +4 -3
  3. package/controllers/collections.js +53 -32
  4. package/controllers/install.js +34 -27
  5. package/db/cached.js +3 -0
  6. package/db/file.js +3 -0
  7. package/db/memory.js +3 -0
  8. package/db/mongo.js +7 -8
  9. package/db/postgres.js +13 -0
  10. package/index.js +6 -5
  11. package/listeners_validation.js +4 -0
  12. package/modules/admin/.babelrc +13 -12
  13. package/modules/admin/build/webpack.prod.conf.js +5 -3
  14. package/modules/admin/config/index.js +2 -2
  15. package/modules/admin/dist/index.html +1 -1
  16. package/modules/admin/dist/index.html.gz +0 -0
  17. package/modules/admin/dist/static/css/app.9dd57eea.css.gz +0 -0
  18. package/modules/admin/dist/static/css/chunk-1dff.39c7634b.css +1 -0
  19. package/modules/admin/dist/static/css/chunk-1dff.39c7634b.css.gz +0 -0
  20. package/modules/admin/dist/static/css/chunk-3bc2.89632b9d.css.gz +0 -0
  21. package/modules/admin/dist/static/css/{chunk-5cee.ce0e4bdb.css → chunk-5cee.9685afb8.css} +0 -0
  22. package/modules/admin/dist/static/css/chunk-5cee.9685afb8.css.gz +0 -0
  23. package/modules/admin/dist/static/css/chunk-621e.f3d0eab6.css +1 -0
  24. package/modules/admin/dist/static/css/chunk-621e.f3d0eab6.css.gz +0 -0
  25. package/modules/admin/dist/static/css/chunk-7291.13514e45.css.gz +0 -0
  26. package/modules/admin/dist/static/css/chunk-a99c.c4b0e273.css +1 -0
  27. package/modules/admin/dist/static/css/chunk-a99c.c4b0e273.css.gz +0 -0
  28. package/modules/admin/dist/static/css/chunk-b423.5f239333.css.gz +0 -0
  29. package/modules/admin/dist/static/css/{chunk-bd5f.aefa49d7.css → chunk-bd5f.6ab011ba.css} +0 -0
  30. package/modules/admin/dist/static/css/chunk-bd5f.6ab011ba.css.gz +0 -0
  31. package/modules/admin/dist/static/css/chunk-e375.1d849865.css +1 -0
  32. package/modules/admin/dist/static/css/chunk-e375.1d849865.css.gz +0 -0
  33. package/modules/admin/dist/static/css/chunk-elementUI.3d004d9f.css.gz +0 -0
  34. package/modules/admin/dist/static/css/{chunk-759b.3a895a1e.css → chunk-f075.3a895a1e.css} +0 -0
  35. package/modules/admin/dist/static/css/chunk-f075.3a895a1e.css.gz +0 -0
  36. package/modules/admin/dist/static/css/chunk-libs.327ad89e.css +14 -0
  37. package/modules/admin/dist/static/css/chunk-libs.327ad89e.css.gz +0 -0
  38. package/modules/admin/dist/static/js/app.947e8310.js +1 -0
  39. package/modules/admin/dist/static/js/app.947e8310.js.gz +0 -0
  40. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js +2 -0
  41. package/modules/admin/dist/static/js/{chunk-23bd.5fa24c85.js.LICENSE.txt → chunk-09d8.561880e0.js.LICENSE.txt} +1 -1
  42. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js.LICENSE.txt.gz +0 -0
  43. package/modules/admin/dist/static/js/chunk-09d8.561880e0.js.gz +0 -0
  44. package/modules/admin/dist/static/js/chunk-1dff.b5ee003b.js +1 -0
  45. package/modules/admin/dist/static/js/chunk-1dff.b5ee003b.js.gz +0 -0
  46. package/modules/admin/dist/static/js/chunk-3bc2.b0270c10.js +1 -0
  47. package/modules/admin/dist/static/js/chunk-3bc2.b0270c10.js.gz +0 -0
  48. package/modules/admin/dist/static/js/{chunk-5cee.a3b03f7a.js → chunk-5cee.a6f0e769.js} +0 -0
  49. package/modules/admin/dist/static/js/chunk-5cee.a6f0e769.js.gz +0 -0
  50. package/modules/admin/dist/static/js/chunk-621e.c63db96c.js +1 -0
  51. package/modules/admin/dist/static/js/chunk-621e.c63db96c.js.gz +0 -0
  52. package/modules/admin/dist/static/js/chunk-7291.f914fca7.js +1 -0
  53. package/modules/admin/dist/static/js/chunk-7291.f914fca7.js.gz +0 -0
  54. package/modules/admin/dist/static/js/chunk-a99c.3f48f127.js +1 -0
  55. package/modules/admin/dist/static/js/chunk-a99c.3f48f127.js.gz +0 -0
  56. package/modules/admin/dist/static/js/chunk-b423.387c504c.js.gz +0 -0
  57. package/modules/admin/dist/static/js/{chunk-bd5f.e9509f10.js → chunk-bd5f.af5f2197.js} +0 -0
  58. package/modules/admin/dist/static/js/chunk-bd5f.af5f2197.js.gz +0 -0
  59. package/modules/admin/dist/static/js/chunk-e375.7ba1b61f.js +1 -0
  60. package/modules/admin/dist/static/js/chunk-e375.7ba1b61f.js.gz +0 -0
  61. package/modules/admin/dist/static/js/{chunk-e7c3.e5df8ceb.js → chunk-e7c3.a8659352.js} +1 -1
  62. package/modules/admin/dist/static/js/chunk-e7c3.a8659352.js.gz +0 -0
  63. package/modules/admin/dist/static/js/chunk-elementUI.b0c99c08.js.gz +0 -0
  64. package/modules/admin/dist/static/js/chunk-f075.6b230660.js +1 -0
  65. package/modules/admin/dist/static/js/chunk-f075.6b230660.js.gz +0 -0
  66. package/modules/admin/dist/static/js/chunk-libs.5637556a.js +2 -0
  67. package/modules/admin/dist/static/js/{chunk-libs.b6f27cfe.js.LICENSE.txt → chunk-libs.5637556a.js.LICENSE.txt} +1 -1
  68. package/modules/admin/dist/static/js/chunk-libs.5637556a.js.LICENSE.txt.gz +0 -0
  69. package/modules/admin/dist/static/js/chunk-libs.5637556a.js.gz +0 -0
  70. package/modules/admin/package.json +4 -3
  71. package/modules/admin/src/main.js +2 -2
  72. package/modules/admin/src/router/index.js +185 -185
  73. package/modules/admin/src/utils/request.js +47 -48
  74. package/modules/admin/src/views/ListDocuments2.vue +407 -309
  75. package/package.json +5 -5
  76. package/test/collections.js +2 -3
  77. package/test/collections.querying.js +18 -4
  78. package/test/test.js +4 -0
  79. package/util.js +19 -0
  80. package/modules/admin/dist/static/css/chunk-36ca.e7e72230.css +0 -1
  81. package/modules/admin/dist/static/css/chunk-62f2.538cfd24.css +0 -1
  82. package/modules/admin/dist/static/css/chunk-7869.220d4af5.css +0 -1
  83. package/modules/admin/dist/static/css/chunk-e80a.5ee55031.css +0 -1
  84. package/modules/admin/dist/static/css/chunk-libs.68e8d170.css +0 -14
  85. package/modules/admin/dist/static/js/app.12d7fe96.js +0 -1
  86. package/modules/admin/dist/static/js/chunk-23bd.5fa24c85.js +0 -2
  87. package/modules/admin/dist/static/js/chunk-36ca.eda87655.js +0 -1
  88. package/modules/admin/dist/static/js/chunk-3bc2.028748b7.js +0 -1
  89. package/modules/admin/dist/static/js/chunk-62f2.ee07e11b.js +0 -1
  90. package/modules/admin/dist/static/js/chunk-7291.590524e9.js +0 -1
  91. package/modules/admin/dist/static/js/chunk-759b.89a889b6.js +0 -1
  92. package/modules/admin/dist/static/js/chunk-7869.b7ab2c47.js +0 -1
  93. package/modules/admin/dist/static/js/chunk-e80a.cc0d79f4.js +0 -1
  94. package/modules/admin/dist/static/js/chunk-libs.b6f27cfe.js +0 -2
@@ -1,2 +0,0 @@
1
- /*! For license information please see chunk-libs.b6f27cfe.js.LICENSE.txt */
2
- (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-libs"],{"+JPL":function(e,t,a){e.exports={default:a("+SFK"),__esModule:!0}},"+SFK":function(e,t,a){a("AUvm"),a("wgeU"),a("adOz"),a("dl0q"),e.exports=a("WEpk").Symbol},"+wdc":function(e,t,a){"use strict";var n,r,i,o,l;if("undefined"==typeof window||"function"!=typeof MessageChannel){var u=null,c=null,s=function(){if(null!==u)try{var e=t.unstable_now();u(!0,e),u=null}catch(e){throw setTimeout(s,0),e}},h=Date.now();t.unstable_now=function(){return Date.now()-h},n=function(e){null!==u?setTimeout(n,0,e):(u=e,setTimeout(s,0))},r=function(e,t){c=setTimeout(e,t)},i=function(){clearTimeout(c)},o=function(){return!1},l=t.unstable_forceFrameRate=function(){}}else{var d=window.performance,p=window.Date,f=window.setTimeout,m=window.clearTimeout;if("undefined"!=typeof console){var A=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 A&&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 v=p.now();t.unstable_now=function(){return p.now()-v}}var y=!1,Z=null,H=-1,g=5,M=0;o=function(){return t.unstable_now()>=M},l=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,b=V.port2;V.port1.onmessage=function(){if(null!==Z){var e=t.unstable_now();M=e+g;try{Z(!0,e)?b.postMessage(null):(y=!1,Z=null)}catch(e){throw b.postMessage(null),e}}else y=!1},n=function(e){Z=e,y||(y=!0,b.postMessage(null))},r=function(e,a){H=f((function(){e(t.unstable_now())}),a)},i=function(){m(H),H=-1}}function L(e,t){var a=e.length;e.push(t);e:for(;;){var n=a-1>>>1,r=e[n];if(!(void 0!==r&&0<x(r,t)))break e;e[n]=t,e[a]=r,a=n}}function w(e){return void 0===(e=e[0])?null:e}function C(e){var t=e[0];if(void 0!==t){var a=e.pop();if(a!==t){e[0]=a;e:for(var n=0,r=e.length;n<r;){var i=2*(n+1)-1,o=e[i],l=i+1,u=e[l];if(void 0!==o&&0>x(o,a))void 0!==u&&0>x(u,o)?(e[n]=u,e[l]=a,n=l):(e[n]=o,e[i]=a,n=i);else{if(!(void 0!==u&&0>x(u,a)))break e;e[n]=u,e[l]=a,n=l}}}return t}return null}function x(e,t){var a=e.sortIndex-t.sortIndex;return 0!==a?a:e.id-t.id}var _=[],k=[],S=1,E=null,T=3,z=!1,O=!1,P=!1;function N(e){for(var t=w(k);null!==t;){if(null===t.callback)C(k);else{if(!(t.startTime<=e))break;C(k),t.sortIndex=t.expirationTime,L(_,t)}t=w(k)}}function j(e){if(P=!1,N(e),!O)if(null!==w(_))O=!0,n(D);else{var t=w(k);null!==t&&r(j,t.startTime-e)}}function D(e,a){O=!1,P&&(P=!1,i()),z=!0;var n=T;try{for(N(a),E=w(_);null!==E&&(!(E.expirationTime>a)||e&&!o());){var l=E.callback;if(null!==l){E.callback=null,T=E.priorityLevel;var u=l(E.expirationTime<=a);a=t.unstable_now(),"function"==typeof u?E.callback=u:E===w(_)&&C(_),N(a)}else C(_);E=w(_)}if(null!==E)var c=!0;else{var s=w(k);null!==s&&r(j,s.startTime-a),c=!1}return c}finally{E=null,T=n,z=!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=l;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||z||(O=!0,n(D))},t.unstable_getCurrentPriorityLevel=function(){return T},t.unstable_getFirstCallbackNode=function(){return w(_)},t.unstable_next=function(e){switch(T){case 1:case 2:case 3:var t=3;break;default:t=T}var a=T;T=t;try{return e()}finally{T=a}},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 a=T;T=e;try{return t()}finally{T=a}},t.unstable_scheduleCallback=function(e,a,o){var l=t.unstable_now();if("object"==typeof o&&null!==o){var u=o.delay;u="number"==typeof u&&0<u?l+u:l,o="number"==typeof o.timeout?o.timeout:q(e)}else o=q(e),u=l;return e={id:S++,callback:a,priorityLevel:e,startTime:u,expirationTime:o=u+o,sortIndex:-1},u>l?(e.sortIndex=u,L(k,e),null===w(_)&&e===w(k)&&(P?i():P=!0,r(j,u-l))):(e.sortIndex=o,L(_,e),O||z||(O=!0,n(D))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();N(e);var a=w(_);return a!==E&&null!==E&&null!==a&&null!==a.callback&&a.startTime<=e&&a.expirationTime<E.expirationTime||o()},t.unstable_wrapCallback=function(e){var t=T;return function(){var a=T;T=t;try{return e.apply(this,arguments)}finally{T=a}}}},"0tVQ":function(e,t,a){a("FlQf"),a("VJsP"),e.exports=a("WEpk").Array.from},"0yek":function(e,t,a){"use strict";a.r(t),a.d(t,"uni0Plus",(function(){return n})),a.d(t,"uni10Plus",(function(){return r})),a.d(t,"uni12Plus",(function(){return i})),a.d(t,"uni13Plus",(function(){return o})),a.d(t,"uni16Plus",(function(){return l})),a.d(t,"uni17Plus",(function(){return u})),a.d(t,"uni18Plus",(function(){return c})),a.d(t,"uni21Plus",(function(){return s})),a.d(t,"uni3Plus",(function(){return h})),a.d(t,"uni500Px",(function(){return d})),a.d(t,"uni6Plus",(function(){return p})),a.d(t,"uniAbacus",(function(){return f})),a.d(t,"uniAccessibleIconAlt",(function(){return m})),a.d(t,"uniAdjust",(function(){return A})),a.d(t,"uniAdjustAlt",(function(){return v})),a.d(t,"uniAdjustCircle",(function(){return y})),a.d(t,"uniAdjustHalf",(function(){return Z})),a.d(t,"uniAdobe",(function(){return H})),a.d(t,"uniAdobeAlt",(function(){return g})),a.d(t,"uniAirplay",(function(){return M})),a.d(t,"uniAlign",(function(){return V})),a.d(t,"uniAlignAlt",(function(){return b})),a.d(t,"uniAlignCenter",(function(){return L})),a.d(t,"uniAlignCenterAlt",(function(){return w})),a.d(t,"uniAlignCenterH",(function(){return C})),a.d(t,"uniAlignCenterJustify",(function(){return x})),a.d(t,"uniAlignCenterV",(function(){return _})),a.d(t,"uniAlignJustify",(function(){return k})),a.d(t,"uniAlignLeft",(function(){return S})),a.d(t,"uniAlignLeftJustify",(function(){return E})),a.d(t,"uniAlignLetterRight",(function(){return T})),a.d(t,"uniAlignRight",(function(){return z})),a.d(t,"uniAlignRightJustify",(function(){return O})),a.d(t,"uniAmazon",(function(){return P})),a.d(t,"uniAmbulance",(function(){return N})),a.d(t,"uniAnalysis",(function(){return j})),a.d(t,"uniAnalytics",(function(){return D})),a.d(t,"uniAnchor",(function(){return q})),a.d(t,"uniAndroid",(function(){return R})),a.d(t,"uniAndroidAlt",(function(){return I})),a.d(t,"uniAndroidPhoneSlash",(function(){return F})),a.d(t,"uniAngleDoubleDown",(function(){return B})),a.d(t,"uniAngleDoubleLeft",(function(){return U})),a.d(t,"uniAngleDoubleRight",(function(){return $})),a.d(t,"uniAngleDoubleUp",(function(){return W})),a.d(t,"uniAngleDown",(function(){return Q})),a.d(t,"uniAngleLeft",(function(){return G})),a.d(t,"uniAngleLeftB",(function(){return K})),a.d(t,"uniAngleRight",(function(){return X})),a.d(t,"uniAngleRightB",(function(){return Y})),a.d(t,"uniAngleUp",(function(){return J})),a.d(t,"uniAngry",(function(){return ee})),a.d(t,"uniAnkh",(function(){return te})),a.d(t,"uniAnnoyed",(function(){return ae})),a.d(t,"uniAnnoyedAlt",(function(){return ne})),a.d(t,"uniApple",(function(){return re})),a.d(t,"uniAppleAlt",(function(){return ie})),a.d(t,"uniApps",(function(){return oe})),a.d(t,"uniArchive",(function(){return le})),a.d(t,"uniArchiveAlt",(function(){return ue})),a.d(t,"uniArchway",(function(){return ce})),a.d(t,"uniArrow",(function(){return se})),a.d(t,"uniArrowBreak",(function(){return he})),a.d(t,"uniArrowCircleDown",(function(){return de})),a.d(t,"uniArrowCircleLeft",(function(){return pe})),a.d(t,"uniArrowCircleRight",(function(){return fe})),a.d(t,"uniArrowCircleUp",(function(){return me})),a.d(t,"uniArrowCompressH",(function(){return Ae})),a.d(t,"uniArrowDown",(function(){return ve})),a.d(t,"uniArrowDownLeft",(function(){return ye})),a.d(t,"uniArrowDownRight",(function(){return Ze})),a.d(t,"uniArrowFromRight",(function(){return He})),a.d(t,"uniArrowFromTop",(function(){return ge})),a.d(t,"uniArrowGrowth",(function(){return Me})),a.d(t,"uniArrowLeft",(function(){return Ve})),a.d(t,"uniArrowRandom",(function(){return be})),a.d(t,"uniArrowResizeDiagonal",(function(){return Le})),a.d(t,"uniArrowRight",(function(){return we})),a.d(t,"uniArrowToBottom",(function(){return Ce})),a.d(t,"uniArrowToRight",(function(){return xe})),a.d(t,"uniArrowUp",(function(){return _e})),a.d(t,"uniArrowUpLeft",(function(){return ke})),a.d(t,"uniArrowUpRight",(function(){return Se})),a.d(t,"uniArrowsH",(function(){return Ee})),a.d(t,"uniArrowsHAlt",(function(){return Te})),a.d(t,"uniArrowsLeftDown",(function(){return ze})),a.d(t,"uniArrowsMaximize",(function(){return Oe})),a.d(t,"uniArrowsMerge",(function(){return Pe})),a.d(t,"uniArrowsResize",(function(){return Ne})),a.d(t,"uniArrowsResizeH",(function(){return je})),a.d(t,"uniArrowsResizeV",(function(){return De})),a.d(t,"uniArrowsRightDown",(function(){return qe})),a.d(t,"uniArrowsShrinkH",(function(){return Re})),a.d(t,"uniArrowsShrinkV",(function(){return Ie})),a.d(t,"uniArrowsUpRight",(function(){return Fe})),a.d(t,"uniArrowsV",(function(){return Be})),a.d(t,"uniArrowsVAlt",(function(){return Ue})),a.d(t,"uniAssistiveListeningSystems",(function(){return $e})),a.d(t,"uniAsterisk",(function(){return We})),a.d(t,"uniAt",(function(){return Qe})),a.d(t,"uniAtom",(function(){return Ge})),a.d(t,"uniAutoFlash",(function(){return Ke})),a.d(t,"uniAward",(function(){return Xe})),a.d(t,"uniAwardAlt",(function(){return Ye})),a.d(t,"uniBabyCarriage",(function(){return Je})),a.d(t,"uniBackpack",(function(){return et})),a.d(t,"uniBackspace",(function(){return tt})),a.d(t,"uniBackward",(function(){return at})),a.d(t,"uniBag",(function(){return nt})),a.d(t,"uniBagAlt",(function(){return rt})),a.d(t,"uniBagSlash",(function(){return it})),a.d(t,"uniBalanceScale",(function(){return ot})),a.d(t,"uniBan",(function(){return lt})),a.d(t,"uniBandAid",(function(){return ut})),a.d(t,"uniBars",(function(){return ct})),a.d(t,"uniBaseballBall",(function(){return st})),a.d(t,"uniBasketball",(function(){return ht})),a.d(t,"uniBasketballHoop",(function(){return dt})),a.d(t,"uniBath",(function(){return pt})),a.d(t,"uniBatteryBolt",(function(){return ft})),a.d(t,"uniBatteryEmpty",(function(){return mt})),a.d(t,"uniBed",(function(){return At})),a.d(t,"uniBedDouble",(function(){return vt})),a.d(t,"uniBehance",(function(){return yt})),a.d(t,"uniBehanceAlt",(function(){return Zt})),a.d(t,"uniBell",(function(){return Ht})),a.d(t,"uniBellSchool",(function(){return gt})),a.d(t,"uniBellSlash",(function(){return Mt})),a.d(t,"uniBill",(function(){return Vt})),a.d(t,"uniBing",(function(){return bt})),a.d(t,"uniBitcoin",(function(){return Lt})),a.d(t,"uniBitcoinAlt",(function(){return wt})),a.d(t,"uniBitcoinCircle",(function(){return Ct})),a.d(t,"uniBitcoinSign",(function(){return xt})),a.d(t,"uniBlackBerry",(function(){return _t})),a.d(t,"uniBlogger",(function(){return kt})),a.d(t,"uniBloggerAlt",(function(){return St})),a.d(t,"uniBluetoothB",(function(){return Et})),a.d(t,"uniBold",(function(){return Tt})),a.d(t,"uniBolt",(function(){return zt})),a.d(t,"uniBoltAlt",(function(){return Ot})),a.d(t,"uniBoltSlash",(function(){return Pt})),a.d(t,"uniBook",(function(){return Nt})),a.d(t,"uniBookAlt",(function(){return jt})),a.d(t,"uniBookMedical",(function(){return Dt})),a.d(t,"uniBookOpen",(function(){return qt})),a.d(t,"uniBookReader",(function(){return Rt})),a.d(t,"uniBookmark",(function(){return It})),a.d(t,"uniBookmarkFull",(function(){return Ft})),a.d(t,"uniBooks",(function(){return Bt})),a.d(t,"uniBoombox",(function(){return Ut})),a.d(t,"uniBorderAlt",(function(){return $t})),a.d(t,"uniBorderBottom",(function(){return Wt})),a.d(t,"uniBorderClear",(function(){return Qt})),a.d(t,"uniBorderHorizontal",(function(){return Gt})),a.d(t,"uniBorderInner",(function(){return Kt})),a.d(t,"uniBorderLeft",(function(){return Xt})),a.d(t,"uniBorderOut",(function(){return Yt})),a.d(t,"uniBorderRight",(function(){return Jt})),a.d(t,"uniBorderTop",(function(){return ea})),a.d(t,"uniBorderVertical",(function(){return ta})),a.d(t,"uniBowlingBall",(function(){return aa})),a.d(t,"uniBox",(function(){return na})),a.d(t,"uniBracketsCurly",(function(){return ra})),a.d(t,"uniBrain",(function(){return ia})),a.d(t,"uniBriefcase",(function(){return oa})),a.d(t,"uniBriefcaseAlt",(function(){return la})),a.d(t,"uniBright",(function(){return ua})),a.d(t,"uniBrightness",(function(){return ca})),a.d(t,"uniBrightnessEmpty",(function(){return sa})),a.d(t,"uniBrightnessHalf",(function(){return ha})),a.d(t,"uniBrightnessLow",(function(){return da})),a.d(t,"uniBrightnessMinus",(function(){return pa})),a.d(t,"uniBrightnessPlus",(function(){return fa})),a.d(t,"uniBringBottom",(function(){return ma})),a.d(t,"uniBringFront",(function(){return Aa})),a.d(t,"uniBrowser",(function(){return va})),a.d(t,"uniBrushAlt",(function(){return ya})),a.d(t,"uniBug",(function(){return Za})),a.d(t,"uniBuilding",(function(){return Ha})),a.d(t,"uniBullseye",(function(){return ga})),a.d(t,"uniBus",(function(){return Ma})),a.d(t,"uniBusAlt",(function(){return Va})),a.d(t,"uniBusSchool",(function(){return ba})),a.d(t,"uniCalculator",(function(){return La})),a.d(t,"uniCalculatorAlt",(function(){return wa})),a.d(t,"uniCalendarAlt",(function(){return Ca})),a.d(t,"uniCalendarSlash",(function(){return xa})),a.d(t,"uniCalender",(function(){return _a})),a.d(t,"uniCalling",(function(){return ka})),a.d(t,"uniCamera",(function(){return Sa})),a.d(t,"uniCameraChange",(function(){return Ea})),a.d(t,"uniCameraPlus",(function(){return Ta})),a.d(t,"uniCameraSlash",(function(){return za})),a.d(t,"uniCancel",(function(){return Oa})),a.d(t,"uniCapsule",(function(){return Pa})),a.d(t,"uniCapture",(function(){return Na})),a.d(t,"uniCar",(function(){return ja})),a.d(t,"uniCarSideview",(function(){return Da})),a.d(t,"uniCarSlash",(function(){return qa})),a.d(t,"uniCarWash",(function(){return Ra})),a.d(t,"uniCardAtm",(function(){return Ia})),a.d(t,"uniCaretRight",(function(){return Fa})),a.d(t,"uniCell",(function(){return Ba})),a.d(t,"uniCelsius",(function(){return Ua})),a.d(t,"uniChannel",(function(){return $a})),a.d(t,"uniChannelAdd",(function(){return Wa})),a.d(t,"uniChart",(function(){return Qa})),a.d(t,"uniChartBar",(function(){return Ga})),a.d(t,"uniChartBarAlt",(function(){return Ka})),a.d(t,"uniChartDown",(function(){return Xa})),a.d(t,"uniChartGrowth",(function(){return Ya})),a.d(t,"uniChartGrowthAlt",(function(){return Ja})),a.d(t,"uniChartLine",(function(){return en})),a.d(t,"uniChartPie",(function(){return tn})),a.d(t,"uniChartPieAlt",(function(){return an})),a.d(t,"uniChat",(function(){return nn})),a.d(t,"uniChatBubbleUser",(function(){return rn})),a.d(t,"uniChatInfo",(function(){return on})),a.d(t,"uniCheck",(function(){return ln})),a.d(t,"uniCheckCircle",(function(){return un})),a.d(t,"uniCheckSquare",(function(){return cn})),a.d(t,"uniCircle",(function(){return sn})),a.d(t,"uniCircleLayer",(function(){return hn})),a.d(t,"uniCircuit",(function(){return dn})),a.d(t,"uniClapperBoard",(function(){return pn})),a.d(t,"uniClinicMedical",(function(){return fn})),a.d(t,"uniClipboard",(function(){return mn})),a.d(t,"uniClipboardAlt",(function(){return An})),a.d(t,"uniClipboardBlank",(function(){return vn})),a.d(t,"uniClipboardNotes",(function(){return yn})),a.d(t,"uniClock",(function(){return Zn})),a.d(t,"uniClockEight",(function(){return Hn})),a.d(t,"uniClockFive",(function(){return gn})),a.d(t,"uniClockNine",(function(){return Mn})),a.d(t,"uniClockSeven",(function(){return Vn})),a.d(t,"uniClockTen",(function(){return bn})),a.d(t,"uniClockThree",(function(){return Ln})),a.d(t,"uniClockTwo",(function(){return wn})),a.d(t,"uniClosedCaptioning",(function(){return Cn})),a.d(t,"uniClosedCaptioningSlash",(function(){return xn})),a.d(t,"uniCloud",(function(){return _n})),a.d(t,"uniCloudBlock",(function(){return kn})),a.d(t,"uniCloudBookmark",(function(){return Sn})),a.d(t,"uniCloudCheck",(function(){return En})),a.d(t,"uniCloudComputing",(function(){return Tn})),a.d(t,"uniCloudDataConnection",(function(){return zn})),a.d(t,"uniCloudDatabaseTree",(function(){return On})),a.d(t,"uniCloudDownload",(function(){return Pn})),a.d(t,"uniCloudDrizzle",(function(){return Nn})),a.d(t,"uniCloudExclamation",(function(){return jn})),a.d(t,"uniCloudHail",(function(){return Dn})),a.d(t,"uniCloudHeart",(function(){return qn})),a.d(t,"uniCloudInfo",(function(){return Rn})),a.d(t,"uniCloudLock",(function(){return In})),a.d(t,"uniCloudMeatball",(function(){return Fn})),a.d(t,"uniCloudMoon",(function(){return Bn})),a.d(t,"uniCloudMoonHail",(function(){return Un})),a.d(t,"uniCloudMoonMeatball",(function(){return $n})),a.d(t,"uniCloudMoonRain",(function(){return Wn})),a.d(t,"uniCloudMoonShowers",(function(){return Qn})),a.d(t,"uniCloudQuestion",(function(){return Gn})),a.d(t,"uniCloudRain",(function(){return Kn})),a.d(t,"uniCloudRainSun",(function(){return Xn})),a.d(t,"uniCloudRedo",(function(){return Yn})),a.d(t,"uniCloudShare",(function(){return Jn})),a.d(t,"uniCloudShield",(function(){return er})),a.d(t,"uniCloudShowers",(function(){return tr})),a.d(t,"uniCloudShowersAlt",(function(){return ar})),a.d(t,"uniCloudShowersHeavy",(function(){return nr})),a.d(t,"uniCloudSlash",(function(){return rr})),a.d(t,"uniCloudSun",(function(){return ir})),a.d(t,"uniCloudSunHail",(function(){return or})),a.d(t,"uniCloudSunMeatball",(function(){return lr})),a.d(t,"uniCloudSunRain",(function(){return ur})),a.d(t,"uniCloudSunRainAlt",(function(){return cr})),a.d(t,"uniCloudSunTear",(function(){return sr})),a.d(t,"uniCloudTimes",(function(){return hr})),a.d(t,"uniCloudUnlock",(function(){return dr})),a.d(t,"uniCloudUpload",(function(){return pr})),a.d(t,"uniCloudWifi",(function(){return fr})),a.d(t,"uniCloudWind",(function(){return mr})),a.d(t,"uniClouds",(function(){return Ar})),a.d(t,"uniClub",(function(){return vr})),a.d(t,"uniCodeBranch",(function(){return yr})),a.d(t,"uniCoffee",(function(){return Zr})),a.d(t,"uniCog",(function(){return Hr})),a.d(t,"uniCoins",(function(){return gr})),a.d(t,"uniColumns",(function(){return Mr})),a.d(t,"uniComment",(function(){return Vr})),a.d(t,"uniCommentAdd",(function(){return br})),a.d(t,"uniCommentAlt",(function(){return Lr})),a.d(t,"uniCommentAltBlock",(function(){return wr})),a.d(t,"uniCommentAltChartLines",(function(){return Cr})),a.d(t,"uniCommentAltCheck",(function(){return xr})),a.d(t,"uniCommentAltDots",(function(){return _r})),a.d(t,"uniCommentAltDownload",(function(){return kr})),a.d(t,"uniCommentAltEdit",(function(){return Sr})),a.d(t,"uniCommentAltExclamation",(function(){return Er})),a.d(t,"uniCommentAltHeart",(function(){return Tr})),a.d(t,"uniCommentAltImage",(function(){return zr})),a.d(t,"uniCommentAltInfo",(function(){return Or})),a.d(t,"uniCommentAltLines",(function(){return Pr})),a.d(t,"uniCommentAltLock",(function(){return Nr})),a.d(t,"uniCommentAltMedical",(function(){return jr})),a.d(t,"uniCommentAltMessage",(function(){return Dr})),a.d(t,"uniCommentAltNotes",(function(){return qr})),a.d(t,"uniCommentAltPlus",(function(){return Rr})),a.d(t,"uniCommentAltQuestion",(function(){return Ir})),a.d(t,"uniCommentAltRedo",(function(){return Fr})),a.d(t,"uniCommentAltSearch",(function(){return Br})),a.d(t,"uniCommentAltShare",(function(){return Ur})),a.d(t,"uniCommentAltShield",(function(){return $r})),a.d(t,"uniCommentAltSlash",(function(){return Wr})),a.d(t,"uniCommentAltUpload",(function(){return Qr})),a.d(t,"uniCommentAltVerify",(function(){return Gr})),a.d(t,"uniCommentBlock",(function(){return Kr})),a.d(t,"uniCommentChartLine",(function(){return Xr})),a.d(t,"uniCommentCheck",(function(){return Yr})),a.d(t,"uniCommentDots",(function(){return Jr})),a.d(t,"uniCommentDownload",(function(){return ei})),a.d(t,"uniCommentEdit",(function(){return ti})),a.d(t,"uniCommentExclamation",(function(){return ai})),a.d(t,"uniCommentHeart",(function(){return ni})),a.d(t,"uniCommentImage",(function(){return ri})),a.d(t,"uniCommentInfo",(function(){return ii})),a.d(t,"uniCommentInfoAlt",(function(){return oi})),a.d(t,"uniCommentLines",(function(){return li})),a.d(t,"uniCommentLock",(function(){return ui})),a.d(t,"uniCommentMedical",(function(){return ci})),a.d(t,"uniCommentMessage",(function(){return si})),a.d(t,"uniCommentNotes",(function(){return hi})),a.d(t,"uniCommentPlus",(function(){return di})),a.d(t,"uniCommentQuestion",(function(){return pi})),a.d(t,"uniCommentRedo",(function(){return fi})),a.d(t,"uniCommentSearch",(function(){return mi})),a.d(t,"uniCommentShare",(function(){return Ai})),a.d(t,"uniCommentShield",(function(){return vi})),a.d(t,"uniCommentSlash",(function(){return yi})),a.d(t,"uniCommentUpload",(function(){return Zi})),a.d(t,"uniCommentVerify",(function(){return Hi})),a.d(t,"uniComments",(function(){return gi})),a.d(t,"uniCommentsAlt",(function(){return Mi})),a.d(t,"uniCompactDisc",(function(){return Vi})),a.d(t,"uniComparison",(function(){return bi})),a.d(t,"uniCompass",(function(){return Li})),a.d(t,"uniCompress",(function(){return wi})),a.d(t,"uniCompressAlt",(function(){return Ci})),a.d(t,"uniCompressAltLeft",(function(){return xi})),a.d(t,"uniCompressArrows",(function(){return _i})),a.d(t,"uniCompressLines",(function(){return ki})),a.d(t,"uniCompressPoint",(function(){return Si})),a.d(t,"uniCompressV",(function(){return Ei})),a.d(t,"uniConfused",(function(){return Ti})),a.d(t,"uniConstructor",(function(){return zi})),a.d(t,"uniCopy",(function(){return Oi})),a.d(t,"uniCopyAlt",(function(){return Pi})),a.d(t,"uniCopyLandscape",(function(){return Ni})),a.d(t,"uniCopyright",(function(){return ji})),a.d(t,"uniCornerDownLeft",(function(){return Di})),a.d(t,"uniCornerDownRight",(function(){return qi})),a.d(t,"uniCornerDownRightAlt",(function(){return Ri})),a.d(t,"uniCornerLeftDown",(function(){return Ii})),a.d(t,"uniCornerRightDown",(function(){return Fi})),a.d(t,"uniCornerUpLeft",(function(){return Bi})),a.d(t,"uniCornerUpLeftAlt",(function(){return Ui})),a.d(t,"uniCornerUpRight",(function(){return $i})),a.d(t,"uniCornerUpRightAlt",(function(){return Wi})),a.d(t,"uniCoronavirus",(function(){return Qi})),a.d(t,"uniCreateDashboard",(function(){return Gi})),a.d(t,"uniCreativeCommonsPd",(function(){return Ki})),a.d(t,"uniCreditCard",(function(){return Xi})),a.d(t,"uniCreditCardSearch",(function(){return Yi})),a.d(t,"uniCrockery",(function(){return Ji})),a.d(t,"uniCropAlt",(function(){return eo})),a.d(t,"uniCropAltRotateLeft",(function(){return to})),a.d(t,"uniCropAltRotateRight",(function(){return ao})),a.d(t,"uniCrosshair",(function(){return no})),a.d(t,"uniCrosshairAlt",(function(){return ro})),a.d(t,"uniCrosshairs",(function(){return io})),a.d(t,"uniCss3Simple",(function(){return oo})),a.d(t,"uniCube",(function(){return lo})),a.d(t,"uniDashboard",(function(){return uo})),a.d(t,"uniDataSharing",(function(){return co})),a.d(t,"uniDatabase",(function(){return so})),a.d(t,"uniDatabaseAlt",(function(){return ho})),a.d(t,"uniDesert",(function(){return po})),a.d(t,"uniDesktop",(function(){return fo})),a.d(t,"uniDesktopAlt",(function(){return mo})),a.d(t,"uniDesktopAltSlash",(function(){return Ao})),a.d(t,"uniDesktopCloudAlt",(function(){return vo})),a.d(t,"uniDesktopSlash",(function(){return yo})),a.d(t,"uniDialpad",(function(){return Zo})),a.d(t,"uniDialpadAlt",(function(){return Ho})),a.d(t,"uniDiamond",(function(){return go})),a.d(t,"uniDiary",(function(){return Mo})),a.d(t,"uniDiaryAlt",(function(){return Vo})),a.d(t,"uniDiceFive",(function(){return bo})),a.d(t,"uniDiceFour",(function(){return Lo})),a.d(t,"uniDiceOne",(function(){return wo})),a.d(t,"uniDiceSix",(function(){return Co})),a.d(t,"uniDiceThree",(function(){return xo})),a.d(t,"uniDiceTwo",(function(){return _o})),a.d(t,"uniDirection",(function(){return ko})),a.d(t,"uniDirections",(function(){return So})),a.d(t,"uniDiscord",(function(){return Eo})),a.d(t,"uniDizzyMeh",(function(){return To})),a.d(t,"uniDna",(function(){return zo})),a.d(t,"uniDocker",(function(){return Oo})),a.d(t,"uniDocumentInfo",(function(){return Po})),a.d(t,"uniDocumentLayoutCenter",(function(){return No})),a.d(t,"uniDocumentLayoutLeft",(function(){return jo})),a.d(t,"uniDocumentLayoutRight",(function(){return Do})),a.d(t,"uniDollarAlt",(function(){return qo})),a.d(t,"uniDollarSign",(function(){return Ro})),a.d(t,"uniDollarSignAlt",(function(){return Io})),a.d(t,"uniDownloadAlt",(function(){return Fo})),a.d(t,"uniDraggabledots",(function(){return Bo})),a.d(t,"uniDribbble",(function(){return Uo})),a.d(t,"uniDrill",(function(){return $o})),a.d(t,"uniDropbox",(function(){return Wo})),a.d(t,"uniDumbbell",(function(){return Qo})),a.d(t,"uniEar",(function(){return Go})),a.d(t,"uniEdit",(function(){return Ko})),a.d(t,"uniEditAlt",(function(){return Xo})),a.d(t,"uniElipsisDoubleVAlt",(function(){return Yo})),a.d(t,"uniEllipsisH",(function(){return Jo})),a.d(t,"uniEllipsisV",(function(){return el})),a.d(t,"uniEmoji",(function(){return tl})),a.d(t,"uniEnglishToChinese",(function(){return al})),a.d(t,"uniEnter",(function(){return nl})),a.d(t,"uniEnvelope",(function(){return rl})),a.d(t,"uniEnvelopeAdd",(function(){return il})),a.d(t,"uniEnvelopeAlt",(function(){return ol})),a.d(t,"uniEnvelopeBlock",(function(){return ll})),a.d(t,"uniEnvelopeBookmark",(function(){return ul})),a.d(t,"uniEnvelopeCheck",(function(){return cl})),a.d(t,"uniEnvelopeDownload",(function(){return sl})),a.d(t,"uniEnvelopeDownloadAlt",(function(){return hl})),a.d(t,"uniEnvelopeEdit",(function(){return dl})),a.d(t,"uniEnvelopeExclamation",(function(){return pl})),a.d(t,"uniEnvelopeHeart",(function(){return fl})),a.d(t,"uniEnvelopeInfo",(function(){return ml})),a.d(t,"uniEnvelopeLock",(function(){return Al})),a.d(t,"uniEnvelopeMinus",(function(){return vl})),a.d(t,"uniEnvelopeOpen",(function(){return yl})),a.d(t,"uniEnvelopeQuestion",(function(){return Zl})),a.d(t,"uniEnvelopeReceive",(function(){return Hl})),a.d(t,"uniEnvelopeRedo",(function(){return gl})),a.d(t,"uniEnvelopeSearch",(function(){return Ml})),a.d(t,"uniEnvelopeSend",(function(){return Vl})),a.d(t,"uniEnvelopeShare",(function(){return bl})),a.d(t,"uniEnvelopeShield",(function(){return Ll})),a.d(t,"uniEnvelopeStar",(function(){return wl})),a.d(t,"uniEnvelopeTimes",(function(){return Cl})),a.d(t,"uniEnvelopeUpload",(function(){return xl})),a.d(t,"uniEnvelopeUploadAlt",(function(){return _l})),a.d(t,"uniEnvelopes",(function(){return kl})),a.d(t,"uniEqualCircle",(function(){return Sl})),a.d(t,"uniEstate",(function(){return El})),a.d(t,"uniEuro",(function(){return Tl})),a.d(t,"uniEuroCircle",(function(){return zl})),a.d(t,"uniExchange",(function(){return Ol})),a.d(t,"uniExchangeAlt",(function(){return Pl})),a.d(t,"uniExclamation",(function(){return Nl})),a.d(t,"uniExclamationCircle",(function(){return jl})),a.d(t,"uniExclamationOctagon",(function(){return Dl})),a.d(t,"uniExclamationTriangle",(function(){return ql})),a.d(t,"uniExclude",(function(){return Rl})),a.d(t,"uniExpandAlt",(function(){return Il})),a.d(t,"uniExpandArrows",(function(){return Fl})),a.d(t,"uniExpandArrowsAlt",(function(){return Bl})),a.d(t,"uniExpandFromCorner",(function(){return Ul})),a.d(t,"uniExpandLeft",(function(){return $l})),a.d(t,"uniExpandRight",(function(){return Wl})),a.d(t,"uniExport",(function(){return Ql})),a.d(t,"uniExposureAlt",(function(){return Gl})),a.d(t,"uniExposureIncrease",(function(){return Kl})),a.d(t,"uniExternalLinkAlt",(function(){return Xl})),a.d(t,"uniEye",(function(){return Yl})),a.d(t,"uniEyeSlash",(function(){return Jl})),a.d(t,"uniFacebook",(function(){return eu})),a.d(t,"uniFacebookF",(function(){return tu})),a.d(t,"uniFacebookMessenger",(function(){return au})),a.d(t,"uniFacebookMessengerAlt",(function(){return nu})),a.d(t,"uniFahrenheit",(function(){return ru})),a.d(t,"uniFastMail",(function(){return iu})),a.d(t,"uniFastMailAlt",(function(){return ou})),a.d(t,"uniFavorite",(function(){return lu})),a.d(t,"uniFeedback",(function(){return uu})),a.d(t,"uniFidgetSpinner",(function(){return cu})),a.d(t,"uniFile",(function(){return su})),a.d(t,"uniFileAlt",(function(){return hu})),a.d(t,"uniFileBlank",(function(){return du})),a.d(t,"uniFileBlockAlt",(function(){return pu})),a.d(t,"uniFileBookmarkAlt",(function(){return fu})),a.d(t,"uniFileCheck",(function(){return mu})),a.d(t,"uniFileCheckAlt",(function(){return Au})),a.d(t,"uniFileContract",(function(){return vu})),a.d(t,"uniFileContractDollar",(function(){return yu})),a.d(t,"uniFileCopyAlt",(function(){return Zu})),a.d(t,"uniFileDownload",(function(){return Hu})),a.d(t,"uniFileDownloadAlt",(function(){return gu})),a.d(t,"uniFileEditAlt",(function(){return Mu})),a.d(t,"uniFileExclamation",(function(){return Vu})),a.d(t,"uniFileExclamationAlt",(function(){return bu})),a.d(t,"uniFileExport",(function(){return Lu})),a.d(t,"uniFileGraph",(function(){return wu})),a.d(t,"uniFileHeart",(function(){return Cu})),a.d(t,"uniFileImport",(function(){return xu})),a.d(t,"uniFileInfoAlt",(function(){return _u})),a.d(t,"uniFileLandscape",(function(){return ku})),a.d(t,"uniFileLandscapeAlt",(function(){return Su})),a.d(t,"uniFileLanscapeSlash",(function(){return Eu})),a.d(t,"uniFileLockAlt",(function(){return Tu})),a.d(t,"uniFileMedical",(function(){return zu})),a.d(t,"uniFileMedicalAlt",(function(){return Ou})),a.d(t,"uniFileMinus",(function(){return Pu})),a.d(t,"uniFileMinusAlt",(function(){return Nu})),a.d(t,"uniFileNetwork",(function(){return ju})),a.d(t,"uniFilePlus",(function(){return Du})),a.d(t,"uniFilePlusAlt",(function(){return qu})),a.d(t,"uniFileQuestion",(function(){return Ru})),a.d(t,"uniFileQuestionAlt",(function(){return Iu})),a.d(t,"uniFileRedoAlt",(function(){return Fu})),a.d(t,"uniFileSearchAlt",(function(){return Bu})),a.d(t,"uniFileShareAlt",(function(){return Uu})),a.d(t,"uniFileShieldAlt",(function(){return $u})),a.d(t,"uniFileSlash",(function(){return Wu})),a.d(t,"uniFileTimes",(function(){return Qu})),a.d(t,"uniFileTimesAlt",(function(){return Gu})),a.d(t,"uniFileUpload",(function(){return Ku})),a.d(t,"uniFileUploadAlt",(function(){return Xu})),a.d(t,"uniFilesLandscapes",(function(){return Yu})),a.d(t,"uniFilesLandscapesAlt",(function(){return Ju})),a.d(t,"uniFilm",(function(){return ec})),a.d(t,"uniFilter",(function(){return tc})),a.d(t,"uniFilterSlash",(function(){return ac})),a.d(t,"uniFire",(function(){return nc})),a.d(t,"uniFlask",(function(){return rc})),a.d(t,"uniFlaskPotion",(function(){return ic})),a.d(t,"uniFlipH",(function(){return oc})),a.d(t,"uniFlipHAlt",(function(){return lc})),a.d(t,"uniFlipV",(function(){return uc})),a.d(t,"uniFlipVAlt",(function(){return cc})),a.d(t,"uniFlower",(function(){return sc})),a.d(t,"uniFocus",(function(){return hc})),a.d(t,"uniFocusAdd",(function(){return dc})),a.d(t,"uniFocusTarget",(function(){return pc})),a.d(t,"uniFolder",(function(){return fc})),a.d(t,"uniFolderCheck",(function(){return mc})),a.d(t,"uniFolderDownload",(function(){return Ac})),a.d(t,"uniFolderExclamation",(function(){return vc})),a.d(t,"uniFolderHeart",(function(){return yc})),a.d(t,"uniFolderInfo",(function(){return Zc})),a.d(t,"uniFolderLock",(function(){return Hc})),a.d(t,"uniFolderMedical",(function(){return gc})),a.d(t,"uniFolderMinus",(function(){return Mc})),a.d(t,"uniFolderNetwork",(function(){return Vc})),a.d(t,"uniFolderOpen",(function(){return bc})),a.d(t,"uniFolderPlus",(function(){return Lc})),a.d(t,"uniFolderQuestion",(function(){return wc})),a.d(t,"uniFolderSlash",(function(){return Cc})),a.d(t,"uniFolderTimes",(function(){return xc})),a.d(t,"uniFolderUpload",(function(){return _c})),a.d(t,"uniFont",(function(){return kc})),a.d(t,"uniFootball",(function(){return Sc})),a.d(t,"uniFootballAmerican",(function(){return Ec})),a.d(t,"uniFootballBall",(function(){return Tc})),a.d(t,"uniForecastcloudMoonTear",(function(){return zc})),a.d(t,"uniForwadedCall",(function(){return Oc})),a.d(t,"uniForward",(function(){return Pc})),a.d(t,"uniFrown",(function(){return Nc})),a.d(t,"uniGameStructure",(function(){return jc})),a.d(t,"uniGift",(function(){return Dc})),a.d(t,"uniGithub",(function(){return qc})),a.d(t,"uniGithubAlt",(function(){return Rc})),a.d(t,"uniGitlab",(function(){return Ic})),a.d(t,"uniGlass",(function(){return Fc})),a.d(t,"uniGlassMartini",(function(){return Bc})),a.d(t,"uniGlassMartiniAlt",(function(){return Uc})),a.d(t,"uniGlassMartiniAltSlash",(function(){return $c})),a.d(t,"uniGlassTea",(function(){return Wc})),a.d(t,"uniGlobe",(function(){return Qc})),a.d(t,"uniGold",(function(){return Gc})),a.d(t,"uniGolfBall",(function(){return Kc})),a.d(t,"uniGoogle",(function(){return Xc})),a.d(t,"uniGoogleDrive",(function(){return Yc})),a.d(t,"uniGoogleDriveAlt",(function(){return Jc})),a.d(t,"uniGoogleHangouts",(function(){return es})),a.d(t,"uniGoogleHangoutsAlt",(function(){return ts})),a.d(t,"uniGooglePlay",(function(){return as})),a.d(t,"uniGraduationCap",(function(){return ns})),a.d(t,"uniGraphBar",(function(){return rs})),a.d(t,"uniGrid",(function(){return is})),a.d(t,"uniGrids",(function(){return os})),a.d(t,"uniGrin",(function(){return ls})),a.d(t,"uniGrinTongueWink",(function(){return us})),a.d(t,"uniGrinTongueWinkAlt",(function(){return cs})),a.d(t,"uniGripHorizontalLine",(function(){return ss})),a.d(t,"uniHardHat",(function(){return hs})),a.d(t,"uniHdd",(function(){return ds})),a.d(t,"uniHeadSide",(function(){return ps})),a.d(t,"uniHeadSideCough",(function(){return fs})),a.d(t,"uniHeadSideMask",(function(){return ms})),a.d(t,"uniHeadphoneSlash",(function(){return As})),a.d(t,"uniHeadphones",(function(){return vs})),a.d(t,"uniHeadphonesAlt",(function(){return ys})),a.d(t,"uniHeart",(function(){return Zs})),a.d(t,"uniHeartAlt",(function(){return Hs})),a.d(t,"uniHeartBreak",(function(){return gs})),a.d(t,"uniHeartMedical",(function(){return Ms})),a.d(t,"uniHeartRate",(function(){return Vs})),a.d(t,"uniHeartSign",(function(){return bs})),a.d(t,"uniHeartbeat",(function(){return Ls})),a.d(t,"uniHindiToChinese",(function(){return ws})),a.d(t,"uniHipchat",(function(){return Cs})),a.d(t,"uniHistory",(function(){return xs})),a.d(t,"uniHistoryAlt",(function(){return _s})),a.d(t,"uniHome",(function(){return ks})),a.d(t,"uniHorizontalAlignCenter",(function(){return Ss})),a.d(t,"uniHorizontalAlignLeft",(function(){return Es})),a.d(t,"uniHorizontalAlignRight",(function(){return Ts})),a.d(t,"uniHorizontalDistributionCenter",(function(){return zs})),a.d(t,"uniHorizontalDistributionLeft",(function(){return Os})),a.d(t,"uniHorizontalDistributionRight",(function(){return Ps})),a.d(t,"uniHospital",(function(){return Ns})),a.d(t,"uniHospitalSquareSign",(function(){return js})),a.d(t,"uniHospitalSymbol",(function(){return Ds})),a.d(t,"uniHourglass",(function(){return qs})),a.d(t,"uniHouseUser",(function(){return Rs})),a.d(t,"uniHtml3",(function(){return Is})),a.d(t,"uniHtml3Alt",(function(){return Fs})),a.d(t,"uniHtml5",(function(){return Bs})),a.d(t,"uniHtml5Alt",(function(){return Us})),a.d(t,"uniHunting",(function(){return $s})),a.d(t,"uniIcons",(function(){return Ws})),a.d(t,"uniIllustration",(function(){return Qs})),a.d(t,"uniImage",(function(){return Gs})),a.d(t,"uniImageAltSlash",(function(){return Ks})),a.d(t,"uniImageBlock",(function(){return Xs})),a.d(t,"uniImageBroken",(function(){return Ys})),a.d(t,"uniImageCheck",(function(){return Js})),a.d(t,"uniImageDownload",(function(){return eh})),a.d(t,"uniImageEdit",(function(){return th})),a.d(t,"uniImageLock",(function(){return ah})),a.d(t,"uniImageMinus",(function(){return nh})),a.d(t,"uniImagePlus",(function(){return rh})),a.d(t,"uniImageQuestion",(function(){return ih})),a.d(t,"uniImageRedo",(function(){return oh})),a.d(t,"uniImageResizeLandscape",(function(){return lh})),a.d(t,"uniImageResizeSquare",(function(){return uh})),a.d(t,"uniImageSearch",(function(){return ch})),a.d(t,"uniImageShare",(function(){return sh})),a.d(t,"uniImageShield",(function(){return hh})),a.d(t,"uniImageSlash",(function(){return dh})),a.d(t,"uniImageTimes",(function(){return ph})),a.d(t,"uniImageUpload",(function(){return fh})),a.d(t,"uniImageV",(function(){return mh})),a.d(t,"uniImages",(function(){return Ah})),a.d(t,"uniImport",(function(){return vh})),a.d(t,"uniInbox",(function(){return yh})),a.d(t,"uniIncomingCall",(function(){return Zh})),a.d(t,"uniInfo",(function(){return Hh})),a.d(t,"uniInfoCircle",(function(){return gh})),a.d(t,"uniInstagram",(function(){return Mh})),a.d(t,"uniInstagramAlt",(function(){return Vh})),a.d(t,"uniIntercom",(function(){return bh})),a.d(t,"uniIntercomAlt",(function(){return Lh})),a.d(t,"uniInvoice",(function(){return wh})),a.d(t,"uniItalic",(function(){return Ch})),a.d(t,"uniJackhammer",(function(){return xh})),a.d(t,"uniJavaScript",(function(){return _h})),a.d(t,"uniKayak",(function(){return kh})),a.d(t,"uniKeySkeleton",(function(){return Sh})),a.d(t,"uniKeySkeletonAlt",(function(){return Eh})),a.d(t,"uniKeyboard",(function(){return Th})),a.d(t,"uniKeyboardAlt",(function(){return zh})),a.d(t,"uniKeyboardHide",(function(){return Oh})),a.d(t,"uniKeyboardShow",(function(){return Ph})),a.d(t,"uniKeyholeCircle",(function(){return Nh})),a.d(t,"uniKeyholeSquare",(function(){return jh})),a.d(t,"uniKeyholeSquareFull",(function(){return Dh})),a.d(t,"uniKid",(function(){return qh})),a.d(t,"uniLabel",(function(){return Rh})),a.d(t,"uniLabelAlt",(function(){return Ih})),a.d(t,"uniLamp",(function(){return Fh})),a.d(t,"uniLanguage",(function(){return Bh})),a.d(t,"uniLaptop",(function(){return Uh})),a.d(t,"uniLaptopCloud",(function(){return $h})),a.d(t,"uniLaptopConnection",(function(){return Wh})),a.d(t,"uniLaughing",(function(){return Qh})),a.d(t,"uniLayerGroup",(function(){return Gh})),a.d(t,"uniLayerGroupSlash",(function(){return Kh})),a.d(t,"uniLayers",(function(){return Xh})),a.d(t,"uniLayersAlt",(function(){return Yh})),a.d(t,"uniLayersSlash",(function(){return Jh})),a.d(t,"uniLeftArrowFromLeft",(function(){return ed})),a.d(t,"uniLeftArrowToLeft",(function(){return td})),a.d(t,"uniLeftIndent",(function(){return ad})),a.d(t,"uniLeftIndentAlt",(function(){return nd})),a.d(t,"uniLeftToRightTextDirection",(function(){return rd})),a.d(t,"uniLetterChineseA",(function(){return id})),a.d(t,"uniLetterEnglishA",(function(){return od})),a.d(t,"uniLetterHindiA",(function(){return ld})),a.d(t,"uniLetterJapaneseA",(function(){return ud})),a.d(t,"uniLifeRing",(function(){return cd})),a.d(t,"uniLightbulb",(function(){return sd})),a.d(t,"uniLightbulbAlt",(function(){return hd})),a.d(t,"uniLine",(function(){return dd})),a.d(t,"uniLineAlt",(function(){return pd})),a.d(t,"uniLineSpacing",(function(){return fd})),a.d(t,"uniLink",(function(){return md})),a.d(t,"uniLinkAdd",(function(){return Ad})),a.d(t,"uniLinkAlt",(function(){return vd})),a.d(t,"uniLinkBroken",(function(){return yd})),a.d(t,"uniLinkH",(function(){return Zd})),a.d(t,"uniLinkedin",(function(){return Hd})),a.d(t,"uniLinkedinAlt",(function(){return gd})),a.d(t,"uniLinux",(function(){return Md})),a.d(t,"uniLiraSign",(function(){return Vd})),a.d(t,"uniListOl",(function(){return bd})),a.d(t,"uniListOlAlt",(function(){return Ld})),a.d(t,"uniListUiAlt",(function(){return wd})),a.d(t,"uniListUl",(function(){return Cd})),a.d(t,"uniLocationArrow",(function(){return xd})),a.d(t,"uniLocationArrowAlt",(function(){return _d})),a.d(t,"uniLocationPinAlt",(function(){return kd})),a.d(t,"uniLocationPoint",(function(){return Sd})),a.d(t,"uniLock",(function(){return Ed})),a.d(t,"uniLockAccess",(function(){return Td})),a.d(t,"uniLockAlt",(function(){return zd})),a.d(t,"uniLockOpenAlt",(function(){return Od})),a.d(t,"uniLockSlash",(function(){return Pd})),a.d(t,"uniLottiefiles",(function(){return Nd})),a.d(t,"uniLottiefilesAlt",(function(){return jd})),a.d(t,"uniLuggageCart",(function(){return Dd})),a.d(t,"uniMailbox",(function(){return qd})),a.d(t,"uniMailboxAlt",(function(){return Rd})),a.d(t,"uniMap",(function(){return Id})),a.d(t,"uniMapMarker",(function(){return Fd})),a.d(t,"uniMapMarkerAlt",(function(){return Bd})),a.d(t,"uniMapMarkerEdit",(function(){return Ud})),a.d(t,"uniMapMarkerInfo",(function(){return $d})),a.d(t,"uniMapMarkerMinus",(function(){return Wd})),a.d(t,"uniMapMarkerPlus",(function(){return Qd})),a.d(t,"uniMapMarkerQuestion",(function(){return Gd})),a.d(t,"uniMapMarkerShield",(function(){return Kd})),a.d(t,"uniMapMarkerSlash",(function(){return Xd})),a.d(t,"uniMapPin",(function(){return Yd})),a.d(t,"uniMapPinAlt",(function(){return Jd})),a.d(t,"uniMars",(function(){return ep})),a.d(t,"uniMasterCard",(function(){return tp})),a.d(t,"uniMaximizeLeft",(function(){return ap})),a.d(t,"uniMedal",(function(){return np})),a.d(t,"uniMedicalDrip",(function(){return rp})),a.d(t,"uniMedicalSquare",(function(){return ip})),a.d(t,"uniMedicalSquareFull",(function(){return op})),a.d(t,"uniMediumM",(function(){return lp})),a.d(t,"uniMedkit",(function(){return up})),a.d(t,"uniMeetingBoard",(function(){return cp})),a.d(t,"uniMegaphone",(function(){return sp})),a.d(t,"uniMeh",(function(){return hp})),a.d(t,"uniMehAlt",(function(){return dp})),a.d(t,"uniMehClosedEye",(function(){return pp})),a.d(t,"uniMessage",(function(){return fp})),a.d(t,"uniMetro",(function(){return mp})),a.d(t,"uniMicrophone",(function(){return Ap})),a.d(t,"uniMicrophoneSlash",(function(){return vp})),a.d(t,"uniMicroscope",(function(){return yp})),a.d(t,"uniMicrosoft",(function(){return Zp})),a.d(t,"uniMinus",(function(){return Hp})),a.d(t,"uniMinusCircle",(function(){return gp})),a.d(t,"uniMinusPath",(function(){return Mp})),a.d(t,"uniMinusSquare",(function(){return Vp})),a.d(t,"uniMinusSquareFull",(function(){return bp})),a.d(t,"uniMissedCall",(function(){return Lp})),a.d(t,"uniMobileAndroid",(function(){return wp})),a.d(t,"uniMobileAndroidAlt",(function(){return Cp})),a.d(t,"uniMobileVibrate",(function(){return xp})),a.d(t,"uniModem",(function(){return _p})),a.d(t,"uniMoneyBill",(function(){return kp})),a.d(t,"uniMoneyBillSlash",(function(){return Sp})),a.d(t,"uniMoneyBillStack",(function(){return Ep})),a.d(t,"uniMoneyInsert",(function(){return Tp})),a.d(t,"uniMoneyStack",(function(){return zp})),a.d(t,"uniMoneyWithdraw",(function(){return Op})),a.d(t,"uniMoneyWithdrawal",(function(){return Pp})),a.d(t,"uniMoneybag",(function(){return Np})),a.d(t,"uniMoneybagAlt",(function(){return jp})),a.d(t,"uniMonitor",(function(){return Dp})),a.d(t,"uniMonitorHeartRate",(function(){return qp})),a.d(t,"uniMoon",(function(){return Rp})),a.d(t,"uniMoonEclipse",(function(){return Ip})),a.d(t,"uniMoonset",(function(){return Fp})),a.d(t,"uniMountains",(function(){return Bp})),a.d(t,"uniMountainsSun",(function(){return Up})),a.d(t,"uniMouse",(function(){return $p})),a.d(t,"uniMouseAlt",(function(){return Wp}));a.d(t,"uniMouseAlt2",(function(){return Qp})),a.d(t,"uniMultiply",(function(){return Gp})),a.d(t,"uniMusic",(function(){return Kp})),a.d(t,"uniMusicNote",(function(){return Xp})),a.d(t,"uniMusicTuneSlash",(function(){return Yp})),a.d(t,"uniNA",(function(){return Jp})),a.d(t,"uniNavigator",(function(){return ef})),a.d(t,"uniNerd",(function(){return tf})),a.d(t,"uniNewspaper",(function(){return af})),a.d(t,"uniNinja",(function(){return nf})),a.d(t,"uniNoEntry",(function(){return rf})),a.d(t,"uniNotebooks",(function(){return of})),a.d(t,"uniNotes",(function(){return lf})),a.d(t,"uniObjectGroup",(function(){return uf})),a.d(t,"uniObjectUngroup",(function(){return cf})),a.d(t,"uniOctagon",(function(){return sf})),a.d(t,"uniOkta",(function(){return hf})),a.d(t,"uniOpera",(function(){return df})),a.d(t,"uniOperaAlt",(function(){return pf})),a.d(t,"uniOutgoingCall",(function(){return ff})),a.d(t,"uniPackage",(function(){return mf})),a.d(t,"uniPadlock",(function(){return Af})),a.d(t,"uniPagelines",(function(){return vf})),a.d(t,"uniPagerduty",(function(){return yf})),a.d(t,"uniPaintTool",(function(){return Zf})),a.d(t,"uniPalette",(function(){return Hf})),a.d(t,"uniPanelAdd",(function(){return gf})),a.d(t,"uniPanoramaH",(function(){return Mf})),a.d(t,"uniPanoramaHAlt",(function(){return Vf})),a.d(t,"uniPanoramaV",(function(){return bf})),a.d(t,"uniPaperclip",(function(){return Lf})),a.d(t,"uniParagraph",(function(){return wf})),a.d(t,"uniParcel",(function(){return Cf})),a.d(t,"uniParkingCircle",(function(){return xf})),a.d(t,"uniParkingSquare",(function(){return _f})),a.d(t,"uniPathfinder",(function(){return kf})),a.d(t,"uniPathfinderUnite",(function(){return Sf})),a.d(t,"uniPause",(function(){return Ef})),a.d(t,"uniPauseCircle",(function(){return Tf})),a.d(t,"uniPaypal",(function(){return zf})),a.d(t,"uniPen",(function(){return Of})),a.d(t,"uniPentagon",(function(){return Pf})),a.d(t,"uniPercentage",(function(){return Nf})),a.d(t,"uniPhone",(function(){return jf})),a.d(t,"uniPhoneAlt",(function(){return Df})),a.d(t,"uniPhonePause",(function(){return qf})),a.d(t,"uniPhoneSlash",(function(){return Rf})),a.d(t,"uniPhoneTimes",(function(){return If})),a.d(t,"uniPhoneVolume",(function(){return Ff})),a.d(t,"uniPicture",(function(){return Bf})),a.d(t,"uniPizzaSlice",(function(){return Uf})),a.d(t,"uniPlane",(function(){return $f})),a.d(t,"uniPlaneArrival",(function(){return Wf})),a.d(t,"uniPlaneDeparture",(function(){return Qf})),a.d(t,"uniPlaneFly",(function(){return Gf})),a.d(t,"uniPlay",(function(){return Kf})),a.d(t,"uniPlayCircle",(function(){return Xf})),a.d(t,"uniPlug",(function(){return Yf})),a.d(t,"uniPlus",(function(){return Jf})),a.d(t,"uniPlusCircle",(function(){return em})),a.d(t,"uniPlusSquare",(function(){return tm})),a.d(t,"uniPodium",(function(){return am})),a.d(t,"uniPolygon",(function(){return nm})),a.d(t,"uniPostStamp",(function(){return rm})),a.d(t,"uniPostcard",(function(){return im})),a.d(t,"uniPound",(function(){return om})),a.d(t,"uniPoundCircle",(function(){return lm})),a.d(t,"uniPower",(function(){return um})),a.d(t,"uniPrescriptionBottle",(function(){return cm})),a.d(t,"uniPresentation",(function(){return sm})),a.d(t,"uniPresentationCheck",(function(){return hm})),a.d(t,"uniPresentationEdit",(function(){return dm})),a.d(t,"uniPresentationLine",(function(){return pm})),a.d(t,"uniPresentationLinesAlt",(function(){return fm})),a.d(t,"uniPresentationMinus",(function(){return mm})),a.d(t,"uniPresentationPlay",(function(){return Am})),a.d(t,"uniPresentationPlus",(function(){return vm})),a.d(t,"uniPresentationTimes",(function(){return ym})),a.d(t,"uniPrevious",(function(){return Zm})),a.d(t,"uniPricetagAlt",(function(){return Hm})),a.d(t,"uniPrint",(function(){return gm})),a.d(t,"uniPrintSlash",(function(){return Mm})),a.d(t,"uniProcess",(function(){return Vm})),a.d(t,"uniProcessor",(function(){return bm})),a.d(t,"uniProgrammingLanguage",(function(){return Lm})),a.d(t,"uniPump",(function(){return wm})),a.d(t,"uniPuzzlePiece",(function(){return Cm})),a.d(t,"uniQrcodeScan",(function(){return xm})),a.d(t,"uniQuestion",(function(){return _m})),a.d(t,"uniQuestionCircle",(function(){return km})),a.d(t,"uniRainbow",(function(){return Sm})),a.d(t,"uniRaindrops",(function(){return Em})),a.d(t,"uniRaindropsAlt",(function(){return Tm})),a.d(t,"uniReact",(function(){return zm})),a.d(t,"uniReceipt",(function(){return Om})),a.d(t,"uniReceiptAlt",(function(){return Pm})),a.d(t,"uniRecordAudio",(function(){return Nm})),a.d(t,"uniRedditAlienAlt",(function(){return jm})),a.d(t,"uniRedo",(function(){return Dm})),a.d(t,"uniRefresh",(function(){return qm})),a.d(t,"uniRegistered",(function(){return Rm})),a.d(t,"uniRepeat",(function(){return Im})),a.d(t,"uniRestaurant",(function(){return Fm})),a.d(t,"uniRightIndentAlt",(function(){return Bm})),a.d(t,"uniRightToLeftTextDirection",(function(){return Um})),a.d(t,"uniRobot",(function(){return $m})),a.d(t,"uniRocket",(function(){return Wm})),a.d(t,"uniRopeWay",(function(){return Qm})),a.d(t,"uniRotate360",(function(){return Gm})),a.d(t,"uniRss",(function(){return Km})),a.d(t,"uniRssAlt",(function(){return Xm})),a.d(t,"uniRssInterface",(function(){return Ym})),a.d(t,"uniRuler",(function(){return Jm})),a.d(t,"uniRulerCombined",(function(){return eA})),a.d(t,"uniRupeeSign",(function(){return tA})),a.d(t,"uniSad",(function(){return aA})),a.d(t,"uniSadCry",(function(){return nA})),a.d(t,"uniSadCrying",(function(){return rA})),a.d(t,"uniSadDizzy",(function(){return iA})),a.d(t,"uniSadSquint",(function(){return oA})),a.d(t,"uniSanitizer",(function(){return lA})),a.d(t,"uniSanitizerAlt",(function(){return uA})),a.d(t,"uniSave",(function(){return cA})),a.d(t,"uniScalingLeft",(function(){return sA})),a.d(t,"uniScalingRight",(function(){return hA})),a.d(t,"uniScenery",(function(){return dA})),a.d(t,"uniSchedule",(function(){return pA})),a.d(t,"uniScrew",(function(){return fA})),a.d(t,"uniScroll",(function(){return mA})),a.d(t,"uniScrollH",(function(){return AA})),a.d(t,"uniSearch",(function(){return vA})),a.d(t,"uniSearchAlt",(function(){return yA})),a.d(t,"uniSearchMinus",(function(){return ZA})),a.d(t,"uniSearchPlus",(function(){return HA})),a.d(t,"uniSelfie",(function(){return gA})),a.d(t,"uniServer",(function(){return MA})),a.d(t,"uniServerAlt",(function(){return VA})),a.d(t,"uniServerConnection",(function(){return bA})),a.d(t,"uniServerNetwork",(function(){return LA})),a.d(t,"uniServerNetworkAlt",(function(){return wA})),a.d(t,"uniServers",(function(){return CA})),a.d(t,"uniServicemark",(function(){return xA})),a.d(t,"uniSetting",(function(){return _A})),a.d(t,"uniShare",(function(){return kA})),a.d(t,"uniShareAlt",(function(){return SA})),a.d(t,"uniShield",(function(){return EA})),a.d(t,"uniShieldCheck",(function(){return TA})),a.d(t,"uniShieldExclamation",(function(){return zA})),a.d(t,"uniShieldPlus",(function(){return OA})),a.d(t,"uniShieldQuestion",(function(){return PA})),a.d(t,"uniShieldSlash",(function(){return NA})),a.d(t,"uniShip",(function(){return jA})),a.d(t,"uniShop",(function(){return DA})),a.d(t,"uniShoppingBag",(function(){return qA})),a.d(t,"uniShoppingBasket",(function(){return RA})),a.d(t,"uniShoppingCart",(function(){return IA})),a.d(t,"uniShoppingCartAlt",(function(){return FA})),a.d(t,"uniShovel",(function(){return BA})),a.d(t,"uniShrink",(function(){return UA})),a.d(t,"uniShuffle",(function(){return $A})),a.d(t,"uniShutter",(function(){return WA})),a.d(t,"uniShutterAlt",(function(){return QA})),a.d(t,"uniSick",(function(){return GA})),a.d(t,"uniSigma",(function(){return KA})),a.d(t,"uniSignAlt",(function(){return XA})),a.d(t,"uniSignInAlt",(function(){return YA})),a.d(t,"uniSignLeft",(function(){return JA})),a.d(t,"uniSignOutAlt",(function(){return ev})),a.d(t,"uniSignRight",(function(){return tv})),a.d(t,"uniSignal",(function(){return av})),a.d(t,"uniSignalAlt",(function(){return nv})),a.d(t,"uniSignalAlt3",(function(){return rv})),a.d(t,"uniSignin",(function(){return iv})),a.d(t,"uniSignout",(function(){return ov})),a.d(t,"uniSilence",(function(){return lv})),a.d(t,"uniSilentSquint",(function(){return uv})),a.d(t,"uniSimCard",(function(){return cv})),a.d(t,"uniSitemap",(function(){return sv})),a.d(t,"uniSkipForward",(function(){return hv})),a.d(t,"uniSkipForwardAlt",(function(){return dv})),a.d(t,"uniSkipForwardCircle",(function(){return pv})),a.d(t,"uniSkype",(function(){return fv})),a.d(t,"uniSkypeAlt",(function(){return mv})),a.d(t,"uniSlack",(function(){return Av})),a.d(t,"uniSlackAlt",(function(){return vv})),a.d(t,"uniSliderH",(function(){return yv})),a.d(t,"uniSliderHRange",(function(){return Zv})),a.d(t,"uniSlidersV",(function(){return Hv})),a.d(t,"uniSlidersVAlt",(function(){return gv})),a.d(t,"uniSmile",(function(){return Mv})),a.d(t,"uniSmileBeam",(function(){return Vv})),a.d(t,"uniSmileDizzy",(function(){return bv})),a.d(t,"uniSmileSquintWink",(function(){return Lv})),a.d(t,"uniSmileSquintWinkAlt",(function(){return wv})),a.d(t,"uniSmileWink",(function(){return Cv})),a.d(t,"uniSmileWinkAlt",(function(){return xv})),a.d(t,"uniSnapchatAlt",(function(){return _v})),a.d(t,"uniSnapchatGhost",(function(){return kv})),a.d(t,"uniSnapchatSquare",(function(){return Sv})),a.d(t,"uniSnowFlake",(function(){return Ev})),a.d(t,"uniSnowflake",(function(){return Tv})),a.d(t,"uniSnowflakeAlt",(function(){return zv})),a.d(t,"uniSocialDistancing",(function(){return Ov})),a.d(t,"uniSort",(function(){return Pv})),a.d(t,"uniSortAmountDown",(function(){return Nv})),a.d(t,"uniSortAmountUp",(function(){return jv})),a.d(t,"uniSorting",(function(){return Dv})),a.d(t,"uniSpaceKey",(function(){return qv})),a.d(t,"uniSpade",(function(){return Rv})),a.d(t,"uniSperms",(function(){return Iv})),a.d(t,"uniSpin",(function(){return Fv})),a.d(t,"uniSpinner",(function(){return Bv})),a.d(t,"uniSpinnerAlt",(function(){return Uv})),a.d(t,"uniSquare",(function(){return $v})),a.d(t,"uniSquareFull",(function(){return Wv})),a.d(t,"uniSquareShape",(function(){return Qv})),a.d(t,"uniSquint",(function(){return Gv})),a.d(t,"uniStar",(function(){return Kv})),a.d(t,"uniStarHalfAlt",(function(){return Xv})),a.d(t,"uniStepBackward",(function(){return Yv})),a.d(t,"uniStepBackwardAlt",(function(){return Jv})),a.d(t,"uniStepBackwardCircle",(function(){return ey})),a.d(t,"uniStepForward",(function(){return ty})),a.d(t,"uniStethoscope",(function(){return ay})),a.d(t,"uniStethoscopeAlt",(function(){return ny})),a.d(t,"uniStopCircle",(function(){return ry})),a.d(t,"uniStopwatch",(function(){return iy})),a.d(t,"uniStopwatchSlash",(function(){return oy})),a.d(t,"uniStore",(function(){return ly})),a.d(t,"uniStoreAlt",(function(){return uy})),a.d(t,"uniStoreSlash",(function(){return cy})),a.d(t,"uniStreering",(function(){return sy})),a.d(t,"uniStretcher",(function(){return hy})),a.d(t,"uniSubject",(function(){return dy})),a.d(t,"uniSubway",(function(){return py})),a.d(t,"uniSubwayAlt",(function(){return fy})),a.d(t,"uniSuitcase",(function(){return my})),a.d(t,"uniSuitcaseAlt",(function(){return Ay})),a.d(t,"uniSun",(function(){return vy})),a.d(t,"uniSunset",(function(){return yy})),a.d(t,"uniSurprise",(function(){return Zy})),a.d(t,"uniSwatchbook",(function(){return Hy})),a.d(t,"uniSwiggy",(function(){return gy})),a.d(t,"uniSwimmer",(function(){return My})),a.d(t,"uniSync",(function(){return Vy})),a.d(t,"uniSyncExclamation",(function(){return by})),a.d(t,"uniSyncSlash",(function(){return Ly})),a.d(t,"uniSyringe",(function(){return wy})),a.d(t,"uniTable",(function(){return Cy})),a.d(t,"uniTableTennis",(function(){return xy})),a.d(t,"uniTablet",(function(){return _y})),a.d(t,"uniTablets",(function(){return ky})),a.d(t,"uniTachometerFast",(function(){return Sy})),a.d(t,"uniTachometerFastAlt",(function(){return Ey})),a.d(t,"uniTag",(function(){return Ty})),a.d(t,"uniTagAlt",(function(){return zy})),a.d(t,"uniTape",(function(){return Oy})),a.d(t,"uniTaxi",(function(){return Py})),a.d(t,"uniTear",(function(){return Ny})),a.d(t,"uniTelegram",(function(){return jy})),a.d(t,"uniTelegramAlt",(function(){return Dy})),a.d(t,"uniTelescope",(function(){return qy})),a.d(t,"uniTemperature",(function(){return Ry})),a.d(t,"uniTemperatureEmpty",(function(){return Iy})),a.d(t,"uniTemperatureHalf",(function(){return Fy})),a.d(t,"uniTemperatureMinus",(function(){return By})),a.d(t,"uniTemperaturePlus",(function(){return Uy})),a.d(t,"uniTemperatureQuarter",(function(){return $y})),a.d(t,"uniTemperatureThreeQuarter",(function(){return Wy})),a.d(t,"uniTennisBall",(function(){return Qy})),a.d(t,"uniText",(function(){return Gy})),a.d(t,"uniTextFields",(function(){return Ky})),a.d(t,"uniTextSize",(function(){return Xy})),a.d(t,"uniTextStrikeThrough",(function(){return Yy})),a.d(t,"uniTh",(function(){return Jy})),a.d(t,"uniThLarge",(function(){return eZ})),a.d(t,"uniThSlash",(function(){return tZ})),a.d(t,"uniThermometer",(function(){return aZ})),a.d(t,"uniThumbsDown",(function(){return nZ})),a.d(t,"uniThumbsUp",(function(){return rZ})),a.d(t,"uniThunderstorm",(function(){return iZ})),a.d(t,"uniThunderstormMoon",(function(){return oZ})),a.d(t,"uniThunderstormSun",(function(){return lZ})),a.d(t,"uniTicket",(function(){return uZ})),a.d(t,"uniTimes",(function(){return cZ})),a.d(t,"uniTimesCircle",(function(){return sZ})),a.d(t,"uniTimesSquare",(function(){return hZ})),a.d(t,"uniToggleOff",(function(){return dZ})),a.d(t,"uniToggleOn",(function(){return pZ})),a.d(t,"uniToiletPaper",(function(){return fZ})),a.d(t,"uniTopArrowFromTop",(function(){return mZ})),a.d(t,"uniTopArrowToTop",(function(){return AZ})),a.d(t,"uniTornado",(function(){return vZ})),a.d(t,"uniTrademark",(function(){return yZ})),a.d(t,"uniTrademarkCircle",(function(){return ZZ})),a.d(t,"uniTrafficBarrier",(function(){return HZ})),a.d(t,"uniTrafficLight",(function(){return gZ})),a.d(t,"uniTransaction",(function(){return MZ})),a.d(t,"uniTrash",(function(){return VZ})),a.d(t,"uniTrashAlt",(function(){return bZ})),a.d(t,"uniTrees",(function(){return LZ})),a.d(t,"uniTriangle",(function(){return wZ})),a.d(t,"uniTrophy",(function(){return CZ})),a.d(t,"uniTrowel",(function(){return xZ})),a.d(t,"uniTruck",(function(){return _Z})),a.d(t,"uniTruckLoading",(function(){return kZ})),a.d(t,"uniTumblr",(function(){return SZ})),a.d(t,"uniTumblrAlt",(function(){return EZ})),a.d(t,"uniTumblrSquare",(function(){return TZ})),a.d(t,"uniTvRetro",(function(){return zZ})),a.d(t,"uniTvRetroSlash",(function(){return OZ})),a.d(t,"uniTwitter",(function(){return PZ})),a.d(t,"uniTwitterAlt",(function(){return NZ})),a.d(t,"uniUmbrella",(function(){return jZ})),a.d(t,"uniUnamused",(function(){return DZ})),a.d(t,"uniUnderline",(function(){return qZ})),a.d(t,"uniUniversity",(function(){return RZ})),a.d(t,"uniUnlock",(function(){return IZ})),a.d(t,"uniUnlockAlt",(function(){return FZ})),a.d(t,"uniUpload",(function(){return BZ})),a.d(t,"uniUploadAlt",(function(){return UZ})),a.d(t,"uniUsdCircle",(function(){return $Z})),a.d(t,"uniUsdSquare",(function(){return WZ})),a.d(t,"uniUser",(function(){return QZ})),a.d(t,"uniUserArrows",(function(){return GZ})),a.d(t,"uniUserCheck",(function(){return KZ})),a.d(t,"uniUserCircle",(function(){return XZ})),a.d(t,"uniUserExclamation",(function(){return YZ})),a.d(t,"uniUserLocation",(function(){return JZ})),a.d(t,"uniUserMd",(function(){return eH})),a.d(t,"uniUserMinus",(function(){return tH})),a.d(t,"uniUserNurse",(function(){return aH})),a.d(t,"uniUserPlus",(function(){return nH})),a.d(t,"uniUserSquare",(function(){return rH})),a.d(t,"uniUserTimes",(function(){return iH})),a.d(t,"uniUsersAlt",(function(){return oH})),a.d(t,"uniUtensils",(function(){return lH})),a.d(t,"uniUtensilsAlt",(function(){return uH})),a.d(t,"uniVectorSquare",(function(){return cH})),a.d(t,"uniVectorSquareAlt",(function(){return sH})),a.d(t,"uniVenus",(function(){return hH})),a.d(t,"uniVerticalAlignBottom",(function(){return dH})),a.d(t,"uniVerticalAlignCenter",(function(){return pH})),a.d(t,"uniVerticalAlignTop",(function(){return fH})),a.d(t,"uniVerticalDistributeBottom",(function(){return mH})),a.d(t,"uniVerticalDistributionCenter",(function(){return AH})),a.d(t,"uniVerticalDistributionTop",(function(){return vH})),a.d(t,"uniVideo",(function(){return yH})),a.d(t,"uniVideoQuestion",(function(){return ZH})),a.d(t,"uniVideoSlash",(function(){return HH})),a.d(t,"uniVirusSlash",(function(){return gH})),a.d(t,"uniVisualStudio",(function(){return MH})),a.d(t,"uniVk",(function(){return VH})),a.d(t,"uniVkAlt",(function(){return bH})),a.d(t,"uniVoicemail",(function(){return LH})),a.d(t,"uniVoicemailRectangle",(function(){return wH})),a.d(t,"uniVolleyball",(function(){return CH})),a.d(t,"uniVolume",(function(){return xH})),a.d(t,"uniVolumeDown",(function(){return _H})),a.d(t,"uniVolumeMute",(function(){return kH})),a.d(t,"uniVolumeOff",(function(){return SH})),a.d(t,"uniVolumeUp",(function(){return EH})),a.d(t,"uniVuejs",(function(){return TH})),a.d(t,"uniVuejsAlt",(function(){return zH})),a.d(t,"uniWall",(function(){return OH})),a.d(t,"uniWallet",(function(){return PH})),a.d(t,"uniWatch",(function(){return NH})),a.d(t,"uniWatchAlt",(function(){return jH})),a.d(t,"uniWater",(function(){return DH})),a.d(t,"uniWaterDropSlash",(function(){return qH})),a.d(t,"uniWaterGlass",(function(){return RH})),a.d(t,"uniWebGrid",(function(){return IH})),a.d(t,"uniWebGridAlt",(function(){return FH})),a.d(t,"uniWebSection",(function(){return BH})),a.d(t,"uniWebSectionAlt",(function(){return UH})),a.d(t,"uniWebcam",(function(){return $H})),a.d(t,"uniWeight",(function(){return WH})),a.d(t,"uniWhatsapp",(function(){return QH})),a.d(t,"uniWhatsappAlt",(function(){return GH})),a.d(t,"uniWheelBarrow",(function(){return KH})),a.d(t,"uniWheelchair",(function(){return XH})),a.d(t,"uniWheelchairAlt",(function(){return YH})),a.d(t,"uniWifi",(function(){return JH})),a.d(t,"uniWifiRouter",(function(){return eg})),a.d(t,"uniWifiSlash",(function(){return tg})),a.d(t,"uniWind",(function(){return ag})),a.d(t,"uniWindMoon",(function(){return ng})),a.d(t,"uniWindSun",(function(){return rg})),a.d(t,"uniWindow",(function(){return ig})),a.d(t,"uniWindowGrid",(function(){return og})),a.d(t,"uniWindowMaximize",(function(){return lg})),a.d(t,"uniWindowSection",(function(){return ug})),a.d(t,"uniWindows",(function(){return cg})),a.d(t,"uniWindsock",(function(){return sg})),a.d(t,"uniWindy",(function(){return hg})),a.d(t,"uniWordpress",(function(){return dg})),a.d(t,"uniWordpressSimple",(function(){return pg})),a.d(t,"uniWrapText",(function(){return fg})),a.d(t,"uniWrench",(function(){return mg})),a.d(t,"uniX",(function(){return Ag})),a.d(t,"uniXAdd",(function(){return vg})),a.d(t,"uniYen",(function(){return yg})),a.d(t,"uniYenCircle",(function(){return Zg})),a.d(t,"uniYinYang",(function(){return Hg})),a.d(t,"uniYoutube",(function(){return gg})),a.d(t,"uni500PxMonochrome",(function(){return Mg})),a.d(t,"uniAdobeMonochrome",(function(){return Vg})),a.d(t,"uniAdobeAltMonochrome",(function(){return bg})),a.d(t,"uniAirplayMonochrome",(function(){return Lg})),a.d(t,"uniAlignMonochrome",(function(){return wg})),a.d(t,"uniAlignAltMonochrome",(function(){return Cg})),a.d(t,"uniAlignCenterMonochrome",(function(){return xg})),a.d(t,"uniAlignCenterJustifyMonochrome",(function(){return _g})),a.d(t,"uniAlignJustifyMonochrome",(function(){return kg})),a.d(t,"uniAlignLeftMonochrome",(function(){return Sg})),a.d(t,"uniAlignLeftJustifyMonochrome",(function(){return Eg})),a.d(t,"uniAlignLetterRightMonochrome",(function(){return Tg})),a.d(t,"uniAlignRightMonochrome",(function(){return zg})),a.d(t,"uniAlignRightJustifyMonochrome",(function(){return Og})),a.d(t,"uniAmazonMonochrome",(function(){return Pg})),a.d(t,"uniAnalysisMonochrome",(function(){return Ng})),a.d(t,"uniAnalyticsMonochrome",(function(){return jg})),a.d(t,"uniAnchorMonochrome",(function(){return Dg})),a.d(t,"uniAndroidMonochrome",(function(){return qg})),a.d(t,"uniAndroidAltMonochrome",(function(){return Rg})),a.d(t,"uniAngleDoubleDownMonochrome",(function(){return Ig})),a.d(t,"uniAngleDoubleLeftMonochrome",(function(){return Fg})),a.d(t,"uniAngleDoubleRightMonochrome",(function(){return Bg})),a.d(t,"uniAngleDoubleUpMonochrome",(function(){return Ug})),a.d(t,"uniAngleDownMonochrome",(function(){return $g})),a.d(t,"uniAngleLeftMonochrome",(function(){return Wg})),a.d(t,"uniAngleRightMonochrome",(function(){return Qg})),a.d(t,"uniAngleRightBMonochrome",(function(){return Gg})),a.d(t,"uniAngleUpMonochrome",(function(){return Kg})),a.d(t,"uniAppleMonochrome",(function(){return Xg})),a.d(t,"uniAppleAltMonochrome",(function(){return Yg})),a.d(t,"uniAppsMonochrome",(function(){return Jg})),a.d(t,"uniArrowCircleDownMonochrome",(function(){return eM})),a.d(t,"uniArrowCircleLeftMonochrome",(function(){return tM})),a.d(t,"uniArrowCircleRightMonochrome",(function(){return aM})),a.d(t,"uniArrowCircleUpMonochrome",(function(){return nM})),a.d(t,"uniArrowDownLeftMonochrome",(function(){return rM})),a.d(t,"uniArrowDownRightMonochrome",(function(){return iM})),a.d(t,"uniArrowUpLeftMonochrome",(function(){return oM})),a.d(t,"uniArrowUpRightMonochrome",(function(){return lM})),a.d(t,"uniAtMonochrome",(function(){return uM})),a.d(t,"uniBagMonochrome",(function(){return cM})),a.d(t,"uniBarsMonochrome",(function(){return sM})),a.d(t,"uniBatteryBoltMonochrome",(function(){return hM})),a.d(t,"uniBatteryEmptyMonochrome",(function(){return dM})),a.d(t,"uniBehanceMonochrome",(function(){return pM})),a.d(t,"uniBehanceAltMonochrome",(function(){return fM})),a.d(t,"uniBingMonochrome",(function(){return mM})),a.d(t,"uniBitcoinMonochrome",(function(){return AM})),a.d(t,"uniBitcoinAltMonochrome",(function(){return vM})),a.d(t,"uniBlackberryMonochrome",(function(){return yM})),a.d(t,"uniBloggerMonochrome",(function(){return ZM})),a.d(t,"uniBloggerAltMonochrome",(function(){return HM})),a.d(t,"uniBookmarkMonochrome",(function(){return gM})),a.d(t,"uniBorderAltMonochrome",(function(){return MM})),a.d(t,"uniBorderBottomMonochrome",(function(){return VM})),a.d(t,"uniBorderClearMonochrome",(function(){return bM})),a.d(t,"uniBorderHorizontalMonochrome",(function(){return LM})),a.d(t,"uniBorderInnerMonochrome",(function(){return wM})),a.d(t,"uniBorderLeftMonochrome",(function(){return CM})),a.d(t,"uniBorderOutMonochrome",(function(){return xM})),a.d(t,"uniBorderRightMonochrome",(function(){return _M})),a.d(t,"uniBorderTopMonochrome",(function(){return kM})),a.d(t,"uniBorderVerticalMonochrome",(function(){return SM})),a.d(t,"uniBoxMonochrome",(function(){return EM})),a.d(t,"uniBriefcaseMonochrome",(function(){return TM})),a.d(t,"uniCalenderMonochrome",(function(){return zM})),a.d(t,"uniChartMonochrome",(function(){return OM})),a.d(t,"uniChartPieMonochrome",(function(){return PM})),a.d(t,"uniCheckMonochrome",(function(){return NM})),a.d(t,"uniCheckCircleMonochrome",(function(){return jM})),a.d(t,"uniCheckSquareMonochrome",(function(){return DM})),a.d(t,"uniCircleMonochrome",(function(){return qM})),a.d(t,"uniCircleLayerMonochrome",(function(){return RM})),a.d(t,"uniClinicMedicalMonochrome",(function(){return IM})),a.d(t,"uniClockMonochrome",(function(){return FM})),a.d(t,"uniClockEightMonochrome",(function(){return BM})),a.d(t,"uniClockFiveMonochrome",(function(){return UM})),a.d(t,"uniClockNineMonochrome",(function(){return $M})),a.d(t,"uniClockSevenMonochrome",(function(){return WM})),a.d(t,"uniClockTenMonochrome",(function(){return QM})),a.d(t,"uniClockThreeMonochrome",(function(){return GM})),a.d(t,"uniClockTwoMonochrome",(function(){return KM})),a.d(t,"uniColumnsMonochrome",(function(){return XM})),a.d(t,"uniCommentMonochrome",(function(){return YM})),a.d(t,"uniCommentAltMonochrome",(function(){return JM})),a.d(t,"uniCommentAltDotsMonochrome",(function(){return eV})),a.d(t,"uniCommentAltMessageMonochrome",(function(){return tV})),a.d(t,"uniCommentAltPlusMonochrome",(function(){return aV})),a.d(t,"uniCommentDotsMonochrome",(function(){return nV})),a.d(t,"uniCommentMessageMonochrome",(function(){return rV})),a.d(t,"uniCommentPlusMonochrome",(function(){return iV})),a.d(t,"uniCompressMonochrome",(function(){return oV})),a.d(t,"uniCornerDownLeftMonochrome",(function(){return lV})),a.d(t,"uniCornerDownRightMonochrome",(function(){return uV})),a.d(t,"uniCornerLeftDownMonochrome",(function(){return cV})),a.d(t,"uniCornerRightDownMonochrome",(function(){return sV})),a.d(t,"uniCornerUpLeftMonochrome",(function(){return hV})),a.d(t,"uniCornerUpRightMonochrome",(function(){return dV})),a.d(t,"uniCoronavirusMonochrome",(function(){return pV})),a.d(t,"uniCss3Monochrome",(function(){return fV})),a.d(t,"uniCss3SimpleMonochrome",(function(){return mV})),a.d(t,"uniCubeMonochrome",(function(){return AV})),a.d(t,"uniDialpadMonochrome",(function(){return vV})),a.d(t,"uniDialpadAltMonochrome",(function(){return yV})),a.d(t,"uniDirectionMonochrome",(function(){return ZV})),a.d(t,"uniDiscordMonochrome",(function(){return HV})),a.d(t,"uniDockerMonochrome",(function(){return gV})),a.d(t,"uniDocumentLayoutCenterMonochrome",(function(){return MV})),a.d(t,"uniDocumentLayoutLeftMonochrome",(function(){return VV})),a.d(t,"uniDocumentLayoutRightMonochrome",(function(){return bV})),a.d(t,"uniDownloadAltMonochrome",(function(){return LV})),a.d(t,"uniDribbbleMonochrome",(function(){return wV})),a.d(t,"uniDropboxMonochrome",(function(){return CV})),a.d(t,"uniEllipsisHMonochrome",(function(){return xV})),a.d(t,"uniEllipsisVMonochrome",(function(){return _V})),a.d(t,"uniExclamationCircleMonochrome",(function(){return kV})),a.d(t,"uniExclamationOctagonMonochrome",(function(){return SV})),a.d(t,"uniExclamationTriangleMonochrome",(function(){return EV})),a.d(t,"uniFacebookMonochrome",(function(){return TV})),a.d(t,"uniFacebookFMonochrome",(function(){return zV})),a.d(t,"uniFacebookMessengerMonochrome",(function(){return OV})),a.d(t,"uniFacebookMessengerAltMonochrome",(function(){return PV})),a.d(t,"uniFavoriteMonochrome",(function(){return NV})),a.d(t,"uniFlipHMonochrome",(function(){return jV})),a.d(t,"uniFlipHAltMonochrome",(function(){return DV})),a.d(t,"uniFlipVMonochrome",(function(){return qV})),a.d(t,"uniFlipVAltMonochrome",(function(){return RV})),a.d(t,"uniGithubMonochrome",(function(){return IV})),a.d(t,"uniGithubAltMonochrome",(function(){return FV})),a.d(t,"uniGitlabMonochrome",(function(){return BV})),a.d(t,"uniGitlabAltMonochrome",(function(){return UV})),a.d(t,"uniGoogleMonochrome",(function(){return $V})),a.d(t,"uniGoogleDriveMonochrome",(function(){return WV})),a.d(t,"uniGoogleDriveAltMonochrome",(function(){return QV})),a.d(t,"uniGoogleHangoutsMonochrome",(function(){return GV})),a.d(t,"uniGoogleHangoutsAltMonochrome",(function(){return KV})),a.d(t,"uniGooglePlayMonochrome",(function(){return XV})),a.d(t,"uniGraphBarMonochrome",(function(){return YV})),a.d(t,"uniGridMonochrome",(function(){return JV})),a.d(t,"uniGridsMonochrome",(function(){return eb})),a.d(t,"uniGripHorizontalLineMonochrome",(function(){return tb})),a.d(t,"uniHeadSideMonochrome",(function(){return ab})),a.d(t,"uniHeadSideCoughMonochrome",(function(){return nb})),a.d(t,"uniHeadSideMaskMonochrome",(function(){return rb})),a.d(t,"uniHipchatMonochrome",(function(){return ib})),a.d(t,"uniHistoryMonochrome",(function(){return ob})),a.d(t,"uniHistoryAltMonochrome",(function(){return lb})),a.d(t,"uniHorizontalAlignLeftMonochrome",(function(){return ub})),a.d(t,"uniHospitalMonochrome",(function(){return cb})),a.d(t,"uniHospitalSquareSignMonochrome",(function(){return sb})),a.d(t,"uniHospitalSymbolMonochrome",(function(){return hb})),a.d(t,"uniHouseUserMonochrome",(function(){return db})),a.d(t,"uniHtml3Monochrome",(function(){return pb})),a.d(t,"uniHtml3AltMonochrome",(function(){return fb})),a.d(t,"uniHtml5Monochrome",(function(){return mb})),a.d(t,"uniHtml5AltMonochrome",(function(){return Ab})),a.d(t,"uniImageVMonochrome",(function(){return vb})),a.d(t,"uniInstagramMonochrome",(function(){return yb})),a.d(t,"uniInstagramAltMonochrome",(function(){return Zb})),a.d(t,"uniIntercomMonochrome",(function(){return Hb})),a.d(t,"uniIntercomAltMonochrome",(function(){return gb})),a.d(t,"uniJavaScriptMonochrome",(function(){return Mb})),a.d(t,"uniKeySkeletonMonochrome",(function(){return Vb})),a.d(t,"uniKeySkeletonAltMonochrome",(function(){return bb})),a.d(t,"uniKeyholeCircleMonochrome",(function(){return Lb})),a.d(t,"uniKeyholeSquareMonochrome",(function(){return wb})),a.d(t,"uniKeyholeSquareFullMonochrome",(function(){return Cb})),a.d(t,"uniLayerGroupMonochrome",(function(){return xb})),a.d(t,"uniLayersAltMonochrome",(function(){return _b})),a.d(t,"uniLeftIndentMonochrome",(function(){return kb})),a.d(t,"uniLeftIndentAltMonochrome",(function(){return Sb})),a.d(t,"uniLineMonochrome",(function(){return Eb})),a.d(t,"uniLineSpacingMonochrome",(function(){return Tb})),a.d(t,"uniLinkHMonochrome",(function(){return zb})),a.d(t,"uniLinkedinMonochrome",(function(){return Ob})),a.d(t,"uniLinkedinAltMonochrome",(function(){return Pb})),a.d(t,"uniLinuxMonochrome",(function(){return Nb})),a.d(t,"uniListUiAltMonochrome",(function(){return jb})),a.d(t,"uniListUlMonochrome",(function(){return Db})),a.d(t,"uniLockMonochrome",(function(){return qb})),a.d(t,"uniLockAccessMonochrome",(function(){return Rb})),a.d(t,"uniLockAltMonochrome",(function(){return Ib})),a.d(t,"uniLockOpenAltMonochrome",(function(){return Fb})),a.d(t,"uniLottiefilesMonochrome",(function(){return Bb})),a.d(t,"uniMasterCardMonochrome",(function(){return Ub})),a.d(t,"uniMediumMMonochrome",(function(){return $b})),a.d(t,"uniMicroscopeMonochrome",(function(){return Wb})),a.d(t,"uniMicrosoftMonochrome",(function(){return Qb})),a.d(t,"uniMinusSquareFullMonochrome",(function(){return Gb})),a.d(t,"uniMultiplyMonochrome",(function(){return Kb})),a.d(t,"uniObjectGroupMonochrome",(function(){return Xb})),a.d(t,"uniObjectUngroupMonochrome",(function(){return Yb})),a.d(t,"uniOktaMonochrome",(function(){return Jb})),a.d(t,"uniOperaMonochrome",(function(){return eL})),a.d(t,"uniOperaAltMonochrome",(function(){return tL})),a.d(t,"uniPadlockMonochrome",(function(){return aL})),a.d(t,"uniPagelinesMonochrome",(function(){return nL})),a.d(t,"uniPagerdutyMonochrome",(function(){return rL})),a.d(t,"uniPaperclipMonochrome",(function(){return iL})),a.d(t,"uniParagraphMonochrome",(function(){return oL})),a.d(t,"uniPaypalMonochrome",(function(){return lL})),a.d(t,"uniPentagonMonochrome",(function(){return uL})),a.d(t,"uniPlusSquareMonochrome",(function(){return cL})),a.d(t,"uniPolygonMonochrome",(function(){return sL})),a.d(t,"uniPreviousMonochrome",(function(){return hL})),a.d(t,"uniProcessMonochrome",(function(){return dL})),a.d(t,"uniReactMonochrome",(function(){return pL})),a.d(t,"uniRecordAudioMonochrome",(function(){return fL})),a.d(t,"uniRedditAlienAltMonochrome",(function(){return mL})),a.d(t,"uniRedoMonochrome",(function(){return AL})),a.d(t,"uniRefreshMonochrome",(function(){return vL})),a.d(t,"uniRepeatMonochrome",(function(){return yL})),a.d(t,"uniRightIndentAltMonochrome",(function(){return ZL})),a.d(t,"uniRocketMonochrome",(function(){return HL})),a.d(t,"uniRulerMonochrome",(function(){return gL})),a.d(t,"uniRulerCombinedMonochrome",(function(){return ML})),a.d(t,"uniSanitizerMonochrome",(function(){return VL})),a.d(t,"uniSanitizerAltMonochrome",(function(){return bL})),a.d(t,"uniSceneryMonochrome",(function(){return LL})),a.d(t,"uniScheduleMonochrome",(function(){return wL})),a.d(t,"uniShieldPlusMonochrome",(function(){return CL})),a.d(t,"uniSignInAltMonochrome",(function(){return xL})),a.d(t,"uniSignOutAltMonochrome",(function(){return _L})),a.d(t,"uniSignalAltMonochrome",(function(){return kL})),a.d(t,"uniSignalAlt3Monochrome",(function(){return SL})),a.d(t,"uniSigninMonochrome",(function(){return EL})),a.d(t,"uniSignoutMonochrome",(function(){return TL})),a.d(t,"uniSkypeMonochrome",(function(){return zL})),a.d(t,"uniSkypeAltMonochrome",(function(){return OL})),a.d(t,"uniSlackMonochrome",(function(){return PL})),a.d(t,"uniSlackAltMonochrome",(function(){return NL})),a.d(t,"uniSnapchatAltMonochrome",(function(){return jL})),a.d(t,"uniSnapchatGhostMonochrome",(function(){return DL})),a.d(t,"uniSnapchatSquareMonochrome",(function(){return qL})),a.d(t,"uniSocialDistancingMonochrome",(function(){return RL})),a.d(t,"uniSortingMonochrome",(function(){return IL})),a.d(t,"uniSpaceKeyMonochrome",(function(){return FL})),a.d(t,"uniSquareMonochrome",(function(){return BL})),a.d(t,"uniSquareFullMonochrome",(function(){return UL})),a.d(t,"uniSqureShapeMonochrome",(function(){return $L})),a.d(t,"uniStarMonochrome",(function(){return WL})),a.d(t,"uniStarHalfAltMonochrome",(function(){return QL})),a.d(t,"uniStepForwardMonochrome",(function(){return GL})),a.d(t,"uniStethoscopeMonochrome",(function(){return KL})),a.d(t,"uniStethoscopeAltMonochrome",(function(){return XL})),a.d(t,"uniStoreSlashMonochrome",(function(){return YL})),a.d(t,"uniSubjectMonochrome",(function(){return JL})),a.d(t,"uniSwiggyMonochrome",(function(){return ew})),a.d(t,"uniSyncExclamationMonochrome",(function(){return tw})),a.d(t,"uniSyncSlashMonochrome",(function(){return aw})),a.d(t,"uniTableMonochrome",(function(){return nw})),a.d(t,"uniTelegramMonochrome",(function(){return rw})),a.d(t,"uniTelegramAltMonochrome",(function(){return iw})),a.d(t,"uniThLargeMonochrome",(function(){return ow})),a.d(t,"uniTimesCircleMonochrome",(function(){return lw})),a.d(t,"uniToggleOffMonochrome",(function(){return uw})),a.d(t,"uniToggleOnMonochrome",(function(){return cw})),a.d(t,"uniToiletPaperMonochrome",(function(){return sw})),a.d(t,"uniTriangleMonochrome",(function(){return hw})),a.d(t,"uniTumblrMonochrome",(function(){return dw})),a.d(t,"uniTumblrAltMonochrome",(function(){return pw})),a.d(t,"uniTumblrSquareMonochrome",(function(){return fw})),a.d(t,"uniTwitterMonochrome",(function(){return mw})),a.d(t,"uniTwitterAltMonochrome",(function(){return Aw})),a.d(t,"uniUnlockMonochrome",(function(){return vw})),a.d(t,"uniUnlockAltMonochrome",(function(){return yw})),a.d(t,"uniUploadAltMonochrome",(function(){return Zw})),a.d(t,"uniUserArrowsMonochrome",(function(){return Hw})),a.d(t,"uniUserMdMonochrome",(function(){return gw})),a.d(t,"uniUserNurseMonochrome",(function(){return Mw})),a.d(t,"uniVectorSquareMonochrome",(function(){return Vw})),a.d(t,"uniVectorSquareAltMonochrome",(function(){return bw})),a.d(t,"uniVirusSlashMonochrome",(function(){return Lw})),a.d(t,"uniVisualStudioMonochrome",(function(){return ww})),a.d(t,"uniVkMonochrome",(function(){return Cw})),a.d(t,"uniVkAltMonochrome",(function(){return xw})),a.d(t,"uniVuejsMonochrome",(function(){return _w})),a.d(t,"uniVuejsAltMonochrome",(function(){return kw})),a.d(t,"uniWebGridMonochrome",(function(){return Sw})),a.d(t,"uniWebGridAltMonochrome",(function(){return Ew})),a.d(t,"uniWebSectionMonochrome",(function(){return Tw})),a.d(t,"uniWebSectionAltMonochrome",(function(){return zw})),a.d(t,"uniWhatsappMonochrome",(function(){return Ow})),a.d(t,"uniWindowGridMonochrome",(function(){return Pw})),a.d(t,"uniWindowMaximizeMonochrome",(function(){return Nw})),a.d(t,"uniWindowSectionMonochrome",(function(){return jw})),a.d(t,"uniWindowsMonochrome",(function(){return Dw})),a.d(t,"uniWordpressMonochrome",(function(){return qw})),a.d(t,"uniWordpressSimpleMonochrome",(function(){return Rw})),a.d(t,"uniWrapTextMonochrome",(function(){return Iw})),a.d(t,"uniYoutubeMonochrome",(function(){return Fw}));const n={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"/>'},o={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"/>'},l={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"/>'},u={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"/>'},c={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"/>'},A={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"/>'},v={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"/>'},Z={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"/>'},M={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"/>'},b={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"/>'},L={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"/>'},w={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"/>'},C={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"/>'},x={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"/>'},_={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"/>'},k={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"/>'},S={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"/>'},E={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"/>'},z={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"/>'},Q={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"/>'},G={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"/>'},X={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"/>'},Y={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"/>'},J={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"/>'},ae={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"/>'},ne={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"/>'},oe={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"/>'},le={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"/>'},ue={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"/>'},ce={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"/>'},Ae={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"/>'},ve={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"/>'},Ze={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"/>'},Me={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"/>'},be={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"/>'},Le={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"/>'},we={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"/>'},Ce={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"/>'},xe={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"/>'},_e={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"/>'},ke={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"/>'},Se={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"/>'},Ee={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"/>'},ze={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"/>'},Qe={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"/>'},Ge={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"/>'},Xe={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"/>'},Ye={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"/>'},Je={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"/>'},at={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"/>'},nt={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"/>'},ot={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"/>'},lt={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"/>'},ut={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"/>'},ct={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"/>'},At={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"/>'},vt={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"/>'},Zt={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"/>'},Mt={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"/>'},bt={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"/>'},Lt={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>'},wt={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"/>'},Ct={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"/>'},xt={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"/>'},_t={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"/>'},kt={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"/>'},St={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"/>'},Et={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"/>'},zt={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"/>'},Qt={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"/>'},Gt={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"/>'},Xt={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"/>'},Yt={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"/>'},Jt={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"/>'},ea={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"/>'},ta={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"/>'},aa={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"/>'},na={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"/>'},ra={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"/>'},ia={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"/>'},oa={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"/>'},la={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"/>'},ua={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"/>'},ca={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"/>'},sa={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"/>'},ha={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"/>'},da={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"/>'},pa={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"/>'},fa={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"/>'},ma={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"/>'},Aa={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"/>'},va={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"/>'},ya={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"/>'},Za={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"/>'},Ha={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"/>'},ga={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"/>'},Ma={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"/>'},Va={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"/>'},ba={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"/>'},La={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"/>'},wa={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"/>'},Ca={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"/>'},xa={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"/>'},_a={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"/>'},ka={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"/>'},Sa={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"/>'},Ea={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"/>'},Ta={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"/>'},za={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"/>'},Oa={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"/>'},Pa={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"/>'},Na={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"/>'},ja={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"/>'},Da={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"/>'},qa={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"/>'},Ra={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"/>'},Ia={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"/>'},Fa={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"/>'},Ba={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"/>'},Ua={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"/>'},$a={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"/>'},Wa={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"/>'},Qa={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"/>'},Ga={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"/>'},Ka={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"/>'},Xa={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"/>'},Ya={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"/>'},Ja={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"/>'},en={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"/>'},tn={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"/>'},an={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"/>'},nn={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"/>'},rn={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"/>'},on={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"/>'},ln={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"/>'},un={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"/>'},cn={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"/>'},sn={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"/>'},hn={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"/>'},dn={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"/>'},pn={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"/>'},fn={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"/>'},mn={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"/>'},An={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"/>'},vn={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"/>'},yn={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"/>'},Zn={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"/>'},Hn={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"/>'},gn={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"/>'},Mn={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"/>'},Vn={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"/>'},bn={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"/>'},Ln={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"/>'},wn={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"/>'},Cn={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"/>'},xn={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"/>'},_n={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"/>'},kn={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"/>'},Sn={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"/>'},En={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"/>'},Tn={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"/>'},zn={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"/>'},On={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"/>'},Pn={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"/>'},Nn={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"/>'},jn={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"/>'},Dn={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"/>'},qn={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"/>'},Rn={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"/>'},In={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"/>'},Fn={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"/>'},Bn={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"/>'},Un={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"/>'},$n={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"/>'},Wn={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"/>'},Qn={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"/>'},Gn={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"/>'},Kn={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"/>'},Xn={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"/>'},Yn={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"/>'},Jn={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"/>'},ar={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"/>'},nr={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"/>'},or={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"/>'},lr={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"/>'},ur={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"/>'},cr={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"/>'},Ar={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"/>'},vr={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"/>'},Zr={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"/>'},Mr={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"/>'},br={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"/>'},Lr={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"/>'},wr={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"/>'},Cr={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"/>'},xr={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"/>'},_r={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"/>'},kr={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"/>'},Sr={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"/>'},Er={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"/>'},zr={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"/>'},Qr={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"/>'},Gr={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"/>'},Xr={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"/>'},Yr={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"/>'},Jr={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"/>'},ai={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"/>'},ni={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"/>'},oi={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"/>'},li={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"/>'},ui={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"/>'},ci={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"/>'},Ai={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"/>'},vi={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"/>'},Zi={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"/>'},Mi={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"/>'},bi={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"/>'},Li={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"/>'},wi={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"/>'},Ci={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"/>'},xi={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"/>'},_i={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"/>'},ki={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"/>'},Si={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"/>'},Ei={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"/>'},zi={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"/>'},Qi={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"/>'},Gi={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"/>'},Xi={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"/>'},Yi={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"/>'},Ji={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"/>'},eo={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"/>'},to={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"/>'},ao={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"/>'},no={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"/>'},ro={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"/>'},io={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"/>'},oo={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"/>'},lo={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"/>'},uo={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"/>'},co={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"/>'},so={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"/>'},ho={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"/>'},po={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"/>'},fo={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"/>'},mo={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"/>'},Ao={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"/>'},vo={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"/>'},yo={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"/>'},Zo={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"/>'},Ho={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"/>'},go={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"/>'},Mo={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"/>'},Vo={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"/>'},bo={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"/>'},Lo={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"/>'},wo={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"/>'},Co={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"/>'},xo={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"/>'},_o={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"/>'},ko={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"/>'},So={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"/>'},Eo={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"/>'},To={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"/>'},zo={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"/>'},Oo={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"/>'},Po={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"/>'},No={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"/>'},jo={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"/>'},Do={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"/>'},qo={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"/>'},Ro={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"/>'},Io={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"/>'},Fo={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"/>'},Bo={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"/>'},Uo={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"/>'},$o={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"/>'},Wo={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"/>'},Qo={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"/>'},Go={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"/>'},Ko={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"/>'},Xo={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"/>'},Yo={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"/>'},Jo={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"/>'},el={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"/>'},tl={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"/>'},al={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"/>'},nl={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"/>'},rl={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"/>'},il={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"/>'},ol={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"/>'},ll={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"/>'},ul={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"/>'},cl={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"/>'},sl={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"/>'},hl={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"/>'},dl={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"/>'},pl={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"/>'},fl={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"/>'},ml={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"/>'},Al={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"/>'},vl={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"/>'},yl={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"/>'},Zl={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"/>'},Hl={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"/>'},gl={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"/>'},Ml={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"/>'},Vl={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"/>'},bl={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"/>'},Ll={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"/>'},wl={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"/>'},Cl={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"/>'},xl={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"/>'},_l={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"/>'},kl={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"/>'},Sl={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"/>'},El={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"/>'},Tl={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"/>'},zl={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"/>'},Ol={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"/>'},Pl={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"/>'},Nl={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"/>'},jl={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"/>'},Dl={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"/>'},ql={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"/>'},Rl={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"/>'},Il={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"/>'},Fl={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"/>'},Bl={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"/>'},Ul={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"/>'},$l={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"/>'},Wl={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"/>'},Ql={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"/>'},Gl={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"/>'},Kl={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"/>'},Xl={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"/>'},Yl={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"/>'},Jl={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"/>'},eu={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"/>'},tu={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"/>'},au={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"/>'},nu={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"/>'},ru={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"/>'},iu={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"/>'},ou={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"/>'},lu={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"/>'},uu={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"/>'},cu={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"/>'},su={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"/>'},hu={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"/>'},du={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"/>'},pu={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"/>'},fu={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"/>'},mu={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"/>'},Au={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"/>'},vu={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"/>'},yu={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"/>'},Zu={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"/>'},Hu={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"/>'},gu={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"/>'},Mu={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"/>'},Vu={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"/>'},bu={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"/>'},Lu={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"/>'},wu={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"/>'},Cu={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"/>'},xu={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"/>'},_u={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"/>'},ku={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"/>'},Su={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"/>'},Eu={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"/>'},Tu={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"/>'},zu={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"/>'},Ou={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"/>'},Pu={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"/>'},Nu={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"/>'},ju={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"/>'},Du={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"/>'},qu={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"/>'},Ru={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"/>'},Iu={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"/>'},Fu={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"/>'},Bu={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"/>'},Uu={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"/>'},$u={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"/>'},Wu={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"/>'},Qu={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"/>'},Gu={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"/>'},Ku={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"/>'},Xu={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"/>'},Yu={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"/>'},Ju={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"/>'},ec={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"/>'},tc={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"/>'},ac={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"/>'},nc={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"/>'},rc={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"/>'},ic={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"/>'},oc={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"/>'},lc={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"/>'},uc={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"/>'},cc={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"/>'},sc={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"/>'},hc={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"/>'},dc={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"/>'},pc={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"/>'},fc={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"/>'},mc={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"/>'},Ac={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"/>'},vc={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"/>'},yc={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"/>'},Zc={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"/>'},Hc={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"/>'},gc={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"/>'},Mc={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"/>'},Vc={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"/>'},bc={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"/>'},Lc={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"/>'},wc={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"/>'},Cc={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"/>'},xc={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"/>'},_c={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"/>'},kc={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"/>'},Sc={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"/>'},Ec={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"/>'},Tc={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"/>'},zc={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"/>'},Oc={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"/>'},Pc={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"/>'},Nc={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"/>'},jc={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"/>'},Dc={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"/>'},qc={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"/>'},Rc={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"/>'},Ic={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"/>'},Fc={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"/>'},Bc={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"/>'},Uc={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"/>'},$c={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"/>'},Wc={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"/>'},Qc={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"/>'},Gc={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"/>'},Kc={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"/>'},Xc={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"/>'},Yc={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"/>'},Jc={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"/>'},as={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"/>'},ns={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"/>'},os={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"/>'},ls={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"/>'},us={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"/>'},cs={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"/>'},As={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"/>'},vs={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"/>'},Zs={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"/>'},Ms={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"/>'},bs={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"/>'},Ls={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"/>'},ws={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"/>'},Cs={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"/>'},xs={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"/>'},_s={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"/>'},ks={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"/>'},Ss={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"/>'},Es={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"/>'},zs={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"/>'},Qs={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"/>'},Gs={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"/>'},Xs={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"/>'},Ys={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"/>'},Js={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"/>'},ah={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"/>'},nh={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"/>'},oh={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"/>'},lh={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"/>'},uh={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"/>'},ch={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"/>'},Ah={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"/>'},vh={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"/>'},Zh={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"/>'},Mh={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"/>'},bh={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"/>'},Lh={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"/>'},wh={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"/>'},Ch={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"/>'},xh={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"/>'},_h={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"/>'},kh={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"/>'},Sh={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"/>'},Eh={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"/>'},zh={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"/>'},Qh={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"/>'},Gh={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"/>'},Xh={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"/>'},Yh={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"/>'},Jh={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"/>'},ad={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"/>'},nd={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"/>'},od={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"/>'},ld={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"/>'},ud={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"/>'},cd={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"/>'},Ad={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"/>'},vd={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"/>'},Zd={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"/>'},Md={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"/>'},bd={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"/>'},Ld={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"/>'},wd={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"/>'},Cd={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"/>'},xd={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"/>'},_d={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"/>'},kd={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"/>'},Sd={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"/>'},Ed={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"/>'},zd={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"/>'},Qd={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"/>'},Gd={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"/>'},Xd={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"/>'},Yd={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"/>'},Jd={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"/>'},ap={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"/>'},np={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"/>'},op={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"/>'},lp={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"/>'},up={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"/>'},cp={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"/>'},Ap={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"/>'},vp={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"/>'},Zp={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"/>'},Mp={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"/>'},bp={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"/>'},Lp={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"/>'},wp={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"/>'},Cp={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"/>'},xp={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"/>'},_p={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"/>'},kp={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"/>'},Sp={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"/>'},Ep={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"/>'},zp={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"/>'},Qp={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"/>'},Gp={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"/>'},Xp={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"/>'},Yp={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"/>'},Jp={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"/>'},af={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"/>'},nf={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"/>'},of={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"/>'},lf={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"/>'},uf={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"/>'},cf={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"/>'},Af={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"/>'},vf={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"/>'},Zf={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"/>'},Mf={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"/>'},bf={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"/>'},Lf={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"/>'},wf={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"/>'},Cf={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"/>'},xf={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"/>'},_f={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"/>'},kf={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"/>'},Sf={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"/>'},Ef={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"/>'},zf={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"/>'},Qf={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"/>'},Gf={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"/>'},Xf={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"/>'},Yf={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"/>'},Jf={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"/>'},am={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"/>'},nm={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"/>'},om={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"/>'},lm={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"/>'},um={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"/>'},cm={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"/>'},Am={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"/>'},vm={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"/>'},Zm={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"/>'},Mm={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"/>'},bm={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"/>'},Lm={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"/>'},wm={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"/>'},Cm={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"/>'},xm={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"/>'},_m={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"/>'},km={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"/>'},Sm={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"/>'},Em={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"/>'},zm={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"/>'},Qm={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"/>'},Gm={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"/>'},Xm={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"/>'},Ym={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"/>'},Jm={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"/>'},eA={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"/>'},tA={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"/>'},aA={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"/>'},nA={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"/>'},rA={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"/>'},iA={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"/>'},oA={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"/>'},lA={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"/>'},uA={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"/>'},cA={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"/>'},sA={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"/>'},hA={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"/>'},dA={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"/>'},pA={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"/>'},fA={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"/>'},mA={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"/>'},AA={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"/>'},vA={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"/>'},yA={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"/>'},ZA={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"/>'},HA={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"/>'},gA={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"/>'},MA={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"/>'},VA={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"/>'},bA={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"/>'},LA={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"/>'},wA={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"/>'},CA={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"/>'},xA={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"/>'},_A={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"/>'},kA={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"/>'},SA={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"/>'},EA={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"/>'},TA={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"/>'},zA={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"/>'},OA={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"/>'},PA={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"/>'},NA={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"/>'},jA={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"/>'},DA={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"/>'},qA={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"/>'},RA={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"/>'},IA={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"/>'},FA={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"/>'},BA={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"/>'},UA={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"/>'},$A={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"/>'},WA={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"/>'},QA={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"/>'},GA={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"/>'},KA={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"/>'},XA={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"/>'},YA={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"/>'},JA={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"/>'},ev={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"/>'},tv={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"/>'},av={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"/>'},nv={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"/>'},rv={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"/>'},iv={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"/>'},ov={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"/>'},lv={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"/>'},uv={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"/>'},cv={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"/>'},sv={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"/>'},hv={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"/>'},dv={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"/>'},pv={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"/>'},fv={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"/>'},mv={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"/>'},Av={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"/>'},vv={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"/>'},yv={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"/>'},Zv={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"/>'},Hv={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"/>'},gv={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"/>'},Mv={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"/>'},Vv={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"/>'},bv={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"/>'},Lv={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"/>'},wv={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"/>'},Cv={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"/>'},xv={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"/>'},_v={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"/>'},kv={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"/>'},Sv={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"/>'},Ev={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"/>'},Tv={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"/>'},zv={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"/>'},Ov={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"/>'},Pv={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"/>'},Nv={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"/>'},jv={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"/>'},Dv={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"/>'},qv={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"/>'},Rv={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"/>'},Iv={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"/>'},Fv={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"/>'},Bv={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"/>'},Uv={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"/>'},$v={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"/>'},Wv={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"/>'},Qv={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"/>'},Gv={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"/>'},Kv={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"/>'},Xv={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"/>'},Yv={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"/>'},Jv={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"/>'},ay={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"/>'},ny={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"/>'},oy={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"/>'},ly={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"/>'},uy={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"/>'},cy={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"/>'},Ay={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"/>'},vy={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"/>'},Zy={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"/>'},My={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"/>'},by={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"/>'},Ly={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"/>'},wy={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"/>'},Cy={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"/>'},xy={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"/>'},_y={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"/>'},ky={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"/>'},Sy={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"/>'},Ey={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"/>'},zy={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"/>'},Qy={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"/>'},Gy={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"/>'},Xy={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"/>'},Yy={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"/>'},Jy={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"/>'},eZ={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"/>'},tZ={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"/>'},aZ={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"/>'},nZ={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"/>'},rZ={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"/>'},iZ={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"/>'},oZ={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"/>'},lZ={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"/>'},uZ={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"/>'},cZ={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"/>'},sZ={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"/>'},hZ={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"/>'},dZ={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"/>'},pZ={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"/>'},fZ={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"/>'},mZ={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"/>'},AZ={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"/>'},vZ={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"/>'},yZ={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"/>'},ZZ={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"/>'},HZ={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"/>'},gZ={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"/>'},MZ={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"/>'},VZ={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"/>'},bZ={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"/>'},LZ={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"/>'},wZ={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"/>'},CZ={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"/>'},xZ={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"/>'},_Z={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"/>'},kZ={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"/>'},SZ={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"/>'},EZ={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"/>'},TZ={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"/>'},zZ={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"/>'},OZ={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"/>'},PZ={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"/>'},NZ={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"/>'},jZ={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"/>'},DZ={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"/>'},qZ={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"/>'},RZ={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"/>'},IZ={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"/>'},FZ={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"/>'},BZ={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"/>'},UZ={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"/>'},$Z={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"/>'},WZ={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"/>'},QZ={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"/>'},GZ={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"/>'},KZ={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"/>'},XZ={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"/>'},YZ={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"/>'},JZ={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"/>'},aH={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"/>'},nH={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"/>'},oH={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"/>'},lH={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"/>'},uH={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"/>'},cH={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"/>'},AH={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"/>'},vH={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"/>'},ZH={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"/>'},MH={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"/>'},bH={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"/>'},LH={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"/>'},wH={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"/>'},CH={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"/>'},xH={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"/>'},_H={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"/>'},kH={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"/>'},SH={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"/>'},EH={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"/>'},zH={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"/>'},QH={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"/>'},GH={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"/>'},XH={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"/>'},YH={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"/>'},JH={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"/>'},ag={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"/>'},ng={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"/>'},og={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"/>'},lg={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"/>'},ug={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"/>'},cg={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"/>'},Ag={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"/>'},vg={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"/>'},Zg={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"/>'},Mg={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"/>'},bg={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"/>'},Lg={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"/>'},wg={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"/>'},Cg={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"/>'},xg={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"/>'},_g={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"/>'},kg={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"/>'},Sg={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"/>'},Eg={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"/>'},zg={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"/>'},Qg={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"/>'},Gg={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"/>'},Xg={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"/>'},Yg={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>'},Jg={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"/>'},eM={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"/>'},tM={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"/>'},aM={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"/>'},nM={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"/>'},rM={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"/>'},iM={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"/>'},oM={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"/>'},lM={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"/>'},uM={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"/>'},cM={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"/>'},sM={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"/>'},hM={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"/>'},dM={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"/>'},pM={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"/>'},fM={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>'},mM={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"/>'},AM={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"/>'},vM={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"/>'},yM={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"/>'},ZM={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"/>'},HM={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"/>'},gM={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"/>'},MM={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"/>'},VM={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"/>'},bM={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"/>'},LM={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"/>'},wM={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"/>'},CM={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"/>'},xM={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"/>'},_M={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"/>'},kM={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"/>'},SM={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"/>'},EM={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"/>'},TM={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"/>'},zM={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"/>'},OM={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"/>'},PM={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"/>'},NM={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"/>'},jM={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"/>'},DM={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"/>'},qM={name:"circle",style:"monochrome",path:'<circle cx="12" cy="12" r="10" class="uim-primary"/>'},RM={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"/>'},IM={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"/>'},FM={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"/>'},BM={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"/>'},UM={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"/>'},$M={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"/>'},WM={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"/>'},QM={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"/>'},GM={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"/>'},KM={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"/>'},XM={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"/>'},YM={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"/>'},JM={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"/>'},aV={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"/>'},nV={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"/>'},oV={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"/>'},lV={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"/>'},uV={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"/>'},cV={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"/>'},AV={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"/>'},vV={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"/>'},ZV={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"/>'},MV={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"/>'},bV={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"/>'},LV={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"/>'},wV={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"/>'},CV={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"/>'},xV={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"/>'},_V={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"/>'},kV={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"/>'},SV={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"/>'},EV={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"/>'},zV={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"/>'},QV={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"/>'},GV={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"/>'},XV={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"/>'},YV={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"/>'},JV={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"/>'},eb={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"/>'},tb={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"/>'},ab={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"/>'},nb={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"/>'},rb={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"/>'},ib={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"/>'},ob={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"/>'},lb={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"/>'},ub={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"/>'},cb={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"/>'},sb={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"/>'},hb={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"/>'},db={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"/>'},pb={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"/>'},fb={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"/>'},mb={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"/>'},Ab={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"/>'},vb={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"/>'},yb={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>'},Zb={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"/>'},Hb={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"/>'},gb={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>'},Mb={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"/>'},Vb={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"/>'},bb={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"/>'},Lb={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"/>'},wb={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"/>'},Cb={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"/>'},xb={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"/>'},_b={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"/>'},kb={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"/>'},Sb={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"/>'},Eb={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"/>'},Tb={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"/>'},zb={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"/>'},Ob={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"/>'},Pb={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>'},Nb={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"/>'},jb={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"/>'},Db={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"/>'},qb={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"/>'},Rb={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"/>'},Ib={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"/>'},Fb={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"/>'},Bb={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"/>'},Ub={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"/>'},$b={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"/>'},Wb={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"/>'},Qb={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"/>'},Gb={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"/>'},Kb={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"/>'},Xb={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"/>'},Yb={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"/>'},Jb={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"/>'},eL={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"/>'},tL={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"/>'},aL={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"/>'},nL={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"/>'},rL={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"/>'},iL={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"/>'},oL={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"/>'},lL={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"/>'},uL={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"/>'},cL={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"/>'},sL={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"/>'},hL={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"/>'},dL={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"/>'},pL={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"/>'},fL={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"/>'},mL={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"/>'},AL={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"/>'},vL={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"/>'},yL={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"/>'},ZL={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"/>'},HL={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"/>'},gL={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"/>'},ML={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"/>'},VL={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"/>'},bL={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"/>'},LL={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"/>'},wL={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"/>'},CL={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"/>'},xL={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"/>'},_L={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"/>'},kL={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"/>'},SL={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"/>'},EL={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"/>'},TL={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"/>'},zL={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"/>'},OL={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"/>'},PL={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>'},NL={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"/>'},jL={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"/>'},DL={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"/>'},qL={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"/>'},RL={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"/>'},IL={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"/>'},FL={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"/>'},BL={name:"square",style:"monochrome",path:'<rect width="20" height="20" x="2" y="2" class="uim-primary" rx="1"/>'},UL={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"/>'},$L={name:"squre-shape",style:"monochrome",path:'<rect width="20" height="20" x="2" y="2" class="uim-primary" rx="5"/>'},WL={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"/>'},QL={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"/>'},GL={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"/>'},KL={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"/>'},XL={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"/>'},YL={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"/>'},JL={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"/>'},ew={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"/>'},tw={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"/>'},aw={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"/>'},nw={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"/>'},rw={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"/>'},iw={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"/>'},ow={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"/>'},lw={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"/>'},uw={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"/>'},cw={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"/>'},sw={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"/>'},hw={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"/>'},dw={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"/>'},pw={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"/>'},fw={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"/>'},mw={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"/>'},Aw={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"/>'},vw={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"/>'},yw={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"/>'},Zw={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"/>'},Hw={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"/>'},gw={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"/>'},Mw={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"/>'},Vw={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"/>'},bw={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"/>'},Lw={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"/>'},ww={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"/>'},Cw={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"/>'},xw={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"/>'},_w={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"/>'},kw={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"/>'},Sw={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"/>'},Ew={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"/>'},Tw={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"/>'},zw={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"/>'},Ow={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"/>'},Pw={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"/>'},Nw={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"/>'},jw={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"/>'},Dw={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"/>'},qw={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"/>'},Rw={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"/>'},Iw={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"/>'},Fw={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"/>'}},"14Xm":function(e,t,a){e.exports=a("u938")},"1I2w":function(e,t,a){},"1K8p":function(e,t,a){"use strict";var n=a("jrfk"),r=a("ez49");function i(e){var t=0,a=0,n=0,r=0;return"detail"in e&&(a=e.detail),"wheelDelta"in e&&(a=-e.wheelDelta/120),"wheelDeltaY"in e&&(a=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=a,a=0),n=10*t,r=10*a,"deltaY"in e&&(r=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||r)&&e.deltaMode&&(1==e.deltaMode?(n*=40,r*=40):(n*=800,r*=800)),n&&!t&&(t=n<1?-1:1),r&&!a&&(a=r<1?-1:1),{spinX:t,spinY:a,pixelX:n,pixelY:r}}i.getEventType=function(){return n.firefox()?"DOMMouseScroll":r("wheel")?"wheel":"mousewheel"},e.exports=i},"29s/":function(e,t,a){var n=a("WEpk"),r=a("5T2Y"),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:n.version,mode:a("uOPS")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"2GTP":function(e,t,a){var n=a("eaoh");e.exports=function(e,t,a){if(n(e),void 0===t)return e;switch(a){case 1:return function(a){return e.call(t,a)};case 2:return function(a,n){return e.call(t,a,n)};case 3:return function(a,n,r){return e.call(t,a,n,r)}}return function(){return e.apply(t,arguments)}}},"2Nb0":function(e,t,a){a("FlQf"),a("bBy9"),e.exports=a("zLkG").f("iterator")},"2SVd":function(e,t,a){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},"2faE":function(e,t,a){var n=a("5K7Z"),r=a("eUtF"),i=a("G8Mo"),o=Object.defineProperty;t.f=a("jmDH")?Object.defineProperty:function(e,t,a){if(n(e),t=i(t,!0),n(a),r)try{return o(e,t,a)}catch(e){}if("get"in a||"set"in a)throw TypeError("Accessors not supported!");return"value"in a&&(e[t]=a.value),e}},"33yf":function(e,t,a){(function(e){function a(e,t){for(var a=0,n=e.length-1;n>=0;n--){var r=e[n];"."===r?e.splice(n,1):".."===r?(e.splice(n,1),a++):a&&(e.splice(n,1),a--)}if(t)for(;a--;a)e.unshift("..");return e}function n(e,t){if(e.filter)return e.filter(t);for(var a=[],n=0;n<e.length;n++)t(e[n],n,e)&&a.push(e[n]);return a}t.resolve=function(){for(var t="",r=!1,i=arguments.length-1;i>=-1&&!r;i--){var o=i>=0?arguments[i]:e.cwd();if("string"!=typeof o)throw new TypeError("Arguments to path.resolve must be strings");o&&(t=o+"/"+t,r="/"===o.charAt(0))}return(r?"/":"")+(t=a(n(t.split("/"),(function(e){return!!e})),!r).join("/"))||"."},t.normalize=function(e){var i=t.isAbsolute(e),o="/"===r(e,-1);return(e=a(n(e.split("/"),(function(e){return!!e})),!i).join("/"))||i||(e="."),e&&o&&(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(n(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,a){function n(e){for(var t=0;t<e.length&&""===e[t];t++);for(var a=e.length-1;a>=0&&""===e[a];a--);return t>a?[]:e.slice(t,a-t+1)}e=t.resolve(e).substr(1),a=t.resolve(a).substr(1);for(var r=n(e.split("/")),i=n(a.split("/")),o=Math.min(r.length,i.length),l=o,u=0;u<o;u++)if(r[u]!==i[u]){l=u;break}var c=[];for(u=l;u<r.length;u++)c.push("..");return(c=c.concat(i.slice(l))).join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!=typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),a=47===t,n=-1,r=!0,i=e.length-1;i>=1;--i)if(47===(t=e.charCodeAt(i))){if(!r){n=i;break}}else r=!1;return-1===n?a?"/":".":a&&1===n?"/":e.slice(0,n)},t.basename=function(e,t){var a=function(e){"string"!=typeof e&&(e+="");var t,a=0,n=-1,r=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!r){a=t+1;break}}else-1===n&&(r=!1,n=t+1);return-1===n?"":e.slice(a,n)}(e);return t&&a.substr(-1*t.length)===t&&(a=a.substr(0,a.length-t.length)),a},t.extname=function(e){"string"!=typeof e&&(e+="");for(var t=-1,a=0,n=-1,r=!0,i=0,o=e.length-1;o>=0;--o){var l=e.charCodeAt(o);if(47!==l)-1===n&&(r=!1,n=o+1),46===l?-1===t?t=o:1!==i&&(i=1):-1!==t&&(i=-1);else if(!r){a=o+1;break}}return-1===t||-1===n||0===i||1===i&&t===n-1&&t===a+1?"":e.slice(t,n)};var r="b"==="ab".substr(-1)?function(e,t,a){return e.substr(t,a)}:function(e,t,a){return t<0&&(t=e.length+t),e.substr(t,a)}}).call(this,a("8oxB"))},"4BeY":function(e,t,a){(function(t){var a;a=function(){"use strict";var e=function(e){var t=e.id,a=e.viewBox,n=e.content;this.id=t,this.viewBox=a,this.content=n};function a(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 n=a((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,a){var r;return a&&!0===a.clone&&e(t)?n((r=t,Array.isArray(r)?[]:{}),t,a):t}function a(a,r,i){var o=a.slice();return r.forEach((function(r,l){void 0===o[l]?o[l]=t(r,i):e(r)?o[l]=n(a[l],r,i):-1===a.indexOf(r)&&o.push(t(r,i))})),o}function n(r,i,o){var l=Array.isArray(i),u=(o||{arrayMerge:a}).arrayMerge||a;return l?Array.isArray(r)?u(r,i,o):t(i,o):function(a,r,i){var o={};return e(a)&&Object.keys(a).forEach((function(e){o[e]=t(a[e],i)})),Object.keys(r).forEach((function(l){e(r[l])&&a[l]?o[l]=n(a[l],r[l],i):o[l]=t(r[l],i)})),o}(r,i,o)}return n.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,a){return n(e,a,t)}))},n}()})),r=a((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,o=r.xlink,l={};l[i.name]=i.uri,l[o.name]=o.uri;var u=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>"};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 a={isMounted:{}};return a.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,a=this.render();return this.node=a,t.appendChild(a),a},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,a=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(a,!0):a}(u(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,a),t}(e)},e.exports=a()}).call(this,a("yLpj"))},"4d7F":function(e,t,a){e.exports={default:a("aW7e"),__esModule:!0}},"5K7Z":function(e,t,a){var n=a("93I4");e.exports=function(e){if(!n(e))throw TypeError(e+" is not an object!");return e}},"5T2Y":function(e,t){var a=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=a)},"5oMp":function(e,t,a){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},"5vMV":function(e,t,a){var n=a("B+OT"),r=a("NsO/"),i=a("W070")(!1),o=a("VVlx")("IE_PROTO");e.exports=function(e,t){var a,l=r(e),u=0,c=[];for(a in l)a!=o&&n(l,a)&&c.push(a);for(;t.length>u;)n(l,a=t[u++])&&(~i(c,a)||c.push(a));return c}},"6/1s":function(e,t,a){var n=a("YqAc")("meta"),r=a("93I4"),i=a("B+OT"),o=a("2faE").f,l=0,u=Object.isExtensible||function(){return!0},c=!a("KUxP")((function(){return u(Object.preventExtensions({}))})),s=function(e){o(e,n,{value:{i:"O"+ ++l,w:{}}})},h=e.exports={KEY:n,NEED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,n)){if(!u(e))return"F";if(!t)return"E";s(e)}return e[n].i},getWeak:function(e,t){if(!i(e,n)){if(!u(e))return!0;if(!t)return!1;s(e)}return e[n].w},onFreeze:function(e){return c&&h.NEED&&u(e)&&!i(e,n)&&s(e),e}}},"8L3F":function(e,t,a){"use strict";a.r(t),function(e){var a="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,n=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(a&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var r=a&&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()}),n))}};function i(e){return e&&"[object Function]"==={}.toString.call(e)}function o(e,t){if(1!==e.nodeType)return[];var a=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?a[t]:a}function l(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function u(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=o(e),a=t.overflow,n=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(a+r+n)?e:u(l(e))}function c(e){return e&&e.referenceNode?e.referenceNode:e}var s=a&&!(!window.MSInputMethodContext||!document.documentMode),h=a&&/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,a=e.offsetParent||null;a===t&&e.nextElementSibling;)a=(e=e.nextElementSibling).offsetParent;var n=a&&a.nodeName;return n&&"BODY"!==n&&"HTML"!==n?-1!==["TH","TD","TABLE"].indexOf(a.nodeName)&&"static"===o(a,"position")?p(a):a: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 a=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,n=a?e:t,r=a?t:e,i=document.createRange();i.setStart(n,0),i.setEnd(r,0);var o,l,u=i.commonAncestorContainer;if(e!==u&&t!==u||n.contains(r))return"BODY"===(l=(o=u).nodeName)||"HTML"!==l&&p(o.firstElementChild)!==o?p(u):u;var c=f(e);return c.host?m(c.host,t):m(e,f(t).host)}function A(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",a="top"===t?"scrollTop":"scrollLeft",n=e.nodeName;if("BODY"===n||"HTML"===n){var r=e.ownerDocument.documentElement,i=e.ownerDocument.scrollingElement||r;return i[a]}return e[a]}function v(e,t){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=A(t,"top"),r=A(t,"left"),i=a?-1:1;return e.top+=n*i,e.bottom+=n*i,e.left+=r*i,e.right+=r*i,e}function y(e,t){var a="x"===t?"Left":"Top",n="Left"===a?"Right":"Bottom";return parseFloat(e["border"+a+"Width"])+parseFloat(e["border"+n+"Width"])}function Z(e,t,a,n){return Math.max(t["offset"+e],t["scroll"+e],a["client"+e],a["offset"+e],a["scroll"+e],d(10)?parseInt(a["offset"+e])+parseInt(n["margin"+("Height"===e?"Top":"Left")])+parseInt(n["margin"+("Height"===e?"Bottom":"Right")]):0)}function H(e){var t=e.body,a=e.documentElement,n=d(10)&&getComputedStyle(a);return{height:Z("Height",t,a,n),width:Z("Width",t,a,n)}}var g=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},M=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),V=function(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e},b=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e};function L(e){return b({},e,{right:e.left+e.width,bottom:e.top+e.height})}function w(e){var t={};try{if(d(10)){t=e.getBoundingClientRect();var a=A(e,"top"),n=A(e,"left");t.top+=a,t.left+=n,t.bottom+=a,t.right+=n}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):{},l=i.width||e.clientWidth||r.width,u=i.height||e.clientHeight||r.height,c=e.offsetWidth-l,s=e.offsetHeight-u;if(c||s){var h=o(e);c-=y(h,"x"),s-=y(h,"y"),r.width-=c,r.height-=s}return L(r)}function C(e,t){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=d(10),r="HTML"===t.nodeName,i=w(e),l=w(t),c=u(e),s=o(t),h=parseFloat(s.borderTopWidth),p=parseFloat(s.borderLeftWidth);a&&r&&(l.top=Math.max(l.top,0),l.left=Math.max(l.left,0));var f=L({top:i.top-l.top-h,left:i.left-l.left-p,width:i.width,height:i.height});if(f.marginTop=0,f.marginLeft=0,!n&&r){var m=parseFloat(s.marginTop),A=parseFloat(s.marginLeft);f.top-=h-m,f.bottom-=h-m,f.left-=p-A,f.right-=p-A,f.marginTop=m,f.marginLeft=A}return(n&&!a?t.contains(c):t===c&&"BODY"!==c.nodeName)&&(f=v(f,t)),f}function x(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=e.ownerDocument.documentElement,n=C(e,a),r=Math.max(a.clientWidth,window.innerWidth||0),i=Math.max(a.clientHeight,window.innerHeight||0),o=t?0:A(a),l=t?0:A(a,"left"),u={top:o-n.top+n.marginTop,left:l-n.left+n.marginLeft,width:r,height:i};return L(u)}function _(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===o(e,"position"))return!0;var a=l(e);return!!a&&_(a)}function k(e){if(!e||!e.parentElement||d())return document.documentElement;for(var t=e.parentElement;t&&"none"===o(t,"transform");)t=t.parentElement;return t||document.documentElement}function S(e,t,a,n){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},o=r?k(e):m(e,c(t));if("viewport"===n)i=x(o,r);else{var s=void 0;"scrollParent"===n?"BODY"===(s=u(l(t))).nodeName&&(s=e.ownerDocument.documentElement):s="window"===n?e.ownerDocument.documentElement:n;var h=C(s,o,r);if("HTML"!==s.nodeName||_(o))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 A="number"==typeof(a=a||0);return i.left+=A?a:a.left||0,i.top+=A?a:a.top||0,i.right-=A?a:a.right||0,i.bottom-=A?a:a.bottom||0,i}function E(e){return e.width*e.height}function T(e,t,a,n,r){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var o=S(a,n,i,r),l={top:{width:o.width,height:t.top-o.top},right:{width:o.right-t.right,height:o.height},bottom:{width:o.width,height:o.bottom-t.bottom},left:{width:t.left-o.left,height:o.height}},u=Object.keys(l).map((function(e){return b({key:e},l[e],{area:E(l[e])})})).sort((function(e,t){return t.area-e.area})),c=u.filter((function(e){var t=e.width,n=e.height;return t>=a.clientWidth&&n>=a.clientHeight})),s=c.length>0?c[0].key:u[0].key,h=e.split("-")[1];return s+(h?"-"+h:"")}function z(e,t,a){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=n?k(t):m(t,c(a));return C(a,r,n)}function O(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),a=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),n=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+n,height:e.offsetHeight+a}}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,a){a=a.split("-")[0];var n=O(e),r={width:n.width,height:n.height},i=-1!==["right","left"].indexOf(a),o=i?"top":"left",l=i?"left":"top",u=i?"height":"width",c=i?"width":"height";return r[o]=t[o]+t[u]/2-n[u]/2,r[l]=a===l?t[l]-n[c]:t[P(l)],r}function j(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function D(e,t,a){return(void 0===a?e:e.slice(0,function(e,t,a){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===a}));var n=j(e,(function(e){return e[t]===a}));return e.indexOf(n)}(e,"name",a))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var a=e.function||e.fn;e.enabled&&i(a)&&(t.offsets.popper=L(t.offsets.popper),t.offsets.reference=L(t.offsets.reference),t=a(t,e))})),t}function q(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=z(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 a=e.name;return e.enabled&&a===t}))}function I(e){for(var t=[!1,"ms","Webkit","Moz","O"],a=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<t.length;n++){var r=t[n],i=r?""+r+a: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,a,n){a.updateBound=n,B(e).addEventListener("resize",a.updateBound,{passive:!0});var r=u(e);return function e(t,a,n,r){var i="BODY"===t.nodeName,o=i?t.ownerDocument.defaultView:t;o.addEventListener(a,n,{passive:!0}),i||e(u(o.parentNode),a,n,r),r.push(o)}(r,"scroll",a.updateBound,a.scrollParents),a.scrollElement=r,a.eventsEnabled=!0,a}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 Q(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function G(e,t){Object.keys(t).forEach((function(a){var n="";-1!==["width","height","top","right","bottom","left"].indexOf(a)&&Q(t[a])&&(n="px"),e.style[a]=t[a]+n}))}var K=a&&/Firefox/i.test(navigator.userAgent);function X(e,t,a){var n=j(e,(function(e){return e.name===t})),r=!!n&&e.some((function(e){return e.name===a&&e.enabled&&e.order<n.order}));if(!r){var i="`"+t+"`",o="`"+a+"`";console.warn(o+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return r}var Y=["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"],J=Y.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=J.indexOf(e),n=J.slice(a+1).concat(J.slice(0,a));return t?n.reverse():n}var te="flip",ae="clockwise",ne="counterclockwise";function re(e,t,a,n){var r=[0,0],i=-1!==["right","left"].indexOf(n),o=e.split(/(\+|\-)/).map((function(e){return e.trim()})),l=o.indexOf(j(o,(function(e){return-1!==e.search(/,|\s/)})));o[l]&&-1===o[l].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,c=-1!==l?[o.slice(0,l).concat([o[l].split(u)[0]]),[o[l].split(u)[1]].concat(o.slice(l+1))]:[o];return(c=c.map((function(e,n){var r=(1===n?!i:i)?"height":"width",o=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,o=!0,e):o?(e[e.length-1]+=t,o=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,a,n){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+r[1],o=r[2];if(!i)return e;if(0===o.indexOf("%")){var l=void 0;switch(o){case"%p":l=a;break;case"%":case"%r":default:l=n}return L(l)[t]/100*i}if("vh"===o||"vw"===o){return("vh"===o?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i}return i}(e,r,t,a)}))}))).forEach((function(e,t){e.forEach((function(a,n){Q(a)&&(r[t]+=a*("-"===e[n-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,a=t.split("-")[0],n=t.split("-")[1];if(n){var r=e.offsets,i=r.reference,o=r.popper,l=-1!==["bottom","top"].indexOf(a),u=l?"left":"top",c=l?"width":"height",s={start:V({},u,i[u]),end:V({},u,i[u]+i[c]-o[c])};e.offsets.popper=b({},o,s[n])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var a=t.offset,n=e.placement,r=e.offsets,i=r.popper,o=r.reference,l=n.split("-")[0],u=void 0;return u=Q(+a)?[+a,0]:re(a,i,o,l),"left"===l?(i.top+=u[0],i.left-=u[1]):"right"===l?(i.top+=u[0],i.left+=u[1]):"top"===l?(i.left+=u[0],i.top-=u[1]):"bottom"===l&&(i.left+=u[0],i.top+=u[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var a=t.boundariesElement||p(e.instance.popper);e.instance.reference===a&&(a=p(a));var n=I("transform"),r=e.instance.popper.style,i=r.top,o=r.left,l=r[n];r.top="",r.left="",r[n]="";var u=S(e.instance.popper,e.instance.reference,t.padding,a,e.positionFixed);r.top=i,r.left=o,r[n]=l,t.boundaries=u;var c=t.priority,s=e.offsets.popper,h={primary:function(e){var a=s[e];return s[e]<u[e]&&!t.escapeWithReference&&(a=Math.max(s[e],u[e])),V({},e,a)},secondary:function(e){var a="right"===e?"left":"top",n=s[a];return s[e]>u[e]&&!t.escapeWithReference&&(n=Math.min(s[a],u[e]-("right"===e?s.width:s.height))),V({},a,n)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";s=b({},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,a=t.popper,n=t.reference,r=e.placement.split("-")[0],i=Math.floor,o=-1!==["top","bottom"].indexOf(r),l=o?"right":"bottom",u=o?"left":"top",c=o?"width":"height";return a[l]<i(n[u])&&(e.offsets.popper[u]=i(n[u])-a[c]),a[u]>i(n[l])&&(e.offsets.popper[u]=i(n[l])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var a;if(!X(e.instance.modifiers,"arrow","keepTogether"))return e;var n=t.element;if("string"==typeof n){if(!(n=e.instance.popper.querySelector(n)))return e}else if(!e.instance.popper.contains(n))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],i=e.offsets,l=i.popper,u=i.reference,c=-1!==["left","right"].indexOf(r),s=c?"height":"width",h=c?"Top":"Left",d=h.toLowerCase(),p=c?"left":"top",f=c?"bottom":"right",m=O(n)[s];u[f]-m<l[d]&&(e.offsets.popper[d]-=l[d]-(u[f]-m)),u[d]+m>l[f]&&(e.offsets.popper[d]+=u[d]+m-l[f]),e.offsets.popper=L(e.offsets.popper);var A=u[d]+u[s]/2-m/2,v=o(e.instance.popper),y=parseFloat(v["margin"+h]),Z=parseFloat(v["border"+h+"Width"]),H=A-e.offsets.popper[d]-y-Z;return H=Math.max(Math.min(l[s]-m,H),0),e.arrowElement=n,e.offsets.arrow=(V(a={},d,Math.round(H)),V(a,p,""),a),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 a=S(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),n=e.placement.split("-")[0],r=P(n),i=e.placement.split("-")[1]||"",o=[];switch(t.behavior){case te:o=[n,r];break;case ae:o=ee(n);break;case ne:o=ee(n,!0);break;default:o=t.behavior}return o.forEach((function(l,u){if(n!==l||o.length===u+1)return e;n=e.placement.split("-")[0],r=P(n);var c=e.offsets.popper,s=e.offsets.reference,h=Math.floor,d="left"===n&&h(c.right)>h(s.left)||"right"===n&&h(c.left)<h(s.right)||"top"===n&&h(c.bottom)>h(s.top)||"bottom"===n&&h(c.top)<h(s.bottom),p=h(c.left)<h(a.left),f=h(c.right)>h(a.right),m=h(c.top)<h(a.top),A=h(c.bottom)>h(a.bottom),v="left"===n&&p||"right"===n&&f||"top"===n&&m||"bottom"===n&&A,y=-1!==["top","bottom"].indexOf(n),Z=!!t.flipVariations&&(y&&"start"===i&&p||y&&"end"===i&&f||!y&&"start"===i&&m||!y&&"end"===i&&A),H=!!t.flipVariationsByContent&&(y&&"start"===i&&f||y&&"end"===i&&p||!y&&"start"===i&&A||!y&&"end"===i&&m),g=Z||H;(d||v||g)&&(e.flipped=!0,(d||v)&&(n=o[u+1]),g&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=n+(i?"-"+i:""),e.offsets.popper=b({},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,a=t.split("-")[0],n=e.offsets,r=n.popper,i=n.reference,o=-1!==["left","right"].indexOf(a),l=-1===["top","left"].indexOf(a);return r[o?"left":"top"]=i[a]-(l?r[o?"width":"height"]:0),e.placement=P(t),e.offsets.popper=L(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!X(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,a=j(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<a.top||t.left>a.right||t.top>a.bottom||t.right<a.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 a=t.x,n=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 o=void 0!==i?i:t.gpuAcceleration,l=p(e.instance.popper),u=w(l),c={position:r.position},s=function(e,t){var a=e.offsets,n=a.popper,r=a.reference,i=Math.round,o=Math.floor,l=function(e){return e},u=i(r.width),c=i(n.width),s=-1!==["left","right"].indexOf(e.placement),h=-1!==e.placement.indexOf("-"),d=t?s||h||u%2==c%2?i:o:l,p=t?i:l;return{left:d(u%2==1&&c%2==1&&!h&&t?n.left-1:n.left),top:p(n.top),bottom:p(n.bottom),right:d(n.right)}}(e,window.devicePixelRatio<2||!K),h="bottom"===a?"top":"bottom",d="right"===n?"left":"right",f=I("transform"),m=void 0,A=void 0;if(A="bottom"===h?"HTML"===l.nodeName?-l.clientHeight+s.bottom:-u.height+s.bottom:s.top,m="right"===d?"HTML"===l.nodeName?-l.clientWidth+s.right:-u.width+s.right:s.left,o&&f)c[f]="translate3d("+m+"px, "+A+"px, 0)",c[h]=0,c[d]=0,c.willChange="transform";else{var v="bottom"===h?-1:1,y="right"===d?-1:1;c[h]=A*v,c[d]=m*y,c.willChange=h+", "+d}var Z={"x-placement":e.placement};return e.attributes=b({},Z,e.attributes),e.styles=b({},c,e.styles),e.arrowStyles=b({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,a;return G(e.instance.popper,e.styles),t=e.instance.popper,a=e.attributes,Object.keys(a).forEach((function(e){!1!==a[e]?t.setAttribute(e,a[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&G(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,a,n,r){var i=z(r,t,e,a.positionFixed),o=T(a.placement,i,t,e,a.modifiers.flip.boundariesElement,a.modifiers.flip.padding);return t.setAttribute("x-placement",o),G(t,{position:a.positionFixed?"fixed":"absolute"}),a},gpuAcceleration:void 0}}},oe=function(){function e(t,a){var n=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};g(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(n.update)},this.update=r(this.update.bind(this)),this.options=b({},e.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=a&&a.jquery?a[0]:a,this.options.modifiers={},Object.keys(b({},e.Defaults.modifiers,o.modifiers)).forEach((function(t){n.options.modifiers[t]=b({},e.Defaults.modifiers[t]||{},o.modifiers?o.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return b({name:e},n.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&i(e.onLoad)&&e.onLoad(n.reference,n.popper,n.options,e,n.state)})),this.update();var l=this.options.eventsEnabled;l&&this.enableEventListeners(),this.state.eventsEnabled=l}return M(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}();oe.Utils=("undefined"!=typeof window?window:e).PopperUtils,oe.placements=Y,oe.Defaults=ie,t.default=oe}.call(this,a("yLpj"))},"8gHz":function(e,t,a){var n=a("5K7Z"),r=a("eaoh"),i=a("UWiX")("species");e.exports=function(e,t){var a,o=n(e).constructor;return void 0===o||null==(a=n(o)[i])?t:r(a)}},"8oxB":function(e,t){var a,n,r=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function l(e){if(a===setTimeout)return setTimeout(e,0);if((a===i||!a)&&setTimeout)return a=setTimeout,setTimeout(e,0);try{return a(e,0)}catch(t){try{return a.call(null,e,0)}catch(t){return a.call(this,e,0)}}}!function(){try{a="function"==typeof setTimeout?setTimeout:i}catch(e){a=i}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var u,c=[],s=!1,h=-1;function d(){s&&u&&(s=!1,u.length?c=u.concat(c):h=-1,c.length&&p())}function p(){if(!s){var e=l(d);s=!0;for(var t=c.length;t;){for(u=c,c=[];++h<t;)u&&u[h].run();h=-1,t=c.length}u=null,s=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===o||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.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 a=1;a<arguments.length;a++)t[a-1]=arguments[a];c.push(new f(e,t)),1!==c.length||s||l(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}},"93I4":function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},"9d8Q":function(e,t,a){},"9rSQ":function(e,t,a){"use strict";var n=a("xTJ+");function r(){this.handlers=[]}r.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){n.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=r},A5Xg:function(e,t,a){var n=a("NsO/"),r=a("ar/p").f,i={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return o&&"[object Window]"==i.call(e)?function(e){try{return r(e)}catch(e){return o.slice()}}(e):r(n(e))}},AUvm:function(e,t,a){"use strict";var n=a("5T2Y"),r=a("B+OT"),i=a("jmDH"),o=a("Y7ZC"),l=a("kTiW"),u=a("6/1s").KEY,c=a("KUxP"),s=a("29s/"),h=a("RfKB"),d=a("YqAc"),p=a("UWiX"),f=a("zLkG"),m=a("Zxgi"),A=a("R+7+"),v=a("kAMH"),y=a("5K7Z"),Z=a("93I4"),H=a("JB68"),g=a("NsO/"),M=a("G8Mo"),V=a("rr1i"),b=a("oVml"),L=a("A5Xg"),w=a("vwuL"),C=a("mqlF"),x=a("2faE"),_=a("w6GO"),k=w.f,S=x.f,E=L.f,T=n.Symbol,z=n.JSON,O=z&&z.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&&!!C.f,B=n.QObject,U=!B||!B.prototype||!B.prototype.findChild,$=i&&c((function(){return 7!=b(S({},"a",{get:function(){return S(this,"a",{value:7}).a}})).a}))?function(e,t,a){var n=k(I,t);n&&delete I[t],S(e,t,a),n&&e!==I&&S(I,t,n)}:S,W=function(e){var t=q[e]=b(T.prototype);return t._k=e,t},Q=F&&"symbol"==typeof T.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof T},G=function(e,t,a){return e===I&&G(R,t,a),y(e),t=M(t,!0),y(a),r(q,t)?(a.enumerable?(r(e,P)&&e[P][t]&&(e[P][t]=!1),a=b(a,{enumerable:V(0,!1)})):(r(e,P)||S(e,P,V(1,{})),e[P][t]=!0),$(e,t,a)):S(e,t,a)},K=function(e,t){y(e);for(var a,n=A(t=g(t)),r=0,i=n.length;i>r;)G(e,a=n[r++],t[a]);return e},X=function(e){var t=j.call(this,e=M(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)},Y=function(e,t){if(e=g(e),t=M(t,!0),e!==I||!r(q,t)||r(R,t)){var a=k(e,t);return!a||!r(q,t)||r(e,P)&&e[P][t]||(a.enumerable=!0),a}},J=function(e){for(var t,a=E(g(e)),n=[],i=0;a.length>i;)r(q,t=a[i++])||t==P||t==u||n.push(t);return n},ee=function(e){for(var t,a=e===I,n=E(a?R:g(e)),i=[],o=0;n.length>o;)!r(q,t=n[o++])||a&&!r(I,t)||i.push(q[t]);return i};F||(l((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(a){this===I&&t.call(R,a),r(this,P)&&r(this[P],e)&&(this[P][e]=!1),$(this,e,V(1,a))};return i&&U&&$(I,e,{configurable:!0,set:t}),W(e)}).prototype,"toString",(function(){return this._k})),w.f=Y,x.f=G,a("ar/p").f=L.f=J,a("NV0k").f=X,C.f=ee,i&&!a("uOPS")&&l(I,"propertyIsEnumerable",X,!0),f.f=function(e){return W(p(e))}),o(o.G+o.W+o.F*!F,{Symbol:T});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ae=0;te.length>ae;)p(te[ae++]);for(var ne=_(p.store),re=0;ne.length>re;)m(ne[re++]);o(o.S+o.F*!F,"Symbol",{for:function(e){return r(D,e+="")?D[e]:D[e]=T(e)},keyFor:function(e){if(!Q(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}}),o(o.S+o.F*!F,"Object",{create:function(e,t){return void 0===t?b(e):K(b(e),t)},defineProperty:G,defineProperties:K,getOwnPropertyDescriptor:Y,getOwnPropertyNames:J,getOwnPropertySymbols:ee});var ie=c((function(){C.f(1)}));o(o.S+o.F*ie,"Object",{getOwnPropertySymbols:function(e){return C.f(H(e))}}),z&&o(o.S+o.F*(!F||c((function(){var e=T();return"[null]"!=O([e])||"{}"!=O({a:e})||"{}"!=O(Object(e))}))),"JSON",{stringify:function(e){for(var t,a,n=[e],r=1;arguments.length>r;)n.push(arguments[r++]);if(a=t=n[1],(Z(t)||void 0!==e)&&!Q(e))return v(t)||(t=function(e,t){if("function"==typeof a&&(t=a.call(this,e,t)),!Q(t))return t}),n[1]=t,O.apply(z,n)}}),T.prototype[N]||a("NegM")(T.prototype,N,T.prototype.valueOf),h(T,"Symbol"),h(Math,"Math",!0),h(n.JSON,"JSON",!0)},"B+OT":function(e,t){var a={}.hasOwnProperty;e.exports=function(e,t){return a.call(e,t)}},CgaS:function(e,t,a){"use strict";var n=a("xTJ+"),r=a("MLWZ"),i=a("9rSQ"),o=a("UnBK"),l=a("SntB");function u(e){this.defaults=e,this.interceptors={request:new i,response:new i}}u.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=l(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[o,void 0],a=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)a=a.then(t.shift(),t.shift());return a},u.prototype.getUri=function(e){return e=l(this.defaults,e),r(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},n.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,a){return this.request(l(a||{},{method:e,url:t,data:(a||{}).data}))}})),n.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,a,n){return this.request(l(n||{},{method:e,url:t,data:a}))}})),e.exports=u},D3Ub:function(e,t,a){"use strict";t.__esModule=!0;var n,r=a("4d7F"),i=(n=r)&&n.__esModule?n:{default:n};t.default=function(e){return function(){var t=e.apply(this,arguments);return new i.default((function(e,a){return function n(r,o){try{var l=t[r](o),u=l.value}catch(e){return void a(e)}if(!l.done)return i.default.resolve(u).then((function(e){n("next",e)}),(function(e){n("throw",e)}));e(u)}("next")}))}}},D8kY:function(e,t,a){var n=a("Ojgd"),r=Math.max,i=Math.min;e.exports=function(e,t){return(e=n(e))<0?r(e+t,0):i(e,t)}},DfZB:function(e,t,a){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},DhVD:function(e,t,a){var n=a("WX/U");e.exports=function(e,t,a){return void 0===a?n(e,t,!1):n(e,a,!1!==t)}},EJiy:function(e,t,a){"use strict";t.__esModule=!0;var n=o(a("F+2o")),r=o(a("+JPL")),i="function"==typeof r.default&&"symbol"==typeof n.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 o(e){return e&&e.__esModule?e:{default:e}}t.default="function"==typeof r.default&&"symbol"===i(n.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)}},EVdn:function(e,t,a){var n;!function(t,a){"use strict";"object"==typeof e.exports?e.exports=t.document?a(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return a(e)}:a(t)}("undefined"!=typeof window?window:this,(function(a,r){"use strict";var i=[],o=Object.getPrototypeOf,l=i.slice,u=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},c=i.push,s=i.indexOf,h={},d=h.toString,p=h.hasOwnProperty,f=p.toString,m=f.call(Object),A={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},Z=a.document,H={type:!0,src:!0,nonce:!0,noModule:!0};function g(e,t,a){var n,r,i=(a=a||Z).createElement("script");if(i.text=e,t)for(n in H)(r=t[n]||t.getAttribute&&t.getAttribute(n))&&i.setAttribute(n,r);a.head.appendChild(i).parentNode.removeChild(i)}function M(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 b(e){var t=!!e&&"length"in e&&e.length,a=M(e);return!v(e)&&!y(e)&&("array"===a||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 l.call(this)},get:function(e){return null==e?l.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,a){return e.call(t,a,t)})))},slice:function(){return this.pushStack(l.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,a=+e+(e<0?t:0);return this.pushStack(a>=0&&a<t?[this[a]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:i.sort,splice:i.splice},V.extend=V.fn.extend=function(){var e,t,a,n,r,i,o=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean"==typeof o&&(c=o,o=arguments[l]||{},l++),"object"==typeof o||v(o)||(o={}),l===u&&(o=this,l--);l<u;l++)if(null!=(e=arguments[l]))for(t in e)n=e[t],"__proto__"!==t&&o!==n&&(c&&n&&(V.isPlainObject(n)||(r=Array.isArray(n)))?(a=o[t],i=r&&!Array.isArray(a)?[]:r||V.isPlainObject(a)?a:{},r=!1,o[t]=V.extend(c,i,n)):void 0!==n&&(o[t]=n));return o},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,a;return!(!e||"[object Object]"!==d.call(e))&&(!(t=o(e))||"function"==typeof(a=p.call(t,"constructor")&&t.constructor)&&f.call(a)===m)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,a){g(e,{nonce:t&&t.nonce},a)},each:function(e,t){var a,n=0;if(b(e))for(a=e.length;n<a&&!1!==t.call(e[n],n,e[n]);n++);else for(n in e)if(!1===t.call(e[n],n,e[n]))break;return e},makeArray:function(e,t){var a=t||[];return null!=e&&(b(Object(e))?V.merge(a,"string"==typeof e?[e]:e):c.call(a,e)),a},inArray:function(e,t,a){return null==t?-1:s.call(t,e,a)},merge:function(e,t){for(var a=+t.length,n=0,r=e.length;n<a;n++)e[r++]=t[n];return e.length=r,e},grep:function(e,t,a){for(var n=[],r=0,i=e.length,o=!a;r<i;r++)!t(e[r],r)!==o&&n.push(e[r]);return n},map:function(e,t,a){var n,r,i=0,o=[];if(b(e))for(n=e.length;i<n;i++)null!=(r=t(e[i],i,a))&&o.push(r);else for(i in e)null!=(r=t(e[i],i,a))&&o.push(r);return u(o)},guid:1,support:A}),"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 L=function(e){var t,a,n,r,i,o,l,u,c,s,h,d,p,f,m,A,v,y,Z,H="sizzle"+1*new Date,g=e.document,M=0,V=0,b=ue(),L=ue(),w=ue(),C=ue(),x=function(e,t){return e===t&&(h=!0),0},_={}.hasOwnProperty,k=[],S=k.pop,E=k.push,T=k.push,z=k.slice,O=function(e,t){for(var a=0,n=e.length;a<n;a++)if(e[a]===t)return a;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+"$"),Q={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")},G=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+N+"?|\\\\([^\\r\\n\\f])","g"),ae=function(e,t){var a="0x"+e.slice(1)-65536;return t||(a<0?String.fromCharCode(a+65536):String.fromCharCode(a>>10|55296,1023&a|56320))},ne=/([\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()},oe=He((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{T.apply(k=z.call(g.childNodes),g.childNodes),k[g.childNodes.length].nodeType}catch(e){T={apply:k.length?function(e,t){E.apply(e,z.call(t))}:function(e,t){for(var a=e.length,n=0;e[a++]=t[n++];);e.length=a-1}}}function le(e,t,n,r){var i,l,c,s,h,f,v,y=t&&t.ownerDocument,g=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==g&&9!==g&&11!==g)return n;if(!r&&(d(t),t=t||p,m)){if(11!==g&&(h=J.exec(e)))if(i=h[1]){if(9===g){if(!(c=t.getElementById(i)))return n;if(c.id===i)return n.push(c),n}else if(y&&(c=y.getElementById(i))&&Z(t,c)&&c.id===i)return n.push(c),n}else{if(h[2])return T.apply(n,t.getElementsByTagName(e)),n;if((i=h[3])&&a.getElementsByClassName&&t.getElementsByClassName)return T.apply(n,t.getElementsByClassName(i)),n}if(a.qsa&&!C[e+" "]&&(!A||!A.test(e))&&(1!==g||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===g&&(U.test(e)||B.test(e))){for((y=ee.test(e)&&ve(t.parentNode)||t)===t&&a.scope||((s=t.getAttribute("id"))?s=s.replace(ne,re):t.setAttribute("id",s=H)),l=(f=o(e)).length;l--;)f[l]=(s?"#"+s:":scope")+" "+Ze(f[l]);v=f.join(",")}try{return T.apply(n,y.querySelectorAll(v)),n}catch(t){C(e,!0)}finally{s===H&&t.removeAttribute("id")}}}return u(e.replace(I,"$1"),t,n,r)}function ue(){var e=[];return function t(a,r){return e.push(a+" ")>n.cacheLength&&delete t[e.shift()],t[a+" "]=r}}function ce(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 a=e.split("|"),r=a.length;r--;)n.attrHandle[a[r]]=t}function de(e,t){var a=t&&e,n=a&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(a)for(;a=a.nextSibling;)if(a===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 a=t.nodeName.toLowerCase();return("input"===a||"button"===a)&&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&&oe(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function Ae(e){return ce((function(t){return t=+t,ce((function(a,n){for(var r,i=e([],a.length,t),o=i.length;o--;)a[r=i[o]]&&(a[r]=!(n[r]=a[r]))}))}))}function ve(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in a=le.support={},i=le.isXML=function(e){var t=e&&e.namespaceURI,a=e&&(e.ownerDocument||e).documentElement;return!G.test(t||a&&a.nodeName||"HTML")},d=le.setDocument=function(e){var t,r,o=e?e.ownerDocument||e:g;return o!=p&&9===o.nodeType&&o.documentElement?(f=(p=o).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)),a.scope=se((function(e){return f.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),a.attributes=se((function(e){return e.className="i",!e.getAttribute("className")})),a.getElementsByTagName=se((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),a.getElementsByClassName=Y.test(p.getElementsByClassName),a.getById=se((function(e){return f.appendChild(e).id=H,!p.getElementsByName||!p.getElementsByName(H).length})),a.getById?(n.filter.ID=function(e){var t=e.replace(te,ae);return function(e){return e.getAttribute("id")===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var a=t.getElementById(e);return a?[a]:[]}}):(n.filter.ID=function(e){var t=e.replace(te,ae);return function(e){var a=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return a&&a.value===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var a,n,r,i=t.getElementById(e);if(i){if((a=i.getAttributeNode("id"))&&a.value===e)return[i];for(r=t.getElementsByName(e),n=0;i=r[n++];)if((a=i.getAttributeNode("id"))&&a.value===e)return[i]}return[]}}),n.find.TAG=a.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):a.qsa?t.querySelectorAll(e):void 0}:function(e,t){var a,n=[],r=0,i=t.getElementsByTagName(e);if("*"===e){for(;a=i[r++];)1===a.nodeType&&n.push(a);return n}return i},n.find.CLASS=a.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],A=[],(a.qsa=Y.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&&A.push("[*^$]="+N+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||A.push("\\["+N+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+H+"-]").length||A.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||A.push("\\["+N+"*name"+N+"*="+N+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||A.push(":checked"),e.querySelectorAll("a#"+H+"+*").length||A.push(".#.+[+~]"),e.querySelectorAll("\\\f"),A.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&&A.push("name"+N+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&A.push(":enabled",":disabled"),f.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&A.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),A.push(",.*:")}))),(a.matchesSelector=Y.test(y=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&se((function(e){a.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",q)})),A=A.length&&new RegExp(A.join("|")),v=v.length&&new RegExp(v.join("|")),t=Y.test(f.compareDocumentPosition),Z=t||Y.test(f.contains)?function(e,t){var a=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(a.contains?a.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},x=t?function(e,t){if(e===t)return h=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!a.sortDetached&&t.compareDocumentPosition(e)===n?e==p||e.ownerDocument==g&&Z(g,e)?-1:t==p||t.ownerDocument==g&&Z(g,t)?1:s?O(s,e)-O(s,t):0:4&n?-1:1)}:function(e,t){if(e===t)return h=!0,0;var a,n=0,r=e.parentNode,i=t.parentNode,o=[e],l=[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(a=e;a=a.parentNode;)o.unshift(a);for(a=t;a=a.parentNode;)l.unshift(a);for(;o[n]===l[n];)n++;return n?de(o[n],l[n]):o[n]==g?-1:l[n]==g?1:0},p):p},le.matches=function(e,t){return le(e,null,null,t)},le.matchesSelector=function(e,t){if(d(e),a.matchesSelector&&m&&!C[t+" "]&&(!v||!v.test(t))&&(!A||!A.test(t)))try{var n=y.call(e,t);if(n||a.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){C(t,!0)}return le(t,p,null,[e]).length>0},le.contains=function(e,t){return(e.ownerDocument||e)!=p&&d(e),Z(e,t)},le.attr=function(e,t){(e.ownerDocument||e)!=p&&d(e);var r=n.attrHandle[t.toLowerCase()],i=r&&_.call(n.attrHandle,t.toLowerCase())?r(e,t,!m):void 0;return void 0!==i?i:a.attributes||!m?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},le.escape=function(e){return(e+"").replace(ne,re)},le.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},le.uniqueSort=function(e){var t,n=[],r=0,i=0;if(h=!a.detectDuplicates,s=!a.sortStable&&e.slice(0),e.sort(x),h){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return s=null,e},r=le.getText=function(e){var t,a="",n=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)a+=r(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[n++];)a+=r(t);return a},(n=le.selectors={cacheLength:50,createPseudo:ce,match:Q,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,ae),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ae),"~="===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]||le.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]&&le.error(e[0]),e},PSEUDO:function(e){var t,a=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":a&&$.test(a)&&(t=o(a,!0))&&(t=a.indexOf(")",a.length-t)-a.length)&&(e[0]=e[0].slice(0,t),e[2]=a.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ae).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=b[e+" "];return t||(t=new RegExp("(^|"+N+")"+e+"("+N+"|$)"))&&b(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,a){return function(n){var r=le.attr(n,e);return null==r?"!="===t:!t||(r+="","="===t?r===a:"!="===t?r!==a:"^="===t?a&&0===r.indexOf(a):"*="===t?a&&r.indexOf(a)>-1:"$="===t?a&&r.slice(-a.length)===a:"~="===t?(" "+r.replace(R," ")+" ").indexOf(a)>-1:"|="===t&&(r===a||r.slice(0,a.length+1)===a+"-"))}},CHILD:function(e,t,a,n,r){var i="nth"!==e.slice(0,3),o="last"!==e.slice(-4),l="of-type"===t;return 1===n&&0===r?function(e){return!!e.parentNode}:function(t,a,u){var c,s,h,d,p,f,m=i!==o?"nextSibling":"previousSibling",A=t.parentNode,v=l&&t.nodeName.toLowerCase(),y=!u&&!l,Z=!1;if(A){if(i){for(;m;){for(d=t;d=d[m];)if(l?d.nodeName.toLowerCase()===v:1===d.nodeType)return!1;f=m="only"===e&&!f&&"nextSibling"}return!0}if(f=[o?A.firstChild:A.lastChild],o&&y){for(Z=(p=(c=(s=(h=(d=A)[H]||(d[H]={}))[d.uniqueID]||(h[d.uniqueID]={}))[e]||[])[0]===M&&c[1])&&c[2],d=p&&A.childNodes[p];d=++p&&d&&d[m]||(Z=p=0)||f.pop();)if(1===d.nodeType&&++Z&&d===t){s[e]=[M,p,Z];break}}else if(y&&(Z=p=(c=(s=(h=(d=t)[H]||(d[H]={}))[d.uniqueID]||(h[d.uniqueID]={}))[e]||[])[0]===M&&c[1]),!1===Z)for(;(d=++p&&d&&d[m]||(Z=p=0)||f.pop())&&((l?d.nodeName.toLowerCase()!==v:1!==d.nodeType)||!++Z||(y&&((s=(h=d[H]||(d[H]={}))[d.uniqueID]||(h[d.uniqueID]={}))[e]=[M,Z]),d!==t)););return(Z-=r)===n||Z%n==0&&Z/n>=0}}},PSEUDO:function(e,t){var a,r=n.pseudos[e]||n.setFilters[e.toLowerCase()]||le.error("unsupported pseudo: "+e);return r[H]?r(t):r.length>1?(a=[e,e,"",t],n.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,a){for(var n,i=r(e,t),o=i.length;o--;)e[n=O(e,i[o])]=!(a[n]=i[o])})):function(e){return r(e,0,a)}):r}},pseudos:{not:ce((function(e){var t=[],a=[],n=l(e.replace(I,"$1"));return n[H]?ce((function(e,t,a,r){for(var i,o=n(e,null,r,[]),l=e.length;l--;)(i=o[l])&&(e[l]=!(t[l]=i))})):function(e,r,i){return t[0]=e,n(t,null,i,a),t[0]=null,!a.pop()}})),has:ce((function(e){return function(t){return le(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,ae),function(t){return(t.textContent||r(t)).indexOf(e)>-1}})),lang:ce((function(e){return W.test(e||"")||le.error("unsupported lang: "+e),e=e.replace(te,ae).toLowerCase(),function(t){var a;do{if(a=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(a=a.toLowerCase())===e||0===a.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var a=e.location&&e.location.hash;return a&&a.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!n.pseudos.empty(e)},header:function(e){return X.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:Ae((function(){return[0]})),last:Ae((function(e,t){return[t-1]})),eq:Ae((function(e,t,a){return[a<0?a+t:a]})),even:Ae((function(e,t){for(var a=0;a<t;a+=2)e.push(a);return e})),odd:Ae((function(e,t){for(var a=1;a<t;a+=2)e.push(a);return e})),lt:Ae((function(e,t,a){for(var n=a<0?a+t:a>t?t:a;--n>=0;)e.push(n);return e})),gt:Ae((function(e,t,a){for(var n=a<0?a+t:a;++n<t;)e.push(n);return e}))}}).pseudos.nth=n.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})n.pseudos[t]=pe(t);for(t in{submit:!0,reset:!0})n.pseudos[t]=fe(t);function ye(){}function Ze(e){for(var t=0,a=e.length,n="";t<a;t++)n+=e[t].value;return n}function He(e,t,a){var n=t.dir,r=t.next,i=r||n,o=a&&"parentNode"===i,l=V++;return t.first?function(t,a,r){for(;t=t[n];)if(1===t.nodeType||o)return e(t,a,r);return!1}:function(t,a,u){var c,s,h,d=[M,l];if(u){for(;t=t[n];)if((1===t.nodeType||o)&&e(t,a,u))return!0}else for(;t=t[n];)if(1===t.nodeType||o)if(s=(h=t[H]||(t[H]={}))[t.uniqueID]||(h[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[n]||t;else{if((c=s[i])&&c[0]===M&&c[1]===l)return d[2]=c[2];if(s[i]=d,d[2]=e(t,a,u))return!0}return!1}}function ge(e){return e.length>1?function(t,a,n){for(var r=e.length;r--;)if(!e[r](t,a,n))return!1;return!0}:e[0]}function Me(e,t,a,n,r){for(var i,o=[],l=0,u=e.length,c=null!=t;l<u;l++)(i=e[l])&&(a&&!a(i,n,r)||(o.push(i),c&&t.push(l)));return o}function Ve(e,t,a,n,r,i){return n&&!n[H]&&(n=Ve(n)),r&&!r[H]&&(r=Ve(r,i)),ce((function(i,o,l,u){var c,s,h,d=[],p=[],f=o.length,m=i||function(e,t,a){for(var n=0,r=t.length;n<r;n++)le(e,t[n],a);return a}(t||"*",l.nodeType?[l]:l,[]),A=!e||!i&&t?m:Me(m,d,e,l,u),v=a?r||(i?e:f||n)?[]:o:A;if(a&&a(A,v,l,u),n)for(c=Me(v,p),n(c,[],l,u),s=c.length;s--;)(h=c[s])&&(v[p[s]]=!(A[p[s]]=h));if(i){if(r||e){if(r){for(c=[],s=v.length;s--;)(h=v[s])&&c.push(A[s]=h);r(null,v=[],c,u)}for(s=v.length;s--;)(h=v[s])&&(c=r?O(i,h):d[s])>-1&&(i[c]=!(o[c]=h))}}else v=Me(v===o?v.splice(f,v.length):v),r?r(null,o,v,u):T.apply(o,v)}))}function be(e){for(var t,a,r,i=e.length,o=n.relative[e[0].type],l=o||n.relative[" "],u=o?1:0,s=He((function(e){return e===t}),l,!0),h=He((function(e){return O(t,e)>-1}),l,!0),d=[function(e,a,n){var r=!o&&(n||a!==c)||((t=a).nodeType?s(e,a,n):h(e,a,n));return t=null,r}];u<i;u++)if(a=n.relative[e[u].type])d=[He(ge(d),a)];else{if((a=n.filter[e[u].type].apply(null,e[u].matches))[H]){for(r=++u;r<i&&!n.relative[e[r].type];r++);return Ve(u>1&&ge(d),u>1&&Ze(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(I,"$1"),a,u<r&&be(e.slice(u,r)),r<i&&be(e=e.slice(r)),r<i&&Ze(e))}d.push(a)}return ge(d)}return ye.prototype=n.filters=n.pseudos,n.setFilters=new ye,o=le.tokenize=function(e,t){var a,r,i,o,l,u,c,s=L[e+" "];if(s)return t?0:s.slice(0);for(l=e,u=[],c=n.preFilter;l;){for(o in a&&!(r=F.exec(l))||(r&&(l=l.slice(r[0].length)||l),u.push(i=[])),a=!1,(r=B.exec(l))&&(a=r.shift(),i.push({value:a,type:r[0].replace(I," ")}),l=l.slice(a.length)),n.filter)!(r=Q[o].exec(l))||c[o]&&!(r=c[o](r))||(a=r.shift(),i.push({value:a,type:o,matches:r}),l=l.slice(a.length));if(!a)break}return t?l.length:l?le.error(e):L(e,u).slice(0)},l=le.compile=function(e,t){var a,r=[],i=[],l=w[e+" "];if(!l){for(t||(t=o(e)),a=t.length;a--;)(l=be(t[a]))[H]?r.push(l):i.push(l);(l=w(e,function(e,t){var a=t.length>0,r=e.length>0,i=function(i,o,l,u,s){var h,f,A,v=0,y="0",Z=i&&[],H=[],g=c,V=i||r&&n.find.TAG("*",s),b=M+=null==g?1:Math.random()||.1,L=V.length;for(s&&(c=o==p||o||s);y!==L&&null!=(h=V[y]);y++){if(r&&h){for(f=0,o||h.ownerDocument==p||(d(h),l=!m);A=e[f++];)if(A(h,o||p,l)){u.push(h);break}s&&(M=b)}a&&((h=!A&&h)&&v--,i&&Z.push(h))}if(v+=y,a&&y!==v){for(f=0;A=t[f++];)A(Z,H,o,l);if(i){if(v>0)for(;y--;)Z[y]||H[y]||(H[y]=S.call(u));H=Me(H)}T.apply(u,H),s&&!i&&H.length>0&&v+t.length>1&&le.uniqueSort(u)}return s&&(M=b,c=g),Z};return a?ce(i):i}(i,r))).selector=e}return l},u=le.select=function(e,t,a,r){var i,u,c,s,h,d="function"==typeof e&&e,p=!r&&o(e=d.selector||e);if(a=a||[],1===p.length){if((u=p[0]=p[0].slice(0)).length>2&&"ID"===(c=u[0]).type&&9===t.nodeType&&m&&n.relative[u[1].type]){if(!(t=(n.find.ID(c.matches[0].replace(te,ae),t)||[])[0]))return a;d&&(t=t.parentNode),e=e.slice(u.shift().value.length)}for(i=Q.needsContext.test(e)?0:u.length;i--&&(c=u[i],!n.relative[s=c.type]);)if((h=n.find[s])&&(r=h(c.matches[0].replace(te,ae),ee.test(u[0].type)&&ve(t.parentNode)||t))){if(u.splice(i,1),!(e=r.length&&Ze(u)))return T.apply(a,r),a;break}}return(d||l(e,p))(r,t,!m,a,!t||ee.test(e)&&ve(t.parentNode)||t),a},a.sortStable=H.split("").sort(x).join("")===H,a.detectDuplicates=!!h,d(),a.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,a){if(!a)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),a.attributes&&se((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||he("value",(function(e,t,a){if(!a&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),se((function(e){return null==e.getAttribute("disabled")}))||he(P,(function(e,t,a){var n;if(!a)return!0===e[t]?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null})),le}(a);V.find=L,V.expr=L.selectors,V.expr[":"]=V.expr.pseudos,V.uniqueSort=V.unique=L.uniqueSort,V.text=L.getText,V.isXMLDoc=L.isXML,V.contains=L.contains,V.escapeSelector=L.escape;var w=function(e,t,a){for(var n=[],r=void 0!==a;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&V(e).is(a))break;n.push(e)}return n},C=function(e,t){for(var a=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&a.push(e);return a},x=V.expr.match.needsContext;function _(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var k=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function S(e,t,a){return v(t)?V.grep(e,(function(e,n){return!!t.call(e,n,e)!==a})):t.nodeType?V.grep(e,(function(e){return e===t!==a})):"string"!=typeof t?V.grep(e,(function(e){return s.call(t,e)>-1!==a})):V.filter(t,e,a)}V.filter=function(e,t,a){var n=t[0];return a&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?V.find.matchesSelector(n,e)?[n]:[]:V.find.matches(e,V.grep(t,(function(e){return 1===e.nodeType})))},V.fn.extend({find:function(e){var t,a,n=this.length,r=this;if("string"!=typeof e)return this.pushStack(V(e).filter((function(){for(t=0;t<n;t++)if(V.contains(r[t],this))return!0})));for(a=this.pushStack([]),t=0;t<n;t++)V.find(e,r[t],a);return n>1?V.uniqueSort(a):a},filter:function(e){return this.pushStack(S(this,e||[],!1))},not:function(e){return this.pushStack(S(this,e||[],!0))},is:function(e){return!!S(this,"string"==typeof e&&x.test(e)?V(e):e||[],!1).length}});var E,T=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(V.fn.init=function(e,t,a){var n,r;if(!e)return this;if(a=a||E,"string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:T.exec(e))||!n[1]&&t)return!t||t.jquery?(t||a).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof V?t[0]:t,V.merge(this,V.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:Z,!0)),k.test(n[1])&&V.isPlainObject(t))for(n in t)v(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(r=Z.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==a.ready?a.ready(e):e(V):V.makeArray(e,this)}).prototype=V.fn,E=V(Z);var z=/^(?: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),a=t.length;return this.filter((function(){for(var e=0;e<a;e++)if(V.contains(this,t[e]))return!0}))},closest:function(e,t){var a,n=0,r=this.length,i=[],o="string"!=typeof e&&V(e);if(!x.test(e))for(;n<r;n++)for(a=this[n];a&&a!==t;a=a.parentNode)if(a.nodeType<11&&(o?o.index(a)>-1:1===a.nodeType&&V.find.matchesSelector(a,e))){i.push(a);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 w(e,"parentNode")},parentsUntil:function(e,t,a){return w(e,"parentNode",a)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return w(e,"nextSibling")},prevAll:function(e){return w(e,"previousSibling")},nextUntil:function(e,t,a){return w(e,"nextSibling",a)},prevUntil:function(e,t,a){return w(e,"previousSibling",a)},siblings:function(e){return C((e.parentNode||{}).firstChild,e)},children:function(e){return C(e.firstChild)},contents:function(e){return null!=e.contentDocument&&o(e.contentDocument)?e.contentDocument:(_(e,"template")&&(e=e.content||e),V.merge([],e.childNodes))}},(function(e,t){V.fn[e]=function(a,n){var r=V.map(this,t,a);return"Until"!==e.slice(-5)&&(n=a),n&&"string"==typeof n&&(r=V.filter(n,r)),this.length>1&&(O[e]||V.uniqueSort(r),z.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,a,n){var r;try{e&&v(r=e.promise)?r.call(e).done(t).fail(a):e&&v(r=e.then)?r.call(e,t,a):t.apply(void 0,[e].slice(n))}catch(e){a.apply(void 0,[e])}}V.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return V.each(e.match(N)||[],(function(e,a){t[a]=!0})),t}(e):V.extend({},e);var t,a,n,r,i=[],o=[],l=-1,u=function(){for(r=r||e.once,n=t=!0;o.length;l=-1)for(a=o.shift();++l<i.length;)!1===i[l].apply(a[0],a[1])&&e.stopOnFalse&&(l=i.length,a=!1);e.memory||(a=!1),t=!1,r&&(i=a?[]:"")},c={add:function(){return i&&(a&&!t&&(l=i.length-1,o.push(a)),function t(a){V.each(a,(function(a,n){v(n)?e.unique&&c.has(n)||i.push(n):n&&n.length&&"string"!==M(n)&&t(n)}))}(arguments),a&&!t&&u()),this},remove:function(){return V.each(arguments,(function(e,t){for(var a;(a=V.inArray(t,i,a))>-1;)i.splice(a,1),a<=l&&l--})),this},has:function(e){return e?V.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return r=o=[],i=a="",this},disabled:function(){return!i},lock:function(){return r=o=[],a||t||(i=a=""),this},locked:function(){return!!r},fireWith:function(e,a){return r||(a=[e,(a=a||[]).slice?a.slice():a],o.push(a),t||u()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},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"]],n="pending",r={state:function(){return n},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(a){V.each(t,(function(t,n){var r=v(e[n[4]])&&e[n[4]];i[n[1]]((function(){var e=r&&r.apply(this,arguments);e&&v(e.promise)?e.promise().progress(a.notify).done(a.resolve).fail(a.reject):a[n[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,r){var i=0;function o(e,t,n,r){return function(){var l=this,u=arguments,c=function(){var a,c;if(!(e<i)){if((a=n.apply(l,u))===t.promise())throw new TypeError("Thenable self-resolution");c=a&&("object"==typeof a||"function"==typeof a)&&a.then,v(c)?r?c.call(a,o(i,t,j,r),o(i,t,D,r)):(i++,c.call(a,o(i,t,j,r),o(i,t,D,r),o(i,t,j,t.notifyWith))):(n!==j&&(l=void 0,u=[a]),(r||t.resolveWith)(l,u))}},s=r?c:function(){try{c()}catch(a){V.Deferred.exceptionHook&&V.Deferred.exceptionHook(a,s.stackTrace),e+1>=i&&(n!==D&&(l=void 0,u=[a]),t.rejectWith(l,u))}};e?s():(V.Deferred.getStackHook&&(s.stackTrace=V.Deferred.getStackHook()),a.setTimeout(s))}}return V.Deferred((function(a){t[0][3].add(o(0,a,v(r)?r:j,a.notifyWith)),t[1][3].add(o(0,a,v(e)?e:j)),t[2][3].add(o(0,a,v(n)?n:D))})).promise()},promise:function(e){return null!=e?V.extend(e,r):r}},i={};return V.each(t,(function(e,a){var o=a[2],l=a[5];r[a[1]]=o.add,l&&o.add((function(){n=l}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(a[3].fire),i[a[0]]=function(){return i[a[0]+"With"](this===i?void 0:this,arguments),this},i[a[0]+"With"]=o.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,a=t,n=Array(a),r=l.call(arguments),i=V.Deferred(),o=function(e){return function(a){n[e]=this,r[e]=arguments.length>1?l.call(arguments):a,--t||i.resolveWith(n,r)}};if(t<=1&&(q(e,i.done(o(a)).resolve,i.reject,!t),"pending"===i.state()||v(r[a]&&r[a].then)))return i.then();for(;a--;)q(r[a],o(a),i.reject);return i.promise()}});var R=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;V.Deferred.exceptionHook=function(e,t){a.console&&a.console.warn&&e&&R.test(e.name)&&a.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},V.readyException=function(e){a.setTimeout((function(){throw e}))};var I=V.Deferred();function F(){Z.removeEventListener("DOMContentLoaded",F),a.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(Z,[V]))}}),V.ready.then=I.then,"complete"===Z.readyState||"loading"!==Z.readyState&&!Z.documentElement.doScroll?a.setTimeout(V.ready):(Z.addEventListener("DOMContentLoaded",F),a.addEventListener("load",F));var B=function(e,t,a,n,r,i,o){var l=0,u=e.length,c=null==a;if("object"===M(a))for(l in r=!0,a)B(e,t,l,a[l],!0,i,o);else if(void 0!==n&&(r=!0,v(n)||(o=!0),c&&(o?(t.call(e,n),t=null):(c=t,t=function(e,t,a){return c.call(V(e),a)})),t))for(;l<u;l++)t(e[l],a,o?n:n.call(e[l],l,t(e[l],a)));return r?e:c?t.call(e):u?t(e[0],a):i},U=/^-ms-/,$=/-([a-z])/g;function W(e,t){return t.toUpperCase()}function Q(e){return e.replace(U,"ms-").replace($,W)}var G=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={},G(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,a){var n,r=this.cache(e);if("string"==typeof t)r[Q(t)]=a;else for(n in t)r[Q(n)]=t[n];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][Q(t)]},access:function(e,t,a){return void 0===t||t&&"string"==typeof t&&void 0===a?this.get(e,t):(this.set(e,t,a),void 0!==a?a:t)},remove:function(e,t){var a,n=e[this.expando];if(void 0!==n){if(void 0!==t){a=(t=Array.isArray(t)?t.map(Q):(t=Q(t))in n?[t]:t.match(N)||[]).length;for(;a--;)delete n[t[a]]}(void 0===t||V.isEmptyObject(n))&&(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 X=new K,Y=new K,J=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e,t,a){var n;if(void 0===a&&1===e.nodeType)if(n="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(a=e.getAttribute(n))){try{a=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:J.test(e)?JSON.parse(e):e)}(a)}catch(e){}Y.set(e,t,a)}else a=void 0;return a}V.extend({hasData:function(e){return Y.hasData(e)||X.hasData(e)},data:function(e,t,a){return Y.access(e,t,a)},removeData:function(e,t){Y.remove(e,t)},_data:function(e,t,a){return X.access(e,t,a)},_removeData:function(e,t){X.remove(e,t)}}),V.fn.extend({data:function(e,t){var a,n,r,i=this[0],o=i&&i.attributes;if(void 0===e){if(this.length&&(r=Y.get(i),1===i.nodeType&&!X.get(i,"hasDataAttrs"))){for(a=o.length;a--;)o[a]&&0===(n=o[a].name).indexOf("data-")&&(n=Q(n.slice(5)),te(i,n,r[n]));X.set(i,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){Y.set(this,e)})):B(this,(function(t){var a;if(i&&void 0===t)return void 0!==(a=Y.get(i,e))||void 0!==(a=te(i,e))?a:void 0;this.each((function(){Y.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){Y.remove(this,e)}))}}),V.extend({queue:function(e,t,a){var n;if(e)return t=(t||"fx")+"queue",n=X.get(e,t),a&&(!n||Array.isArray(a)?n=X.access(e,t,V.makeArray(a)):n.push(a)),n||[]},dequeue:function(e,t){t=t||"fx";var a=V.queue(e,t),n=a.length,r=a.shift(),i=V._queueHooks(e,t);"inprogress"===r&&(r=a.shift(),n--),r&&("fx"===t&&a.unshift("inprogress"),delete i.stop,r.call(e,(function(){V.dequeue(e,t)}),i)),!n&&i&&i.empty.fire()},_queueHooks:function(e,t){var a=t+"queueHooks";return X.get(e,a)||X.access(e,a,{empty:V.Callbacks("once memory").add((function(){X.remove(e,[t+"queue",a])}))})}}),V.fn.extend({queue:function(e,t){var a=2;return"string"!=typeof e&&(t=e,e="fx",a--),arguments.length<a?V.queue(this[0],e):void 0===t?this:this.each((function(){var a=V.queue(this,e,t);V._queueHooks(this,e),"fx"===e&&"inprogress"!==a[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 a,n=1,r=V.Deferred(),i=this,o=this.length,l=function(){--n||r.resolveWith(i,[i])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";o--;)(a=X.get(i[o],e+"queueHooks"))&&a.empty&&(n++,a.empty.add(l));return l(),r.promise(t)}});var ae=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+ae+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=Z.documentElement,oe=function(e){return V.contains(e.ownerDocument,e)},le={composed:!0};ie.getRootNode&&(oe=function(e){return V.contains(e.ownerDocument,e)||e.getRootNode(le)===e.ownerDocument});var ue=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&oe(e)&&"none"===V.css(e,"display")};function ce(e,t,a,n){var r,i,o=20,l=n?function(){return n.cur()}:function(){return V.css(e,t,"")},u=l(),c=a&&a[3]||(V.cssNumber[t]?"":"px"),s=e.nodeType&&(V.cssNumber[t]||"px"!==c&&+u)&&ne.exec(V.css(e,t));if(s&&s[3]!==c){for(u/=2,c=c||s[3],s=+u||1;o--;)V.style(e,t,s+c),(1-i)*(1-(i=l()/u||.5))<=0&&(o=0),s/=i;s*=2,V.style(e,t,s+c),a=a||[]}return a&&(s=+s||+u||0,r=a[1]?s+(a[1]+1)*a[2]:+a[2],n&&(n.unit=c,n.start=s,n.end=r)),r}var se={};function he(e){var t,a=e.ownerDocument,n=e.nodeName,r=se[n];return r||(t=a.body.appendChild(a.createElement(n)),r=V.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),se[n]=r,r)}function de(e,t){for(var a,n,r=[],i=0,o=e.length;i<o;i++)(n=e[i]).style&&(a=n.style.display,t?("none"===a&&(r[i]=X.get(n,"display")||null,r[i]||(n.style.display="")),""===n.style.display&&ue(n)&&(r[i]=he(n))):"none"!==a&&(r[i]="none",X.set(n,"display",a)));for(i=0;i<o;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(){ue(this)?V(this).show():V(this).hide()}))}});var pe,fe,me=/^(?:checkbox|radio)$/i,Ae=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,ve=/^$|^module$|\/(?:java|ecma)script/i;pe=Z.createDocumentFragment().appendChild(Z.createElement("div")),(fe=Z.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),pe.appendChild(fe),A.checkClone=pe.cloneNode(!0).cloneNode(!0).lastChild.checked,pe.innerHTML="<textarea>x</textarea>",A.noCloneChecked=!!pe.cloneNode(!0).lastChild.defaultValue,pe.innerHTML="<option></option>",A.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 Ze(e,t){var a;return a=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&_(e,t)?V.merge([e],a):a}function He(e,t){for(var a=0,n=e.length;a<n;a++)X.set(e[a],"globalEval",!t||X.get(t[a],"globalEval"))}ye.tbody=ye.tfoot=ye.colgroup=ye.caption=ye.thead,ye.th=ye.td,A.option||(ye.optgroup=ye.option=[1,"<select multiple='multiple'>","</select>"]);var ge=/<|&#?\w+;/;function Me(e,t,a,n,r){for(var i,o,l,u,c,s,h=t.createDocumentFragment(),d=[],p=0,f=e.length;p<f;p++)if((i=e[p])||0===i)if("object"===M(i))V.merge(d,i.nodeType?[i]:i);else if(ge.test(i)){for(o=o||h.appendChild(t.createElement("div")),l=(Ae.exec(i)||["",""])[1].toLowerCase(),u=ye[l]||ye._default,o.innerHTML=u[1]+V.htmlPrefilter(i)+u[2],s=u[0];s--;)o=o.lastChild;V.merge(d,o.childNodes),(o=h.firstChild).textContent=""}else d.push(t.createTextNode(i));for(h.textContent="",p=0;i=d[p++];)if(n&&V.inArray(i,n)>-1)r&&r.push(i);else if(c=oe(i),o=Ze(h.appendChild(i),"script"),c&&He(o),a)for(s=0;i=o[s++];)ve.test(i.type||"")&&a.push(i);return h}var Ve=/^([^.]*)(?:\.(.+)|)/;function be(){return!0}function Le(){return!1}function we(e,t){return e===function(){try{return Z.activeElement}catch(e){}}()==("focus"===t)}function Ce(e,t,a,n,r,i){var o,l;if("object"==typeof t){for(l in"string"!=typeof a&&(n=n||a,a=void 0),t)Ce(e,l,a,n,t[l],i);return e}if(null==n&&null==r?(r=a,n=a=void 0):null==r&&("string"==typeof a?(r=n,n=void 0):(r=n,n=a,a=void 0)),!1===r)r=Le;else if(!r)return e;return 1===i&&(o=r,(r=function(e){return V().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=V.guid++)),e.each((function(){V.event.add(this,t,r,n,a)}))}function xe(e,t,a){a?(X.set(e,t,!1),V.event.add(e,t,{namespace:!1,handler:function(e){var n,r,i=X.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(V.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=l.call(arguments),X.set(this,t,i),n=a(this,t),this[t](),i!==(r=X.get(this,t))||n?X.set(this,t,!1):r={},i!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else i.length&&(X.set(this,t,{value:V.event.trigger(V.extend(i[0],V.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===X.get(e,t)&&V.event.add(e,t,be)}V.event={global:{},add:function(e,t,a,n,r){var i,o,l,u,c,s,h,d,p,f,m,A=X.get(e);if(G(e))for(a.handler&&(a=(i=a).handler,r=i.selector),r&&V.find.matchesSelector(ie,r),a.guid||(a.guid=V.guid++),(u=A.events)||(u=A.events=Object.create(null)),(o=A.handle)||(o=A.handle=function(t){return void 0!==V&&V.event.triggered!==t.type?V.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(N)||[""]).length;c--;)p=m=(l=Ve.exec(t[c])||[])[1],f=(l[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:n,handler:a,guid:a.guid,selector:r,needsContext:r&&V.expr.match.needsContext.test(r),namespace:f.join(".")},i),(d=u[p])||((d=u[p]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(e,n,f,o)||e.addEventListener&&e.addEventListener(p,o)),h.add&&(h.add.call(e,s),s.handler.guid||(s.handler.guid=a.guid)),r?d.splice(d.delegateCount++,0,s):d.push(s),V.event.global[p]=!0)},remove:function(e,t,a,n,r){var i,o,l,u,c,s,h,d,p,f,m,A=X.hasData(e)&&X.get(e);if(A&&(u=A.events)){for(c=(t=(t||"").match(N)||[""]).length;c--;)if(p=m=(l=Ve.exec(t[c])||[])[1],f=(l[2]||"").split(".").sort(),p){for(h=V.event.special[p]||{},d=u[p=(n?h.delegateType:h.bindType)||p]||[],l=l[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=d.length;i--;)s=d[i],!r&&m!==s.origType||a&&a.guid!==s.guid||l&&!l.test(s.namespace)||n&&n!==s.selector&&("**"!==n||!s.selector)||(d.splice(i,1),s.selector&&d.delegateCount--,h.remove&&h.remove.call(e,s));o&&!d.length&&(h.teardown&&!1!==h.teardown.call(e,f,A.handle)||V.removeEvent(e,p,A.handle),delete u[p])}else for(p in u)V.event.remove(e,p+t[c],a,n,!0);V.isEmptyObject(u)&&X.remove(e,"handle events")}},dispatch:function(e){var t,a,n,r,i,o,l=new Array(arguments.length),u=V.event.fix(e),c=(X.get(this,"events")||Object.create(null))[u.type]||[],s=V.event.special[u.type]||{};for(l[0]=u,t=1;t<arguments.length;t++)l[t]=arguments[t];if(u.delegateTarget=this,!s.preDispatch||!1!==s.preDispatch.call(this,u)){for(o=V.event.handlers.call(this,u,c),t=0;(r=o[t++])&&!u.isPropagationStopped();)for(u.currentTarget=r.elem,a=0;(i=r.handlers[a++])&&!u.isImmediatePropagationStopped();)u.rnamespace&&!1!==i.namespace&&!u.rnamespace.test(i.namespace)||(u.handleObj=i,u.data=i.data,void 0!==(n=((V.event.special[i.origType]||{}).handle||i.handler).apply(r.elem,l))&&!1===(u.result=n)&&(u.preventDefault(),u.stopPropagation()));return s.postDispatch&&s.postDispatch.call(this,u),u.result}},handlers:function(e,t){var a,n,r,i,o,l=[],u=t.delegateCount,c=e.target;if(u&&c.nodeType&&!("click"===e.type&&e.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(i=[],o={},a=0;a<u;a++)void 0===o[r=(n=t[a]).selector+" "]&&(o[r]=n.needsContext?V(r,this).index(c)>-1:V.find(r,this,null,[c]).length),o[r]&&i.push(n);i.length&&l.push({elem:c,handlers:i})}return c=this,u<t.length&&l.push({elem:c,handlers:t.slice(u)}),l},addProp:function(e,t){Object.defineProperty(V.Event.prototype,e,{enumerable:!0,configurable:!0,get:v(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&&_(t,"input")&&xe(t,"click",be),!1},trigger:function(e){var t=this||e;return me.test(t.type)&&t.click&&_(t,"input")&&xe(t,"click"),!0},_default:function(e){var t=e.target;return me.test(t.type)&&t.click&&_(t,"input")&&X.get(t,"click")||_(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},V.removeEvent=function(e,t,a){e.removeEventListener&&e.removeEventListener(t,a)},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?be:Le,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:Le,isPropagationStopped:Le,isImmediatePropagationStopped:Le,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=be,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=be,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=be,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 xe(this,e,we),!1},trigger:function(){return xe(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 a,n=this,r=e.relatedTarget,i=e.handleObj;return r&&(r===n||V.contains(n,r))||(e.type=i.origType,a=i.handler.apply(this,arguments),e.type=t),a}}})),V.fn.extend({on:function(e,t,a,n){return Ce(this,e,t,a,n)},one:function(e,t,a,n){return Ce(this,e,t,a,n,1)},off:function(e,t,a){var n,r;if(e&&e.preventDefault&&e.handleObj)return n=e.handleObj,V(e.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(a=t,t=void 0),!1===a&&(a=Le),this.each((function(){V.event.remove(this,e,a,t)}))}});var _e=/<script|<style|<link/i,ke=/checked\s*(?:[^=]|=\s*.checked.)/i,Se=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ee(e,t){return _(e,"table")&&_(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 ze(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var a,n,r,i,o,l;if(1===t.nodeType){if(X.hasData(e)&&(l=X.get(e).events))for(r in X.remove(t,"handle events"),l)for(a=0,n=l[r].length;a<n;a++)V.event.add(t,r,l[r][a]);Y.hasData(e)&&(i=Y.access(e),o=V.extend({},i),Y.set(t,o))}}function Pe(e,t){var a=t.nodeName.toLowerCase();"input"===a&&me.test(e.type)?t.checked=e.checked:"input"!==a&&"textarea"!==a||(t.defaultValue=e.defaultValue)}function Ne(e,t,a,n){t=u(t);var r,i,o,l,c,s,h=0,d=e.length,p=d-1,f=t[0],m=v(f);if(m||d>1&&"string"==typeof f&&!A.checkClone&&ke.test(f))return e.each((function(r){var i=e.eq(r);m&&(t[0]=f.call(this,r,i.html())),Ne(i,t,a,n)}));if(d&&(i=(r=Me(t,e[0].ownerDocument,!1,e,n)).firstChild,1===r.childNodes.length&&(r=i),i||n)){for(l=(o=V.map(Ze(r,"script"),Te)).length;h<d;h++)c=r,h!==p&&(c=V.clone(c,!0,!0),l&&V.merge(o,Ze(c,"script"))),a.call(e[h],c,h);if(l)for(s=o[o.length-1].ownerDocument,V.map(o,ze),h=0;h<l;h++)c=o[h],ve.test(c.type||"")&&!X.access(c,"globalEval")&&V.contains(s,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?V._evalUrl&&!c.noModule&&V._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},s):g(c.textContent.replace(Se,""),c,s))}return e}function je(e,t,a){for(var n,r=t?V.filter(t,e):e,i=0;null!=(n=r[i]);i++)a||1!==n.nodeType||V.cleanData(Ze(n)),n.parentNode&&(a&&oe(n)&&He(Ze(n,"script")),n.parentNode.removeChild(n));return e}V.extend({htmlPrefilter:function(e){return e},clone:function(e,t,a){var n,r,i,o,l=e.cloneNode(!0),u=oe(e);if(!(A.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||V.isXMLDoc(e)))for(o=Ze(l),n=0,r=(i=Ze(e)).length;n<r;n++)Pe(i[n],o[n]);if(t)if(a)for(i=i||Ze(e),o=o||Ze(l),n=0,r=i.length;n<r;n++)Oe(i[n],o[n]);else Oe(e,l);return(o=Ze(l,"script")).length>0&&He(o,!u&&Ze(e,"script")),l},cleanData:function(e){for(var t,a,n,r=V.event.special,i=0;void 0!==(a=e[i]);i++)if(G(a)){if(t=a[X.expando]){if(t.events)for(n in t.events)r[n]?V.event.remove(a,n):V.removeEvent(a,n,t.handle);a[X.expando]=void 0}a[Y.expando]&&(a[Y.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||Ee(this,e).appendChild(e)}))},prepend:function(){return Ne(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ee(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(Ze(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]||{},a=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!_e.test(e)&&!ye[(Ae.exec(e)||["",""])[1].toLowerCase()]){e=V.htmlPrefilter(e);try{for(;a<n;a++)1===(t=this[a]||{}).nodeType&&(V.cleanData(Ze(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 a=this.parentNode;V.inArray(this,e)<0&&(V.cleanData(Ze(this)),a&&a.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 a,n=[],r=V(e),i=r.length-1,o=0;o<=i;o++)a=o===i?this:this.clone(!0),V(r[o])[t](a),c.apply(n,a.get());return this.pushStack(n)}}));var De=new RegExp("^("+ae+")(?!px)[a-z%]+$","i"),qe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=a),t.getComputedStyle(e)},Re=function(e,t,a){var n,r,i={};for(r in t)i[r]=e.style[r],e.style[r]=t[r];for(r in n=a.call(e),t)e.style[r]=i[r];return n},Ie=new RegExp(re.join("|"),"i");function Fe(e,t,a){var n,r,i,o,l=e.style;return(a=a||qe(e))&&(""!==(o=a.getPropertyValue(t)||a[t])||oe(e)||(o=V.style(e,t)),!A.pixelBoxStyles()&&De.test(o)&&Ie.test(t)&&(n=l.width,r=l.minWidth,i=l.maxWidth,l.minWidth=l.maxWidth=l.width=o,o=a.width,l.width=n,l.minWidth=r,l.maxWidth=i)),void 0!==o?o+"":o}function Be(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(s){c.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(c).appendChild(s);var e=a.getComputedStyle(s);n="1%"!==e.top,u=12===t(e.marginLeft),s.style.right="60%",o=36===t(e.right),r=36===t(e.width),s.style.position="absolute",i=12===t(s.offsetWidth/3),ie.removeChild(c),s=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,l,u,c=Z.createElement("div"),s=Z.createElement("div");s.style&&(s.style.backgroundClip="content-box",s.cloneNode(!0).style.backgroundClip="",A.clearCloneStyle="content-box"===s.style.backgroundClip,V.extend(A,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),u},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==l&&(e=Z.createElement("table"),t=Z.createElement("tr"),n=Z.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",ie.appendChild(e).appendChild(t).appendChild(n),r=a.getComputedStyle(t),l=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,ie.removeChild(e)),l}}))}();var Ue=["Webkit","Moz","ms"],$e=Z.createElement("div").style,We={};function Qe(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),a=Ue.length;a--;)if((e=Ue[a]+t)in $e)return e}(e)||e)}var Ge=/^(none|table(?!-c[ea]).+)/,Ke=/^--/,Xe={position:"absolute",visibility:"hidden",display:"block"},Ye={letterSpacing:"0",fontWeight:"400"};function Je(e,t,a){var n=ne.exec(t);return n?Math.max(0,n[2]-(a||0))+(n[3]||"px"):t}function et(e,t,a,n,r,i){var o="width"===t?1:0,l=0,u=0;if(a===(n?"border":"content"))return 0;for(;o<4;o+=2)"margin"===a&&(u+=V.css(e,a+re[o],!0,r)),n?("content"===a&&(u-=V.css(e,"padding"+re[o],!0,r)),"margin"!==a&&(u-=V.css(e,"border"+re[o]+"Width",!0,r))):(u+=V.css(e,"padding"+re[o],!0,r),"padding"!==a?u+=V.css(e,"border"+re[o]+"Width",!0,r):l+=V.css(e,"border"+re[o]+"Width",!0,r));return!n&&i>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-u-l-.5))||0),u}function tt(e,t,a){var n=qe(e),r=(!A.boxSizingReliable()||a)&&"border-box"===V.css(e,"boxSizing",!1,n),i=r,o=Fe(e,t,n),l="offset"+t[0].toUpperCase()+t.slice(1);if(De.test(o)){if(!a)return o;o="auto"}return(!A.boxSizingReliable()&&r||!A.reliableTrDimensions()&&_(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===V.css(e,"display",!1,n))&&e.getClientRects().length&&(r="border-box"===V.css(e,"boxSizing",!1,n),(i=l in e)&&(o=e[l])),(o=parseFloat(o)||0)+et(e,t,a||(r?"border":"content"),i,n,o)+"px"}function at(e,t,a,n,r){return new at.prototype.init(e,t,a,n,r)}V.extend({cssHooks:{opacity:{get:function(e,t){if(t){var a=Fe(e,"opacity");return""===a?"1":a}}}},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,a,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,i,o,l=Q(t),u=Ke.test(t),c=e.style;if(u||(t=Qe(l)),o=V.cssHooks[t]||V.cssHooks[l],void 0===a)return o&&"get"in o&&void 0!==(r=o.get(e,!1,n))?r:c[t];"string"===(i=typeof a)&&(r=ne.exec(a))&&r[1]&&(a=ce(e,t,r),i="number"),null!=a&&a==a&&("number"!==i||u||(a+=r&&r[3]||(V.cssNumber[l]?"":"px")),A.clearCloneStyle||""!==a||0!==t.indexOf("background")||(c[t]="inherit"),o&&"set"in o&&void 0===(a=o.set(e,a,n))||(u?c.setProperty(t,a):c[t]=a))}},css:function(e,t,a,n){var r,i,o,l=Q(t);return Ke.test(t)||(t=Qe(l)),(o=V.cssHooks[t]||V.cssHooks[l])&&"get"in o&&(r=o.get(e,!0,a)),void 0===r&&(r=Fe(e,t,n)),"normal"===r&&t in Ye&&(r=Ye[t]),""===a||a?(i=parseFloat(r),!0===a||isFinite(i)?i||0:r):r}}),V.each(["height","width"],(function(e,t){V.cssHooks[t]={get:function(e,a,n){if(a)return!Ge.test(V.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,n):Re(e,Xe,(function(){return tt(e,t,n)}))},set:function(e,a,n){var r,i=qe(e),o=!A.scrollboxSize()&&"absolute"===i.position,l=(o||n)&&"border-box"===V.css(e,"boxSizing",!1,i),u=n?et(e,t,n,l,i):0;return l&&o&&(u-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-et(e,t,"border",!1,i)-.5)),u&&(r=ne.exec(a))&&"px"!==(r[3]||"px")&&(e.style[t]=a,a=V.css(e,t)),Je(0,a,u)}}})),V.cssHooks.marginLeft=Be(A.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(a){for(var n=0,r={},i="string"==typeof a?a.split(" "):[a];n<4;n++)r[e+re[n]+t]=i[n]||i[n-2]||i[0];return r}},"margin"!==e&&(V.cssHooks[e+t].set=Je)})),V.fn.extend({css:function(e,t){return B(this,(function(e,t,a){var n,r,i={},o=0;if(Array.isArray(t)){for(n=qe(e),r=t.length;o<r;o++)i[t[o]]=V.css(e,t[o],!1,n);return i}return void 0!==a?V.style(e,t,a):V.css(e,t)}),e,t,arguments.length>1)}}),V.Tween=at,at.prototype={constructor:at,init:function(e,t,a,n,r,i){this.elem=e,this.prop=a,this.easing=r||V.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=n,this.unit=i||(V.cssNumber[a]?"":"px")},cur:function(){var e=at.propHooks[this.prop];return e&&e.get?e.get(this):at.propHooks._default.get(this)},run:function(e){var t,a=at.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),a&&a.set?a.set(this):at.propHooks._default.set(this),this}},at.prototype.init.prototype=at.prototype,at.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[Qe(e.prop)]?e.elem[e.prop]=e.now:V.style(e.elem,e.prop,e.now+e.unit)}}},at.propHooks.scrollTop=at.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=at.prototype.init,V.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function lt(){rt&&(!1===Z.hidden&&a.requestAnimationFrame?a.requestAnimationFrame(lt):a.setTimeout(lt,V.fx.interval),V.fx.tick())}function ut(){return a.setTimeout((function(){nt=void 0})),nt=Date.now()}function ct(e,t){var a,n=0,r={height:e};for(t=t?1:0;n<4;n+=2-t)r["margin"+(a=re[n])]=r["padding"+a]=e;return t&&(r.opacity=r.width=e),r}function st(e,t,a){for(var n,r=(ht.tweeners[t]||[]).concat(ht.tweeners["*"]),i=0,o=r.length;i<o;i++)if(n=r[i].call(a,t,e))return n}function ht(e,t,a){var n,r,i=0,o=ht.prefilters.length,l=V.Deferred().always((function(){delete u.elem})),u=function(){if(r)return!1;for(var t=nt||ut(),a=Math.max(0,c.startTime+c.duration-t),n=1-(a/c.duration||0),i=0,o=c.tweens.length;i<o;i++)c.tweens[i].run(n);return l.notifyWith(e,[c,n,a]),n<1&&o?a:(o||l.notifyWith(e,[c,1,0]),l.resolveWith(e,[c]),!1)},c=l.promise({elem:e,props:V.extend({},t),opts:V.extend(!0,{specialEasing:{},easing:V.easing._default},a),originalProperties:t,originalOptions:a,startTime:nt||ut(),duration:a.duration,tweens:[],createTween:function(t,a){var n=V.Tween(e,c.opts,t,a,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(n),n},stop:function(t){var a=0,n=t?c.tweens.length:0;if(r)return this;for(r=!0;a<n;a++)c.tweens[a].run(1);return t?(l.notifyWith(e,[c,1,0]),l.resolveWith(e,[c,t])):l.rejectWith(e,[c,t]),this}}),s=c.props;for(!function(e,t){var a,n,r,i,o;for(a in e)if(r=t[n=Q(a)],i=e[a],Array.isArray(i)&&(r=i[1],i=e[a]=i[0]),a!==n&&(e[n]=i,delete e[a]),(o=V.cssHooks[n])&&"expand"in o)for(a in i=o.expand(i),delete e[n],i)a in e||(e[a]=i[a],t[a]=r);else t[n]=r}(s,c.opts.specialEasing);i<o;i++)if(n=ht.prefilters[i].call(c,e,s,c.opts))return v(n.stop)&&(V._queueHooks(c.elem,c.opts.queue).stop=n.stop.bind(n)),n;return V.map(s,st,c),v(c.opts.start)&&c.opts.start.call(e,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),V.fx.timer(V.extend(u,{elem:e,anim:c,queue:c.opts.queue})),c}V.Animation=V.extend(ht,{tweeners:{"*":[function(e,t){var a=this.createTween(e,t);return ce(a.elem,e,ne.exec(t),a),a}]},tweener:function(e,t){v(e)?(t=e,e=["*"]):e=e.match(N);for(var a,n=0,r=e.length;n<r;n++)a=e[n],ht.tweeners[a]=ht.tweeners[a]||[],ht.tweeners[a].unshift(t)},prefilters:[function(e,t,a){var n,r,i,o,l,u,c,s,h="width"in t||"height"in t,d=this,p={},f=e.style,m=e.nodeType&&ue(e),A=X.get(e,"fxshow");for(n in a.queue||(null==(o=V._queueHooks(e,"fx")).unqueued&&(o.unqueued=0,l=o.empty.fire,o.empty.fire=function(){o.unqueued||l()}),o.unqueued++,d.always((function(){d.always((function(){o.unqueued--,V.queue(e,"fx").length||o.empty.fire()}))}))),t)if(r=t[n],it.test(r)){if(delete t[n],i=i||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!A||void 0===A[n])continue;m=!0}p[n]=A&&A[n]||V.style(e,n)}if((u=!V.isEmptyObject(t))||!V.isEmptyObject(p))for(n in h&&1===e.nodeType&&(a.overflow=[f.overflow,f.overflowX,f.overflowY],null==(c=A&&A.display)&&(c=X.get(e,"display")),"none"===(s=V.css(e,"display"))&&(c?s=c:(de([e],!0),c=e.style.display||c,s=V.css(e,"display"),de([e]))),("inline"===s||"inline-block"===s&&null!=c)&&"none"===V.css(e,"float")&&(u||(d.done((function(){f.display=c})),null==c&&(s=f.display,c="none"===s?"":s)),f.display="inline-block")),a.overflow&&(f.overflow="hidden",d.always((function(){f.overflow=a.overflow[0],f.overflowX=a.overflow[1],f.overflowY=a.overflow[2]}))),u=!1,p)u||(A?"hidden"in A&&(m=A.hidden):A=X.access(e,"fxshow",{display:c}),i&&(A.hidden=!m),m&&de([e],!0),d.done((function(){for(n in m||de([e]),X.remove(e,"fxshow"),p)V.style(e,n,p[n])}))),u=st(m?A[n]:0,n,d),n in A||(A[n]=u.start,m&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ht.prefilters.unshift(e):ht.prefilters.push(e)}}),V.speed=function(e,t,a){var n=e&&"object"==typeof e?V.extend({},e):{complete:a||!a&&t||v(e)&&e,duration:e,easing:a&&t||t&&!v(t)&&t};return V.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in V.fx.speeds?n.duration=V.fx.speeds[n.duration]:n.duration=V.fx.speeds._default),null!=n.queue&&!0!==n.queue||(n.queue="fx"),n.old=n.complete,n.complete=function(){v(n.old)&&n.old.call(this),n.queue&&V.dequeue(this,n.queue)},n},V.fn.extend({fadeTo:function(e,t,a,n){return this.filter(ue).css("opacity",0).show().end().animate({opacity:t},e,a,n)},animate:function(e,t,a,n){var r=V.isEmptyObject(e),i=V.speed(t,a,n),o=function(){var t=ht(this,V.extend({},e),i);(r||X.get(this,"finish"))&&t.stop(!0)};return o.finish=o,r||!1===i.queue?this.each(o):this.queue(i.queue,o)},stop:function(e,t,a){var n=function(e){var t=e.stop;delete e.stop,t(a)};return"string"!=typeof e&&(a=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,o=X.get(this);if(r)o[r]&&o[r].stop&&n(o[r]);else for(r in o)o[r]&&o[r].stop&&ot.test(r)&&n(o[r]);for(r=i.length;r--;)i[r].elem!==this||null!=e&&i[r].queue!==e||(i[r].anim.stop(a),t=!1,i.splice(r,1));!t&&a||V.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,a=X.get(this),n=a[e+"queue"],r=a[e+"queueHooks"],i=V.timers,o=n?n.length:0;for(a.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<o;t++)n[t]&&n[t].finish&&n[t].finish.call(this);delete a.finish}))}}),V.each(["toggle","show","hide"],(function(e,t){var a=V.fn[t];V.fn[t]=function(e,n,r){return null==e||"boolean"==typeof e?a.apply(this,arguments):this.animate(ct(t,!0),e,n,r)}})),V.each({slideDown:ct("show"),slideUp:ct("hide"),slideToggle:ct("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){V.fn[e]=function(e,a,n){return this.animate(t,e,a,n)}})),V.timers=[],V.fx.tick=function(){var e,t=0,a=V.timers;for(nt=Date.now();t<a.length;t++)(e=a[t])()||a[t]!==e||a.splice(t--,1);a.length||V.fx.stop(),nt=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,lt())},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,n){var r=a.setTimeout(t,e);n.stop=function(){a.clearTimeout(r)}}))},function(){var e=Z.createElement("input"),t=Z.createElement("select").appendChild(Z.createElement("option"));e.type="checkbox",A.checkOn=""!==e.value,A.optSelected=t.selected,(e=Z.createElement("input")).value="t",e.type="radio",A.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,a){var n,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?V.prop(e,t,a):(1===i&&V.isXMLDoc(e)||(r=V.attrHooks[t.toLowerCase()]||(V.expr.match.bool.test(t)?dt:void 0)),void 0!==a?null===a?void V.removeAttr(e,t):r&&"set"in r&&void 0!==(n=r.set(e,a,t))?n:(e.setAttribute(t,a+""),a):r&&"get"in r&&null!==(n=r.get(e,t))?n:null==(n=V.find.attr(e,t))?void 0:n)},attrHooks:{type:{set:function(e,t){if(!A.radioValue&&"radio"===t&&_(e,"input")){var a=e.value;return e.setAttribute("type",t),a&&(e.value=a),t}}}},removeAttr:function(e,t){var a,n=0,r=t&&t.match(N);if(r&&1===e.nodeType)for(;a=r[n++];)e.removeAttribute(a)}}),dt={set:function(e,t,a){return!1===t?V.removeAttr(e,a):e.setAttribute(a,a),a}},V.each(V.expr.match.bool.source.match(/\w+/g),(function(e,t){var a=pt[t]||V.find.attr;pt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=pt[o],pt[o]=r,r=null!=a(e,t,n)?o:null,pt[o]=i),r}}));var ft=/^(?:input|select|textarea|button)$/i,mt=/^(?:a|area)$/i;function At(e){return(e.match(N)||[]).join(" ")}function vt(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,a){var n,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!==a?r&&"set"in r&&void 0!==(n=r.set(e,a,t))?n:e[t]=a:r&&"get"in r&&null!==(n=r.get(e,t))?n: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"}}),A.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,a,n,r,i,o,l,u=0;if(v(e))return this.each((function(t){V(this).addClass(e.call(this,t,vt(this)))}));if((t=yt(e)).length)for(;a=this[u++];)if(r=vt(a),n=1===a.nodeType&&" "+At(r)+" "){for(o=0;i=t[o++];)n.indexOf(" "+i+" ")<0&&(n+=i+" ");r!==(l=At(n))&&a.setAttribute("class",l)}return this},removeClass:function(e){var t,a,n,r,i,o,l,u=0;if(v(e))return this.each((function(t){V(this).removeClass(e.call(this,t,vt(this)))}));if(!arguments.length)return this.attr("class","");if((t=yt(e)).length)for(;a=this[u++];)if(r=vt(a),n=1===a.nodeType&&" "+At(r)+" "){for(o=0;i=t[o++];)for(;n.indexOf(" "+i+" ")>-1;)n=n.replace(" "+i+" "," ");r!==(l=At(n))&&a.setAttribute("class",l)}return this},toggleClass:function(e,t){var a=typeof e,n="string"===a||Array.isArray(e);return"boolean"==typeof t&&n?t?this.addClass(e):this.removeClass(e):v(e)?this.each((function(a){V(this).toggleClass(e.call(this,a,vt(this),t),t)})):this.each((function(){var t,r,i,o;if(n)for(r=0,i=V(this),o=yt(e);t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==a||((t=vt(this))&&X.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":X.get(this,"__className__")||""))}))},hasClass:function(e){var t,a,n=0;for(t=" "+e+" ";a=this[n++];)if(1===a.nodeType&&(" "+At(vt(a))+" ").indexOf(t)>-1)return!0;return!1}});var Zt=/\r/g;V.fn.extend({val:function(e){var t,a,n,r=this[0];return arguments.length?(n=v(e),this.each((function(a){var r;1===this.nodeType&&(null==(r=n?e.call(this,a,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!==(a=t.get(r,"value"))?a:"string"==typeof(a=r.value)?a.replace(Zt,""):null==a?"":a:void 0}}),V.extend({valHooks:{option:{get:function(e){var t=V.find.attr(e,"value");return null!=t?t:At(V.text(e))}},select:{get:function(e){var t,a,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type,l=o?null:[],u=o?i+1:r.length;for(n=i<0?u:o?i:0;n<u;n++)if(((a=r[n]).selected||n===i)&&!a.disabled&&(!a.parentNode.disabled||!_(a.parentNode,"optgroup"))){if(t=V(a).val(),o)return t;l.push(t)}return l},set:function(e,t){for(var a,n,r=e.options,i=V.makeArray(t),o=r.length;o--;)((n=r[o]).selected=V.inArray(V.valHooks.option.get(n),i)>-1)&&(a=!0);return a||(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}},A.checkOn||(V.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),A.focusin="onfocusin"in a;var Ht=/^(?:focusinfocus|focusoutblur)$/,gt=function(e){e.stopPropagation()};V.extend(V.event,{trigger:function(e,t,n,r){var i,o,l,u,c,s,h,d,f=[n||Z],m=p.call(e,"type")?e.type:e,A=p.call(e,"namespace")?e.namespace.split("."):[];if(o=d=l=n=n||Z,3!==n.nodeType&&8!==n.nodeType&&!Ht.test(m+V.event.triggered)&&(m.indexOf(".")>-1&&(A=m.split("."),m=A.shift(),A.sort()),c=m.indexOf(":")<0&&"on"+m,(e=e[V.expando]?e:new V.Event(m,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=A.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+A.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:V.makeArray(t,[e]),h=V.event.special[m]||{},r||!h.trigger||!1!==h.trigger.apply(n,t))){if(!r&&!h.noBubble&&!y(n)){for(u=h.delegateType||m,Ht.test(u+m)||(o=o.parentNode);o;o=o.parentNode)f.push(o),l=o;l===(n.ownerDocument||Z)&&f.push(l.defaultView||l.parentWindow||a)}for(i=0;(o=f[i++])&&!e.isPropagationStopped();)d=o,e.type=i>1?u:h.bindType||m,(s=(X.get(o,"events")||Object.create(null))[e.type]&&X.get(o,"handle"))&&s.apply(o,t),(s=c&&o[c])&&s.apply&&G(o)&&(e.result=s.apply(o,t),!1===e.result&&e.preventDefault());return e.type=m,r||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(f.pop(),t)||!G(n)||c&&v(n[m])&&!y(n)&&((l=n[c])&&(n[c]=null),V.event.triggered=m,e.isPropagationStopped()&&d.addEventListener(m,gt),n[m](),e.isPropagationStopped()&&d.removeEventListener(m,gt),V.event.triggered=void 0,l&&(n[c]=l)),e.result}},simulate:function(e,t,a){var n=V.extend(new V.Event,a,{type:e,isSimulated:!0});V.event.trigger(n,null,t)}}),V.fn.extend({trigger:function(e,t){return this.each((function(){V.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var a=this[0];if(a)return V.event.trigger(e,t,a,!0)}}),A.focusin||V.each({focus:"focusin",blur:"focusout"},(function(e,t){var a=function(e){V.event.simulate(t,e.target,V.event.fix(e))};V.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,r=X.access(n,t);r||n.addEventListener(e,a,!0),X.access(n,t,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=X.access(n,t)-1;r?X.access(n,t,r):(n.removeEventListener(e,a,!0),X.remove(n,t))}}}));var Mt=a.location,Vt={guid:Date.now()},bt=/\?/;V.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new a.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||V.error("Invalid XML: "+(n?V.map(n.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var Lt=/\[\]$/,wt=/\r?\n/g,Ct=/^(?:submit|button|image|reset|file)$/i,xt=/^(?:input|select|textarea|keygen)/i;function _t(e,t,a,n){var r;if(Array.isArray(t))V.each(t,(function(t,r){a||Lt.test(e)?n(e,r):_t(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,a,n)}));else if(a||"object"!==M(t))n(e,t);else for(r in t)_t(e+"["+r+"]",t[r],a,n)}V.param=function(e,t){var a,n=[],r=function(e,t){var a=v(t)?t():t;n[n.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==a?"":a)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!V.isPlainObject(e))V.each(e,(function(){r(this.name,this.value)}));else for(a in e)_t(a,e[a],t,r);return n.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")&&xt.test(this.nodeName)&&!Ct.test(e)&&(this.checked||!me.test(e))})).map((function(e,t){var a=V(this).val();return null==a?null:Array.isArray(a)?V.map(a,(function(e){return{name:t.name,value:e.replace(wt,"\r\n")}})):{name:t.name,value:a.replace(wt,"\r\n")}})).get()}});var kt=/%20/g,St=/#.*$/,Et=/([?&])_=[^&]*/,Tt=/^(.*?):[ \t]*([^\r\n]*)$/gm,zt=/^(?:GET|HEAD)$/,Ot=/^\/\//,Pt={},Nt={},jt="*/".concat("*"),Dt=Z.createElement("a");function qt(e){return function(t,a){"string"!=typeof t&&(a=t,t="*");var n,r=0,i=t.toLowerCase().match(N)||[];if(v(a))for(;n=i[r++];)"+"===n[0]?(n=n.slice(1)||"*",(e[n]=e[n]||[]).unshift(a)):(e[n]=e[n]||[]).push(a)}}function Rt(e,t,a,n){var r={},i=e===Nt;function o(l){var u;return r[l]=!0,V.each(e[l]||[],(function(e,l){var c=l(t,a,n);return"string"!=typeof c||i||r[c]?i?!(u=c):void 0:(t.dataTypes.unshift(c),o(c),!1)})),u}return o(t.dataTypes[0])||!r["*"]&&o("*")}function It(e,t){var a,n,r=V.ajaxSettings.flatOptions||{};for(a in t)void 0!==t[a]&&((r[a]?e:n||(n={}))[a]=t[a]);return n&&V.extend(!0,e,n),e}Dt.href=Mt.href,V.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Mt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Mt.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 n,r,i,o,l,u,c,s,h,d,p=V.ajaxSetup({},t),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?V(f):V.event,A=V.Deferred(),v=V.Callbacks("once memory"),y=p.statusCode||{},H={},g={},M="canceled",b={readyState:0,getResponseHeader:function(e){var t;if(c){if(!o)for(o={};t=Tt.exec(i);)o[t[1].toLowerCase()+" "]=(o[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=o[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?i:null},setRequestHeader:function(e,t){return null==c&&(e=g[e.toLowerCase()]=g[e.toLowerCase()]||e,H[e]=t),this},overrideMimeType:function(e){return null==c&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)b.always(e[b.status]);else for(t in e)y[t]=[y[t],e[t]];return this},abort:function(e){var t=e||M;return n&&n.abort(t),L(0,t),this}};if(A.promise(b),p.url=((e||p.url||Mt.href)+"").replace(Ot,Mt.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(N)||[""],null==p.crossDomain){u=Z.createElement("a");try{u.href=p.url,u.href=u.href,p.crossDomain=Dt.protocol+"//"+Dt.host!=u.protocol+"//"+u.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,b),c)return b;for(h in(s=V.event&&p.global)&&0==V.active++&&V.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!zt.test(p.type),r=p.url.replace(St,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(kt,"+")):(d=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(bt.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(Et,"$1"),d=(bt.test(r)?"&":"?")+"_="+Vt.guid+++d),p.url=r+d),p.ifModified&&(V.lastModified[r]&&b.setRequestHeader("If-Modified-Since",V.lastModified[r]),V.etag[r]&&b.setRequestHeader("If-None-Match",V.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&b.setRequestHeader("Content-Type",p.contentType),b.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)b.setRequestHeader(h,p.headers[h]);if(p.beforeSend&&(!1===p.beforeSend.call(f,b,p)||c))return b.abort();if(M="abort",v.add(p.complete),b.done(p.success),b.fail(p.error),n=Rt(Nt,p,t,b)){if(b.readyState=1,s&&m.trigger("ajaxSend",[b,p]),c)return b;p.async&&p.timeout>0&&(l=a.setTimeout((function(){b.abort("timeout")}),p.timeout));try{c=!1,n.send(H,L)}catch(e){if(c)throw e;L(-1,e)}}else L(-1,"No Transport");function L(e,t,o,u){var h,d,Z,H,g,M=t;c||(c=!0,l&&a.clearTimeout(l),n=void 0,i=u||"",b.readyState=e>0?4:0,h=e>=200&&e<300||304===e,o&&(H=function(e,t,a){for(var n,r,i,o,l=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===n&&(n=e.mimeType||t.getResponseHeader("Content-Type"));if(n)for(r in l)if(l[r]&&l[r].test(n)){u.unshift(r);break}if(u[0]in a)i=u[0];else{for(r in a){if(!u[0]||e.converters[r+" "+u[0]]){i=r;break}o||(o=r)}i=i||o}if(i)return i!==u[0]&&u.unshift(i),a[i]}(p,b,o)),!h&&V.inArray("script",p.dataTypes)>-1&&V.inArray("json",p.dataTypes)<0&&(p.converters["text script"]=function(){}),H=function(e,t,a,n){var r,i,o,l,u,c={},s=e.dataTypes.slice();if(s[1])for(o in e.converters)c[o.toLowerCase()]=e.converters[o];for(i=s.shift();i;)if(e.responseFields[i]&&(a[e.responseFields[i]]=t),!u&&n&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=i,i=s.shift())if("*"===i)i=u;else if("*"!==u&&u!==i){if(!(o=c[u+" "+i]||c["* "+i]))for(r in c)if((l=r.split(" "))[1]===i&&(o=c[u+" "+l[0]]||c["* "+l[0]])){!0===o?o=c[r]:!0!==c[r]&&(i=l[0],s.unshift(l[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+u+" to "+i}}}return{state:"success",data:t}}(p,H,b,h),h?(p.ifModified&&((g=b.getResponseHeader("Last-Modified"))&&(V.lastModified[r]=g),(g=b.getResponseHeader("etag"))&&(V.etag[r]=g)),204===e||"HEAD"===p.type?M="nocontent":304===e?M="notmodified":(M=H.state,d=H.data,h=!(Z=H.error))):(Z=M,!e&&M||(M="error",e<0&&(e=0))),b.status=e,b.statusText=(t||M)+"",h?A.resolveWith(f,[d,M,b]):A.rejectWith(f,[b,M,Z]),b.statusCode(y),y=void 0,s&&m.trigger(h?"ajaxSuccess":"ajaxError",[b,p,h?d:Z]),v.fireWith(f,[b,M]),s&&(m.trigger("ajaxComplete",[b,p]),--V.active||V.event.trigger("ajaxStop")))}return b},getJSON:function(e,t,a){return V.get(e,t,a,"json")},getScript:function(e,t){return V.get(e,void 0,t,"script")}}),V.each(["get","post"],(function(e,t){V[t]=function(e,a,n,r){return v(a)&&(r=r||n,n=a,a=void 0),V.ajax(V.extend({url:e,type:t,dataType:r,data:a,success:n},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,a){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,a)}})},V.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(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 v(e)?this.each((function(t){V(this).wrapInner(e.call(this,t))})):this.each((function(){var t=V(this),a=t.contents();a.length?a.wrapAll(e):t.append(e)}))},wrap:function(e){var t=v(e);return this.each((function(a){V(this).wrapAll(t?e.call(this,a):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 a.XMLHttpRequest}catch(e){}};var Ft={0:200,1223:204},Bt=V.ajaxSettings.xhr();A.cors=!!Bt&&"withCredentials"in Bt,A.ajax=Bt=!!Bt,V.ajaxTransport((function(e){var t,n;if(A.cors||Bt&&!e.crossDomain)return{send:function(r,i){var o,l=e.xhr();if(l.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)l[o]=e.xhrFields[o];for(o in e.mimeType&&l.overrideMimeType&&l.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)l.setRequestHeader(o,r[o]);t=function(e){return function(){t&&(t=n=l.onload=l.onerror=l.onabort=l.ontimeout=l.onreadystatechange=null,"abort"===e?l.abort():"error"===e?"number"!=typeof l.status?i(0,"error"):i(l.status,l.statusText):i(Ft[l.status]||l.status,l.statusText,"text"!==(l.responseType||"text")||"string"!=typeof l.responseText?{binary:l.response}:{text:l.responseText},l.getAllResponseHeaders()))}},l.onload=t(),n=l.onerror=l.ontimeout=t("error"),void 0!==l.onabort?l.onabort=n:l.onreadystatechange=function(){4===l.readyState&&a.setTimeout((function(){t&&n()}))},t=t("abort");try{l.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,a;if(e.crossDomain||e.scriptAttrs)return{send:function(n,r){t=V("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",a=function(e){t.remove(),a=null,e&&r("error"===e.type?404:200,e.type)}),Z.head.appendChild(t[0])},abort:function(){a&&a()}}}));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,n){var r,i,o,l=!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(l||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,l?e[l]=e[l].replace(Wt,"$1"+r):!1!==e.jsonp&&(e.url+=(bt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||V.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=a[r],a[r]=function(){o=arguments},n.always((function(){void 0===i?V(a).removeProp(r):a[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,$t.push(r)),o&&v(i)&&i(o[0]),o=i=void 0})),"script"})),A.createHTMLDocument=((Ut=Z.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),V.parseHTML=function(e,t,a){return"string"!=typeof e?[]:("boolean"==typeof t&&(a=t,t=!1),t||(A.createHTMLDocument?((n=(t=Z.implementation.createHTMLDocument("")).createElement("base")).href=Z.location.href,t.head.appendChild(n)):t=Z),i=!a&&[],(r=k.exec(e))?[t.createElement(r[1])]:(r=Me([e],t,i),i&&i.length&&V(i).remove(),V.merge([],r.childNodes)));var n,r,i},V.fn.load=function(e,t,a){var n,r,i,o=this,l=e.indexOf(" ");return l>-1&&(n=At(e.slice(l)),e=e.slice(0,l)),v(t)?(a=t,t=void 0):t&&"object"==typeof t&&(r="POST"),o.length>0&&V.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){i=arguments,o.html(n?V("<div>").append(V.parseHTML(e)).find(n):e)})).always(a&&function(e,t){o.each((function(){a.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,a){var n,r,i,o,l,u,c=V.css(e,"position"),s=V(e),h={};"static"===c&&(e.style.position="relative"),l=s.offset(),i=V.css(e,"top"),u=V.css(e,"left"),("absolute"===c||"fixed"===c)&&(i+u).indexOf("auto")>-1?(o=(n=s.position()).top,r=n.left):(o=parseFloat(i)||0,r=parseFloat(u)||0),v(t)&&(t=t.call(e,a,V.extend({},l))),null!=t.top&&(h.top=t.top-l.top+o),null!=t.left&&(h.left=t.left-l.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,a,n=this[0];return n?n.getClientRects().length?(t=n.getBoundingClientRect(),a=n.ownerDocument.defaultView,{top:t.top+a.pageYOffset,left:t.left+a.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,a,n=this[0],r={top:0,left:0};if("fixed"===V.css(n,"position"))t=n.getBoundingClientRect();else{for(t=this.offset(),a=n.ownerDocument,e=n.offsetParent||a.documentElement;e&&(e===a.body||e===a.documentElement)&&"static"===V.css(e,"position");)e=e.parentNode;e&&e!==n&&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(n,"marginTop",!0),left:t.left-r.left-V.css(n,"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 a="pageYOffset"===t;V.fn[e]=function(n){return B(this,(function(e,n,r){var i;if(y(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===r)return i?i[t]:e[n];i?i.scrollTo(a?i.pageXOffset:r,a?r:i.pageYOffset):e[n]=r}),e,n,arguments.length)}})),V.each(["top","left"],(function(e,t){V.cssHooks[t]=Be(A.pixelPosition,(function(e,a){if(a)return a=Fe(e,t),De.test(a)?V(e).position()[t]+"px":a}))})),V.each({Height:"height",Width:"width"},(function(e,t){V.each({padding:"inner"+e,content:t,"":"outer"+e},(function(a,n){V.fn[n]=function(r,i){var o=arguments.length&&(a||"boolean"!=typeof r),l=a||(!0===r||!0===i?"margin":"border");return B(this,(function(t,a,r){var i;return y(t)?0===n.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,a,l):V.style(t,a,r,l)}),t,o?r:void 0,o)}}))})),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,a){return this.on(e,null,t,a)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,a,n){return this.on(t,e,a,n)},undelegate:function(e,t,a){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",a)},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,a){return arguments.length>0?this.on(t,null,e,a):this.trigger(t)}}));var Qt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;V.proxy=function(e,t){var a,n,r;if("string"==typeof t&&(a=e[t],t=e,e=a),v(e))return n=l.call(arguments,2),(r=function(){return e.apply(t||this,n.concat(l.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=_,V.isFunction=v,V.isWindow=y,V.camelCase=Q,V.type=M,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(Qt,"")},void 0===(n=function(){return V}.apply(t,[]))||(e.exports=n);var Gt=a.jQuery,Kt=a.$;return V.noConflict=function(e){return a.$===V&&(a.$=Kt),e&&a.jQuery===V&&(a.jQuery=Gt),V},void 0===r&&(a.jQuery=a.$=V),V}))},EXMj:function(e,t){e.exports=function(e,t,a,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(a+": incorrect invocation!");return e}},"F+2o":function(e,t,a){e.exports={default:a("2Nb0"),__esModule:!0}},FlQf:function(e,t,a){"use strict";var n=a("ccE7")(!0);a("MPFp")(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,a=this._i;return a>=t.length?{value:void 0,done:!0}:(e=n(t,a),this._i+=e.length,{value:e,done:!1})}))},FpHa:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},G8Mo:function(e,t,a){var n=a("93I4");e.exports=function(e,t){if(!n(e))return e;var a,r;if(t&&"function"==typeof(a=e.toString)&&!n(r=a.call(e)))return r;if("function"==typeof(a=e.valueOf)&&!n(r=a.call(e)))return r;if(!t&&"function"==typeof(a=e.toString)&&!n(r=a.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},HSsa:function(e,t,a){"use strict";e.exports=function(e,t){return function(){for(var a=new Array(arguments.length),n=0;n<a.length;n++)a[n]=arguments[n];return e.apply(t,a)}}},Hsns:function(e,t,a){var n=a("93I4"),r=a("5T2Y").document,i=n(r)&&n(r.createElement);e.exports=function(e){return i?r.createElement(e):{}}},IP1Z:function(e,t,a){"use strict";var n=a("2faE"),r=a("rr1i");e.exports=function(e,t,a){t in e?n.f(e,t,r(0,a)):e[t]=a}},IaFt:function(e,t,a){(function(t){var a;a=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 a=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,a){var r;return a&&!0===a.clone&&e(t)?n((r=t,Array.isArray(r)?[]:{}),t,a):t}function a(a,r,i){var o=a.slice();return r.forEach((function(r,l){void 0===o[l]?o[l]=t(r,i):e(r)?o[l]=n(a[l],r,i):-1===a.indexOf(r)&&o.push(t(r,i))})),o}function n(r,i,o){var l=Array.isArray(i),u=(o||{arrayMerge:a}).arrayMerge||a;return l?Array.isArray(r)?u(r,i,o):t(i,o):function(a,r,i){var o={};return e(a)&&Object.keys(a).forEach((function(e){o[e]=t(a[e],i)})),Object.keys(r).forEach((function(l){e(r[l])&&a[l]?o[l]=n(a[l],r[l],i):o[l]=t(r[l],i)})),o}(r,i,o)}return n.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,a){return n(e,a,t)}))},n}()})),n=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=n.svg,i=n.xlink,o={};o[r.name]=r.uri,o[i.name]=i.uri;var l,u=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>"},c=n.svg,s=n.xlink,h={attrs:(l={style:["position: absolute","width: 0","height: 0"].join("; ")},l[c.name]=c.uri,l[s.name]=s.uri,l)},d=function(e){this.config=a(h,e||{}),this.symbols=[]};d.prototype.add=function(e){var t=this.symbols,a=this.find(e.id);return a?(t[t.indexOf(a)]=e,!1):(t.push(e),!0)},d.prototype.remove=function(e){var t=this.symbols,a=this.find(e);return!!a&&(t.splice(t.indexOf(a),1),a.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 u(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,a=e.viewBox,n=e.content;this.id=t,this.viewBox=a,this.content=n};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,a=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(a,!0):a},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 a={isMounted:{}};return a.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,a=this.render();return this.node=a,t.appendChild(a),a},t.prototype.render=function(){var e=this.stringify();return f(u(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,a),t}(p),A={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},v=function(e){return Array.prototype.slice.call(e,0)},y=navigator.userAgent,Z={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,a,n){var r,i,o;r=e,i={oldUrl:n,newUrl:a},(o=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(o)}))}])},M=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern"),v(e.querySelectorAll("symbol")).forEach((function(e){v(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},V=n.xlink.uri,b=/[{}|\\\^\[\]`"<>]/g;function L(e){return e.replace(b,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var w,C=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],x=C.map((function(e){return"["+e+"]"})).join(","),_=function(e,t,a,n){var r=L(a),i=L(n);(function(e,t){return v(e).reduce((function(e,a){if(!a.attributes)return e;var n=v(a.attributes),r=t?n.filter(t):n;return e.concat(r)}),[])})(e.querySelectorAll(x),(function(e){var t=e.localName,a=e.value;return-1!==C.indexOf(t)&&-1!==a.indexOf("url("+r)})).forEach((function(e){return e.value=e.value.replace(r,i)})),function(e,t,a){v(e).forEach((function(e){var n=e.getAttribute("xlink:href");if(n&&0===n.indexOf(t)){var r=n.replace(t,a);e.setAttributeNS(V,"xlink:href",r)}}))}(t,r,i)},k="mount",S="symbol_mount",E=function(e){function t(t){var n=this;void 0===t&&(t={}),e.call(this,a(A,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(a){a(e,t)}))}});this._emitter=i,this.node=null;var o=this.config;if(o.autoConfigure&&this._autoConfigure(t),o.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");i.on(k,(function(){return n.updateUrls("#",l)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,o.listenLocationChangeEvent&&window.addEventListener(o.locationChangeEvent,u),o.locationChangeAngularEmitter&&g(o.locationChangeEvent),i.on(k,(function(e){o.moveGradientsOutsideSymbol&&M(e)})),i.on(S,(function(e){var t;o.moveGradientsOutsideSymbol&&M(e.parentNode),(Z.isIE||Z.isEdge)&&(t=[],v(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 n={isMounted:{}};return n.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=Z.isFirefox)},t.prototype._handleLocationChange=function(e){var t=e.detail,a=t.oldUrl,n=t.newUrl;this.updateUrls(a,n)},t.prototype.add=function(t){var a=e.prototype.add.call(this,t);return this.isMounted&&a&&(t.mount(this.node),this._emitter.emit(S,t.node)),a},t.prototype.attach=function(e){var t=this,a=this;if(a.isMounted)return a.node;var n="string"==typeof e?document.querySelector(e):e;return a.node=n,this.symbols.forEach((function(e){e.mount(a.node),t._emitter.emit(S,e.node)})),v(n.querySelectorAll("symbol")).forEach((function(e){var t=m.createFromExistingNode(e);t.node=e,a.add(t)})),this._emitter.emit(k,n),n},t.prototype.destroy=function(){var e=this.config,t=this.symbols,a=this._emitter;t.forEach((function(e){return e.destroy()})),a.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 a="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t&&a.childNodes[0]?a.insertBefore(n,a.childNodes[0]):a.appendChild(n),this._emitter.emit(k,n),n},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 a=document.querySelectorAll(this.config.usagesToUpdate);return _(this.node,a,H(e)+"#",H(t)+"#"),!0},Object.defineProperties(t.prototype,n),t}(d),T=e((function(e){var t,a,n,r,i;e.exports=(a=[],n=document,r=n.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState))||n.addEventListener("DOMContentLoaded",t=function(){for(n.removeEventListener("DOMContentLoaded",t),i=1;t=a.shift();)t()}),function(e){i?setTimeout(e,0):a.push(e)})}));window.__SVG_SPRITE__?w=window.__SVG_SPRITE__:(w=new E({attrs:{id:"__SVG_SPRITE_NODE__"}}),window.__SVG_SPRITE__=w);var z=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?w.attach(e):w.mount(document.body,!0)};return document.body?z():T(z),w},e.exports=a()}).call(this,a("yLpj"))},JB68:function(e,t,a){var n=a("Jes0");e.exports=function(e){return Object(n(e))}},JEQr:function(e,t,a){"use strict";(function(t){var n=a("xTJ+"),r=a("yK9s"),i={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!n.isUndefined(e)&&n.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var l,u={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(l=a("tQ2B")),l),transformRequest:[function(e,t){return r(t,"Accept"),r(t,"Content-Type"),n.isFormData(e)||n.isArrayBuffer(e)||n.isBuffer(e)||n.isStream(e)||n.isFile(e)||n.isBlob(e)?e:n.isArrayBufferView(e)?e.buffer:n.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):n.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(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, */*"}},n.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),n.forEach(["post","put","patch"],(function(e){u.headers[e]=n.merge(i)})),e.exports=u}).call(this,a("8oxB"))},"JMW+":function(e,t,a){"use strict";var n,r,i,o,l=a("uOPS"),u=a("5T2Y"),c=a("2GTP"),s=a("QMMT"),h=a("Y7ZC"),d=a("93I4"),p=a("eaoh"),f=a("EXMj"),m=a("oioR"),A=a("8gHz"),v=a("QXhf").set,y=a("q6LJ")(),Z=a("ZW5q"),H=a("RDmV"),g=a("vBP9"),M=a("zXhZ"),V=u.TypeError,b=u.process,L=b&&b.versions,w=L&&L.v8||"",C=u.Promise,x="process"==s(b),_=function(){},k=r=Z.f,S=!!function(){try{var e=C.resolve(1),t=(e.constructor={})[a("UWiX")("species")]=function(e){e(_,_)};return(x||"function"==typeof PromiseRejectionEvent)&&e.then(_)instanceof t&&0!==w.indexOf("6.6")&&-1===g.indexOf("Chrome/66")}catch(e){}}(),E=function(e){var t;return!(!d(e)||"function"!=typeof(t=e.then))&&t},T=function(e,t){if(!e._n){e._n=!0;var a=e._c;y((function(){for(var n=e._v,r=1==e._s,i=0,o=function(t){var a,i,o,l=r?t.ok:t.fail,u=t.resolve,c=t.reject,s=t.domain;try{l?(r||(2==e._h&&P(e),e._h=1),!0===l?a=n:(s&&s.enter(),a=l(n),s&&(s.exit(),o=!0)),a===t.promise?c(V("Promise-chain cycle")):(i=E(a))?i.call(a,u,c):u(a)):c(n)}catch(e){s&&!o&&s.exit(),c(e)}};a.length>i;)o(a[i++]);e._c=[],e._n=!1,t&&!e._h&&z(e)}))}},z=function(e){v.call(u,(function(){var t,a,n,r=e._v,i=O(e);if(i&&(t=H((function(){x?b.emit("unhandledRejection",r,e):(a=u.onunhandledrejection)?a({promise:e,reason:r}):(n=u.console)&&n.error&&n.error("Unhandled promise rejection",r)})),e._h=x||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){v.call(u,(function(){var t;x?b.emit("rejectionHandled",e):(t=u.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,a=this;if(!a._d){a._d=!0,a=a._w||a;try{if(a===e)throw V("Promise can't be resolved itself");(t=E(e))?y((function(){var n={_w:a,_d:!1};try{t.call(e,c(j,n,1),c(N,n,1))}catch(e){N.call(n,e)}})):(a._v=e,a._s=1,T(a,!1))}catch(e){N.call({_w:a,_d:!1},e)}}};S||(C=function(e){f(this,C,"Promise","_h"),p(e),n.call(this);try{e(c(j,this,1),c(N,this,1))}catch(e){N.call(this,e)}},(n=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=a("XJU/")(C.prototype,{then:function(e,t){var a=k(A(this,C));return a.ok="function"!=typeof e||e,a.fail="function"==typeof t&&t,a.domain=x?b.domain:void 0,this._c.push(a),this._a&&this._a.push(a),this._s&&T(this,!1),a.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new n;this.promise=e,this.resolve=c(j,e,1),this.reject=c(N,e,1)},Z.f=k=function(e){return e===C||e===o?new i(e):r(e)}),h(h.G+h.W+h.F*!S,{Promise:C}),a("RfKB")(C,"Promise"),a("TJWN")("Promise"),o=a("WEpk").Promise,h(h.S+h.F*!S,"Promise",{reject:function(e){var t=k(this);return(0,t.reject)(e),t.promise}}),h(h.S+h.F*(l||!S),"Promise",{resolve:function(e){return M(l&&this===o?C:this,e)}}),h(h.S+h.F*!(S&&a("TuGD")((function(e){C.all(e).catch(_)}))),"Promise",{all:function(e){var t=this,a=k(t),n=a.resolve,r=a.reject,i=H((function(){var a=[],i=0,o=1;m(e,!1,(function(e){var l=i++,u=!1;a.push(void 0),o++,t.resolve(e).then((function(e){u||(u=!0,a[l]=e,--o||n(a))}),r)})),--o||n(a)}));return i.e&&r(i.v),a.promise},race:function(e){var t=this,a=k(t),n=a.reject,r=H((function(){m(e,!1,(function(e){t.resolve(e).then(a.resolve,n)}))}));return r.e&&n(r.v),a.promise}})},Jes0:function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},"KHd+":function(e,t,a){"use strict";function n(e,t,a,n,r,i,o,l){var u,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=a,c._compiled=!0),n&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),o?(u=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(o)},c._ssrRegister=u):r&&(u=l?function(){r.call(this,this.$root.$options.shadowRoot)}:r),u)if(c.functional){c._injectStyles=u;var s=c.render;c.render=function(e,t){return u.call(t),s(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,u):[u]}return{exports:e,options:c}}a.d(t,"a",(function(){return n}))},KUxP:function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},Kw5r:function(e,t,a){"use strict";a.r(t),function(e){var a=Object.freeze({});function n(e){return null==e}function r(e){return null!=e}function i(e){return!0===e}function o(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function l(e){return null!==e&&"object"==typeof e}var u=Object.prototype.toString;function c(e){return"[object Object]"===u.call(e)}function s(e){return"[object RegExp]"===u.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 a=Object.create(null),n=e.split(","),r=0;r<n.length;r++)a[n[r]]=!0;return t?function(e){return a[e.toLowerCase()]}:function(e){return a[e]}}f("slot,component",!0);var m=f("key,ref,slot,slot-scope,is");function A(e,t){if(e.length){var a=e.indexOf(t);if(a>-1)return e.splice(a,1)}}var v=Object.prototype.hasOwnProperty;function y(e,t){return v.call(e,t)}function Z(e){var t=Object.create(null);return function(a){return t[a]||(t[a]=e(a))}}var H=/-(\w)/g,g=Z((function(e){return e.replace(H,(function(e,t){return t?t.toUpperCase():""}))})),M=Z((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),V=/\B([A-Z])/g,b=Z((function(e){return e.replace(V,"-$1").toLowerCase()}));var L=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function a(a){var n=arguments.length;return n?n>1?e.apply(t,arguments):e.call(t,a):e.call(t)}return a._length=e.length,a};function w(e,t){t=t||0;for(var a=e.length-t,n=new Array(a);a--;)n[a]=e[a+t];return n}function C(e,t){for(var a in t)e[a]=t[a];return e}function x(e){for(var t={},a=0;a<e.length;a++)e[a]&&C(t,e[a]);return t}function _(e,t,a){}var k=function(e,t,a){return!1},S=function(e){return e};function E(e,t){if(e===t)return!0;var a=l(e),n=l(t);if(!a||!n)return!a&&!n&&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,a){return E(e,t[a])}));if(r||i)return!1;var o=Object.keys(e),u=Object.keys(t);return o.length===u.length&&o.every((function(a){return E(e[a],t[a])}))}catch(e){return!1}}function T(e,t){for(var a=0;a<e.length;a++)if(E(e[a],t))return a;return-1}function z(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:k,isReservedAttr:k,isUnknownElement:k,getTagNamespace:_,parsePlatformTagName:S,mustUseProp:k,_lifecycleHooks:P};function j(e,t,a,n){Object.defineProperty(e,t,{value:a,enumerable:!!n,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,Q=U&&U.indexOf("edge/")>0,G=(U&&U.indexOf("android"),U&&/iphone|ipad|ipod|ios/.test(U)||"ios"===B),K=(U&&/chrome\/\d+/.test(U),{}.watch),X=!1;if(I)try{var Y={};Object.defineProperty(Y,"passive",{get:function(){X=!0}}),window.addEventListener("test-passive",null,Y)}catch(e){}var J=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 ae,ne="undefined"!=typeof Symbol&&te(Symbol)&&"undefined"!=typeof Reflect&&te(Reflect.ownKeys);ae="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=_,ie=0,oe=function(){this.id=ie++,this.subs=[]};oe.prototype.addSub=function(e){this.subs.push(e)},oe.prototype.removeSub=function(e){A(this.subs,e)},oe.prototype.depend=function(){oe.target&&oe.target.addDep(this)},oe.prototype.notify=function(){for(var e=this.subs.slice(),t=0,a=e.length;t<a;t++)e[t].update()},oe.target=null;var le=[];function ue(e){oe.target&&le.push(oe.target),oe.target=e}function ce(){oe.target=le.pop()}var se=function(e,t,a,n,r,i,o,l){this.tag=e,this.data=t,this.children=a,this.text=n,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=o,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=l,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,Ae=Object.create(me);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=me[e];j(Ae,e,(function(){for(var a=[],n=arguments.length;n--;)a[n]=arguments[n];var r,i=t.apply(this,a),o=this.__ob__;switch(e){case"push":case"unshift":r=a;break;case"splice":r=a.slice(2)}return r&&o.observeArray(r),o.dep.notify(),i}))}));var ve=Object.getOwnPropertyNames(Ae),ye=!0;function Ze(e){ye=e}var He=function(e){(this.value=e,this.dep=new oe,this.vmCount=0,j(e,"__ob__",this),Array.isArray(e))?((R?ge:Me)(e,Ae,ve),this.observeArray(e)):this.walk(e)};function ge(e,t,a){e.__proto__=t}function Me(e,t,a){for(var n=0,r=a.length;n<r;n++){var i=a[n];j(e,i,t[i])}}function Ve(e,t){var a;if(l(e)&&!(e instanceof se))return y(e,"__ob__")&&e.__ob__ instanceof He?a=e.__ob__:ye&&!J()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(a=new He(e)),t&&a&&a.vmCount++,a}function be(e,t,a,n,r){var i=new oe,o=Object.getOwnPropertyDescriptor(e,t);if(!o||!1!==o.configurable){var l=o&&o.get;l||2!==arguments.length||(a=e[t]);var u=o&&o.set,c=!r&&Ve(a);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=l?l.call(e):a;return oe.target&&(i.depend(),c&&(c.dep.depend(),Array.isArray(t)&&Ce(t))),t},set:function(t){var n=l?l.call(e):a;t===n||t!=t&&n!=n||(u?u.call(e,t):a=t,c=!r&&Ve(t),i.notify())}})}}function Le(e,t,a){if(Array.isArray(e)&&h(t))return e.length=Math.max(e.length,t),e.splice(t,1,a),a;if(t in e&&!(t in Object.prototype))return e[t]=a,a;var n=e.__ob__;return e._isVue||n&&n.vmCount?a:n?(be(n.value,t,a),n.dep.notify(),a):(e[t]=a,a)}function we(e,t){if(Array.isArray(e)&&h(t))e.splice(t,1);else{var a=e.__ob__;e._isVue||a&&a.vmCount||y(e,t)&&(delete e[t],a&&a.dep.notify())}}function Ce(e){for(var t=void 0,a=0,n=e.length;a<n;a++)(t=e[a])&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Ce(t)}He.prototype.walk=function(e){for(var t=Object.keys(e),a=0;a<t.length;a++)be(e,t[a])},He.prototype.observeArray=function(e){for(var t=0,a=e.length;t<a;t++)Ve(e[t])};var xe=N.optionMergeStrategies;function _e(e,t){if(!t)return e;for(var a,n,r,i=Object.keys(t),o=0;o<i.length;o++)n=e[a=i[o]],r=t[a],y(e,a)?c(n)&&c(r)&&_e(n,r):Le(e,a,r);return e}function ke(e,t,a){return a?function(){var n="function"==typeof t?t.call(a,a):t,r="function"==typeof e?e.call(a,a):e;return n?_e(n,r):r}:t?e?function(){return _e("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Se(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function Ee(e,t,a,n){var r=Object.create(e||null);return t?C(r,t):r}xe.data=function(e,t,a){return a?ke(e,t,a):t&&"function"!=typeof t?e:ke(e,t)},P.forEach((function(e){xe[e]=Se})),O.forEach((function(e){xe[e+"s"]=Ee})),xe.watch=function(e,t,a,n){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 C(r,e),t){var o=r[i],l=t[i];o&&!Array.isArray(o)&&(o=[o]),r[i]=o?o.concat(l):Array.isArray(l)?l:[l]}return r},xe.props=xe.methods=xe.inject=xe.computed=function(e,t,a,n){if(!e)return t;var r=Object.create(null);return C(r,e),t&&C(r,t),r},xe.provide=ke;var Te=function(e,t){return void 0===t?e:t};function ze(e,t,a){"function"==typeof t&&(t=t.options),function(e,t){var a=e.props;if(a){var n,r,i={};if(Array.isArray(a))for(n=a.length;n--;)"string"==typeof(r=a[n])&&(i[g(r)]={type:null});else if(c(a))for(var o in a)r=a[o],i[g(o)]=c(r)?r:{type:r};else 0;e.props=i}}(t),function(e,t){var a=e.inject;if(a){var n=e.inject={};if(Array.isArray(a))for(var r=0;r<a.length;r++)n[a[r]]={from:a[r]};else if(c(a))for(var i in a){var o=a[i];n[i]=c(o)?C({from:i},o):{from:o}}else 0}}(t),function(e){var t=e.directives;if(t)for(var a in t){var n=t[a];"function"==typeof n&&(t[a]={bind:n,update:n})}}(t);var n=t.extends;if(n&&(e=ze(e,n,a)),t.mixins)for(var r=0,i=t.mixins.length;r<i;r++)e=ze(e,t.mixins[r],a);var o,l={};for(o in e)u(o);for(o in t)y(e,o)||u(o);function u(n){var r=xe[n]||Te;l[n]=r(e[n],t[n],a,n)}return l}function Oe(e,t,a,n){if("string"==typeof a){var r=e[t];if(y(r,a))return r[a];var i=g(a);if(y(r,i))return r[i];var o=M(i);return y(r,o)?r[o]:r[a]||r[i]||r[o]}}function Pe(e,t,a,n){var r=t[e],i=!y(a,e),o=a[e],l=De(Boolean,r.type);if(l>-1)if(i&&!y(r,"default"))o=!1;else if(""===o||o===b(e)){var u=De(String,r.type);(u<0||l<u)&&(o=!0)}if(void 0===o){o=function(e,t,a){if(!y(t,"default"))return;var n=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[a]&&void 0!==e._props[a])return e._props[a];return"function"==typeof n&&"Function"!==Ne(t.type)?n.call(e):n}(n,r,e);var c=ye;Ze(!0),Ve(o),Ze(c)}return o}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 a=0,n=t.length;a<n;a++)if(je(t[a],e))return a;return-1}function qe(e,t,a){if(t)for(var n=t;n=n.$parent;){var r=n.$options.errorCaptured;if(r)for(var i=0;i<r.length;i++)try{if(!1===r[i].call(n,e,t,a))return}catch(e){Re(e,n,"errorCaptured hook")}}Re(e,t,a)}function Re(e,t,a){if(N.errorHandler)try{return N.errorHandler.call(null,e,t,a)}catch(e){Ie(e,null,"config.errorHandler")}Ie(e,t,a)}function Ie(e,t,a){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 Qe=!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 Ge=new MessageChannel,Ke=Ge.port2;Ge.port1.onmessage=We,Be=function(){Ke.postMessage(1)}}if("undefined"!=typeof Promise&&te(Promise)){var Xe=Promise.resolve();Fe=function(){Xe.then(We),G&&setTimeout(_)}}else Fe=Be;function Ye(e,t){var a;if(Ue.push((function(){if(e)try{e.call(t)}catch(e){qe(e,t,"nextTick")}else a&&a(t)})),$e||($e=!0,Qe?Be():Fe()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){a=e}))}var Je=new ae;function et(e){!function e(t,a){var n,r,i=Array.isArray(t);if(!i&&!l(t)||Object.isFrozen(t)||t instanceof se)return;if(t.__ob__){var o=t.__ob__.dep.id;if(a.has(o))return;a.add(o)}if(i)for(n=t.length;n--;)e(t[n],a);else for(r=Object.keys(t),n=r.length;n--;)e(t[r[n]],a)}(e,Je),Je.clear()}var tt,at=Z((function(e){var t="&"===e.charAt(0),a="~"===(e=t?e.slice(1):e).charAt(0),n="!"===(e=a?e.slice(1):e).charAt(0);return{name:e=n?e.slice(1):e,once:a,capture:n,passive:t}}));function nt(e){function t(){var e=arguments,a=t.fns;if(!Array.isArray(a))return a.apply(null,arguments);for(var n=a.slice(),r=0;r<n.length;r++)n[r].apply(null,e)}return t.fns=e,t}function rt(e,t,a,r,i){var o,l,u,c;for(o in e)l=e[o],u=t[o],c=at(o),n(l)||(n(u)?(n(l.fns)&&(l=e[o]=nt(l)),a(c.name,l,c.once,c.capture,c.passive,c.params)):l!==u&&(u.fns=l,e[o]=u));for(o in t)n(e[o])&&r((c=at(o)).name,t[o],c.capture)}function it(e,t,a){var o;e instanceof se&&(e=e.data.hook||(e.data.hook={}));var l=e[t];function u(){a.apply(this,arguments),A(o.fns,u)}n(l)?o=nt([u]):r(l.fns)&&i(l.merged)?(o=l).fns.push(u):o=nt([l,u]),o.merged=!0,e[t]=o}function ot(e,t,a,n,i){if(r(t)){if(y(t,a))return e[a]=t[a],i||delete t[a],!0;if(y(t,n))return e[a]=t[n],i||delete t[n],!0}return!1}function lt(e){return o(e)?[pe(e)]:Array.isArray(e)?function e(t,a){var l,u,c,s,h=[];for(l=0;l<t.length;l++)n(u=t[l])||"boolean"==typeof u||(c=h.length-1,s=h[c],Array.isArray(u)?u.length>0&&(ut((u=e(u,(a||"")+"_"+l))[0])&&ut(s)&&(h[c]=pe(s.text+u[0].text),u.shift()),h.push.apply(h,u)):o(u)?ut(s)?h[c]=pe(s.text+u):""!==u&&h.push(pe(u)):ut(u)&&ut(s)?h[c]=pe(s.text+u.text):(i(t._isVList)&&r(u.tag)&&n(u.key)&&r(a)&&(u.key="__vlist"+a+"_"+l+"__"),h.push(u)));return h}(e):void 0}function ut(e){return r(e)&&r(e.text)&&!1===e.isComment}function ct(e,t){return(e.__esModule||ne&&"Module"===e[Symbol.toStringTag])&&(e=e.default),l(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 a=e[t];if(r(a)&&(r(a.componentOptions)||st(a)))return a}}function dt(e,t,a){a?tt.$once(e,t):tt.$on(e,t)}function pt(e,t){tt.$off(e,t)}function ft(e,t,a){tt=e,rt(t,a||{},dt,pt),tt=void 0}function mt(e,t){var a={};if(!e)return a;for(var n=0,r=e.length;n<r;n++){var i=e[n],o=i.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,i.context!==t&&i.fnContext!==t||!o||null==o.slot)(a.default||(a.default=[])).push(i);else{var l=o.slot,u=a[l]||(a[l]=[]);"template"===i.tag?u.push.apply(u,i.children||[]):u.push(i)}}for(var c in a)a[c].every(At)&&delete a[c];return a}function At(e){return e.isComment&&!e.asyncFactory||" "===e.text}function vt(e,t){t=t||{};for(var a=0;a<e.length;a++)Array.isArray(e[a])?vt(e[a],t):t[e[a].key]=e[a].fn;return t}var yt=null;function Zt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Ht(e,t){if(t){if(e._directInactive=!1,Zt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var a=0;a<e.$children.length;a++)Ht(e.$children[a]);gt(e,"activated")}}function gt(e,t){ue();var a=e.$options[t];if(a)for(var n=0,r=a.length;n<r;n++)try{a[n].call(e)}catch(a){qe(a,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t),ce()}var Mt=[],Vt=[],bt={},Lt=!1,wt=!1,Ct=0;function xt(){var e,t;for(wt=!0,Mt.sort((function(e,t){return e.id-t.id})),Ct=0;Ct<Mt.length;Ct++)t=(e=Mt[Ct]).id,bt[t]=null,e.run();var a=Vt.slice(),n=Mt.slice();Ct=Mt.length=Vt.length=0,bt={},Lt=wt=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Ht(e[t],!0)}(a),function(e){var t=e.length;for(;t--;){var a=e[t],n=a.vm;n._watcher===a&&n._isMounted&&gt(n,"updated")}}(n),ee&&N.devtools&&ee.emit("flush")}var _t=0,kt=function(e,t,a,n,r){this.vm=e,r&&(e._watcher=this),e._watchers.push(this),n?(this.deep=!!n.deep,this.user=!!n.user,this.lazy=!!n.lazy,this.sync=!!n.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=a,this.id=++_t,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ae,this.newDepIds=new ae,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 a=0;a<t.length;a++){if(!e)return;e=e[t[a]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};kt.prototype.get=function(){var e;ue(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),ce(),this.cleanupDeps()}return e},kt.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))},kt.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var a=this.depIds;this.depIds=this.newDepIds,this.newDepIds=a,this.newDepIds.clear(),a=this.deps,this.deps=this.newDeps,this.newDeps=a,this.newDeps.length=0},kt.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==bt[t]){if(bt[t]=!0,wt){for(var a=Mt.length-1;a>Ct&&Mt[a].id>e.id;)a--;Mt.splice(a+1,0,e)}else Mt.push(e);Lt||(Lt=!0,Ye(xt))}}(this)},kt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||l(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)}}},kt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},kt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},kt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||A(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var St={enumerable:!0,configurable:!0,get:_,set:_};function Et(e,t,a){St.get=function(){return this[t][a]},St.set=function(e){this[t][a]=e},Object.defineProperty(e,a,St)}function Tt(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var a=e.$options.propsData||{},n=e._props={},r=e.$options._propKeys=[];e.$parent&&Ze(!1);var i=function(i){r.push(i);var o=Pe(i,t,a,e);be(n,i,o),i in e||Et(e,"_props",i)};for(var o in t)i(o);Ze(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var a in t)e[a]=null==t[a]?_:L(t[a],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;c(t=e._data="function"==typeof t?function(e,t){ue();try{return e.call(t,t)}catch(e){return qe(e,t,"data()"),{}}finally{ce()}}(t,e):t||{})||(t={});var a=Object.keys(t),n=e.$options.props,r=(e.$options.methods,a.length);for(;r--;){var i=a[r];0,n&&y(n,i)||(o=void 0,36!==(o=(i+"").charCodeAt(0))&&95!==o&&Et(e,"_data",i))}var o;Ve(t,!0)}(e):Ve(e._data={},!0),t.computed&&function(e,t){var a=e._computedWatchers=Object.create(null),n=J();for(var r in t){var i=t[r],o="function"==typeof i?i:i.get;0,n||(a[r]=new kt(e,o||_,_,zt)),r in e||Ot(e,r,i)}}(e,t.computed),t.watch&&t.watch!==K&&function(e,t){for(var a in t){var n=t[a];if(Array.isArray(n))for(var r=0;r<n.length;r++)Nt(e,a,n[r]);else Nt(e,a,n)}}(e,t.watch)}var zt={lazy:!0};function Ot(e,t,a){var n=!J();"function"==typeof a?(St.get=n?Pt(t):a,St.set=_):(St.get=a.get?n&&!1!==a.cache?Pt(t):a.get:_,St.set=a.set?a.set:_),Object.defineProperty(e,t,St)}function Pt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),oe.target&&t.depend(),t.value}}function Nt(e,t,a,n){return c(a)&&(n=a,a=a.handler),"string"==typeof a&&(a=e[a]),e.$watch(t,a,n)}function jt(e,t){if(e){for(var a=Object.create(null),n=ne?Reflect.ownKeys(e).filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})):Object.keys(e),r=0;r<n.length;r++){for(var i=n[r],o=e[i].from,l=t;l;){if(l._provided&&y(l._provided,o)){a[i]=l._provided[o];break}l=l.$parent}if(!l)if("default"in e[i]){var u=e[i].default;a[i]="function"==typeof u?u.call(t):u}else 0}return a}}function Dt(e,t){var a,n,i,o,u;if(Array.isArray(e)||"string"==typeof e)for(a=new Array(e.length),n=0,i=e.length;n<i;n++)a[n]=t(e[n],n);else if("number"==typeof e)for(a=new Array(e),n=0;n<e;n++)a[n]=t(n+1,n);else if(l(e))for(o=Object.keys(e),a=new Array(o.length),n=0,i=o.length;n<i;n++)u=o[n],a[n]=t(e[u],u,n);return r(a)&&(a._isVList=!0),a}function qt(e,t,a,n){var r,i=this.$scopedSlots[e];if(i)a=a||{},n&&(a=C(C({},n),a)),r=i(a)||t;else{var o=this.$slots[e];o&&(o._rendered=!0),r=o||t}var l=a&&a.slot;return l?this.$createElement("template",{slot:l},r):r}function Rt(e){return Oe(this.$options,"filters",e)||S}function It(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Ft(e,t,a,n,r){var i=N.keyCodes[t]||a;return r&&n&&!N.keyCodes[t]?It(r,n):i?It(i,e):n?b(n)!==t:void 0}function Bt(e,t,a,n,r){if(a)if(l(a)){var i;Array.isArray(a)&&(a=x(a));var o=function(o){if("class"===o||"style"===o||m(o))i=e;else{var l=e.attrs&&e.attrs.type;i=n||N.mustUseProp(t,l,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}o in i||(i[o]=a[o],r&&((e.on||(e.on={}))["update:"+o]=function(e){a[o]=e}))};for(var u in a)o(u)}else;return e}function Ut(e,t){var a=this._staticTrees||(this._staticTrees=[]),n=a[e];return n&&!t||Wt(n=a[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),n}function $t(e,t,a){return Wt(e,"__once__"+t+(a?"_"+a:""),!0),e}function Wt(e,t,a){if(Array.isArray(e))for(var n=0;n<e.length;n++)e[n]&&"string"!=typeof e[n]&&Qt(e[n],t+"_"+n,a);else Qt(e,t,a)}function Qt(e,t,a){e.isStatic=!0,e.key=t,e.isOnce=a}function Gt(e,t){if(t)if(c(t)){var a=e.on=e.on?C({},e.on):{};for(var n in t){var r=a[n],i=t[n];a[n]=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=E,e._i=T,e._m=Ut,e._f=Rt,e._k=Ft,e._b=Bt,e._v=pe,e._e=de,e._u=vt,e._g=Gt}function Xt(e,t,n,r,o){var l,u=o.options;y(r,"_uid")?(l=Object.create(r))._original=r:(l=r,r=r._original);var c=i(u._compiled),s=!c;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||a,this.injections=jt(u.inject,r),this.slots=function(){return mt(n,r)},c&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||a),u._scopeId?this._c=function(e,t,a,n){var i=na(l,e,t,a,n,s);return i&&!Array.isArray(i)&&(i.fnScopeId=u._scopeId,i.fnContext=r),i}:this._c=function(e,t,a,n){return na(l,e,t,a,n,s)}}function Yt(e,t,a,n){var r=fe(e);return r.fnContext=a,r.fnOptions=n,t.slot&&((r.data||(r.data={})).slot=t.slot),r}function Jt(e,t){for(var a in t)e[g(a)]=t[a]}Kt(Xt.prototype);var ea={init:function(e,t,a,n){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var i=e;ea.prepatch(i,i)}else{(e.componentInstance=function(e,t,a,n){var i={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:a||null,_refElm:n||null},o=e.data.inlineTemplate;r(o)&&(i.render=o.render,i.staticRenderFns=o.staticRenderFns);return new e.componentOptions.Ctor(i)}(e,yt,a,n)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,i){var o=!!(i||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==a);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=i,e.$attrs=r.data.attrs||a,e.$listeners=n||a,t&&e.$options.props){Ze(!1);for(var l=e._props,u=e.$options._propKeys||[],c=0;c<u.length;c++){var s=u[c],h=e.$options.props;l[s]=Pe(s,h,t,e)}Ze(!0),e.$options.propsData=t}n=n||a;var d=e.$options._parentListeners;e.$options._parentListeners=n,ft(e,n,d),o&&(e.$slots=mt(i,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,a=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,gt(n,"mounted")),e.data.keepAlive&&(a._isMounted?((t=n)._inactive=!1,Vt.push(t)):Ht(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,a){if(!(a&&(t._directInactive=!0,Zt(t))||t._inactive)){t._inactive=!0;for(var n=0;n<t.$children.length;n++)e(t.$children[n]);gt(t,"deactivated")}}(t,!0):t.$destroy())}},ta=Object.keys(ea);function aa(e,t,o,u,c){if(!n(e)){var s=o.$options._base;if(l(e)&&(e=s.extend(e)),"function"==typeof e){var h;if(n(e.cid)&&void 0===(e=function(e,t,a){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 o=e.contexts=[a],u=!0,c=function(){for(var e=0,t=o.length;e<t;e++)o[e].$forceUpdate()},s=z((function(a){e.resolved=ct(a,t),u||c()})),h=z((function(t){r(e.errorComp)&&(e.error=!0,c())})),d=e(s,h);return l(d)&&("function"==typeof d.then?n(e.resolved)&&d.then(s,h):r(d.component)&&"function"==typeof d.component.then&&(d.component.then(s,h),r(d.error)&&(e.errorComp=ct(d.error,t)),r(d.loading)&&(e.loadingComp=ct(d.loading,t),0===d.delay?e.loading=!0:setTimeout((function(){n(e.resolved)&&n(e.error)&&(e.loading=!0,c())}),d.delay||200)),r(d.timeout)&&setTimeout((function(){n(e.resolved)&&h(null)}),d.timeout))),u=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(a)}(h=e,s,o)))return function(e,t,a,n,r){var i=de();return i.asyncFactory=e,i.asyncMeta={data:t,context:a,children:n,tag:r},i}(h,t,o,u,c);t=t||{},ia(e),r(t.model)&&function(e,t){var a=e.model&&e.model.prop||"value",n=e.model&&e.model.event||"input";(t.props||(t.props={}))[a]=t.model.value;var i=t.on||(t.on={});r(i[n])?i[n]=[t.model.callback].concat(i[n]):i[n]=t.model.callback}(e.options,t);var d=function(e,t,a){var i=t.options.props;if(!n(i)){var o={},l=e.attrs,u=e.props;if(r(l)||r(u))for(var c in i){var s=b(c);ot(o,u,c,s,!0)||ot(o,l,c,s,!1)}return o}}(t,e);if(i(e.options.functional))return function(e,t,n,i,o){var l=e.options,u={},c=l.props;if(r(c))for(var s in c)u[s]=Pe(s,c,t||a);else r(n.attrs)&&Jt(u,n.attrs),r(n.props)&&Jt(u,n.props);var h=new Xt(n,u,o,i,e),d=l.render.call(null,h._c,h);if(d instanceof se)return Yt(d,n,h.parent,l);if(Array.isArray(d)){for(var p=lt(d)||[],f=new Array(p.length),m=0;m<p.length;m++)f[m]=Yt(p[m],n,h.parent,l);return f}}(e,d,t,o,u);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={}),a=0;a<ta.length;a++){var n=ta[a];t[n]=ea[n]}}(t);var m=e.options.name||c;return new se("vue-component-"+e.cid+(m?"-"+m:""),t,void 0,void 0,void 0,o,{Ctor:e,propsData:d,listeners:p,tag:c,children:u},h)}}}function na(e,t,a,u,c,s){return(Array.isArray(a)||o(a))&&(c=u,u=a,a=void 0),i(s)&&(c=2),function(e,t,a,o,u){if(r(a)&&r(a.__ob__))return de();r(a)&&r(a.is)&&(t=a.is);if(!t)return de();0;Array.isArray(o)&&"function"==typeof o[0]&&((a=a||{}).scopedSlots={default:o[0]},o.length=0);2===u?o=lt(o):1===u&&(o=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(o));var c,s;if("string"==typeof t){var h;s=e.$vnode&&e.$vnode.ns||N.getTagNamespace(t),c=N.isReservedTag(t)?new se(N.parsePlatformTagName(t),a,o,void 0,void 0,e):r(h=Oe(e.$options,"components",t))?aa(h,a,e,o,t):new se(t,a,o,void 0,void 0,e)}else c=aa(t,a,e,o);return Array.isArray(c)?c:r(c)?(r(s)&&function e(t,a,o){t.ns=a,"foreignObject"===t.tag&&(a=void 0,o=!0);if(r(t.children))for(var l=0,u=t.children.length;l<u;l++){var c=t.children[l];r(c.tag)&&(n(c.ns)||i(o)&&"svg"!==c.tag)&&e(c,a,o)}}(c,s),r(a)&&function(e){l(e.style)&&et(e.style);l(e.class)&&et(e.class)}(a),c):de()}(e,t,a,u,c)}var ra=0;function ia(e){var t=e.options;if(e.super){var a=ia(e.super);if(a!==e.superOptions){e.superOptions=a;var n=function(e){var t,a=e.options,n=e.extendOptions,r=e.sealedOptions;for(var i in a)a[i]!==r[i]&&(t||(t={}),t[i]=oa(a[i],n[i],r[i]));return t}(e);n&&C(e.extendOptions,n),(t=e.options=ze(a,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function oa(e,t,a){if(Array.isArray(e)){var n=[];a=Array.isArray(a)?a:[a],t=Array.isArray(t)?t:[t];for(var r=0;r<e.length;r++)(t.indexOf(e[r])>=0||a.indexOf(e[r])<0)&&n.push(e[r]);return n}return e}function la(e){this._init(e)}function ua(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var a=this,n=a.cid,r=e._Ctor||(e._Ctor={});if(r[n])return r[n];var i=e.name||a.options.name;var o=function(e){this._init(e)};return(o.prototype=Object.create(a.prototype)).constructor=o,o.cid=t++,o.options=ze(a.options,e),o.super=a,o.options.props&&function(e){var t=e.options.props;for(var a in t)Et(e.prototype,"_props",a)}(o),o.options.computed&&function(e){var t=e.options.computed;for(var a in t)Ot(e.prototype,a,t[a])}(o),o.extend=a.extend,o.mixin=a.mixin,o.use=a.use,O.forEach((function(e){o[e]=a[e]})),i&&(o.options.components[i]=o),o.superOptions=a.options,o.extendOptions=e,o.sealedOptions=C({},o.options),r[n]=o,o}}function ca(e){return e&&(e.Ctor.options.name||e.tag)}function sa(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!s(e)&&e.test(t)}function ha(e,t){var a=e.cache,n=e.keys,r=e._vnode;for(var i in a){var o=a[i];if(o){var l=ca(o.componentOptions);l&&!t(l)&&da(a,i,n,r)}}}function da(e,t,a,n){var r=e[t];!r||n&&r.tag===n.tag||r.componentInstance.$destroy(),e[t]=null,A(a,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=ra++,t._isVue=!0,e&&e._isComponent?function(e,t){var a=e.$options=Object.create(e.constructor.options),n=t._parentVnode;a.parent=t.parent,a._parentVnode=n,a._parentElm=t._parentElm,a._refElm=t._refElm;var r=n.componentOptions;a.propsData=r.propsData,a._parentListeners=r.listeners,a._renderChildren=r.children,a._componentTag=r.tag,t.render&&(a.render=t.render,a.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=ze(ia(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,a=t.parent;if(a&&!t.abstract){for(;a.$options.abstract&&a.$parent;)a=a.$parent;a.$children.push(e)}e.$parent=a,e.$root=a?a.$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,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=mt(t._renderChildren,r),e.$scopedSlots=a,e._c=function(t,a,n,r){return na(e,t,a,n,r,!1)},e.$createElement=function(t,a,n,r){return na(e,t,a,n,r,!0)};var i=n&&n.data;be(e,"$attrs",i&&i.attrs||a,null,!0),be(e,"$listeners",t._parentListeners||a,null,!0)}(t),gt(t,"beforeCreate"),function(e){var t=jt(e.$options.inject,e);t&&(Ze(!1),Object.keys(t).forEach((function(a){be(e,a,t[a])})),Ze(!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)}}(la),function(e){var t={get:function(){return this._data}},a={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",a),e.prototype.$set=Le,e.prototype.$delete=we,e.prototype.$watch=function(e,t,a){if(c(t))return Nt(this,e,t,a);(a=a||{}).user=!0;var n=new kt(this,e,t,a);return a.immediate&&t.call(this,n.value),function(){n.teardown()}}}(la),function(e){var t=/^hook:/;e.prototype.$on=function(e,a){if(Array.isArray(e))for(var n=0,r=e.length;n<r;n++)this.$on(e[n],a);else(this._events[e]||(this._events[e]=[])).push(a),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){var a=this;function n(){a.$off(e,n),t.apply(a,arguments)}return n.fn=t,a.$on(e,n),a},e.prototype.$off=function(e,t){var a=this,n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)a.$off(e[r],t);return n}var o=n._events[e];if(!o)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,u=o.length;u--;)if((l=o[u])===t||l.fn===t){o.splice(u,1);break}return n},e.prototype.$emit=function(e){var t=this,a=t._events[e];if(a){a=a.length>1?w(a):a;for(var n=w(arguments,1),r=0,i=a.length;r<i;r++)try{a[r].apply(t,n)}catch(a){qe(a,t,'event handler for "'+e+'"')}}return t}}(la),function(e){e.prototype._update=function(e,t){var a=this;a._isMounted&&gt(a,"beforeUpdate");var n=a.$el,r=a._vnode,i=yt;yt=a,a._vnode=e,r?a.$el=a.__patch__(r,e):(a.$el=a.__patch__(a.$el,e,t,!1,a.$options._parentElm,a.$options._refElm),a.$options._parentElm=a.$options._refElm=null),yt=i,n&&(n.__vue__=null),a.$el&&(a.$el.__vue__=a),a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode&&(a.$parent.$el=a.$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||A(t.$children,e),e._watcher&&e._watcher.teardown();for(var a=e._watchers.length;a--;)e._watchers[a].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)}}}(la),function(e){Kt(e.prototype),e.prototype.$nextTick=function(e){return Ye(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;i&&(t.$scopedSlots=i.data.scopedSlots||a),t.$vnode=i;try{e=r.call(t._renderProxy,t.$createElement)}catch(a){qe(a,t,"render"),e=t._vnode}return e instanceof se||(e=de()),e.parent=i,e}}(la);var pa=[String,RegExp,Array],fa={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:pa,exclude:pa,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)da(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){ha(e,(function(e){return sa(t,e)}))})),this.$watch("exclude",(function(t){ha(e,(function(e){return!sa(t,e)}))}))},render:function(){var e=this.$slots.default,t=ht(e),a=t&&t.componentOptions;if(a){var n=ca(a),r=this.include,i=this.exclude;if(r&&(!n||!sa(r,n))||i&&n&&sa(i,n))return t;var o=this.cache,l=this.keys,u=null==t.key?a.Ctor.cid+(a.tag?"::"+a.tag:""):t.key;o[u]?(t.componentInstance=o[u].componentInstance,A(l,u),l.push(u)):(o[u]=t,l.push(u),this.max&&l.length>parseInt(this.max)&&da(o,l[0],l,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:C,mergeOptions:ze,defineReactive:be},e.set=Le,e.delete=we,e.nextTick=Ye,e.options=Object.create(null),O.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,C(e.options.components,fa),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var a=w(arguments,1);return a.unshift(this),"function"==typeof e.install?e.install.apply(e,a):"function"==typeof e&&e.apply(null,a),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=ze(this.options,e),this}}(e),ua(e),function(e){O.forEach((function(t){e[t]=function(e,a){return a?("component"===t&&c(a)&&(a.name=a.name||e,a=this.options._base.extend(a)),"directive"===t&&"function"==typeof a&&(a={bind:a,update:a}),this.options[t+"s"][e]=a,a):this.options[t+"s"][e]}}))}(e)}(la),Object.defineProperty(la.prototype,"$isServer",{get:J}),Object.defineProperty(la.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(la,"FunctionalRenderContext",{value:Xt}),la.version="2.5.17";var ma=f("style,class"),Aa=f("input,textarea,option,select,progress"),va=f("contenteditable,draggable,spellcheck"),ya=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"),Za="http://www.w3.org/1999/xlink",Ha=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},ga=function(e){return Ha(e)?e.slice(6,e.length):""},Ma=function(e){return null==e||!1===e};function Va(e){for(var t=e.data,a=e,n=e;r(n.componentInstance);)(n=n.componentInstance._vnode)&&n.data&&(t=ba(n.data,t));for(;r(a=a.parent);)a&&a.data&&(t=ba(t,a.data));return function(e,t){if(r(e)||r(t))return La(e,wa(t));return""}(t.staticClass,t.class)}function ba(e,t){return{staticClass:La(e.staticClass,t.staticClass),class:r(e.class)?[e.class,t.class]:t.class}}function La(e,t){return e?t?e+" "+t:e:t||""}function wa(e){return Array.isArray(e)?function(e){for(var t,a="",n=0,i=e.length;n<i;n++)r(t=wa(e[n]))&&""!==t&&(a&&(a+=" "),a+=t);return a}(e):l(e)?function(e){var t="";for(var a in e)e[a]&&(t&&(t+=" "),t+=a);return t}(e):"string"==typeof e?e:""}var Ca={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},xa=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"),_a=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),ka=function(e){return xa(e)||_a(e)};var Sa=Object.create(null);var Ea=f("text,number,password,search,email,tel,url");var Ta=Object.freeze({createElement:function(e,t){var a=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&a.setAttribute("multiple","multiple"),a},createElementNS:function(e,t){return document.createElementNS(Ca[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,a){e.insertBefore(t,a)},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,"")}}),za={create:function(e,t){Oa(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Oa(e,!0),Oa(t))},destroy:function(e){Oa(e,!0)}};function Oa(e,t){var a=e.data.ref;if(r(a)){var n=e.context,i=e.componentInstance||e.elm,o=n.$refs;t?Array.isArray(o[a])?A(o[a],i):o[a]===i&&(o[a]=void 0):e.data.refInFor?Array.isArray(o[a])?o[a].indexOf(i)<0&&o[a].push(i):o[a]=[i]:o[a]=i}}var Pa=new se("",{},[]),Na=["create","activate","update","remove","destroy"];function ja(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 a,n=r(a=e.data)&&r(a=a.attrs)&&a.type,i=r(a=t.data)&&r(a=a.attrs)&&a.type;return n===i||Ea(n)&&Ea(i)}(e,t)||i(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&n(t.asyncFactory.error))}function Da(e,t,a){var n,i,o={};for(n=t;n<=a;++n)r(i=e[n].key)&&(o[i]=n);return o}var qa={create:Ra,update:Ra,destroy:function(e){Ra(e,Pa)}};function Ra(e,t){(e.data.directives||t.data.directives)&&function(e,t){var a,n,r,i=e===Pa,o=t===Pa,l=Fa(e.data.directives,e.context),u=Fa(t.data.directives,t.context),c=[],s=[];for(a in u)n=l[a],r=u[a],n?(r.oldValue=n.value,Ua(r,"update",t,e),r.def&&r.def.componentUpdated&&s.push(r)):(Ua(r,"bind",t,e),r.def&&r.def.inserted&&c.push(r));if(c.length){var h=function(){for(var a=0;a<c.length;a++)Ua(c[a],"inserted",t,e)};i?it(t,"insert",h):h()}s.length&&it(t,"postpatch",(function(){for(var a=0;a<s.length;a++)Ua(s[a],"componentUpdated",t,e)}));if(!i)for(a in l)u[a]||Ua(l[a],"unbind",e,e,o)}(e,t)}var Ia=Object.create(null);function Fa(e,t){var a,n,r=Object.create(null);if(!e)return r;for(a=0;a<e.length;a++)(n=e[a]).modifiers||(n.modifiers=Ia),r[Ba(n)]=n,n.def=Oe(t.$options,"directives",n.name);return r}function Ba(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function Ua(e,t,a,n,r){var i=e.def&&e.def[t];if(i)try{i(a.elm,e,a,n,r)}catch(n){qe(n,a.context,"directive "+e.name+" "+t+" hook")}}var $a=[za,qa];function Wa(e,t){var a=t.componentOptions;if(!(r(a)&&!1===a.Ctor.options.inheritAttrs||n(e.data.attrs)&&n(t.data.attrs))){var i,o,l=t.elm,u=e.data.attrs||{},c=t.data.attrs||{};for(i in r(c.__ob__)&&(c=t.data.attrs=C({},c)),c)o=c[i],u[i]!==o&&Qa(l,i,o);for(i in($||Q)&&c.value!==u.value&&Qa(l,"value",c.value),u)n(c[i])&&(Ha(i)?l.removeAttributeNS(Za,ga(i)):va(i)||l.removeAttribute(i))}}function Qa(e,t,a){e.tagName.indexOf("-")>-1?Ga(e,t,a):ya(t)?Ma(a)?e.removeAttribute(t):(a="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,a)):va(t)?e.setAttribute(t,Ma(a)||"false"===a?"false":"true"):Ha(t)?Ma(a)?e.removeAttributeNS(Za,ga(t)):e.setAttributeNS(Za,t,a):Ga(e,t,a)}function Ga(e,t,a){if(Ma(a))e.removeAttribute(t);else{if($&&!W&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var n=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,a)}}var Ka={create:Wa,update:Wa};function Xa(e,t){var a=t.elm,i=t.data,o=e.data;if(!(n(i.staticClass)&&n(i.class)&&(n(o)||n(o.staticClass)&&n(o.class)))){var l=Va(t),u=a._transitionClasses;r(u)&&(l=La(l,wa(u))),l!==a._prevClass&&(a.setAttribute("class",l),a._prevClass=l)}}var Ya,Ja={create:Xa,update:Xa};function en(e,t,a,n,r){var i;t=(i=t)._withTask||(i._withTask=function(){Qe=!0;var e=i.apply(null,arguments);return Qe=!1,e}),a&&(t=function(e,t,a){var n=Ya;return function r(){var i=e.apply(null,arguments);null!==i&&tn(t,r,a,n)}}(t,e,n)),Ya.addEventListener(e,t,X?{capture:n,passive:r}:n)}function tn(e,t,a,n){(n||Ya).removeEventListener(e,t._withTask||t,a)}function an(e,t){if(!n(e.data.on)||!n(t.data.on)){var a=t.data.on||{},i=e.data.on||{};Ya=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)}(a),rt(a,i,en,tn,t.context),Ya=void 0}}var nn={create:an,update:an};function rn(e,t){if(!n(e.data.domProps)||!n(t.data.domProps)){var a,i,o=t.elm,l=e.data.domProps||{},u=t.data.domProps||{};for(a in r(u.__ob__)&&(u=t.data.domProps=C({},u)),l)n(u[a])&&(o[a]="");for(a in u){if(i=u[a],"textContent"===a||"innerHTML"===a){if(t.children&&(t.children.length=0),i===l[a])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===a){o._value=i;var c=n(i)?"":String(i);on(o,c)&&(o.value=c)}else o[a]=i}}}function on(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var a=!0;try{a=document.activeElement!==e}catch(e){}return a&&e.value!==t}(e,t)||function(e,t){var a=e.value,n=e._vModifiers;if(r(n)){if(n.lazy)return!1;if(n.number)return p(a)!==p(t);if(n.trim)return a.trim()!==t.trim()}return a!==t}(e,t))}var ln={create:rn,update:rn},un=Z((function(e){var t={},a=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var n=e.split(a);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function cn(e){var t=sn(e.style);return e.staticStyle?C(e.staticStyle,t):t}function sn(e){return Array.isArray(e)?x(e):"string"==typeof e?un(e):e}var hn,dn=/^--/,pn=/\s*!important$/,fn=function(e,t,a){if(dn.test(t))e.style.setProperty(t,a);else if(pn.test(a))e.style.setProperty(t,a.replace(pn,""),"important");else{var n=An(t);if(Array.isArray(a))for(var r=0,i=a.length;r<i;r++)e.style[n]=a[r];else e.style[n]=a}},mn=["Webkit","Moz","ms"],An=Z((function(e){if(hn=hn||document.createElement("div").style,"filter"!==(e=g(e))&&e in hn)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),a=0;a<mn.length;a++){var n=mn[a]+t;if(n in hn)return n}}));function vn(e,t){var a=t.data,i=e.data;if(!(n(a.staticStyle)&&n(a.style)&&n(i.staticStyle)&&n(i.style))){var o,l,u=t.elm,c=i.staticStyle,s=i.normalizedStyle||i.style||{},h=c||s,d=sn(t.data.style)||{};t.data.normalizedStyle=r(d.__ob__)?C({},d):d;var p=function(e,t){var a,n={};if(t)for(var r=e;r.componentInstance;)(r=r.componentInstance._vnode)&&r.data&&(a=cn(r.data))&&C(n,a);(a=cn(e.data))&&C(n,a);for(var i=e;i=i.parent;)i.data&&(a=cn(i.data))&&C(n,a);return n}(t,!0);for(l in h)n(p[l])&&fn(u,l,"");for(l in p)(o=p[l])!==h[l]&&fn(u,l,null==o?"":o)}}var yn={create:vn,update:vn};function Zn(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 a=" "+(e.getAttribute("class")||"")+" ";a.indexOf(" "+t+" ")<0&&e.setAttribute("class",(a+t).trim())}}function Hn(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 a=" "+(e.getAttribute("class")||"")+" ",n=" "+t+" ";a.indexOf(n)>=0;)a=a.replace(n," ");(a=a.trim())?e.setAttribute("class",a):e.removeAttribute("class")}}function gn(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&C(t,Mn(e.name||"v")),C(t,e),t}return"string"==typeof e?Mn(e):void 0}}var Mn=Z((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"}})),Vn=I&&!W,bn="transition",Ln="transitionend",wn="animation",Cn="animationend";Vn&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(bn="WebkitTransition",Ln="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(wn="WebkitAnimation",Cn="webkitAnimationEnd"));var xn=I?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function _n(e){xn((function(){xn(e)}))}function kn(e,t){var a=e._transitionClasses||(e._transitionClasses=[]);a.indexOf(t)<0&&(a.push(t),Zn(e,t))}function Sn(e,t){e._transitionClasses&&A(e._transitionClasses,t),Hn(e,t)}function En(e,t,a){var n=zn(e,t),r=n.type,i=n.timeout,o=n.propCount;if(!r)return a();var l="transition"===r?Ln:Cn,u=0,c=function(){e.removeEventListener(l,s),a()},s=function(t){t.target===e&&++u>=o&&c()};setTimeout((function(){u<o&&c()}),i+1),e.addEventListener(l,s)}var Tn=/\b(transform|all)(,|$)/;function zn(e,t){var a,n=window.getComputedStyle(e),r=n[bn+"Delay"].split(", "),i=n[bn+"Duration"].split(", "),o=On(r,i),l=n[wn+"Delay"].split(", "),u=n[wn+"Duration"].split(", "),c=On(l,u),s=0,h=0;return"transition"===t?o>0&&(a="transition",s=o,h=i.length):"animation"===t?c>0&&(a="animation",s=c,h=u.length):h=(a=(s=Math.max(o,c))>0?o>c?"transition":"animation":null)?"transition"===a?i.length:u.length:0,{type:a,timeout:s,propCount:h,hasTransform:"transition"===a&&Tn.test(n[bn+"Property"])}}function On(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,a){return Pn(t)+Pn(e[a])})))}function Pn(e){return 1e3*Number(e.slice(0,-1))}function Nn(e,t){var a=e.elm;r(a._leaveCb)&&(a._leaveCb.cancelled=!0,a._leaveCb());var i=gn(e.data.transition);if(!n(i)&&!r(a._enterCb)&&1===a.nodeType){for(var o=i.css,u=i.type,c=i.enterClass,s=i.enterToClass,h=i.enterActiveClass,d=i.appearClass,f=i.appearToClass,m=i.appearActiveClass,A=i.beforeEnter,v=i.enter,y=i.afterEnter,Z=i.enterCancelled,H=i.beforeAppear,g=i.appear,M=i.afterAppear,V=i.appearCancelled,b=i.duration,L=yt,w=yt.$vnode;w&&w.parent;)L=(w=w.parent).context;var C=!L._isMounted||!e.isRootInsert;if(!C||g||""===g){var x=C&&d?d:c,_=C&&m?m:h,k=C&&f?f:s,S=C&&H||A,E=C&&"function"==typeof g?g:v,T=C&&M||y,O=C&&V||Z,P=p(l(b)?b.enter:b);0;var N=!1!==o&&!W,j=qn(E),D=a._enterCb=z((function(){N&&(Sn(a,k),Sn(a,_)),D.cancelled?(N&&Sn(a,x),O&&O(a)):T&&T(a),a._enterCb=null}));e.data.show||it(e,"insert",(function(){var t=a.parentNode,n=t&&t._pending&&t._pending[e.key];n&&n.tag===e.tag&&n.elm._leaveCb&&n.elm._leaveCb(),E&&E(a,D)})),S&&S(a),N&&(kn(a,x),kn(a,_),_n((function(){Sn(a,x),D.cancelled||(kn(a,k),j||(Dn(P)?setTimeout(D,P):En(a,u,D)))}))),e.data.show&&(t&&t(),E&&E(a,D)),N||j||D()}}}function jn(e,t){var a=e.elm;r(a._enterCb)&&(a._enterCb.cancelled=!0,a._enterCb());var i=gn(e.data.transition);if(n(i)||1!==a.nodeType)return t();if(!r(a._leaveCb)){var o=i.css,u=i.type,c=i.leaveClass,s=i.leaveToClass,h=i.leaveActiveClass,d=i.beforeLeave,f=i.leave,m=i.afterLeave,A=i.leaveCancelled,v=i.delayLeave,y=i.duration,Z=!1!==o&&!W,H=qn(f),g=p(l(y)?y.leave:y);0;var M=a._leaveCb=z((function(){a.parentNode&&a.parentNode._pending&&(a.parentNode._pending[e.key]=null),Z&&(Sn(a,s),Sn(a,h)),M.cancelled?(Z&&Sn(a,c),A&&A(a)):(t(),m&&m(a)),a._leaveCb=null}));v?v(V):V()}function V(){M.cancelled||(e.data.show||((a.parentNode._pending||(a.parentNode._pending={}))[e.key]=e),d&&d(a),Z&&(kn(a,c),kn(a,h),_n((function(){Sn(a,c),M.cancelled||(kn(a,s),H||(Dn(g)?setTimeout(M,g):En(a,u,M)))}))),f&&f(a,M),Z||H||M())}}function Dn(e){return"number"==typeof e&&!isNaN(e)}function qn(e){if(n(e))return!1;var t=e.fns;return r(t)?qn(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Rn(e,t){!0!==t.data.show&&Nn(t)}var In=function(e){var t,a,l={},u=e.modules,c=e.nodeOps;for(t=0;t<Na.length;++t)for(l[Na[t]]=[],a=0;a<u.length;++a)r(u[a][Na[t]])&&l[Na[t]].push(u[a][Na[t]]);function s(e){var t=c.parentNode(e);r(t)&&c.removeChild(t,e)}function h(e,t,a,n,o,u,s){if(r(e.elm)&&r(u)&&(e=u[s]=fe(e)),e.isRootInsert=!o,!function(e,t,a,n){var o=e.data;if(r(o)){var u=r(e.componentInstance)&&o.keepAlive;if(r(o=o.hook)&&r(o=o.init)&&o(e,!1,a,n),r(e.componentInstance))return d(e,t),i(u)&&function(e,t,a,n){var i,o=e;for(;o.componentInstance;)if(o=o.componentInstance._vnode,r(i=o.data)&&r(i=i.transition)){for(i=0;i<l.activate.length;++i)l.activate[i](Pa,o);t.push(o);break}p(a,e.elm,n)}(e,t,a,n),!0}}(e,t,a,n)){var h=e.data,f=e.children,A=e.tag;r(A)?(e.elm=e.ns?c.createElementNS(e.ns,A):c.createElement(A,e),y(e),m(e,f,t),r(h)&&v(e,t),p(a,e.elm,n)):i(e.isComment)?(e.elm=c.createComment(e.text),p(a,e.elm,n)):(e.elm=c.createTextNode(e.text),p(a,e.elm,n))}}function d(e,t){r(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,A(e)?(v(e,t),y(e)):(Oa(e),t.push(e))}function p(e,t,a){r(e)&&(r(a)?a.parentNode===e&&c.insertBefore(e,t,a):c.appendChild(e,t))}function m(e,t,a){if(Array.isArray(t)){0;for(var n=0;n<t.length;++n)h(t[n],a,e.elm,null,!0,t,n)}else o(e.text)&&c.appendChild(e.elm,c.createTextNode(String(e.text)))}function A(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return r(e.tag)}function v(e,a){for(var n=0;n<l.create.length;++n)l.create[n](Pa,e);r(t=e.data.hook)&&(r(t.create)&&t.create(Pa,e),r(t.insert)&&a.push(e))}function y(e){var t;if(r(t=e.fnScopeId))c.setStyleScope(e.elm,t);else for(var a=e;a;)r(t=a.context)&&r(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t),a=a.parent;r(t=yt)&&t!==e.context&&t!==e.fnContext&&r(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t)}function Z(e,t,a,n,r,i){for(;n<=r;++n)h(a[n],i,e,t,!1,a,n)}function H(e){var t,a,n=e.data;if(r(n))for(r(t=n.hook)&&r(t=t.destroy)&&t(e),t=0;t<l.destroy.length;++t)l.destroy[t](e);if(r(t=e.children))for(a=0;a<e.children.length;++a)H(e.children[a])}function g(e,t,a,n){for(;a<=n;++a){var i=t[a];r(i)&&(r(i.tag)?(M(i),H(i)):s(i.elm))}}function M(e,t){if(r(t)||r(e.data)){var a,n=l.remove.length+1;for(r(t)?t.listeners+=n:t=function(e,t){function a(){0==--a.listeners&&s(e)}return a.listeners=t,a}(e.elm,n),r(a=e.componentInstance)&&r(a=a._vnode)&&r(a.data)&&M(a,t),a=0;a<l.remove.length;++a)l.remove[a](e,t);r(a=e.data.hook)&&r(a=a.remove)?a(e,t):t()}else s(e.elm)}function V(e,t,a,n){for(var i=a;i<n;i++){var o=t[i];if(r(o)&&ja(e,o))return i}}function b(e,t,a,o){if(e!==t){var u=t.elm=e.elm;if(i(e.isAsyncPlaceholder))r(t.asyncFactory.resolved)?C(e.elm,t,a):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)&&A(t)){for(s=0;s<l.update.length;++s)l.update[s](e,t);r(s=d.hook)&&r(s=s.update)&&s(e,t)}n(t.text)?r(p)&&r(f)?p!==f&&function(e,t,a,i,o){var l,u,s,d=0,p=0,f=t.length-1,m=t[0],A=t[f],v=a.length-1,y=a[0],H=a[v],M=!o;for(0;d<=f&&p<=v;)n(m)?m=t[++d]:n(A)?A=t[--f]:ja(m,y)?(b(m,y,i),m=t[++d],y=a[++p]):ja(A,H)?(b(A,H,i),A=t[--f],H=a[--v]):ja(m,H)?(b(m,H,i),M&&c.insertBefore(e,m.elm,c.nextSibling(A.elm)),m=t[++d],H=a[--v]):ja(A,y)?(b(A,y,i),M&&c.insertBefore(e,A.elm,m.elm),A=t[--f],y=a[++p]):(n(l)&&(l=Da(t,d,f)),n(u=r(y.key)?l[y.key]:V(y,t,d,f))?h(y,i,e,m.elm,!1,a,p):ja(s=t[u],y)?(b(s,y,i),t[u]=void 0,M&&c.insertBefore(e,s.elm,m.elm)):h(y,i,e,m.elm,!1,a,p),y=a[++p]);d>f?Z(e,n(a[v+1])?null:a[v+1].elm,a,p,v,i):p>v&&g(0,t,d,f)}(u,p,f,a,o):r(f)?(r(e.text)&&c.setTextContent(u,""),Z(u,null,f,0,f.length-1,a)):r(p)?g(0,p,0,p.length-1):r(e.text)&&c.setTextContent(u,""):e.text!==t.text&&c.setTextContent(u,t.text),r(d)&&r(s=d.hook)&&r(s=s.postpatch)&&s(e,t)}}}function L(e,t,a){if(i(a)&&r(e.parent))e.parent.data.pendingInsert=t;else for(var n=0;n<t.length;++n)t[n].data.hook.insert(t[n])}var w=f("attrs,class,staticClass,staticStyle,key");function C(e,t,a,n){var o,l=t.tag,u=t.data,c=t.children;if(n=n||u&&u.pre,t.elm=e,i(t.isComment)&&r(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(r(u)&&(r(o=u.hook)&&r(o=o.init)&&o(t,!0),r(o=t.componentInstance)))return d(t,a),!0;if(r(l)){if(r(c))if(e.hasChildNodes())if(r(o=u)&&r(o=o.domProps)&&r(o=o.innerHTML)){if(o!==e.innerHTML)return!1}else{for(var s=!0,h=e.firstChild,p=0;p<c.length;p++){if(!h||!C(h,c[p],a,n)){s=!1;break}h=h.nextSibling}if(!s||h)return!1}else m(t,c,a);if(r(u)){var f=!1;for(var A in u)if(!w(A)){f=!0,v(t,a);break}!f&&u.class&&et(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,a,o,u,s){if(!n(t)){var d,p=!1,f=[];if(n(e))p=!0,h(t,f,u,s);else{var m=r(e.nodeType);if(!m&&ja(e,t))b(e,t,f,o);else{if(m){if(1===e.nodeType&&e.hasAttribute("data-server-rendered")&&(e.removeAttribute("data-server-rendered"),a=!0),i(a)&&C(e,t,f))return L(t,f,!0),e;d=e,e=new se(c.tagName(d).toLowerCase(),{},[],void 0,d)}var v=e.elm,y=c.parentNode(v);if(h(t,f,v._leaveCb?null:y,c.nextSibling(v)),r(t.parent))for(var Z=t.parent,M=A(t);Z;){for(var V=0;V<l.destroy.length;++V)l.destroy[V](Z);if(Z.elm=t.elm,M){for(var w=0;w<l.create.length;++w)l.create[w](Pa,Z);var x=Z.data.hook.insert;if(x.merged)for(var _=1;_<x.fns.length;_++)x.fns[_]()}else Oa(Z);Z=Z.parent}r(y)?g(0,[e],0,0):r(e.tag)&&H(e)}}return L(t,f,p),t.elm}r(e)&&H(e)}}({nodeOps:Ta,modules:[Ka,Ja,nn,ln,yn,I?{create:Rn,activate:Rn,remove:function(e,t){!0!==e.data.show?jn(e,t):t()}}:{}].concat($a)});W&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&Kn(e,"input")}));var Fn={inserted:function(e,t,a,n){"select"===a.tag?(n.elm&&!n.elm._vOptions?it(a,"postpatch",(function(){Fn.componentUpdated(e,t,a)})):Bn(e,t,a.context),e._vOptions=[].map.call(e.options,Wn)):("textarea"===a.tag||Ea(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",Qn),e.addEventListener("compositionend",Gn),e.addEventListener("change",Gn),W&&(e.vmodel=!0)))},componentUpdated:function(e,t,a){if("select"===a.tag){Bn(e,t,a.context);var n=e._vOptions,r=e._vOptions=[].map.call(e.options,Wn);if(r.some((function(e,t){return!E(e,n[t])})))(e.multiple?t.value.some((function(e){return $n(e,r)})):t.value!==t.oldValue&&$n(t.value,r))&&Kn(e,"change")}}};function Bn(e,t,a){Un(e,t,a),($||Q)&&setTimeout((function(){Un(e,t,a)}),0)}function Un(e,t,a){var n=t.value,r=e.multiple;if(!r||Array.isArray(n)){for(var i,o,l=0,u=e.options.length;l<u;l++)if(o=e.options[l],r)i=T(n,Wn(o))>-1,o.selected!==i&&(o.selected=i);else if(E(Wn(o),n))return void(e.selectedIndex!==l&&(e.selectedIndex=l));r||(e.selectedIndex=-1)}}function $n(e,t){return t.every((function(t){return!E(t,e)}))}function Wn(e){return"_value"in e?e._value:e.value}function Qn(e){e.target.composing=!0}function Gn(e){e.target.composing&&(e.target.composing=!1,Kn(e.target,"input"))}function Kn(e,t){var a=document.createEvent("HTMLEvents");a.initEvent(t,!0,!0),e.dispatchEvent(a)}function Xn(e){return!e.componentInstance||e.data&&e.data.transition?e:Xn(e.componentInstance._vnode)}var Yn={model:Fn,show:{bind:function(e,t,a){var n=t.value,r=(a=Xn(a)).data&&a.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;n&&r?(a.data.show=!0,Nn(a,(function(){e.style.display=i}))):e.style.display=n?i:"none"},update:function(e,t,a){var n=t.value;!n!=!t.oldValue&&((a=Xn(a)).data&&a.data.transition?(a.data.show=!0,n?Nn(a,(function(){e.style.display=e.__vOriginalDisplay})):jn(a,(function(){e.style.display="none"}))):e.style.display=n?e.__vOriginalDisplay:"none")},unbind:function(e,t,a,n,r){r||(e.style.display=e.__vOriginalDisplay)}}},Jn={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={},a=e.$options;for(var n in a.propsData)t[n]=e[n];var r=a._parentListeners;for(var i in r)t[g(i)]=r[i];return t}function ar(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var nr={name:"transition",props:Jn,abstract:!0,render:function(e){var t=this,a=this.$slots.default;if(a&&(a=a.filter((function(e){return e.tag||st(e)}))).length){0;var n=this.mode;0;var r=a[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 ar(e,r);var l="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?l+"comment":l+i.tag:o(i.key)?0===String(i.key).indexOf(l)?i.key:l+i.key:i.key;var u=(i.data||(i.data={})).transition=tr(this),c=this._vnode,s=er(c);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=C({},u);if("out-in"===n)return this._leaving=!0,it(h,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),ar(e,r);if("in-out"===n){if(st(i))return c;var d,p=function(){d()};it(u,"afterEnter",p),it(u,"enterCancelled",p),it(h,"delayLeave",(function(e){d=e}))}}return r}}},rr=C({tag:String,moveClass:String},Jn);function ir(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function or(e){e.data.newPos=e.elm.getBoundingClientRect()}function lr(e){var t=e.data.pos,a=e.data.newPos,n=t.left-a.left,r=t.top-a.top;if(n||r){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+n+"px,"+r+"px)",i.transitionDuration="0s"}}delete rr.mode;var ur={Transition:nr,TransitionGroup:{props:rr,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",a=Object.create(null),n=this.prevChildren=this.children,r=this.$slots.default||[],i=this.children=[],o=tr(this),l=0;l<r.length;l++){var u=r[l];if(u.tag)if(null!=u.key&&0!==String(u.key).indexOf("__vlist"))i.push(u),a[u.key]=u,(u.data||(u.data={})).transition=o;else;}if(n){for(var c=[],s=[],h=0;h<n.length;h++){var d=n[h];d.data.transition=o,d.data.pos=d.elm.getBoundingClientRect(),a[d.key]?c.push(d):s.push(d)}this.kept=e(t,null,c),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(or),e.forEach(lr),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var a=e.elm,n=a.style;kn(a,t),n.transform=n.WebkitTransform=n.transitionDuration="",a.addEventListener(Ln,a._moveCb=function e(n){n&&!/transform$/.test(n.propertyName)||(a.removeEventListener(Ln,e),a._moveCb=null,Sn(a,t))})}})))},methods:{hasMove:function(e,t){if(!Vn)return!1;if(this._hasMove)return this._hasMove;var a=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){Hn(a,e)})),Zn(a,t),a.style.display="none",this.$el.appendChild(a);var n=zn(a);return this.$el.removeChild(a),this._hasMove=n.hasTransform}}}};la.config.mustUseProp=function(e,t,a){return"value"===a&&Aa(e)&&"button"!==t||"selected"===a&&"option"===e||"checked"===a&&"input"===e||"muted"===a&&"video"===e},la.config.isReservedTag=ka,la.config.isReservedAttr=ma,la.config.getTagNamespace=function(e){return _a(e)?"svg":"math"===e?"math":void 0},la.config.isUnknownElement=function(e){if(!I)return!0;if(ka(e))return!1;if(e=e.toLowerCase(),null!=Sa[e])return Sa[e];var t=document.createElement(e);return e.indexOf("-")>-1?Sa[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Sa[e]=/HTMLUnknownElement/.test(t.toString())},C(la.options.directives,Yn),C(la.options.components,ur),la.prototype.__patch__=I?In:_,la.prototype.$mount=function(e,t){return function(e,t,a){var n;return e.$el=t,e.$options.render||(e.$options.render=de),gt(e,"beforeMount"),n=function(){e._update(e._render(),a)},new kt(e,n,_,null,!0),a=!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",la)}),0),t.default=la}.call(this,a("yLpj"))},L2JU:function(e,t,a){"use strict";a.r(t),a.d(t,"Store",(function(){return c})),a.d(t,"install",(function(){return v})),a.d(t,"mapState",(function(){return y})),a.d(t,"mapMutations",(function(){return Z})),a.d(t,"mapGetters",(function(){return H})),a.d(t,"mapActions",(function(){return g})),a.d(t,"createNamespacedHelpers",(function(){return M}));var n="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function r(e,t){Object.keys(e).forEach((function(a){return t(e[a],a)}))}var i=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var a=e.state;this.state=("function"==typeof a?a():a)||{}},o={namespaced:{configurable:!0}};o.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,o);var l=function(e){this.register([],e,!1)};l.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},l.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,a){return e+((t=t.getChild(a)).namespaced?a+"/":"")}),"")},l.prototype.update=function(e){!function e(t,a,n){0;if(a.update(n),n.modules)for(var r in n.modules){if(!a.getChild(r))return void 0;e(t.concat(r),a.getChild(r),n.modules[r])}}([],this.root,e)},l.prototype.register=function(e,t,a){var n=this;void 0===a&&(a=!0);var o=new i(t,a);0===e.length?this.root=o:this.get(e.slice(0,-1)).addChild(e[e.length-1],o);t.modules&&r(t.modules,(function(t,r){n.register(e.concat(r),t,a)}))},l.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),a=e[e.length-1];t.getChild(a).runtime&&t.removeChild(a)};var u;var c=function(e){var t=this;void 0===e&&(e={}),!u&&"undefined"!=typeof window&&window.Vue&&v(window.Vue);var a=e.plugins;void 0===a&&(a=[]);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 l(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u;var o=this,c=this.dispatch,s=this.commit;this.dispatch=function(e,t){return c.call(o,e,t)},this.commit=function(e,t,a){return s.call(o,e,t,a)},this.strict=r,f(this,i,[],this._modules.root),p(this,i),a.forEach((function(e){return e(t)})),u.config.devtools&&function(e){n&&(e._devtoolHook=n,n.emit("vuex:init",e),n.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){n.emit("vuex:mutation",e,t)})))}(this)},s={state:{configurable:!0}};function h(e,t){return t.indexOf(e)<0&&t.push(e),function(){var a=t.indexOf(e);a>-1&&t.splice(a,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 a=e.state;f(e,a,[],e._modules.root,!0),p(e,a,t)}function p(e,t,a){var n=e._vm;e.getters={};var i=e._wrappedGetters,o={};r(i,(function(t,a){o[a]=function(){return t(e)},Object.defineProperty(e.getters,a,{get:function(){return e._vm[a]},enumerable:!0})}));var l=u.config.silent;u.config.silent=!0,e._vm=new u({data:{$$state:t},computed:o}),u.config.silent=l,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),n&&(a&&e._withCommit((function(){n._data.$$state=null})),u.nextTick((function(){return n.$destroy()})))}function f(e,t,a,n,r){var i=!a.length,o=e._modules.getNamespace(a);if(n.namespaced&&(e._modulesNamespaceMap[o]=n),!i&&!r){var l=m(t,a.slice(0,-1)),c=a[a.length-1];e._withCommit((function(){u.set(l,c,n.state)}))}var s=n.context=function(e,t,a){var n=""===t,r={dispatch:n?e.dispatch:function(a,n,r){var i=A(a,n,r),o=i.payload,l=i.options,u=i.type;return l&&l.root||(u=t+u),e.dispatch(u,o)},commit:n?e.commit:function(a,n,r){var i=A(a,n,r),o=i.payload,l=i.options,u=i.type;l&&l.root||(u=t+u),e.commit(u,o,l)}};return Object.defineProperties(r,{getters:{get:n?function(){return e.getters}:function(){return function(e,t){var a={},n=t.length;return Object.keys(e.getters).forEach((function(r){if(r.slice(0,n)===t){var i=r.slice(n);Object.defineProperty(a,i,{get:function(){return e.getters[r]},enumerable:!0})}})),a}(e,t)}},state:{get:function(){return m(e.state,a)}}}),r}(e,o,a);n.forEachMutation((function(t,a){!function(e,t,a,n){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){a.call(e,n.state,t)}))}(e,o+a,t,s)})),n.forEachAction((function(t,a){var n=t.root?a:o+a,r=t.handler||t;!function(e,t,a,n){(e._actions[t]||(e._actions[t]=[])).push((function(t,r){var i,o=a.call(e,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:e.getters,rootState:e.state},t,r);return(i=o)&&"function"==typeof i.then||(o=Promise.resolve(o)),e._devtoolHook?o.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):o}))}(e,n,r,s)})),n.forEachGetter((function(t,a){!function(e,t,a,n){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return a(n.state,n.getters,e.state,e.getters)}}(e,o+a,t,s)})),n.forEachChild((function(n,i){f(e,t,a.concat(i),n,r)}))}function m(e,t){return t.length?t.reduce((function(e,t){return e[t]}),e):e}function A(e,t,a){var n;return null!==(n=e)&&"object"==typeof n&&e.type&&(a=t,t=e,e=e.type),{type:e,payload:t,options:a}}function v(e){u&&e===u||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:a});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[a].concat(e.init):a,t.call(this,e)}}function a(){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)}}(u=e)}s.state.get=function(){return this._vm._data.$$state},s.state.set=function(e){0},c.prototype.commit=function(e,t,a){var n=this,r=A(e,t,a),i=r.type,o=r.payload,l=(r.options,{type:i,payload:o}),u=this._mutations[i];u&&(this._withCommit((function(){u.forEach((function(e){e(o)}))})),this._subscribers.forEach((function(e){return e(l,n.state)})))},c.prototype.dispatch=function(e,t){var a=this,n=A(e,t),r=n.type,i=n.payload,o={type:r,payload:i},l=this._actions[r];if(l)return this._actionSubscribers.forEach((function(e){return e(o,a.state)})),l.length>1?Promise.all(l.map((function(e){return e(i)}))):l[0](i)},c.prototype.subscribe=function(e){return h(e,this._subscribers)},c.prototype.subscribeAction=function(e){return h(e,this._actionSubscribers)},c.prototype.watch=function(e,t,a){var n=this;return this._watcherVM.$watch((function(){return e(n.state,n.getters)}),t,a)},c.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},c.prototype.registerModule=function(e,t,a){void 0===a&&(a={}),"string"==typeof e&&(e=[e]),this._modules.register(e,t),f(this,this.state,e,this._modules.get(e),a.preserveState),p(this,this.state)},c.prototype.unregisterModule=function(e){var t=this;"string"==typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var a=m(t.state,e.slice(0,-1));u.delete(a,e[e.length-1])})),d(this)},c.prototype.hotUpdate=function(e){this._modules.update(e),d(this,!0)},c.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(c.prototype,s);var y=b((function(e,t){var a={};return V(t).forEach((function(t){var n=t.key,r=t.val;a[n]=function(){var t=this.$store.state,a=this.$store.getters;if(e){var n=L(this.$store,"mapState",e);if(!n)return;t=n.context.state,a=n.context.getters}return"function"==typeof r?r.call(this,t,a):t[r]},a[n].vuex=!0})),a})),Z=b((function(e,t){var a={};return V(t).forEach((function(t){var n=t.key,r=t.val;a[n]=function(){for(var t=[],a=arguments.length;a--;)t[a]=arguments[a];var n=this.$store.commit;if(e){var i=L(this.$store,"mapMutations",e);if(!i)return;n=i.context.commit}return"function"==typeof r?r.apply(this,[n].concat(t)):n.apply(this.$store,[r].concat(t))}})),a})),H=b((function(e,t){var a={};return V(t).forEach((function(t){var n=t.key,r=t.val;r=e+r,a[n]=function(){if(!e||L(this.$store,"mapGetters",e))return this.$store.getters[r]},a[n].vuex=!0})),a})),g=b((function(e,t){var a={};return V(t).forEach((function(t){var n=t.key,r=t.val;a[n]=function(){for(var t=[],a=arguments.length;a--;)t[a]=arguments[a];var n=this.$store.dispatch;if(e){var i=L(this.$store,"mapActions",e);if(!i)return;n=i.context.dispatch}return"function"==typeof r?r.apply(this,[n].concat(t)):n.apply(this.$store,[r].concat(t))}})),a})),M=function(e){return{mapState:y.bind(null,e),mapGetters:H.bind(null,e),mapMutations:Z.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 b(e){return function(t,a){return"string"!=typeof t?(a=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,a)}}function L(e,t,a){return e._modulesNamespaceMap[a]}var w={Store:c,install:v,version:"3.0.1",mapState:y,mapMutations:Z,mapGetters:H,mapActions:g,createNamespacedHelpers:M};t.default=w},L4hS:function(e,t,a){},LYNF:function(e,t,a){"use strict";var n=a("OH9c");e.exports=function(e,t,a,r,i){var o=new Error(e);return n(o,t,a,r,i)}},Lmem:function(e,t,a){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},M1xp:function(e,t,a){var n=a("a0xu");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},MCSJ:function(e,t){e.exports=function(e,t,a){var n=void 0===a;switch(t.length){case 0:return n?e():e.call(a);case 1:return n?e(t[0]):e.call(a,t[0]);case 2:return n?e(t[0],t[1]):e.call(a,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(a,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(a,t[0],t[1],t[2],t[3])}return e.apply(a,t)}},MLWZ:function(e,t,a){"use strict";var n=a("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,a){if(!t)return e;var i;if(a)i=a(t);else if(n.isURLSearchParams(t))i=t.toString();else{var o=[];n.forEach(t,(function(e,t){null!=e&&(n.isArray(e)?t+="[]":e=[e],n.forEach(e,(function(e){n.isDate(e)?e=e.toISOString():n.isObject(e)&&(e=JSON.stringify(e)),o.push(r(t)+"="+r(e))})))})),i=o.join("&")}if(i){var l=e.indexOf("#");-1!==l&&(e=e.slice(0,l)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},MPFp:function(e,t,a){"use strict";var n=a("uOPS"),r=a("Y7ZC"),i=a("kTiW"),o=a("NegM"),l=a("SBuE"),u=a("j2DC"),c=a("RfKB"),s=a("U+KD"),h=a("UWiX")("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,a,f,m,A,v){u(a,t,f);var y,Z,H,g=function(e){if(!d&&e in L)return L[e];switch(e){case"keys":case"values":return function(){return new a(this,e)}}return function(){return new a(this,e)}},M=t+" Iterator",V="values"==m,b=!1,L=e.prototype,w=L[h]||L["@@iterator"]||m&&L[m],C=w||g(m),x=m?V?g("entries"):C:void 0,_="Array"==t&&L.entries||w;if(_&&(H=s(_.call(new e)))!==Object.prototype&&H.next&&(c(H,M,!0),n||"function"==typeof H[h]||o(H,h,p)),V&&w&&"values"!==w.name&&(b=!0,C=function(){return w.call(this)}),n&&!v||!d&&!b&&L[h]||o(L,h,C),l[t]=C,l[M]=p,m)if(y={values:V?C:g("values"),keys:A?C:g("keys"),entries:x},v)for(Z in y)Z in L||i(L,Z,y[Z]);else r(r.P+r.F*(d||b),t,y);return y}},MgzW:function(e,t,a){"use strict";var n=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(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={},a=0;a<10;a++)t["_"+String.fromCharCode(a)]=a;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,l,u=o(e),c=1;c<arguments.length;c++){for(var s in a=Object(arguments[c]))r.call(a,s)&&(u[s]=a[s]);if(n){l=n(a);for(var h=0;h<l.length;h++)i.call(a,l[h])&&(u[l[h]]=a[l[h]])}}return u}},Mj6V:function(e,t,a){var n,r;void 0===(r="function"==typeof(n=function(){var e,t,a={version:"0.2.0"},n=a.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,a){return e<t?t:e>a?a:e}function i(e){return 100*(-1+e)}a.configure=function(e){var t,a;for(t in e)void 0!==(a=e[t])&&e.hasOwnProperty(t)&&(n[t]=a);return this},a.status=null,a.set=function(e){var t=a.isStarted();e=r(e,n.minimum,1),a.status=1===e?null:e;var u=a.render(!t),c=u.querySelector(n.barSelector),s=n.speed,h=n.easing;return u.offsetWidth,o((function(t){""===n.positionUsing&&(n.positionUsing=a.getPositioningCSS()),l(c,function(e,t,a){var r;return(r="translate3d"===n.positionUsing?{transform:"translate3d("+i(e)+"%,0,0)"}:"translate"===n.positionUsing?{transform:"translate("+i(e)+"%,0)"}:{"margin-left":i(e)+"%"}).transition="all "+t+"ms "+a,r}(e,s,h)),1===e?(l(u,{transition:"none",opacity:1}),u.offsetWidth,setTimeout((function(){l(u,{transition:"all "+s+"ms linear",opacity:0}),setTimeout((function(){a.remove(),t()}),s)}),s)):setTimeout(t,s)})),this},a.isStarted=function(){return"number"==typeof a.status},a.start=function(){a.status||a.set(0);var e=function(){setTimeout((function(){a.status&&(a.trickle(),e())}),n.trickleSpeed)};return n.trickle&&e(),this},a.done=function(e){return e||a.status?a.inc(.3+.5*Math.random()).set(1):this},a.inc=function(e){var t=a.status;return t?("number"!=typeof e&&(e=(1-t)*r(Math.random()*t,.1,.95)),t=r(t+e,0,.994),a.set(t)):a.start()},a.trickle=function(){return a.inc(Math.random()*n.trickleRate)},e=0,t=0,a.promise=function(n){return n&&"resolved"!==n.state()?(0===t&&a.start(),e++,t++,n.always((function(){0==--t?(e=0,a.done()):a.set((e-t)/e)})),this):this},a.render=function(e){if(a.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=n.template;var r,o=t.querySelector(n.barSelector),u=e?"-100":i(a.status||0),s=document.querySelector(n.parent);return l(o,{transition:"all 0 linear",transform:"translate3d("+u+"%,0,0)"}),n.showSpinner||(r=t.querySelector(n.spinnerSelector))&&d(r),s!=document.body&&c(s,"nprogress-custom-parent"),s.appendChild(t),t},a.remove=function(){s(document.documentElement,"nprogress-busy"),s(document.querySelector(n.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&d(e)},a.isRendered=function(){return!!document.getElementById("nprogress")},a.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 o=function(){var e=[];function t(){var a=e.shift();a&&a(t)}return function(a){e.push(a),1==e.length&&t()}}(),l=function(){var e=["Webkit","O","Moz","ms"],t={};function a(a){return a=a.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()})),t[a]||(t[a]=function(t){var a=document.body.style;if(t in a)return t;for(var n,r=e.length,i=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((n=e[r]+i)in a)return n;return t}(a))}function n(e,t,n){t=a(t),e.style[t]=n}return function(e,t){var a,r,i=arguments;if(2==i.length)for(a in t)void 0!==(r=t[a])&&t.hasOwnProperty(a)&&n(e,a,r);else n(e,i[1],i[2])}}();function u(e,t){return("string"==typeof e?e:h(e)).indexOf(" "+t+" ")>=0}function c(e,t){var a=h(e),n=a+t;u(a,t)||(e.className=n.substring(1))}function s(e,t){var a,n=h(e);u(e,t)&&(a=n.replace(" "+t+" "," "),e.className=a.substring(1,a.length-1))}function h(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function d(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return a})?n.call(t,a,t,e):n)||(e.exports=r)},MvwC:function(e,t,a){var n=a("5T2Y").document;e.exports=n&&n.documentElement},NV0k:function(e,t){t.f={}.propertyIsEnumerable},NegM:function(e,t,a){var n=a("2faE"),r=a("rr1i");e.exports=a("jmDH")?function(e,t,a){return n.f(e,t,r(1,a))}:function(e,t,a){return e[t]=a,e}},"NsO/":function(e,t,a){var n=a("M1xp"),r=a("Jes0");e.exports=function(e){return n(r(e))}},NwJ3:function(e,t,a){var n=a("SBuE"),r=a("UWiX")("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||i[r]===e)}},OH9c:function(e,t,a){"use strict";e.exports=function(e,t,a,n,r){return e.config=t,a&&(e.code=a),e.request=n,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,a){"use strict";var n=a("xTJ+");e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),a=document.createElement("a");function r(e){var n=e;return t&&(a.setAttribute("href",n),n=a.href),a.setAttribute("href",n),{href:a.href,protocol:a.protocol?a.protocol.replace(/:$/,""):"",host:a.host,search:a.search?a.search.replace(/^\?/,""):"",hash:a.hash?a.hash.replace(/^#/,""):"",hostname:a.hostname,port:a.port,pathname:"/"===a.pathname.charAt(0)?a.pathname:"/"+a.pathname}}return e=r(window.location.href),function(t){var a=n.isString(t)?r(t):t;return a.protocol===e.protocol&&a.host===e.host}}():function(){return!0}},Ojgd:function(e,t){var a=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:a)(e)}},P2sY:function(e,t,a){e.exports={default:a("UbbE"),__esModule:!0}},PBE1:function(e,t,a){"use strict";var n=a("Y7ZC"),r=a("WEpk"),i=a("5T2Y"),o=a("8gHz"),l=a("zXhZ");n(n.P+n.R,"Promise",{finally:function(e){var t=o(this,r.Promise||i.Promise),a="function"==typeof e;return this.then(a?function(a){return l(t,e()).then((function(){return a}))}:e,a?function(a){return l(t,e()).then((function(){throw a}))}:e)}})},PE4B:function(e,t,a){"use strict";var n=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 a;return t&&!0===t.clone&&n(e)?l((a=e,Array.isArray(a)?[]:{}),e,t):e}function o(e,t,a){var r=e.slice();return t.forEach((function(t,o){void 0===r[o]?r[o]=i(t,a):n(t)?r[o]=l(e[o],t,a):-1===e.indexOf(t)&&r.push(i(t,a))})),r}function l(e,t,a){var r=Array.isArray(t);return r===Array.isArray(e)?r?((a||{arrayMerge:o}).arrayMerge||o)(e,t,a):function(e,t,a){var r={};return n(e)&&Object.keys(e).forEach((function(t){r[t]=i(e[t],a)})),Object.keys(t).forEach((function(o){n(t[o])&&e[o]?r[o]=l(e[o],t[o],a):r[o]=i(t[o],a)})),r}(e,t,a):i(t,a)}l.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,a){return l(e,a,t)}))};var u=l;e.exports=u},"Q/yX":function(e,t,a){"use strict";var n=a("Y7ZC"),r=a("ZW5q"),i=a("RDmV");n(n.S,"Promise",{try:function(e){var t=r.f(this),a=i(e);return(a.e?t.reject:t.resolve)(a.v),t.promise}})},QCnb:function(e,t,a){"use strict";e.exports=a("+wdc")},QMMT:function(e,t,a){var n=a("a0xu"),r=a("UWiX")("toStringTag"),i="Arguments"==n(function(){return arguments}());e.exports=function(e){var t,a,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(a=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),r))?a:i?n(t):"Object"==(o=n(t))&&"function"==typeof t.callee?"Arguments":o}},QXhf:function(e,t,a){var n,r,i,o=a("2GTP"),l=a("MCSJ"),u=a("MvwC"),c=a("Hsns"),s=a("5T2Y"),h=s.process,d=s.setImmediate,p=s.clearImmediate,f=s.MessageChannel,m=s.Dispatch,A=0,v={},y=function(){var e=+this;if(v.hasOwnProperty(e)){var t=v[e];delete v[e],t()}},Z=function(e){y.call(e.data)};d&&p||(d=function(e){for(var t=[],a=1;arguments.length>a;)t.push(arguments[a++]);return v[++A]=function(){l("function"==typeof e?e:Function(e),t)},n(A),A},p=function(e){delete v[e]},"process"==a("a0xu")(h)?n=function(e){h.nextTick(o(y,e,1))}:m&&m.now?n=function(e){m.now(o(y,e,1))}:f?(i=(r=new f).port2,r.port1.onmessage=Z,n=o(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(n=function(e){s.postMessage(e+"","*")},s.addEventListener("message",Z,!1)):n="onreadystatechange"in c("script")?function(e){u.appendChild(c("script")).onreadystatechange=function(){u.removeChild(this),y.call(e)}}:function(e){setTimeout(o(y,e,1),0)}),e.exports={set:d,clear:p}},QbLZ:function(e,t,a){"use strict";t.__esModule=!0;var n,r=a("P2sY"),i=(n=r)&&n.__esModule?n:{default:n};t.default=i.default||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e}},"R+7+":function(e,t,a){var n=a("w6GO"),r=a("mqlF"),i=a("NV0k");e.exports=function(e){var t=n(e),a=r.f;if(a)for(var o,l=a(e),u=i.f,c=0;l.length>c;)u.call(e,o=l[c++])&&t.push(o);return t}},RDmV:function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}}},RfKB:function(e,t,a){var n=a("2faE").f,r=a("B+OT"),i=a("UWiX")("toStringTag");e.exports=function(e,t,a){e&&!r(e=a?e:e.prototype,i)&&n(e,i,{configurable:!0,value:t})}},"Rn+g":function(e,t,a){"use strict";var n=a("LYNF");e.exports=function(e,t,a){var r=a.config.validateStatus;a.status&&r&&!r(a.status)?t(n("Request failed with status code "+a.status,a.config,null,a.request,a)):e(a)}},SBuE:function(e,t){e.exports={}},SYky:function(e,t,a){!function(e,t,a){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=n(t),i=n(a);function o(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function l(e,t,a){return t&&o(e.prototype,t),a&&o(e,a),e}function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e}).apply(this,arguments)}function c(e){var t=this,a=!1;return r.default(this).one(s.TRANSITION_END,(function(){a=!0})),setTimeout((function(){a||s.triggerTransitionEnd(t)}),e),this}var s={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 a=e.getAttribute("href");t=a&&"#"!==a?a.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"),a=r.default(e).css("transition-delay"),n=parseFloat(t),i=parseFloat(a);return n||i?(t=t.split(",")[0],a=a.split(",")[0],1e3*(parseFloat(t)+parseFloat(a))):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,a){for(var n in a)if(Object.prototype.hasOwnProperty.call(a,n)){var r=a[n],i=t[n],o=i&&s.isElement(i)?"element":null==(l=i)?""+l:{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(r).test(o))throw new Error(e.toUpperCase()+': Option "'+n+'" provided type "'+o+'" but expected type "'+r+'".')}var l},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?s.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")}};s.jQueryDetection(),r.default.fn.emulateTransitionEnd=c,r.default.event.special[s.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(e){if(r.default(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}};var h="alert",d=r.default.fn[h],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=s.getSelectorFromElement(e),a=!1;return t&&(a=document.querySelector(t)),a||(a=r.default(e).closest(".alert")[0]),a},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 a=s.getTransitionDurationFromElement(e);r.default(e).one(s.TRANSITION_END,(function(a){return t._destroyElement(e,a)})).emulateTransitionEnd(a)}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 a=r.default(this),n=a.data("bs.alert");n||(n=new e(this),a.data("bs.alert",n)),"close"===t&&n[t](this)}))},e._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),e}();r.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',p._handleDismiss(new p)),r.default.fn[h]=p._jQueryInterface,r.default.fn[h].Constructor=p,r.default.fn[h].noConflict=function(){return r.default.fn[h]=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,a=r.default(this._element).closest('[data-toggle="buttons"]')[0];if(a){var n=this._element.querySelector('input:not([type="hidden"])');if(n){if("radio"===n.type)if(n.checked&&this._element.classList.contains("active"))e=!1;else{var i=a.querySelector(".active");i&&r.default(i).removeClass("active")}e&&("checkbox"!==n.type&&"radio"!==n.type||(n.checked=!this._element.classList.contains("active")),this.shouldAvoidTriggerChange||r.default(n).trigger("change")),n.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,a){return this.each((function(){var n=r.default(this),i=n.data("bs.button");i||(i=new e(this),n.data("bs.button",i)),i.shouldAvoidTriggerChange=a,"toggle"===t&&i[t]()}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),e}();r.default(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(e){var t=e.target,a=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 n=t.querySelector('input:not([type="hidden"])');if(n&&(n.hasAttribute("disabled")||n.classList.contains("disabled")))return void e.preventDefault();"INPUT"!==a.tagName&&"LABEL"===t.tagName||m._jQueryInterface.call(r.default(t),"toggle","INPUT"===a.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,a=e.length;t<a;t++){var n=e[t],r=n.querySelector('input:not([type="hidden"])');r.checked||r.hasAttribute("checked")?n.classList.add("active"):n.classList.remove("active")}for(var i=0,o=(e=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;i<o;i++){var l=e[i];"true"===l.getAttribute("aria-pressed")?l.classList.add("active"):l.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 A="carousel",v=".bs.carousel",y=r.default.fn[A],Z={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"},M=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")&&(s.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 a=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(a===e)return this.pause(),void this.cycle();var n=e>a?"next":"prev";this._slide(n,this._items[e])}},t.dispose=function(){r.default(this._element).off(v),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=u({},Z,e),s.typeCheckConfig(A,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)},a=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 a(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){t.originalEvent.touches&&t.originalEvent.touches.length>1?e.touchDeltaX=0:e.touchDeltaX=t.originalEvent.touches[0].clientX-e.touchStartX}(t)})),r.default(this._element).on("touchend.bs.carousel",(function(e){return a(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 a="next"===e,n="prev"===e,r=this._getItemIndex(t),i=this._items.length-1;if((n&&0===r||a&&r===i)&&!this._config.wrap)return t;var o=(r+("prev"===e?-1:1))%this._items.length;return-1===o?this._items[this._items.length-1]:this._items[o]},t._triggerSlideEvent=function(e,t){var a=this._getItemIndex(e),n=this._getItemIndex(this._element.querySelector(".active.carousel-item")),i=r.default.Event("slide.bs.carousel",{relatedTarget:e,direction:t,from:n,to:a});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 a=this._indicatorsElement.children[this._getItemIndex(e)];a&&r.default(a).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 a,n,i,o=this,l=this._element.querySelector(".active.carousel-item"),u=this._getItemIndex(l),c=t||l&&this._getItemByDirection(e,l),h=this._getItemIndex(c),d=Boolean(this._interval);if("next"===e?(a="carousel-item-left",n="carousel-item-next",i="left"):(a="carousel-item-right",n="carousel-item-prev",i="right"),c&&r.default(c).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(c,i).isDefaultPrevented()&&l&&c){this._isSliding=!0,d&&this.pause(),this._setActiveIndicatorElement(c),this._activeElement=c;var p=r.default.Event("slid.bs.carousel",{relatedTarget:c,direction:i,from:u,to:h});if(r.default(this._element).hasClass("slide")){r.default(c).addClass(n),s.reflow(c),r.default(l).addClass(a),r.default(c).addClass(a);var f=s.getTransitionDurationFromElement(l);r.default(l).one(s.TRANSITION_END,(function(){r.default(c).removeClass(a+" "+n).addClass("active"),r.default(l).removeClass("active "+n+" "+a),o._isSliding=!1,setTimeout((function(){return r.default(o._element).trigger(p)}),0)})).emulateTransitionEnd(f)}else r.default(l).removeClass("active"),r.default(c).addClass("active"),this._isSliding=!1,r.default(this._element).trigger(p);d&&this.cycle()}},e._jQueryInterface=function(t){return this.each((function(){var a=r.default(this).data("bs.carousel"),n=u({},Z,r.default(this).data());"object"==typeof t&&(n=u({},n,t));var i="string"==typeof t?t:n.slide;if(a||(a=new e(this,n),r.default(this).data("bs.carousel",a)),"number"==typeof t)a.to(t);else if("string"==typeof i){if(void 0===a[i])throw new TypeError('No method named "'+i+'"');a[i]()}else n.interval&&n.ride&&(a.pause(),a.cycle())}))},e._dataApiClickHandler=function(t){var a=s.getSelectorFromElement(this);if(a){var n=r.default(a)[0];if(n&&r.default(n).hasClass("carousel")){var i=u({},r.default(n).data(),r.default(this).data()),o=this.getAttribute("data-slide-to");o&&(i.interval=!1),e._jQueryInterface.call(r.default(n),i),o&&r.default(n).data("bs.carousel").to(o),t.preventDefault()}}},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return Z}}]),e}();r.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",M._dataApiClickHandler),r.default(window).on("load.bs.carousel.data-api",(function(){for(var e=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),t=0,a=e.length;t<a;t++){var n=r.default(e[t]);M._jQueryInterface.call(n,n.data())}})),r.default.fn[A]=M._jQueryInterface,r.default.fn[A].Constructor=M,r.default.fn[A].noConflict=function(){return r.default.fn[A]=y,M._jQueryInterface};var V="collapse",b=r.default.fn[V],L={toggle:!0,parent:""},w={toggle:"boolean",parent:"(string|element)"},C=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 a=[].slice.call(document.querySelectorAll('[data-toggle="collapse"]')),n=0,r=a.length;n<r;n++){var i=a[n],o=s.getSelectorFromElement(i),l=[].slice.call(document.querySelectorAll(o)).filter((function(t){return t===e}));null!==o&&l.length>0&&(this._selector=o,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,a,n=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 n._config.parent?e.getAttribute("data-parent")===n._config.parent:e.classList.contains("collapse")}))).length&&(t=null),t&&(a=r.default(t).not(this._selector).data("bs.collapse"))&&a._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"),a||r.default(t).data("bs.collapse",null));var o=this._getDimension();r.default(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[o]=0,this._triggerArray.length&&r.default(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var l="scroll"+(o[0].toUpperCase()+o.slice(1)),u=s.getTransitionDurationFromElement(this._element);r.default(this._element).one(s.TRANSITION_END,(function(){r.default(n._element).removeClass("collapsing").addClass("collapse show"),n._element.style[o]="",n.setTransitioning(!1),r.default(n._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(u),this._element.style[o]=this._element[l]+"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 a=this._getDimension();this._element.style[a]=this._element.getBoundingClientRect()[a]+"px",s.reflow(this._element),r.default(this._element).addClass("collapsing").removeClass("collapse show");var n=this._triggerArray.length;if(n>0)for(var i=0;i<n;i++){var o=this._triggerArray[i],l=s.getSelectorFromElement(o);null!==l&&(r.default([].slice.call(document.querySelectorAll(l))).hasClass("show")||r.default(o).addClass("collapsed").attr("aria-expanded",!1))}this.setTransitioning(!0),this._element.style[a]="";var u=s.getTransitionDurationFromElement(this._element);r.default(this._element).one(s.TRANSITION_END,(function(){e.setTransitioning(!1),r.default(e._element).removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")})).emulateTransitionEnd(u)}}},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=u({},L,e)).toggle=Boolean(e.toggle),s.typeCheckConfig(V,e,w),e},t._getDimension=function(){return r.default(this._element).hasClass("width")?"width":"height"},t._getParent=function(){var t,a=this;s.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 n='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',i=[].slice.call(t.querySelectorAll(n));return r.default(i).each((function(t,n){a._addAriaAndCollapsedClass(e._getTargetFromElement(n),[n])})),t},t._addAriaAndCollapsedClass=function(e,t){var a=r.default(e).hasClass("show");t.length&&r.default(t).toggleClass("collapsed",!a).attr("aria-expanded",a)},e._getTargetFromElement=function(e){var t=s.getSelectorFromElement(e);return t?document.querySelector(t):null},e._jQueryInterface=function(t){return this.each((function(){var a=r.default(this),n=a.data("bs.collapse"),i=u({},L,a.data(),"object"==typeof t&&t?t:{});if(!n&&i.toggle&&"string"==typeof t&&/show|hide/.test(t)&&(i.toggle=!1),n||(n=new e(this,i),a.data("bs.collapse",n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return L}}]),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),a=s.getSelectorFromElement(this),n=[].slice.call(document.querySelectorAll(a));r.default(n).each((function(){var e=r.default(this),a=e.data("bs.collapse")?"toggle":t.data();C._jQueryInterface.call(e,a)}))})),r.default.fn[V]=C._jQueryInterface,r.default.fn[V].Constructor=C,r.default.fn[V].noConflict=function(){return r.default.fn[V]=b,C._jQueryInterface};var x="dropdown",_=r.default.fn[x],k=new RegExp("38|40|27"),S={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},E={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 a={relatedTarget:this._element},n=r.default.Event("show.bs.dropdown",a),o=e._getParentFromElement(this._element);if(r.default(o).trigger(n),!n.isDefaultPrevented()){if(!this._inNavbar&&t){if(void 0===i.default)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var l=this._element;"parent"===this._config.reference?l=o:s.isElement(this._config.reference)&&(l=this._config.reference,void 0!==this._config.reference.jquery&&(l=this._config.reference[0])),"scrollParent"!==this._config.boundary&&r.default(o).addClass("position-static"),this._popper=new i.default(l,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===r.default(o).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(o).toggleClass("show").trigger(r.default.Event("shown.bs.dropdown",a))}}},t.hide=function(){if(!this._element.disabled&&!r.default(this._element).hasClass("disabled")&&r.default(this._menu).hasClass("show")){var t={relatedTarget:this._element},a=r.default.Event("hide.bs.dropdown",t),n=e._getParentFromElement(this._element);r.default(n).trigger(a),a.isDefaultPrevented()||(this._popper&&this._popper.destroy(),r.default(this._menu).toggleClass("show"),r.default(n).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=u({},this.constructor.Default,r.default(this._element).data(),e),s.typeCheckConfig(x,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=u({},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}),u({},e,this._config.popperConfig)},e._jQueryInterface=function(t){return this.each((function(){var a=r.default(this).data("bs.dropdown");if(a||(a=new e(this,"object"==typeof t?t:null),r.default(this).data("bs.dropdown",a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},e._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var a=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),n=0,i=a.length;n<i;n++){var o=e._getParentFromElement(a[n]),l=r.default(a[n]).data("bs.dropdown"),u={relatedTarget:a[n]};if(t&&"click"===t.type&&(u.clickEvent=t),l){var c=l._menu;if(r.default(o).hasClass("show")&&!(t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&9===t.which)&&r.default.contains(o,t.target))){var s=r.default.Event("hide.bs.dropdown",u);r.default(o).trigger(s),s.isDefaultPrevented()||("ontouchstart"in document.documentElement&&r.default(document.body).children().off("mouseover",null,r.default.noop),a[n].setAttribute("aria-expanded","false"),l._popper&&l._popper.destroy(),r.default(c).removeClass("show"),r.default(o).removeClass("show").trigger(r.default.Event("hidden.bs.dropdown",u)))}}}},e._getParentFromElement=function(e){var t,a=s.getSelectorFromElement(e);return a&&(t=document.querySelector(a)),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):!k.test(t.which))&&!this.disabled&&!r.default(this).hasClass("disabled")){var a=e._getParentFromElement(this),n=r.default(a).hasClass("show");if(n||27!==t.which){if(t.preventDefault(),t.stopPropagation(),!n||27===t.which||32===t.which)return 27===t.which&&r.default(a.querySelector('[data-toggle="dropdown"]')).trigger("focus"),void r.default(this).trigger("click");var i=[].slice.call(a.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter((function(e){return r.default(e).is(":visible")}));if(0!==i.length){var o=i.indexOf(t.target);38===t.which&&o>0&&o--,40===t.which&&o<i.length-1&&o++,o<0&&(o=0),i[o].focus()}}}},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return S}},{key:"DefaultType",get:function(){return E}}]),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[x]=T._jQueryInterface,r.default.fn[x].Constructor=T,r.default.fn[x].noConflict=function(){return r.default.fn[x]=_,T._jQueryInterface};var z=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){r.default(this._element).hasClass("fade")&&(this._isTransitioning=!0);var a=r.default.Event("show.bs.modal",{relatedTarget:e});r.default(this._element).trigger(a),this._isShown||a.isDefaultPrevented()||(this._isShown=!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 a=r.default.Event("hide.bs.modal");if(r.default(this._element).trigger(a),this._isShown&&!a.isDefaultPrevented()){this._isShown=!1;var n=r.default(this._element).hasClass("fade");if(n&&(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"),n){var i=s.getTransitionDurationFromElement(this._element);r.default(this._element).one(s.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=u({},O,e),s.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 a=this._element.scrollHeight>document.documentElement.clientHeight;a||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var n=s.getTransitionDurationFromElement(this._dialog);r.default(this._element).off(s.TRANSITION_END),r.default(this._element).one(s.TRANSITION_END,(function(){e._element.classList.remove("modal-static"),a||r.default(e._element).one(s.TRANSITION_END,(function(){e._element.style.overflowY=""})).emulateTransitionEnd(e._element,n)})).emulateTransitionEnd(n),this._element.focus()}},t._showElement=function(e){var t=this,a=r.default(this._element).hasClass("fade"),n=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")&&n?n.scrollTop=0:this._element.scrollTop=0,a&&s.reflow(this._element),r.default(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var i=r.default.Event("shown.bs.modal",{relatedTarget:e}),o=function(){t._config.focus&&t._element.focus(),t._isTransitioning=!1,r.default(t._element).trigger(i)};if(a){var l=s.getTransitionDurationFromElement(this._dialog);r.default(this._dialog).one(s.TRANSITION_END,o).emulateTransitionEnd(l)}else o()},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,a=r.default(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",a&&this._backdrop.classList.add(a),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())})),a&&s.reflow(this._backdrop),r.default(this._backdrop).addClass("show"),!e)return;if(!a)return void e();var n=s.getTransitionDurationFromElement(this._backdrop);r.default(this._backdrop).one(s.TRANSITION_END,e).emulateTransitionEnd(n)}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 o=s.getTransitionDurationFromElement(this._backdrop);r.default(this._backdrop).one(s.TRANSITION_END,i).emulateTransitionEnd(o)}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")),a=[].slice.call(document.querySelectorAll(".sticky-top"));r.default(t).each((function(t,a){var n=a.style.paddingRight,i=r.default(a).css("padding-right");r.default(a).data("padding-right",n).css("padding-right",parseFloat(i)+e._scrollbarWidth+"px")})),r.default(a).each((function(t,a){var n=a.style.marginRight,i=r.default(a).css("margin-right");r.default(a).data("margin-right",n).css("margin-right",parseFloat(i)-e._scrollbarWidth+"px")}));var n=document.body.style.paddingRight,i=r.default(document.body).css("padding-right");r.default(document.body).data("padding-right",n).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 a=r.default(t).data("padding-right");r.default(t).removeData("padding-right"),t.style.paddingRight=a||""}));var t=[].slice.call(document.querySelectorAll(".sticky-top"));r.default(t).each((function(e,t){var a=r.default(t).data("margin-right");void 0!==a&&r.default(t).css("margin-right",a).removeData("margin-right")}));var a=r.default(document.body).data("padding-right");r.default(document.body).removeData("padding-right"),document.body.style.paddingRight=a||""},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,a){return this.each((function(){var n=r.default(this).data("bs.modal"),i=u({},O,r.default(this).data(),"object"==typeof t&&t?t:{});if(n||(n=new e(this,i),r.default(this).data("bs.modal",n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t](a)}else i.show&&n.show(a)}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return O}}]),e}();r.default(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',(function(e){var t,a=this,n=s.getSelectorFromElement(this);n&&(t=document.querySelector(n));var i=r.default(t).data("bs.modal")?"toggle":u({},r.default(t).data(),r.default(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||e.preventDefault();var o=r.default(t).one("show.bs.modal",(function(e){e.isDefaultPrevented()||o.one("hidden.bs.modal",(function(){r.default(a).is(":visible")&&a.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=z,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):|[^#&/:?]*(?:[#/?]|$))/gi,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,a){if(0===e.length)return e;if(a&&"function"==typeof a)return a(e);for(var n=(new window.DOMParser).parseFromString(e,"text/html"),r=Object.keys(t),i=[].slice.call(n.body.querySelectorAll("*")),o=function(e,a){var n=i[e],o=n.nodeName.toLowerCase();if(-1===r.indexOf(n.nodeName.toLowerCase()))return n.parentNode.removeChild(n),"continue";var l=[].slice.call(n.attributes),u=[].concat(t["*"]||[],t[o]||[]);l.forEach((function(e){(function(e,t){var a=e.nodeName.toLowerCase();if(-1!==t.indexOf(a))return-1===j.indexOf(a)||Boolean(e.nodeValue.match(q)||e.nodeValue.match(R));for(var n=t.filter((function(e){return e instanceof RegExp})),r=0,i=n.length;r<i;r++)if(a.match(n[r]))return!0;return!1})(e,u)||n.removeAttribute(e.nodeName)}))},l=0,u=i.length;l<u;l++)o(l);return n.body.innerHTML}var F="tooltip",B=r.default.fn[F],U=new RegExp("(^|\\s)bs-tooltip\\S+","g"),$=["sanitize","whiteList","sanitizeFn"],W={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)"},Q={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},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"},X=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,a=r.default(e.currentTarget).data(t);a||(a=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(t,a)),a._activeTrigger.click=!a._activeTrigger.click,a._isWithActiveTrigger()?a._enter(null,a):a._leave(null,a)}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 a=s.findShadowRoot(this.element),n=r.default.contains(null!==a?a:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!n)return;var o=this.getTipElement(),l=s.getUID(this.constructor.NAME);o.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&r.default(o).addClass("fade");var u="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(u);this.addAttachmentClass(c);var h=this._getContainer();r.default(o).data(this.constructor.DATA_KEY,this),r.default.contains(this.element.ownerDocument.documentElement,this.tip)||r.default(o).appendTo(h),r.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new i.default(this.element,o,this._getPopperConfig(c)),r.default(o).addClass("show"),r.default(o).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=s.getTransitionDurationFromElement(this.tip);r.default(this.tip).one(s.TRANSITION_END,d).emulateTransitionEnd(p)}else d()}},t.hide=function(e){var t=this,a=this.getTipElement(),n=r.default.Event(this.constructor.Event.HIDE),i=function(){"show"!==t._hoverState&&a.parentNode&&a.parentNode.removeChild(a),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(n),!n.isDefaultPrevented()){if(r.default(a).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 o=s.getTransitionDurationFromElement(a);r.default(a).one(s.TRANSITION_END,i).emulateTransitionEnd(o)}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 u({},{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=u({},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:s.isElement(this.config.container)?r.default(this.config.container):r.default(document).find(this.config.container)},t._getAttachment=function(e){return Q[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 a="hover"===t?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,n="hover"===t?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;r.default(e.element).on(a,e.config.selector,(function(t){return e._enter(t)})).on(n,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=u({},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 a=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(a))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(a,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 a=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(a))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(a,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=u({},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()),s.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 a=r.default(this),n=a.data("bs.tooltip"),i="object"==typeof t&&t;if((n||!/dispose|hide/.test(t))&&(n||(n=new e(this,i),a.data("bs.tooltip",n)),"string"==typeof t)){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{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 W}}]),e}();r.default.fn[F]=X._jQueryInterface,r.default.fn[F].Constructor=X,r.default.fn[F].noConflict=function(){return r.default.fn[F]=B,X._jQueryInterface};var Y="popover",J=r.default.fn[Y],ee=new RegExp("(^|\\s)bs-popover\\S+","g"),te=u({},X.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>'}),ae=u({},X.DefaultType,{content:"(string|element|function)"}),ne={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,a;function n(){return e.apply(this,arguments)||this}a=e,(t=n).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var i=n.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(""))},n._jQueryInterface=function(e){return this.each((function(){var t=r.default(this).data("bs.popover"),a="object"==typeof e?e:null;if((t||!/dispose|hide/.test(e))&&(t||(t=new n(this,a),r.default(this).data("bs.popover",t)),"string"==typeof e)){if(void 0===t[e])throw new TypeError('No method named "'+e+'"');t[e]()}}))},l(n,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return te}},{key:"NAME",get:function(){return Y}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return ne}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return ae}}]),n}(X);r.default.fn[Y]=re._jQueryInterface,r.default.fn[Y].Constructor=re,r.default.fn[Y].noConflict=function(){return r.default.fn[Y]=J,re._jQueryInterface};var ie="scrollspy",oe=r.default.fn[ie],le={offset:10,method:"auto",target:""},ue={offset:"number",method:"string",target:"(string|element)"},ce=function(){function e(e,t){var a=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 a._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",a="auto"===this._config.method?t:this._config.method,n="position"===a?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(e){var t,i=s.getSelectorFromElement(e);if(i&&(t=document.querySelector(i)),t){var o=t.getBoundingClientRect();if(o.width||o.height)return[r.default(t)[a]().top+n,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=u({},le,"object"==typeof e&&e?e:{})).target&&s.isElement(e.target)){var t=r.default(e.target).attr("id");t||(t=s.getUID(ie),r.default(e.target).attr("id",t)),e.target="#"+t}return s.typeCheckConfig(ie,e,ue),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(),a=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),e>=a){var n=this._targets[this._targets.length-1];this._activeTarget!==n&&this._activate(n)}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+'"]'})),a=r.default([].slice.call(document.querySelectorAll(t.join(","))));a.hasClass("dropdown-item")?(a.closest(".dropdown").find(".dropdown-toggle").addClass("active"),a.addClass("active")):(a.addClass("active"),a.parents(".nav, .list-group").prev(".nav-link, .list-group-item").addClass("active"),a.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 a=r.default(this).data("bs.scrollspy");if(a||(a=new e(this,"object"==typeof t&&t),r.default(this).data("bs.scrollspy",a)),"string"==typeof t){if(void 0===a[t])throw new TypeError('No method named "'+t+'"');a[t]()}}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return le}}]),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 a=r.default(e[t]);ce._jQueryInterface.call(a,a.data())}})),r.default.fn[ie]=ce._jQueryInterface,r.default.fn[ie].Constructor=ce,r.default.fn[ie].noConflict=function(){return r.default.fn[ie]=oe,ce._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,a,n=r.default(this._element).closest(".nav, .list-group")[0],i=s.getSelectorFromElement(this._element);if(n){var o="UL"===n.nodeName||"OL"===n.nodeName?"> li > .active":".active";a=(a=r.default.makeArray(r.default(n).find(o)))[a.length-1]}var l=r.default.Event("hide.bs.tab",{relatedTarget:this._element}),u=r.default.Event("show.bs.tab",{relatedTarget:a});if(a&&r.default(a).trigger(l),r.default(this._element).trigger(u),!u.isDefaultPrevented()&&!l.isDefaultPrevented()){i&&(t=document.querySelector(i)),this._activate(this._element,n);var c=function(){var t=r.default.Event("hidden.bs.tab",{relatedTarget:e._element}),n=r.default.Event("shown.bs.tab",{relatedTarget:a});r.default(a).trigger(t),r.default(e._element).trigger(n)};t?this._activate(t,t.parentNode,c):c()}}},t.dispose=function(){r.default.removeData(this._element,"bs.tab"),this._element=null},t._activate=function(e,t,a){var n=this,i=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?r.default(t).children(".active"):r.default(t).find("> li > .active"))[0],o=a&&i&&r.default(i).hasClass("fade"),l=function(){return n._transitionComplete(e,i,a)};if(i&&o){var u=s.getTransitionDurationFromElement(i);r.default(i).removeClass("show").one(s.TRANSITION_END,l).emulateTransitionEnd(u)}else l()},t._transitionComplete=function(e,t,a){if(t){r.default(t).removeClass("active");var n=r.default(t.parentNode).find("> .dropdown-menu .active")[0];n&&r.default(n).removeClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}if(r.default(e).addClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),s.reflow(e),e.classList.contains("fade")&&e.classList.add("show"),e.parentNode&&r.default(e.parentNode).hasClass("dropdown-menu")){var i=r.default(e).closest(".dropdown")[0];if(i){var o=[].slice.call(i.querySelectorAll(".dropdown-toggle"));r.default(o).addClass("active")}e.setAttribute("aria-expanded",!0)}a&&a()},e._jQueryInterface=function(t){return this.each((function(){var a=r.default(this),n=a.data("bs.tab");if(n||(n=new e(this),a.data("bs.tab",n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),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=r.default.fn.toast,pe={animation:"boolean",autohide:"boolean",delay:"number"},fe={animation:!0,autohide:!0,delay:500},me=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 a=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"),s.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var n=s.getTransitionDurationFromElement(this._element);r.default(this._element).one(s.TRANSITION_END,a).emulateTransitionEnd(n)}else a()}},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=u({},fe,r.default(this._element).data(),"object"==typeof e&&e?e:{}),s.typeCheckConfig("toast",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 a=s.getTransitionDurationFromElement(this._element);r.default(this._element).one(s.TRANSITION_END,t).emulateTransitionEnd(a)}else t()},t._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},e._jQueryInterface=function(t){return this.each((function(){var a=r.default(this),n=a.data("bs.toast");if(n||(n=new e(this,"object"==typeof t&&t),a.data("bs.toast",n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t](this)}}))},l(e,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"DefaultType",get:function(){return pe}},{key:"Default",get:function(){return fe}}]),e}();r.default.fn.toast=me._jQueryInterface,r.default.fn.toast.Constructor=me,r.default.fn.toast.noConflict=function(){return r.default.fn.toast=de,me._jQueryInterface},e.Alert=p,e.Button=m,e.Carousel=M,e.Collapse=C,e.Dropdown=T,e.Modal=N,e.Popover=re,e.Scrollspy=ce,e.Tab=he,e.Toast=me,e.Tooltip=X,e.Util=s,Object.defineProperty(e,"__esModule",{value:!0})}(t,a("EVdn"),a("8L3F"))},SntB:function(e,t,a){"use strict";var n=a("xTJ+");e.exports=function(e,t){t=t||{};var a={},r=["url","method","data"],i=["headers","auth","proxy","params"],o=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],l=["validateStatus"];function u(e,t){return n.isPlainObject(e)&&n.isPlainObject(t)?n.merge(e,t):n.isPlainObject(t)?n.merge({},t):n.isArray(t)?t.slice():t}function c(r){n.isUndefined(t[r])?n.isUndefined(e[r])||(a[r]=u(void 0,e[r])):a[r]=u(e[r],t[r])}n.forEach(r,(function(e){n.isUndefined(t[e])||(a[e]=u(void 0,t[e]))})),n.forEach(i,c),n.forEach(o,(function(r){n.isUndefined(t[r])?n.isUndefined(e[r])||(a[r]=u(void 0,e[r])):a[r]=u(void 0,t[r])})),n.forEach(l,(function(n){n in t?a[n]=u(e[n],t[n]):n in e&&(a[n]=u(void 0,e[n]))}));var s=r.concat(i).concat(o).concat(l),h=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===s.indexOf(e)}));return n.forEach(h,c),a}},TJWN:function(e,t,a){"use strict";var n=a("5T2Y"),r=a("WEpk"),i=a("2faE"),o=a("jmDH"),l=a("UWiX")("species");e.exports=function(e){var t="function"==typeof r[e]?r[e]:n[e];o&&t&&!t[l]&&i.f(t,l,{configurable:!0,get:function(){return this}})}},TuGD:function(e,t,a){var n=a("UWiX")("iterator"),r=!1;try{var i=[7][n]();i.return=function(){r=!0},Array.from(i,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var a=!1;try{var i=[7],o=i[n]();o.next=function(){return{done:a=!0}},i[n]=function(){return o},e(i)}catch(e){}return a}},"U+KD":function(e,t,a){var n=a("B+OT"),r=a("JB68"),i=a("VVlx")("IE_PROTO"),o=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),n(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?o:null}},UO39:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},UWiX:function(e,t,a){var n=a("29s/")("wks"),r=a("YqAc"),i=a("5T2Y").Symbol,o="function"==typeof i;(e.exports=function(e){return n[e]||(n[e]=o&&i[e]||(o?i:r)("Symbol."+e))}).store=n},UbbE:function(e,t,a){a("o8NH"),e.exports=a("WEpk").Object.assign},UnBK:function(e,t,a){"use strict";var n=a("xTJ+"),r=a("xAGQ"),i=a("Lmem"),o=a("JEQr");function l(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return l(e),e.headers=e.headers||{},e.data=r(e.data,e.headers,e.transformRequest),e.headers=n.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return l(e),t.data=r(t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(l(e),t&&t.response&&(t.response.data=r(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},VJsP:function(e,t,a){"use strict";var n=a("2GTP"),r=a("Y7ZC"),i=a("JB68"),o=a("sNwI"),l=a("NwJ3"),u=a("tEej"),c=a("IP1Z"),s=a("fNZA");r(r.S+r.F*!a("TuGD")((function(e){Array.from(e)})),"Array",{from:function(e){var t,a,r,h,d=i(e),p="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,A=void 0!==m,v=0,y=s(d);if(A&&(m=n(m,f>2?arguments[2]:void 0,2)),null==y||p==Array&&l(y))for(a=new p(t=u(d.length));t>v;v++)c(a,v,A?m(d[v],v):d[v]);else for(h=y.call(d),a=new p;!(r=h.next()).done;v++)c(a,v,A?o(h,m,[r.value,v],!0):r.value);return a.length=v,a}})},VVlx:function(e,t,a){var n=a("29s/")("keys"),r=a("YqAc");e.exports=function(e){return n[e]||(n[e]=r(e))}},W070:function(e,t,a){var n=a("NsO/"),r=a("tEej"),i=a("D8kY");e.exports=function(e){return function(t,a,o){var l,u=n(t),c=r(u.length),s=i(o,c);if(e&&a!=a){for(;c>s;)if((l=u[s++])!=l)return!0}else for(;c>s;s++)if((e||s in u)&&u[s]===a)return e||s||0;return!e&&-1}}},WEpk:function(e,t){var a=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=a)},"WX/U":function(e,t){e.exports=function(e,t,a,n){var r,i=0;return"boolean"!=typeof t&&(n=a,a=t,t=void 0),function(){var o=this,l=Number(new Date)-i,u=arguments;function c(){i=Number(new Date),a.apply(o,u)}function s(){r=void 0}n&&!r&&c(),r&&clearTimeout(r),void 0===n&&l>e?c():!0!==t&&(r=setTimeout(n?s:c,void 0===n?e-l:e))}}},"XJU/":function(e,t,a){var n=a("NegM");e.exports=function(e,t,a){for(var r in t)a&&e[r]?e[r]=t[r]:n(e,r,t[r]);return e}},XwJu:function(e,t,a){"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},Y7ZC:function(e,t,a){var n=a("5T2Y"),r=a("WEpk"),i=a("2GTP"),o=a("NegM"),l=a("B+OT"),u=function(e,t,a){var c,s,h,d=e&u.F,p=e&u.G,f=e&u.S,m=e&u.P,A=e&u.B,v=e&u.W,y=p?r:r[t]||(r[t]={}),Z=y.prototype,H=p?n:f?n[t]:(n[t]||{}).prototype;for(c in p&&(a=t),a)(s=!d&&H&&void 0!==H[c])&&l(y,c)||(h=s?H[c]:a[c],y[c]=p&&"function"!=typeof H[c]?a[c]:A&&s?i(h,n):v&&H[c]==h?function(e){var t=function(t,a,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,a)}return new e(t,a,n)}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={}))[c]=h,e&u.R&&Z&&!Z[c]&&o(Z,c,h)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},YqAc:function(e,t){var a=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++a+n).toString(36))}},ZW5q:function(e,t,a){"use strict";var n=a("eaoh");function r(e){var t,a;this.promise=new e((function(e,n){if(void 0!==t||void 0!==a)throw TypeError("Bad Promise constructor");t=e,a=n})),this.resolve=n(t),this.reject=n(a)}e.exports.f=function(e){return new r(e)}},Zxgi:function(e,t,a){var n=a("5T2Y"),r=a("WEpk"),i=a("uOPS"),o=a("zLkG"),l=a("2faE").f;e.exports=function(e){var t=r.Symbol||(r.Symbol=i?{}:n.Symbol||{});"_"==e.charAt(0)||e in t||l(t,e,{value:o.f(e)})}},a0xu:function(e,t){var a={}.toString;e.exports=function(e){return a.call(e).slice(8,-1)}},aW7e:function(e,t,a){a("wgeU"),a("FlQf"),a("bBy9"),a("JMW+"),a("PBE1"),a("Q/yX"),e.exports=a("WEpk").Promise},adOz:function(e,t,a){a("Zxgi")("asyncIterator")},"ar/p":function(e,t,a){var n=a("5vMV"),r=a("FpHa").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,r)}},bBy9:function(e,t,a){a("w2d+");for(var n=a("5T2Y"),r=a("NegM"),i=a("SBuE"),o=a("UWiX")("toStringTag"),l="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(","),u=0;u<l.length;u++){var c=l[u],s=n[c],h=s&&s.prototype;h&&!h[o]&&r(h,o,c),i[c]=i.Array}},bdgK:function(e,t,a){"use strict";a.r(t),function(e){var a=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var a=-1;return e.some((function(e,n){return e[0]===t&&(a=n,!0)})),a}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 a=e(this.__entries__,t),n=this.__entries__[a];return n&&n[1]},t.prototype.set=function(t,a){var n=e(this.__entries__,t);~n?this.__entries__[n][1]=a:this.__entries__.push([t,a])},t.prototype.delete=function(t){var a=this.__entries__,n=e(a,t);~n&&a.splice(n,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 a=0,n=this.__entries__;a<n.length;a++){var r=n[a];e.call(t,r[1],r[0])}},t}()}(),n="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 o=["top","right","bottom","left","width","height","size","weight"],l="undefined"!=typeof MutationObserver,u=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 a=!1,n=!1,r=0;function o(){a&&(a=!1,e()),n&&u()}function l(){i(o)}function u(){var e=Date.now();if(a){if(e-r<2)return;n=!0}else a=!0,n=!1,setTimeout(l,t);r=e}return u}(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_,a=t.indexOf(e);~a&&t.splice(a,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(){n&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(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(){n&&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,a=void 0===t?"":t;o.some((function(e){return!!~a.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),c=function(e,t){for(var a=0,n=Object.keys(t);a<n.length;a++){var r=n[a];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=v(0,0,0,0);function d(e){return parseFloat(e)||0}function p(e){for(var t=[],a=1;a<arguments.length;a++)t[a-1]=arguments[a];return t.reduce((function(t,a){return t+d(e["border-"+a+"-width"])}),0)}function f(e){var t=e.clientWidth,a=e.clientHeight;if(!t&&!a)return h;var n=s(e).getComputedStyle(e),r=function(e){for(var t={},a=0,n=["top","right","bottom","left"];a<n.length;a++){var r=n[a],i=e["padding-"+r];t[r]=d(i)}return t}(n),i=r.left+r.right,o=r.top+r.bottom,l=d(n.width),u=d(n.height);if("border-box"===n.boxSizing&&(Math.round(l+i)!==t&&(l-=p(n,"left","right")+i),Math.round(u+o)!==a&&(u-=p(n,"top","bottom")+o)),!function(e){return e===s(e).document.documentElement}(e)){var c=Math.round(l+i)-t,f=Math.round(u+o)-a;1!==Math.abs(c)&&(l-=c),1!==Math.abs(f)&&(u-=f)}return v(r.left,r.top,l,u)}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 A(e){return n?m(e)?function(e){var t=e.getBBox();return v(0,0,t.width,t.height)}(e):f(e):h}function v(e,t,a,n){return{x:e,y:t,width:a,height:n}}var y=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=v(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=A(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}(),Z=function(e,t){var a,n,r,i,o,l,u,s=(n=(a=t).x,r=a.y,i=a.width,o=a.height,l="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,u=Object.create(l.prototype),c(u,{x:n,y:r,width:i,height:o,top:r,right:n+i,bottom:o+r,left:n}),u);c(this,{target:e,contentRect:s})},H=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new a,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=n}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 Z(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 a,M=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 a=u.getInstance(),n=new H(t,a,this);g.set(this,n)};["observe","unobserve","disconnect"].forEach((function(e){M.prototype[e]=function(){var t;return(t=g.get(this))[e].apply(t,arguments)}}));var V=void 0!==r.ResizeObserver?r.ResizeObserver:M;t.default=V}.call(this,a("yLpj"))},ccE7:function(e,t,a){var n=a("Ojgd"),r=a("Jes0");e.exports=function(e){return function(t,a){var i,o,l=String(r(t)),u=n(a),c=l.length;return u<0||u>=c?e?"":void 0:(i=l.charCodeAt(u))<55296||i>56319||u+1===c||(o=l.charCodeAt(u+1))<56320||o>57343?e?l.charAt(u):i:e?l.slice(u,u+2):o-56320+(i-55296<<10)+65536}}},dl0q:function(e,t,a){a("Zxgi")("observable")},eUtF:function(e,t,a){e.exports=!a("jmDH")&&!a("KUxP")((function(){return 7!=Object.defineProperty(a("Hsns")("div"),"a",{get:function(){return 7}}).a}))},eaoh:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},endd:function(e,t,a){"use strict";function n(e){this.message=e}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,e.exports=n},eqyj:function(e,t,a){"use strict";var n=a("xTJ+");e.exports=n.isStandardBrowserEnv()?{write:function(e,t,a,r,i,o){var l=[];l.push(e+"="+encodeURIComponent(t)),n.isNumber(a)&&l.push("expires="+new Date(a).toGMTString()),n.isString(r)&&l.push("path="+r),n.isString(i)&&l.push("domain="+i),!0===o&&l.push("secure"),document.cookie=l.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,a){"use strict";var n,r=a("o97j");r.canUseDOM&&(n=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!r.canUseDOM||t&&!("addEventListener"in document))return!1;var a="on"+e,i=a in document;if(!i){var o=document.createElement("div");o.setAttribute(a,"return;"),i="function"==typeof o[a]}return!i&&n&&"wheel"===e&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i}},fNZA:function(e,t,a){var n=a("QMMT"),r=a("UWiX")("iterator"),i=a("SBuE");e.exports=a("WEpk").getIteratorMethod=function(e){if(null!=e)return e[r]||e["@@iterator"]||i[n(e)]}},fpC5:function(e,t,a){var n=a("2faE"),r=a("5K7Z"),i=a("w6GO");e.exports=a("jmDH")?Object.defineProperties:function(e,t){r(e);for(var a,o=i(t),l=o.length,u=0;l>u;)n.f(e,a=o[u++],t[a]);return e}},g7np:function(e,t,a){"use strict";var n=a("2SVd"),r=a("5oMp");e.exports=function(e,t){return e&&!n(t)?r(e,t):t}},hDam:function(e,t){e.exports=function(){}},i8i4:function(e,t,a){"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=a("yl30")},j2DC:function(e,t,a){"use strict";var n=a("oVml"),r=a("rr1i"),i=a("RfKB"),o={};a("NegM")(o,a("UWiX")("iterator"),(function(){return this})),e.exports=function(e,t,a){e.prototype=n(o,{next:r(1,a)}),i(e,t+" Iterator")}},jE9Z:function(e,t,a){"use strict";function n(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}a.r(t);var r={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var a=t.props,n=t.children,r=t.parent,i=t.data;i.routerView=!0;for(var o=r.$createElement,l=a.name,u=r.$route,c=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 o(c[l],i,n);var d=u.matched[s];if(!d)return c[l]=null,o();var p=c[l]=d.components[l];i.registerRouteInstance=function(e,t){var a=d.instances[l];(t&&a!==e||!t&&a===e)&&(d.instances[l]=t)},(i.hook||(i.hook={})).prepatch=function(e,t){d.instances[l]=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}}(u,d.props&&d.props[l]);if(f){f=i.props=function(e,t){for(var a in t)e[a]=t[a];return e}({},f);var m=i.attrs=i.attrs||{};for(var A in f)p.props&&A in p.props||(m[A]=f[A],delete f[A])}return o(p,i,n)}};var i=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},l=/%2C/g,u=function(e){return encodeURIComponent(e).replace(i,o).replace(l,",")},c=decodeURIComponent;function s(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach((function(e){var a=e.replace(/\+/g," ").split("="),n=c(a.shift()),r=a.length>0?c(a.join("=")):null;void 0===t[n]?t[n]=r:Array.isArray(t[n])?t[n].push(r):t[n]=[t[n],r]})),t):t}function h(e){var t=e?Object.keys(e).map((function(t){var a=e[t];if(void 0===a)return"";if(null===a)return u(t);if(Array.isArray(a)){var n=[];return a.forEach((function(e){void 0!==e&&(null===e?n.push(u(t)):n.push(u(t)+"="+u(e)))})),n.join("&")}return u(t)+"="+u(a)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var d=/\/?$/;function p(e,t,a,n){var r=n&&n.options.stringifyQuery,i=t.query||{};try{i=f(i)}catch(e){}var o={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:i,params:t.params||{},fullPath:v(t,r),matched:e?A(e):[]};return a&&(o.redirectedFrom=v(a,r)),Object.freeze(o)}function f(e){if(Array.isArray(e))return e.map(f);if(e&&"object"==typeof e){var t={};for(var a in e)t[a]=f(e[a]);return t}return e}var m=p(null,{path:"/"});function A(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function v(e,t){var a=e.path,n=e.query;void 0===n&&(n={});var r=e.hash;return void 0===r&&(r=""),(a||"/")+(t||h)(n)+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&&Z(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&Z(e.query,t.query)&&Z(e.params,t.params)))}function Z(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var a=Object.keys(e),n=Object.keys(t);return a.length===n.length&&a.every((function(a){var n=e[a],r=t[a];return"object"==typeof n&&"object"==typeof r?Z(n,r):String(n)===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,a=this.$router,n=this.$route,r=a.resolve(this.to,n,this.append),i=r.location,o=r.route,l=r.href,u={},c=a.options.linkActiveClass,s=a.options.linkExactActiveClass,h=null==c?"router-link-active":c,f=null==s?"router-link-exact-active":s,m=null==this.activeClass?h:this.activeClass,A=null==this.exactActiveClass?f:this.exactActiveClass,v=i.path?p(null,i,null,a):o;u[A]=y(n,v),u[m]=this.exact?u[A]: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 a in t)if(!(a in e))return!1;return!0}(e.query,t.query)}(n,v);var Z=function(e){M(e)&&(t.replace?a.replace(i):a.push(i))},g={click:M};Array.isArray(this.event)?this.event.forEach((function(e){g[e]=Z})):g[this.event]=Z;var V={class:u};if("a"===this.tag)V.on=g,V.attrs={href:l};else{var b=function e(t){var a;if(t)for(var n=0;n<t.length;n++){if("a"===(a=t[n]).tag)return a;if(a.children&&(a=e(a.children)))return a}}(this.$slots.default);if(b){b.isStatic=!1;var L=H.util.extend;(b.data=L({},b.data)).on=g,(b.data.attrs=L({},b.data.attrs)).href=l}else V.on=g}return e(this.tag,V,this.$slots.default)}};function M(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 b(e,t,a){var n=e.charAt(0);if("/"===n)return e;if("?"===n||"#"===n)return t+e;var r=t.split("/");a&&r[r.length-1]||r.pop();for(var i=e.replace(/^\//,"").split("/"),o=0;o<i.length;o++){var l=i[o];".."===l?r.pop():"."!==l&&r.push(l)}return""!==r[0]&&r.unshift(""),r.join("/")}function L(e){return e.replace(/\/\//g,"/")}var w=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},C=R,x=T,_=function(e,t){return O(T(e,t))},k=O,S=q,E=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function T(e,t){for(var a,n=[],r=0,i=0,o="",l=t&&t.delimiter||"/";null!=(a=E.exec(e));){var u=a[0],c=a[1],s=a.index;if(o+=e.slice(i,s),i=s+u.length,c)o+=c[1];else{var h=e[i],d=a[2],p=a[3],f=a[4],m=a[5],A=a[6],v=a[7];o&&(n.push(o),o="");var y=null!=d&&null!=h&&h!==d,Z="+"===A||"*"===A,H="?"===A||"*"===A,g=a[2]||l,M=f||m;n.push({name:p||r++,prefix:d||"",delimiter:g,optional:H,repeat:Z,partial:y,asterisk:!!v,pattern:M?N(M):v?".*":"[^"+P(g)+"]+?"})}}return i<e.length&&(o+=e.substr(i)),o&&n.push(o),n}function z(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),a=0;a<e.length;a++)"object"==typeof e[a]&&(t[a]=new RegExp("^(?:"+e[a].pattern+")$"));return function(a,n){for(var r="",i=a||{},o=(n||{}).pretty?z:encodeURIComponent,l=0;l<e.length;l++){var u=e[l];if("string"!=typeof u){var c,s=i[u.name];if(null==s){if(u.optional){u.partial&&(r+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(w(s)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(s)+"`");if(0===s.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var h=0;h<s.length;h++){if(c=o(s[h]),!t[l].test(c))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(c)+"`");r+=(0===h?u.prefix:u.delimiter)+c}}else{if(c=u.asterisk?encodeURI(s).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):o(s),!t[l].test(c))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+c+'"');r+=u.prefix+c}}else r+=u}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,a){w(t)||(a=t||a,t=[]);for(var n=(a=a||{}).strict,r=!1!==a.end,i="",o=0;o<e.length;o++){var l=e[o];if("string"==typeof l)i+=P(l);else{var u=P(l.prefix),c="(?:"+l.pattern+")";t.push(l),l.repeat&&(c+="(?:"+u+c+")*"),i+=c=l.optional?l.partial?u+"("+c+")?":"(?:"+u+"("+c+"))?":u+"("+c+")"}}var s=P(a.delimiter||"/"),h=i.slice(-s.length)===s;return n||(i=(h?i.slice(0,-s.length):i)+"(?:"+s+"(?=$))?"),i+=r?"$":n&&h?"":"(?="+s+"|$)",j(new RegExp("^"+i,D(a)),t)}function R(e,t,a){return w(t)||(a=t||a,t=[]),a=a||{},e instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return j(e,t)}(e,t):w(e)?function(e,t,a){for(var n=[],r=0;r<e.length;r++)n.push(R(e[r],t,a).source);return j(new RegExp("(?:"+n.join("|")+")",D(a)),t)}(e,t,a):function(e,t,a){return q(T(e,a),t,a)}(e,t,a)}C.parse=x,C.compile=_,C.tokensToFunction=k,C.tokensToRegExp=S;var I=Object.create(null);function F(e,t,a){try{return(I[e]||(I[e]=C.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function B(e,t,a,n){var r=t||[],i=a||Object.create(null),o=n||Object.create(null);e.forEach((function(e){!function e(t,a,n,r,i,o){var l=r.path,u=r.name;0;var c=r.pathToRegexpOptions||{},s=function(e,t,a){a||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return L(t.path+"/"+e)}(l,i,c.strict);"boolean"==typeof r.caseSensitive&&(c.sensitive=r.caseSensitive);var h={path:s,regex:U(s,c),components:r.components||{default:r.component},instances:{},name:u,parent:i,matchAs:o,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=o?L(o+"/"+r.path):void 0;e(t,a,n,r,h,i)}));if(void 0!==r.alias){(Array.isArray(r.alias)?r.alias:[r.alias]).forEach((function(o){var l={path:o,children:r.children};e(t,a,n,l,i,h.path||"/")}))}a[h.path]||(t.push(h.path),a[h.path]=h);u&&(n[u]||(n[u]=h))}(r,i,o,e)}));for(var l=0,u=r.length;l<u;l++)"*"===r[l]&&(r.push(r.splice(l,1)[0]),u--,l--);return{pathList:r,pathMap:i,nameMap:o}}function U(e,t){return C(e,[],t)}function $(e,t,a,n){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 o=t.matched[t.matched.length-1].path;r.path=F(o,i,t.path)}else 0;return r}var l=function(e){var t="",a="",n=e.indexOf("#");n>=0&&(t=e.slice(n),e=e.slice(0,n));var r=e.indexOf("?");return r>=0&&(a=e.slice(r+1),e=e.slice(0,r)),{path:e,query:a,hash:t}}(r.path||""),u=t&&t.path||"/",c=l.path?b(l.path,u,a||r.append):u,h=function(e,t,a){void 0===t&&(t={});var n,r=a||s;try{n=r(e||"")}catch(e){n={}}for(var i in t)n[i]=t[i];return n}(l.query,r.query,n&&n.options.parseQuery),d=r.hash||l.hash;return d&&"#"!==d.charAt(0)&&(d="#"+d),{_normalized:!0,path:c,query:h,hash:d}}function W(e,t){for(var a in t)e[a]=t[a];return e}function Q(e,t){var a=B(e),n=a.pathList,r=a.pathMap,i=a.nameMap;function o(e,a,o){var l=$(e,a,!1,t),c=l.name;if(c){var s=i[c];if(!s)return u(null,l);var h=s.regex.keys.filter((function(e){return!e.optional})).map((function(e){return e.name}));if("object"!=typeof l.params&&(l.params={}),a&&"object"==typeof a.params)for(var d in a.params)!(d in l.params)&&h.indexOf(d)>-1&&(l.params[d]=a.params[d]);if(s)return l.path=F(s.path,l.params),u(s,l,o)}else if(l.path){l.params={};for(var p=0;p<n.length;p++){var f=n[p],m=r[f];if(G(m.regex,l.path,l.params))return u(m,l,o)}}return u(null,l)}function l(e,a){var n=e.redirect,r="function"==typeof n?n(p(e,a,null,t)):n;if("string"==typeof r&&(r={path:r}),!r||"object"!=typeof r)return u(null,a);var l=r,c=l.name,s=l.path,h=a.query,d=a.hash,f=a.params;if(h=l.hasOwnProperty("query")?l.query:h,d=l.hasOwnProperty("hash")?l.hash:d,f=l.hasOwnProperty("params")?l.params:f,c){i[c];return o({_normalized:!0,name:c,query:h,hash:d,params:f},void 0,a)}if(s){var m=function(e,t){return b(e,t.parent?t.parent.path:"/",!0)}(s,e);return o({_normalized:!0,path:F(m,f),query:h,hash:d},void 0,a)}return u(null,a)}function u(e,a,n){return e&&e.redirect?l(e,n||a):e&&e.matchAs?function(e,t,a){var n=o({_normalized:!0,path:F(a,t.params)});if(n){var r=n.matched,i=r[r.length-1];return t.params=n.params,u(i,t)}return u(null,t)}(0,a,e.matchAs):p(e,a,n,t)}return{match:o,addRoutes:function(e){B(e,n,r,i)}}}function G(e,t,a){var n=t.match(e);if(!n)return!1;if(!a)return!0;for(var r=1,i=n.length;r<i;++r){var o=e.keys[r-1],l="string"==typeof n[r]?decodeURIComponent(n[r]):n[r];o&&(a[o.name]=l)}return!0}var K=Object.create(null);function X(){window.history.replaceState({key:ce()},""),window.addEventListener("popstate",(function(e){var t;J(),e.state&&e.state.key&&(t=e.state.key,le=t)}))}function Y(e,t,a,n){if(e.app){var r=e.options.scrollBehavior;r&&e.app.$nextTick((function(){var e=function(){var e=ce();if(e)return K[e]}(),i=r(t,a,n?e:null);i&&("function"==typeof i.then?i.then((function(t){ne(t,e)})).catch((function(e){0})):ne(i,e))}))}}function J(){var e=ce();e&&(K[e]={x:window.pageXOffset,y:window.pageYOffset})}function ee(e){return ae(e.x)||ae(e.y)}function te(e){return{x:ae(e.x)?e.x:window.pageXOffset,y:ae(e.y)?e.y:window.pageYOffset}}function ae(e){return"number"==typeof e}function ne(e,t){var a,n="object"==typeof e;if(n&&"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 a=document.documentElement.getBoundingClientRect(),n=e.getBoundingClientRect();return{x:n.left-a.left-t.x,y:n.top-a.top-t.y}}(r,i={x:ae((a=i).x)?a.x:0,y:ae(a.y)?a.y:0})}else ee(e)&&(t=te(e))}else n&&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),oe=V&&window.performance&&window.performance.now?window.performance:Date,le=ue();function ue(){return oe.now().toFixed(3)}function ce(){return le}function se(e,t){J();var a=window.history;try{t?a.replaceState({key:le},"",e):(le=ue(),a.pushState({key:le},"",e))}catch(a){window.location[t?"replace":"assign"](e)}}function he(e){se(e,!0)}function de(e,t,a){var n=function(r){r>=e.length?a():e[r]?t(e[r],(function(){n(r+1)})):n(r+1)};n(0)}function pe(e){return function(t,a,r){var i=!1,o=0,l=null;fe(e,(function(e,t,a,u){if("function"==typeof e&&void 0===e.cid){i=!0,o++;var c,s=ve((function(t){var n;((n=t).__esModule||Ae&&"Module"===n[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:H.extend(t),a.components[u]=t,--o<=0&&r()})),h=ve((function(e){var t="Failed to resolve async component "+u+": "+e;l||(l=n(e)?e:new Error(t),r(l))}));try{c=e(s,h)}catch(e){h(e)}if(c)if("function"==typeof c.then)c.then(s,h);else{var d=c.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(a){return t(e.components[a],e.instances[a],e,a)}))})))}function me(e){return Array.prototype.concat.apply([],e)}var Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function ve(e){var t=!1;return function(){for(var a=[],n=arguments.length;n--;)a[n]=arguments[n];if(!t)return t=!0,e.apply(this,a)}}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 Ze(e,t,a,n){var r=fe(e,(function(e,n,r,i){var o=function(e,t){"function"!=typeof e&&(e=H.extend(e));return e.options[t]}(e,t);if(o)return Array.isArray(o)?o.map((function(e){return a(e,n,r,i)})):a(o,n,r,i)}));return me(n?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,a){var n=this,r=this.router.match(e,this.current);this.confirmTransition(r,(function(){n.updateRoute(r),t&&t(r),n.ensureURL(),n.ready||(n.ready=!0,n.readyCbs.forEach((function(e){e(r)})))}),(function(e){a&&a(e),e&&!n.ready&&(n.ready=!0,n.readyErrorCbs.forEach((function(t){t(e)})))}))},ye.prototype.confirmTransition=function(e,t,a){var r=this,i=this.current,o=function(e){n(e)&&(r.errorCbs.length?r.errorCbs.forEach((function(t){t(e)})):console.error(e)),a&&a(e)};if(y(e,i)&&e.matched.length===i.matched.length)return this.ensureURL(),o();var l=function(e,t){var a,n=Math.max(e.length,t.length);for(a=0;a<n&&e[a]===t[a];a++);return{updated:t.slice(0,a),activated:t.slice(a),deactivated:e.slice(a)}}(this.current.matched,e.matched),u=l.updated,c=l.deactivated,s=l.activated,h=[].concat(function(e){return Ze(e,"beforeRouteLeave",He,!0)}(c),this.router.beforeHooks,function(e){return Ze(e,"beforeRouteUpdate",He)}(u),s.map((function(e){return e.beforeEnter})),pe(s));this.pending=e;var d=function(t,a){if(r.pending!==e)return o();try{t(e,i,(function(e){!1===e||n(e)?(r.ensureURL(!0),o(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(o(),"object"==typeof e&&e.replace?r.replace(e):r.push(e)):a(e)}))}catch(e){o(e)}};de(h,d,(function(){var a=[];de(function(e,t,a){return Ze(e,"beforeRouteEnter",(function(e,n,r,i){return function(e,t,a,n,r){return function(i,o,l){return e(i,o,(function(e){l(e),"function"==typeof e&&n.push((function(){!function e(t,a,n,r){a[n]?t(a[n]):r()&&setTimeout((function(){e(t,a,n,r)}),16)}(e,t.instances,a,r)}))}))}}(e,r,i,t,a)}))}(s,a,(function(){return r.current===e})).concat(r.router.resolveHooks),d,(function(){if(r.pending!==e)return o();r.pending=null,t(e),r.router.app&&r.router.app.$nextTick((function(){a.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(a){a&&a(e,t)}))};var ge=function(e){function t(t,a){var n=this;e.call(this,t,a);var r=t.options.scrollBehavior;r&&X();var i=Me(this.base);window.addEventListener("popstate",(function(e){var a=n.current,o=Me(n.base);n.current===m&&o===i||n.transitionTo(o,(function(e){r&&Y(t,e,a,!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,a){var n=this,r=this.current;this.transitionTo(e,(function(e){se(L(n.base+e.fullPath)),Y(n.router,e,r,!1),t&&t(e)}),a)},t.prototype.replace=function(e,t,a){var n=this,r=this.current;this.transitionTo(e,(function(e){he(L(n.base+e.fullPath)),Y(n.router,e,r,!1),t&&t(e)}),a)},t.prototype.ensureURL=function(e){if(Me(this.base)!==this.current.fullPath){var t=L(this.base+this.current.fullPath);e?se(t):he(t)}},t.prototype.getCurrentLocation=function(){return Me(this.base)},t}(ye);function Me(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,a,n){e.call(this,t,a),n&&function(e){var t=Me(e);if(!/^\/#/.test(t))return window.location.replace(L(e+"/#"+t)),!0}(this.base)||be()}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,a=ie&&t;a&&X(),window.addEventListener(ie?"popstate":"hashchange",(function(){var t=e.current;be()&&e.transitionTo(Le(),(function(n){a&&Y(e.router,n,t,!0),ie||xe(n.fullPath)}))}))},t.prototype.push=function(e,t,a){var n=this,r=this.current;this.transitionTo(e,(function(e){Ce(e.fullPath),Y(n.router,e,r,!1),t&&t(e)}),a)},t.prototype.replace=function(e,t,a){var n=this,r=this.current;this.transitionTo(e,(function(e){xe(e.fullPath),Y(n.router,e,r,!1),t&&t(e)}),a)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Le()!==t&&(e?Ce(t):xe(t))},t.prototype.getCurrentLocation=function(){return Le()},t}(ye);function be(){var e=Le();return"/"===e.charAt(0)||(xe("/"+e),!1)}function Le(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function we(e){var t=window.location.href,a=t.indexOf("#");return(a>=0?t.slice(0,a):t)+"#"+e}function Ce(e){ie?se(we(e)):window.location.hash=e}function xe(e){ie?he(we(e)):window.location.replace(we(e))}var _e=function(e){function t(t,a){e.call(this,t,a),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,a){var n=this;this.transitionTo(e,(function(e){n.stack=n.stack.slice(0,n.index+1).concat(e),n.index++,t&&t(e)}),a)},t.prototype.replace=function(e,t,a){var n=this;this.transitionTo(e,(function(e){n.stack=n.stack.slice(0,n.index).concat(e),t&&t(e)}),a)},t.prototype.go=function(e){var t=this,a=this.index+e;if(!(a<0||a>=this.stack.length)){var n=this.stack[a];this.confirmTransition(n,(function(){t.index=a,t.updateRoute(n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(ye),ke=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Q(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 _e(this,e.base);break;default:0}},Se={currentRoute:{configurable:!0}};function Ee(e,t){return e.push(t),function(){var a=e.indexOf(t);a>-1&&e.splice(a,1)}}ke.prototype.match=function(e,t,a){return this.matcher.match(e,t,a)},Se.currentRoute.get=function(){return this.history&&this.history.current},ke.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var a=this.history;if(a instanceof ge)a.transitionTo(a.getCurrentLocation());else if(a instanceof Ve){var n=function(){a.setupListeners()};a.transitionTo(a.getCurrentLocation(),n,n)}a.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},ke.prototype.beforeEach=function(e){return Ee(this.beforeHooks,e)},ke.prototype.beforeResolve=function(e){return Ee(this.resolveHooks,e)},ke.prototype.afterEach=function(e){return Ee(this.afterHooks,e)},ke.prototype.onReady=function(e,t){this.history.onReady(e,t)},ke.prototype.onError=function(e){this.history.onError(e)},ke.prototype.push=function(e,t,a){this.history.push(e,t,a)},ke.prototype.replace=function(e,t,a){this.history.replace(e,t,a)},ke.prototype.go=function(e){this.history.go(e)},ke.prototype.back=function(){this.go(-1)},ke.prototype.forward=function(){this.go(1)},ke.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]}))}))):[]},ke.prototype.resolve=function(e,t,a){var n=$(e,t||this.history.current,a,this),r=this.match(n,t),i=r.redirectedFrom||r.fullPath;return{location:n,route:r,href:function(e,t,a){var n="hash"===a?"#"+t:t;return e?L(e+"/"+n):n}(this.history.base,i,this.mode),normalizedTo:n,resolved:r}},ke.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==m&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(ke.prototype,Se),ke.install=function e(t){if(!e.installed||H!==t){e.installed=!0,H=t;var a=function(e){return void 0!==e},n=function(e,t){var n=e.$options._parentVnode;a(n)&&a(n=n.data)&&a(n=n.registerRouteInstance)&&n(e,t)};t.mixin({beforeCreate:function(){a(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,n(this,this)},destroyed:function(){n(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}},ke.version="3.0.1",V&&window.Vue&&window.Vue.use(ke),t.default=ke},"jfS+":function(e,t,a){"use strict";var n=a("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 a=this;e((function(e){a.reason||(a.reason=new n(e),t(a.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},jmDH:function(e,t,a){e.exports=!a("KUxP")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},jrfk:function(e,t){var a,n,r,i,o,l,u,c,s,h,d,p,f,m,A,v=!1;function y(){if(!v){v=!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),A=/Mobile/i.exec(e),d=!!/Win64/.exec(e),t){(a=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN)&&document&&document.documentMode&&(a=document.documentMode);var Z=/(?:Trident\/(\d+.\d+))/.exec(e);l=Z?parseFloat(Z[1])+4:a,n=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),o=t&&t[1]?parseFloat(t[1]):NaN):o=NaN}else a=n=r=o=i=NaN;if(y){if(y[1]){var H=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);u=!H||parseFloat(H[1].replace("_","."))}else u=!1;c=!!y[2],s=!!y[3]}else u=c=s=!1}}var Z={ie:function(){return y()||a},ieCompatibilityMode:function(){return y()||l>a},ie64:function(){return Z.ie()&&d},firefox:function(){return y()||n},opera:function(){return y()||r},webkit:function(){return y()||i},safari:function(){return Z.webkit()},chrome:function(){return y()||o},windows:function(){return y()||c},osx:function(){return y()||u},linux:function(){return y()||s},iphone:function(){return y()||p},mobile:function(){return y()||p||f||h||A},nativeApp:function(){return y()||m},android:function(){return y()||h},ipad:function(){return y()||f}};e.exports=Z},kAMH:function(e,t,a){var n=a("a0xu");e.exports=Array.isArray||function(e){return"Array"==n(e)}},kTiW:function(e,t,a){e.exports=a("NegM")},kvrn:function(e,t){var a=/^(attrs|props|on|nativeOn|class|style|hook)$/;function n(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,o,l,u;for(o in t)if(r=e[o],i=t[o],r&&a.test(o))if("class"===o&&("string"==typeof r&&(u=r,e[o]=r={},r[u]=!0),"string"==typeof i&&(u=i,t[o]=i={},i[u]=!0)),"on"===o||"nativeOn"===o||"hook"===o)for(l in i)r[l]=n(r[l],i[l]);else if(Array.isArray(r))e[o]=r.concat(i);else if(Array.isArray(i))e[o]=[r].concat(i);else for(l in i)r[l]=i[l];else e[o]=t[o];return e}),{})}},kwZ1:function(e,t,a){"use strict";var n=a("jmDH"),r=a("w6GO"),i=a("mqlF"),o=a("NV0k"),l=a("JB68"),u=a("M1xp"),c=Object.assign;e.exports=!c||a("KUxP")((function(){var e={},t={},a=Symbol(),n="abcdefghijklmnopqrst";return e[a]=7,n.split("").forEach((function(e){t[e]=e})),7!=c({},e)[a]||Object.keys(c({},t)).join("")!=n}))?function(e,t){for(var a=l(e),c=arguments.length,s=1,h=i.f,d=o.f;c>s;)for(var p,f=u(arguments[s++]),m=h?r(f).concat(h(f)):r(f),A=m.length,v=0;A>v;)p=m[v++],n&&!d.call(f,p)||(a[p]=f[p]);return a}:c},ls82:function(e,t){!function(t){"use strict";var a=Object.prototype,n=a.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",o=r.asyncIterator||"@@asyncIterator",l=r.toStringTag||"@@toStringTag",u="object"==typeof e,c=t.regeneratorRuntime;if(c)u&&(e.exports=c);else{(c=t.regeneratorRuntime=u?e.exports:{}).wrap=m;var s={},h={};h[i]=function(){return this};var d=Object.getPrototypeOf,p=d&&d(d(w([])));p&&p!==a&&n.call(p,i)&&(h=p);var f=Z.prototype=v.prototype=Object.create(h);y.prototype=f.constructor=Z,Z.constructor=y,Z[l]=y.displayName="GeneratorFunction",c.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},c.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,Z):(e.__proto__=Z,l in e||(e[l]="GeneratorFunction")),e.prototype=Object.create(f),e},c.awrap=function(e){return{__await:e}},H(g.prototype),g.prototype[o]=function(){return this},c.AsyncIterator=g,c.async=function(e,t,a,n){var r=new g(m(e,t,a,n));return c.isGeneratorFunction(t)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},H(f),f[l]="Generator",f[i]=function(){return this},f.toString=function(){return"[object Generator]"},c.keys=function(e){var t=[];for(var a in e)t.push(a);return t.reverse(),function a(){for(;t.length;){var n=t.pop();if(n in e)return a.value=n,a.done=!1,a}return a.done=!0,a}},c.values=w,L.prototype={constructor:L,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(b),!e)for(var t in this)"t"===t.charAt(0)&&n.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 a(a,n){return o.type="throw",o.arg=e,t.next=a,n&&(t.method="next",t.arg=void 0),!!n}for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r],o=i.completion;if("root"===i.tryLoc)return a("end");if(i.tryLoc<=this.prev){var l=n.call(i,"catchLoc"),u=n.call(i,"finallyLoc");if(l&&u){if(this.prev<i.catchLoc)return a(i.catchLoc,!0);if(this.prev<i.finallyLoc)return a(i.finallyLoc)}else if(l){if(this.prev<i.catchLoc)return a(i.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return a(i.finallyLoc)}}}},abrupt:function(e,t){for(var a=this.tryEntries.length-1;a>=0;--a){var r=this.tryEntries[a];if(r.tryLoc<=this.prev&&n.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 o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,s):this.complete(o)},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 a=this.tryEntries[t];if(a.finallyLoc===e)return this.complete(a.completion,a.afterLoc),b(a),s}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var a=this.tryEntries[t];if(a.tryLoc===e){var n=a.completion;if("throw"===n.type){var r=n.arg;b(a)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,a){return this.delegate={iterator:w(e),resultName:t,nextLoc:a},"next"===this.method&&(this.arg=void 0),s}}}function m(e,t,a,n){var r=t&&t.prototype instanceof v?t:v,i=Object.create(r.prototype),o=new L(n||[]);return i._invoke=function(e,t,a){var n="suspendedStart";return function(r,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===r)throw i;return C()}for(a.method=r,a.arg=i;;){var o=a.delegate;if(o){var l=M(o,a);if(l){if(l===s)continue;return l}}if("next"===a.method)a.sent=a._sent=a.arg;else if("throw"===a.method){if("suspendedStart"===n)throw n="completed",a.arg;a.dispatchException(a.arg)}else"return"===a.method&&a.abrupt("return",a.arg);n="executing";var u=A(e,t,a);if("normal"===u.type){if(n=a.done?"completed":"suspendedYield",u.arg===s)continue;return{value:u.arg,done:a.done}}"throw"===u.type&&(n="completed",a.method="throw",a.arg=u.arg)}}}(e,a,o),i}function A(e,t,a){try{return{type:"normal",arg:e.call(t,a)}}catch(e){return{type:"throw",arg:e}}}function v(){}function y(){}function Z(){}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(a,r){function i(){return new Promise((function(t,i){!function t(a,r,i,o){var l=A(e[a],e,r);if("throw"!==l.type){var u=l.arg,c=u.value;return c&&"object"==typeof c&&n.call(c,"__await")?Promise.resolve(c.__await).then((function(e){t("next",e,i,o)}),(function(e){t("throw",e,i,o)})):Promise.resolve(c).then((function(e){u.value=e,i(u)}),o)}o(l.arg)}(a,r,t,i)}))}return t=t?t.then(i,i):i()}}function M(e,t){var a=e.iterator[t.method];if(void 0===a){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,M(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 n=A(a,e.iterator,t.arg);if("throw"===n.type)return t.method="throw",t.arg=n.arg,t.delegate=null,s;var r=n.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 b(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function L(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(V,this),this.reset(!0)}function w(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 a=-1,r=function t(){for(;++a<e.length;)if(n.call(e,a))return t.value=e[a],t.done=!1,t;return t.value=void 0,t.done=!0,t};return r.next=r}}return{next:C}}function C(){return{value:void 0,done:!0}}}(function(){return this}()||Function("return this")())},m1cH:function(e,t,a){"use strict";t.__esModule=!0;var n,r=a("rfXi"),i=(n=r)&&n.__esModule?n:{default:n};t.default=function(e){if(Array.isArray(e)){for(var t=0,a=Array(e.length);t<e.length;t++)a[t]=e[t];return a}return(0,i.default)(e)}},mqlF:function(e,t){t.f=Object.getOwnPropertySymbols},o8NH:function(e,t,a){var n=a("Y7ZC");n(n.S+n.F,"Object",{assign:a("kwZ1")})},o97j:function(e,t,a){"use strict";var n=!("undefined"==typeof window||!window.document||!window.document.createElement),r={canUseDOM:n,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:n&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:n&&!!window.screen,isInWorker:!n};e.exports=r},oV5b:function(e,t,a){"use strict";a.r(t);var n=a("QbLZ"),r=a.n(n),i=a("EJiy"),o=a.n(i),l=/%[sdj%]/g;function u(){for(var e=arguments.length,t=Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=1,r=t[0],i=t.length;if("function"==typeof r)return r.apply(null,t.slice(1));if("string"==typeof r){for(var o=String(r).replace(l,(function(e){if("%%"===e)return"%";if(n>=i)return e;switch(e){case"%s":return String(t[n++]);case"%d":return Number(t[n++]);case"%j":try{return JSON.stringify(t[n++])}catch(e){return"[Circular]"}break;default:return e}})),u=t[n];n<i;u=t[++n])o+=" "+u;return o}return r}function c(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,a){var n=0,r=e.length;!function i(o){if(o&&o.length)a(o);else{var l=n;n+=1,l<r?t(e[l],i):a([])}}([])}function h(e,t,a,n){if(t.first)return s(function(e){var t=[];return Object.keys(e).forEach((function(a){t.push.apply(t,e[a])})),t}(e),a,n);var r=t.firstFields||[];!0===r&&(r=Object.keys(e));var i=Object.keys(e),o=i.length,l=0,u=[],c=function(e){u.push.apply(u,e),++l===o&&n(u)};i.forEach((function(t){var n=e[t];-1!==r.indexOf(t)?s(n,a,c):function(e,t,a){var n=[],r=0,i=e.length;function o(e){n.push.apply(n,e),++r===i&&a(n)}e.forEach((function(e){t(e,o)}))}(n,a,c)}))}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 a in t)if(t.hasOwnProperty(a)){var n=t[a];"object"===(void 0===n?"undefined":o()(n))&&"object"===o()(e[a])?e[a]=r()({},e[a],n):e[a]=n}return e}var f=function(e,t,a,n,r,i){!e.required||a.hasOwnProperty(e.field)&&!c(t,i||e.type)||n.push(u(r.messages.required,e.fullField))};var m=function(e,t,a,n,r){(/^\s+$/.test(t)||""===t)&&n.push(u(r.messages.whitespace,e.fullField))},A={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},v={integer:function(e){return v.number(e)&&parseInt(e,10)===e},float:function(e){return v.number(e)&&!v.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":o()(e))&&!v.array(e)},method:function(e){return"function"==typeof e},email:function(e){return"string"==typeof e&&!!e.match(A.email)&&e.length<255},url:function(e){return"string"==typeof e&&!!e.match(A.url)},hex:function(e){return"string"==typeof e&&!!e.match(A.hex)}};var y=function(e,t,a,n,r){if(e.required&&void 0===t)f(e,t,a,n,r);else{var i=e.type;["integer","float","array","regexp","object","method","email","number","date","url","hex"].indexOf(i)>-1?v[i](t)||n.push(u(r.messages.types[i],e.fullField,e.type)):i&&(void 0===t?"undefined":o()(t))!==e.type&&n.push(u(r.messages.types[i],e.fullField,e.type))}};var Z={required:f,whitespace:m,type:y,range:function(e,t,a,n,r){var i="number"==typeof e.len,o="number"==typeof e.min,l="number"==typeof e.max,c=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&&(c=t.length),d&&(c=t.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"_").length),i?c!==e.len&&n.push(u(r.messages[s].len,e.fullField,e.len)):o&&!l&&c<e.min?n.push(u(r.messages[s].min,e.fullField,e.min)):l&&!o&&c>e.max?n.push(u(r.messages[s].max,e.fullField,e.max)):o&&l&&(c<e.min||c>e.max)&&n.push(u(r.messages[s].range,e.fullField,e.min,e.max))},enum:function(e,t,a,n,r){e.enum=Array.isArray(e.enum)?e.enum:[],-1===e.enum.indexOf(t)&&n.push(u(r.messages.enum,e.fullField,e.enum.join(", ")))},pattern:function(e,t,a,n,r){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||n.push(u(r.messages.pattern.mismatch,e.fullField,t,e.pattern));else if("string"==typeof e.pattern){new RegExp(e.pattern).test(t)||n.push(u(r.messages.pattern.mismatch,e.fullField,t,e.pattern))}}};var H=function(e,t,a,n,r){var i=e.type,o=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t,i)&&!e.required)return a();Z.required(e,t,n,o,r,i),c(t,i)||Z.type(e,t,n,o,r)}a(o)},g={string:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t,"string")&&!e.required)return a();Z.required(e,t,n,i,r,"string"),c(t,"string")||(Z.type(e,t,n,i,r),Z.range(e,t,n,i,r),Z.pattern(e,t,n,i,r),!0===e.whitespace&&Z.whitespace(e,t,n,i,r))}a(i)},method:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),void 0!==t&&Z.type(e,t,n,i,r)}a(i)},number:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),void 0!==t&&(Z.type(e,t,n,i,r),Z.range(e,t,n,i,r))}a(i)},boolean:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),void 0!==t&&Z.type(e,t,n,i,r)}a(i)},regexp:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),c(t)||Z.type(e,t,n,i,r)}a(i)},integer:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),void 0!==t&&(Z.type(e,t,n,i,r),Z.range(e,t,n,i,r))}a(i)},float:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),void 0!==t&&(Z.type(e,t,n,i,r),Z.range(e,t,n,i,r))}a(i)},array:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t,"array")&&!e.required)return a();Z.required(e,t,n,i,r,"array"),c(t,"array")||(Z.type(e,t,n,i,r),Z.range(e,t,n,i,r))}a(i)},object:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),void 0!==t&&Z.type(e,t,n,i,r)}a(i)},enum:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();Z.required(e,t,n,i,r),t&&Z.enum(e,t,n,i,r)}a(i)},pattern:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t,"string")&&!e.required)return a();Z.required(e,t,n,i,r),c(t,"string")||Z.pattern(e,t,n,i,r)}a(i)},date:function(e,t,a,n,r){var i=[];if(e.required||!e.required&&n.hasOwnProperty(e.field)){if(c(t)&&!e.required)return a();if(Z.required(e,t,n,i,r),!c(t)){var o=void 0;o="number"==typeof t?new Date(t):t,Z.type(e,o,n,i,r),o&&Z.range(e,o.getTime(),n,i,r)}}a(i)},url:H,hex:H,email:H,required:function(e,t,a,n,r){var i=[],l=Array.isArray(t)?"array":void 0===t?"undefined":o()(t);Z.required(e,t,n,i,r,l),a(i)}};function M(){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=M();function b(e){this.rules=null,this._messages=V,this.define(e)}b.prototype={messages:function(e){return e&&(this._messages=p(M(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if("object"!==(void 0===e?"undefined":o()(e))||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var t=void 0,a=void 0;for(t in e)e.hasOwnProperty(t)&&(a=e[t],this.rules[t]=Array.isArray(a)?a:[a])},validate:function(e){var t=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2],i=e,l=a,c=n;if("function"==typeof l&&(c=l,l={}),this.rules&&0!==Object.keys(this.rules).length){if(l.messages){var s=this.messages();s===V&&(s=M()),p(s,l.messages),l.messages=s}else l.messages=this.messages();var f=void 0,m=void 0,A={},v=l.keys||Object.keys(this.rules);v.forEach((function(a){f=t.rules[a],m=i[a],f.forEach((function(n){var o=n;"function"==typeof o.transform&&(i===e&&(i=r()({},i)),m=i[a]=o.transform(m)),(o="function"==typeof o?{validator:o}:r()({},o)).validator=t.getValidationMethod(o),o.field=a,o.fullField=o.fullField||a,o.type=t.getType(o),o.validator&&(A[a]=A[a]||[],A[a].push({rule:o,value:m,source:i,field:a}))}))}));var y={};h(A,l,(function(e,t){var a=e.rule,n=!("object"!==a.type&&"array"!==a.type||"object"!==o()(a.fields)&&"object"!==o()(a.defaultField));function i(e,t){return r()({},t,{fullField:a.fullField+"."+e})}function c(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],c=o;if(Array.isArray(c)||(c=[c]),c.length,c.length&&a.message&&(c=[].concat(a.message)),c=c.map(d(a)),l.first&&c.length)return y[a.field]=1,t(c);if(n){if(a.required&&!e.value)return c=a.message?[].concat(a.message).map(d(a)):l.error?[l.error(a,u(l.messages.required,a.field))]:[],t(c);var s={};if(a.defaultField)for(var h in e.value)e.value.hasOwnProperty(h)&&(s[h]=a.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 b(s);m.messages(l.messages),e.rule.options&&(e.rule.options.messages=l.messages,e.rule.options.error=l.error),m.validate(e.value,e.rule.options||l,(function(e){t(e&&e.length?c.concat(e):e)}))}else t(c)}n=n&&(a.required||!a.required&&e.value),a.field=e.field;var s=a.validator(a,e.value,c,e.source,l);s&&s.then&&s.then((function(){return c()}),(function(e){return c(e)}))}),(function(e){Z(e)}))}else c&&c();function Z(e){var t,a=void 0,n=void 0,r=[],i={};for(a=0;a<e.length;a++)t=e[a],Array.isArray(t)?r=r.concat.apply(r,t):r.push(t);if(r.length)for(a=0;a<r.length;a++)i[n=r[a].field]=i[n]||[],i[n].push(r[a]);else r=null,i=null;c(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(u("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),a=t.indexOf("message");return-1!==a&&t.splice(a,1),1===t.length&&"required"===t[0]?g.required:g[this.getType(e)]||!1}},b.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},b.messages=V;t.default=b},oVml:function(e,t,a){var n=a("5K7Z"),r=a("fpC5"),i=a("FpHa"),o=a("VVlx")("IE_PROTO"),l=function(){},u=function(){var e,t=a("Hsns")("iframe"),n=i.length;for(t.style.display="none",a("MvwC").appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u.prototype[i[n]];return u()};e.exports=Object.create||function(e,t){var a;return null!==e?(l.prototype=n(e),a=new l,l.prototype=null,a[o]=e):a=u(),void 0===t?a:r(a,t)}},oioR:function(e,t,a){var n=a("2GTP"),r=a("sNwI"),i=a("NwJ3"),o=a("5K7Z"),l=a("tEej"),u=a("fNZA"),c={},s={};(t=e.exports=function(e,t,a,h,d){var p,f,m,A,v=d?function(){return e}:u(e),y=n(a,h,t?2:1),Z=0;if("function"!=typeof v)throw TypeError(e+" is not iterable!");if(i(v)){for(p=l(e.length);p>Z;Z++)if((A=t?y(o(f=e[Z])[0],f[1]):y(e[Z]))===c||A===s)return A}else for(m=v.call(e);!(f=m.next()).done;)if((A=r(m,y,f.value,t))===c||A===s)return A}).BREAK=c,t.RETURN=s},p46w:function(e,t,a){var n,r;!function(i){if(void 0===(r="function"==typeof(n=i)?n.call(t,a,t,e):n)||(e.exports=r),!0,e.exports=i(),!!0){var o=window.Cookies,l=window.Cookies=i();l.noConflict=function(){return window.Cookies=o,l}}}((function(){function e(){for(var e=0,t={};e<arguments.length;e++){var a=arguments[e];for(var n in a)t[n]=a[n]}return t}return function t(a){function n(t,r,i){var o;if("undefined"!=typeof document){if(arguments.length>1){if("number"==typeof(i=e({path:"/"},n.defaults,i)).expires){var l=new Date;l.setMilliseconds(l.getMilliseconds()+864e5*i.expires),i.expires=l}i.expires=i.expires?i.expires.toUTCString():"";try{o=JSON.stringify(r),/^[\{\[]/.test(o)&&(r=o)}catch(e){}r=a.write?a.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 u="";for(var c in i)i[c]&&(u+="; "+c,!0!==i[c]&&(u+="="+i[c]));return document.cookie=t+"="+r+u}t||(o={});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=a.read?a.read(f,m):a(f,m)||f.replace(h,decodeURIComponent),this.json)try{f=JSON.parse(f)}catch(e){}if(t===m){o=f;break}t||(o[m]=f)}catch(e){}}return o}}return n.set=n,n.get=function(e){return n.call(n,e)},n.getJSON=function(){return n.apply({json:!0},[].slice.call(arguments))},n.defaults={},n.remove=function(t,a){n(t,"",e(a,{expires:-1}))},n.withConverter=t,n}((function(){}))}))},pdi6:function(e,t,a){},q1tI:function(e,t,a){"use strict";e.exports=a("viRO")},q4sD:function(e,t,a){},q6LJ:function(e,t,a){var n=a("5T2Y"),r=a("QXhf").set,i=n.MutationObserver||n.WebKitMutationObserver,o=n.process,l=n.Promise,u="process"==a("a0xu")(o);e.exports=function(){var e,t,a,c=function(){var n,r;for(u&&(n=o.domain)&&n.exit();e;){r=e.fn,e=e.next;try{r()}catch(n){throw e?a():t=void 0,n}}t=void 0,n&&n.enter()};if(u)a=function(){o.nextTick(c)};else if(!i||n.navigator&&n.navigator.standalone)if(l&&l.resolve){var s=l.resolve(void 0);a=function(){s.then(c)}}else a=function(){r.call(n,c)};else{var h=!0,d=document.createTextNode("");new i(c).observe(d,{characterData:!0}),a=function(){d.data=h=!h}}return function(n){var r={fn:n,next:void 0};t&&(t.next=r),e||(e=r,a()),t=r}}},rfXi:function(e,t,a){e.exports={default:a("0tVQ"),__esModule:!0}},rr1i:function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},sNwI:function(e,t,a){var n=a("5K7Z");e.exports=function(e,t,a,r){try{return r?t(n(a)[0],a[1]):t(a)}catch(t){var i=e.return;throw void 0!==i&&n(i.call(e)),t}}},tEej:function(e,t,a){var n=a("Ojgd"),r=Math.min;e.exports=function(e){return e>0?r(n(e),9007199254740991):0}},tQ2B:function(e,t,a){"use strict";var n=a("xTJ+"),r=a("Rn+g"),i=a("eqyj"),o=a("MLWZ"),l=a("g7np"),u=a("w0Vi"),c=a("OTTw"),s=a("LYNF");e.exports=function(e){return new Promise((function(t,a){var h=e.data,d=e.headers;n.isFormData(h)&&delete d["Content-Type"];var p=new XMLHttpRequest;if(e.auth){var f=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";d.Authorization="Basic "+btoa(f+":"+m)}var A=l(e.baseURL,e.url);if(p.open(e.method.toUpperCase(),o(A,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in p?u(p.getAllResponseHeaders()):null,i={data:e.responseType&&"text"!==e.responseType?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:n,config:e,request:p};r(t,a,i),p=null}},p.onabort=function(){p&&(a(s("Request aborted",e,"ECONNABORTED",p)),p=null)},p.onerror=function(){a(s("Network Error",e,null,p)),p=null},p.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),a(s(t,e,"ECONNABORTED",p)),p=null},n.isStandardBrowserEnv()){var v=(e.withCredentials||c(A))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;v&&(d[e.xsrfHeaderName]=v)}if("setRequestHeader"in p&&n.forEach(d,(function(e,t){void 0===h&&"content-type"===t.toLowerCase()?delete d[t]:p.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),e.responseType)try{p.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){p&&(p.abort(),a(e),p=null)})),h||(h=null),p.send(h)}))}},u938:function(e,t,a){var n=function(){return this}()||Function("return this")(),r=n.regeneratorRuntime&&Object.getOwnPropertyNames(n).indexOf("regeneratorRuntime")>=0,i=r&&n.regeneratorRuntime;if(n.regeneratorRuntime=void 0,e.exports=a("ls82"),r)n.regeneratorRuntime=i;else try{delete n.regeneratorRuntime}catch(e){n.regeneratorRuntime=void 0}},uK5S:function(e,t,a){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(t,"__esModule",{value:!0});var r=n(a("q1tI")),i=n(a("i8i4")),o=n(a("Kw5r")),l="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},u=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},c=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),s=function(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e},h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}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 a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a},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 a=[],n=!0,r=!1,i=void 0;try{for(var o,l=e[Symbol.iterator]();!(n=(o=l.next()).done)&&(a.push(o.value),!t||a.length!==t);n=!0);}catch(e){r=!0,i=e}finally{try{!n&&l.return&&l.return()}finally{if(r)throw i}}return a}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},A=function(e,t){return e("vuera-internal-react-wrapper",{props:{component:function(){return r.createElement("div",null,t)}}})},v=function(e){function t(e){u(this,t);var a=f(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));a.currentVueComponent=e.component;var n=a.createVueInstance,r=a;return a.createVueInstance=function(e,t,a){n(e,r,t,a)},a}return d(t,e),c(t,[{key:"componentWillReceiveProps",value:function(e){var t=e.component,a=p(e,["component"]);this.currentVueComponent!==t&&this.updateVueComponent(this.props.component,t),Object.assign(this.vueInstance.$data,a)}},{key:"componentWillUnmount",value:function(){this.vueInstance.$destroy()}},{key:"createVueInstance",value:function(e,t){var a,n=t.props,r=n.component,i=n.on,l=p(n,["component","on"]);t.vueInstance=new o(h({el:e,data:l},M.vueInstanceOptions,{render:function(e){return e("vuera-internal-component-name",{props:this.$data,on:i},[A(e,this.children)])},components:(a={},s(a,"vuera-internal-component-name",r),s(a,"vuera-internal-react-wrapper",y),a)}))}},{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,a=function(e){var t,a;return a=t=function(t){function a(e){u(this,a);var t=f(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,e));return t.state=h({},e),t}return d(a,t),c(a,[{key:"wrapVueChildren",value:function(e){return{render:function(t){return t("div",e)}}}},{key:"render",value:function(){var t=this.state,a=t.children,n=(t[""],p(t,["children",""])),i=this.wrapVueChildren(a);return r.createElement(e,n,a&&r.createElement(v,{component:i}))}}]),a}(r.Component),t.displayName="ReactInVue"+(e.displayName||e.name||"Component"),a}(e),n=void 0!==this.$slots.default?{children:this.$slots.default}:{};i.render(r.createElement(a,h({},this.$props.passedProps,this.$attrs,this.$listeners,n,{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 Z(e){return!("object"===(void 0===e?"undefined":l(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 o))}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 a=e.config.optionMergeStrategies.components;e.config.optionMergeStrategies.components=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=a.apply(void 0,[e].concat(n)),o=i?Object.entries(i).reduce((function(e,t){var a=m(t,2),n=a[0],r=a[1];return h({},e,s({},n,Z(r)?H(r):r))}),{}):i;return Object.assign(i,o)},e.prototype.constructor.isVue=!0}};var M={vueInstanceOptions:{}};t.ReactWrapper=y,t.VueWrapper=v,t.__vueraReactResolver=function(e,t,a){return Z(e)?r.createElement(e,t,a):r.createElement(v,Object.assign({component:e},t),a)},t.VuePlugin=g,t.VueInReact=function(e){return Z(e)?e:function(t){return r.createElement(v,h({},t,{component:e}))}},t.ReactInVue=H,t.config=M},uOPS:function(e,t){e.exports=!0},vBP9:function(e,t,a){var n=a("5T2Y").navigator;e.exports=n&&n.userAgent||""},vDqi:function(e,t,a){e.exports=a("zuR4")},vRGJ:function(e,t){e.exports=c,e.exports.parse=n,e.exports.compile=function(e,t){return r(n(e,t))},e.exports.tokensToFunction=r,e.exports.tokensToRegExp=u;var a=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");function n(e,t){for(var n,r=[],l=0,u=0,c="",s=t&&t.delimiter||"/",h=t&&t.delimiters||"./",d=!1;null!==(n=a.exec(e));){var p=n[0],f=n[1],m=n.index;if(c+=e.slice(u,m),u=m+p.length,f)c+=f[1],d=!0;else{var A="",v=e[u],y=n[2],Z=n[3],H=n[4],g=n[5];if(!d&&c.length){var M=c.length-1;h.indexOf(c[M])>-1&&(A=c[M],c=c.slice(0,M))}c&&(r.push(c),c="",d=!1);var V=""!==A&&void 0!==v&&v!==A,b="+"===g||"*"===g,L="?"===g||"*"===g,w=A||s,C=Z||H;r.push({name:y||l++,prefix:A,delimiter:w,optional:L,repeat:b,partial:V,pattern:C?o(C):"[^"+i(w)+"]+?"})}}return(c||u<e.length)&&r.push(c+e.substr(u)),r}function r(e){for(var t=new Array(e.length),a=0;a<e.length;a++)"object"==typeof e[a]&&(t[a]=new RegExp("^(?:"+e[a].pattern+")$"));return function(a,n){for(var r="",i=n&&n.encode||encodeURIComponent,o=0;o<e.length;o++){var l=e[o];if("string"!=typeof l){var u,c=a?a[l.name]:void 0;if(Array.isArray(c)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but got array');if(0===c.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var s=0;s<c.length;s++){if(u=i(c[s],l),!t[o].test(u))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'"');r+=(0===s?l.prefix:l.delimiter)+u}}else if("string"!=typeof c&&"number"!=typeof c&&"boolean"!=typeof c){if(!l.optional)throw new TypeError('Expected "'+l.name+'" to be '+(l.repeat?"an array":"a string"));l.partial&&(r+=l.prefix)}else{if(u=i(String(c),l),!t[o].test(u))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but got "'+u+'"');r+=l.prefix+u}}else r+=l}return r}}function i(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function o(e){return e.replace(/([=!:$/()])/g,"\\$1")}function l(e){return e&&e.sensitive?"":"i"}function u(e,t,a){for(var n=(a=a||{}).strict,r=!1!==a.start,o=!1!==a.end,u=i(a.delimiter||"/"),c=a.delimiters||"./",s=[].concat(a.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&&c.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 o?(n||(h+="(?:"+u+")?"),h+="$"===s?"$":"(?="+s+")"):(n||(h+="(?:"+u+"(?="+s+"))?"),d||(h+="(?="+u+"|"+s+")")),new RegExp(h,l(a))}function c(e,t,a){return e instanceof RegExp?function(e,t){if(!t)return e;var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,pattern:null});return e}(e,t):Array.isArray(e)?function(e,t,a){for(var n=[],r=0;r<e.length;r++)n.push(c(e[r],t,a).source);return new RegExp("(?:"+n.join("|")+")",l(a))}(e,t,a):function(e,t,a){return u(n(e,a),t,a)}(e,t,a)}},viRO:function(e,t,a){"use strict";var n=a("MgzW"),r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,l=r?Symbol.for("react.fragment"):60107,u=r?Symbol.for("react.strict_mode"):60108,c=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,A="function"==typeof Symbol&&Symbol.iterator;function v(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,a=1;a<arguments.length;a++)t+="&args[]="+encodeURIComponent(arguments[a]);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(){}},Z={};function H(e,t,a){this.props=e,this.context=t,this.refs=Z,this.updater=a||y}function g(){}function M(e,t,a){this.props=e,this.context=t,this.refs=Z,this.updater=a||y}H.prototype.isReactComponent={},H.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(v(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=M.prototype=new g;V.constructor=M,n(V,H.prototype),V.isPureReactComponent=!0;var b={current:null},L=Object.prototype.hasOwnProperty,w={key:!0,ref:!0,__self:!0,__source:!0};function C(e,t,a){var n,r={},o=null,l=null;if(null!=t)for(n in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(o=""+t.key),t)L.call(t,n)&&!w.hasOwnProperty(n)&&(r[n]=t[n]);var u=arguments.length-2;if(1===u)r.children=a;else if(1<u){for(var c=Array(u),s=0;s<u;s++)c[s]=arguments[s+2];r.children=c}if(e&&e.defaultProps)for(n in u=e.defaultProps)void 0===r[n]&&(r[n]=u[n]);return{$$typeof:i,type:e,key:o,ref:l,props:r,_owner:b.current}}function x(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var _=/\/+/g,k=[];function S(e,t,a,n){if(k.length){var r=k.pop();return r.result=e,r.keyPrefix=t,r.func=a,r.context=n,r.count=0,r}return{result:e,keyPrefix:t,func:a,context:n,count:0}}function E(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>k.length&&k.push(e)}function T(e,t,a){return null==e?0:function e(t,a,n,r){var l=typeof t;"undefined"!==l&&"boolean"!==l||(t=null);var u=!1;if(null===t)u=!0;else switch(l){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case o:u=!0}}if(u)return n(r,t,""===a?"."+z(t,0):a),1;if(u=0,a=""===a?".":a+":",Array.isArray(t))for(var c=0;c<t.length;c++){var s=a+z(l=t[c],c);u+=e(l,s,n,r)}else if(null===t||"object"!=typeof t?s=null:s="function"==typeof(s=A&&t[A]||t["@@iterator"])?s:null,"function"==typeof s)for(t=s.call(t),c=0;!(l=t.next()).done;)u+=e(l=l.value,s=a+z(l,c++),n,r);else if("object"===l)throw n=""+t,Error(v(31,"[object Object]"===n?"object with keys {"+Object.keys(t).join(", ")+"}":n,""));return u}(e,"",t,a)}function z(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,a){var n=e.result,r=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?N(e,n,a,(function(e){return e})):null!=e&&(x(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(_,"$&/")+"/")+a)),n.push(e))}function N(e,t,a,n,r){var i="";null!=a&&(i=(""+a).replace(_,"$&/")+"/"),T(e,P,t=S(t,i,n,r)),E(t)}var j={current:null};function D(){var e=j.current;if(null===e)throw Error(v(321));return e}var q={ReactCurrentDispatcher:j,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:b,IsSomeRendererActing:{current:!1},assign:n};t.Children={map:function(e,t,a){if(null==e)return e;var n=[];return N(e,n,null,t,a),n},forEach:function(e,t,a){if(null==e)return e;T(e,O,t=S(null,null,t,a)),E(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(!x(e))throw Error(v(143));return e}},t.Component=H,t.Fragment=l,t.Profiler=c,t.PureComponent=M,t.StrictMode=u,t.Suspense=p,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=q,t.cloneElement=function(e,t,a){if(null==e)throw Error(v(267,e));var r=n({},e.props),o=e.key,l=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(l=t.ref,u=b.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(s in t)L.call(t,s)&&!w.hasOwnProperty(s)&&(r[s]=void 0===t[s]&&void 0!==c?c[s]:t[s])}var s=arguments.length-2;if(1===s)r.children=a;else if(1<s){c=Array(s);for(var h=0;h<s;h++)c[h]=arguments[h+2];r.children=c}return{$$typeof:i,type:e.type,key:o,ref:l,props:r,_owner:u}},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=C,t.createFactory=function(e){var t=C.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=x,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,a){return D().useImperativeHandle(e,t,a)},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,a){return D().useReducer(e,t,a)},t.useRef=function(e){return D().useRef(e)},t.useState=function(e){return D().useState(e)},t.version="16.14.0"},vwuL:function(e,t,a){var n=a("NV0k"),r=a("rr1i"),i=a("NsO/"),o=a("G8Mo"),l=a("B+OT"),u=a("eUtF"),c=Object.getOwnPropertyDescriptor;t.f=a("jmDH")?c:function(e,t){if(e=i(e),t=o(t,!0),u)try{return c(e,t)}catch(e){}if(l(e,t))return r(!n.f.call(e,t),e[t])}},w0Vi:function(e,t,a){"use strict";var n=a("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,a,i,o={};return e?(n.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=n.trim(e.substr(0,i)).toLowerCase(),a=n.trim(e.substr(i+1)),t){if(o[t]&&r.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([a]):o[t]?o[t]+", "+a:a}})),o):o}},"w2d+":function(e,t,a){"use strict";var n=a("hDam"),r=a("UO39"),i=a("SBuE"),o=a("NsO/");e.exports=a("MPFp")(Array,"Array",(function(e,t){this._t=o(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,a=this._i++;return!e||a>=e.length?(this._t=void 0,r(1)):r(0,"keys"==t?a:"values"==t?e[a]:[a,e[a]])}),"values"),i.Arguments=i.Array,n("keys"),n("values"),n("entries")},w6GO:function(e,t,a){var n=a("5vMV"),r=a("FpHa");e.exports=Object.keys||function(e){return n(e,r)}},wJiJ:function(e,t,a){e.exports=a("1K8p")},wgeU:function(e,t){},xAGQ:function(e,t,a){"use strict";var n=a("xTJ+");e.exports=function(e,t,a){return n.forEach(a,(function(a){e=a(e,t)})),e}},"xTJ+":function(e,t,a){"use strict";var n=a("HSsa"),r=Object.prototype.toString;function i(e){return"[object Array]"===r.call(e)}function o(e){return void 0===e}function l(e){return null!==e&&"object"==typeof e}function u(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function c(e){return"[object Function]"===r.call(e)}function s(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var a=0,n=e.length;a<n;a++)t.call(null,e[a],a,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&&!o(e)&&null!==e.constructor&&!o(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:l,isPlainObject:u,isUndefined:o,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:c,isStream:function(e){return l(e)&&c(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 a(a,n){u(t[n])&&u(a)?t[n]=e(t[n],a):u(a)?t[n]=e({},a):i(a)?t[n]=a.slice():t[n]=a}for(var n=0,r=arguments.length;n<r;n++)s(arguments[n],a);return t},extend:function(e,t,a){return s(t,(function(t,r){e[r]=a&&"function"==typeof t?n(t,a):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},y4GO:function(e,t,a){!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 a=[],n=!0,r=!1,i=void 0;try{for(var o,l=e[Symbol.iterator]();!(n=(o=l.next()).done)&&(a.push(o.value),!t||a.length!==t);n=!0);}catch(e){r=!0,i=e}finally{try{n||null==l.return||l.return()}finally{if(r)throw i}}return a}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var a={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 n="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());let r;const i={},o=a;var l=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"unicon"},[a("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))])};l._withStripped=!0;const u=function(e,t,a,n,r,i,o,l,u,c){"boolean"!=typeof o&&(u=l,l=o,o=!1);const s="function"==typeof a?a.options:a;let h;if(e&&e.render&&(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),n&&(s._scopeId=n),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,u(e)),e&&e._registeredComponents&&e._registeredComponents.add(i)},s._ssrRegister=h):t&&(h=o?function(e){t.call(this,c(e,this.$root.$options.shadowRoot))}:function(e){t.call(this,l(e))}),h)if(s.functional){const e=s.render;s.render=function(t,a){return h.call(a),e(t,a)}}else{const e=s.beforeCreate;s.beforeCreate=e?[].concat(e,h):[h]}return a}({render:l,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})}),o,void 0,!1,void 0,!1,(function(e){return(e,t)=>function(e,t){const a=n?t.media||"default":e,o=i[a]||(i[a]={ids:new Set,styles:[]});if(!o.ids.has(e)){o.ids.add(e);let a=t.source;if(t.map&&(a+="\n/*# sourceURL="+t.map.sources[0]+" */",a+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t.map))))+" */"),o.element||(o.element=document.createElement("style"),o.element.type="text/css",t.media&&o.element.setAttribute("media",t.media),void 0===r&&(r=document.head||document.getElementsByTagName("head")[0]),r.appendChild(o.element)),"styleSheet"in o.element)o.styles.push(a),o.element.styleSheet.cssText=o.styles.filter(Boolean).join("\n");else{const e=o.ids.size-1,t=document.createTextNode(a),n=o.element.childNodes;n[e]&&o.element.removeChild(n[e]),n.length?o.element.insertBefore(t,n[e]):o.element.appendChild(t)}}}(e,t)}),void 0,void 0);var c={install:function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.component(u.name,u);for(var n=0,r=Object.entries(a);n<r.length;n++){var i=t(r[n],2),o=i[0],l=i[1];u.props[o]&&(u.props[o].default=l)}},add:function(e){u.add(e)}};e.Unicon=u,e.default=c,Object.defineProperty(e,"__esModule",{value:!0})}(t)},yK9s:function(e,t,a){"use strict";var n=a("xTJ+");e.exports=function(e,t){n.forEach(e,(function(a,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=a,delete e[n])}))}},yLpj:function(e,t){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch(e){"object"==typeof window&&(a=window)}e.exports=a},yl30:function(e,t,a){"use strict";var n=a("q1tI"),r=a("MgzW"),i=a("QCnb");function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,a=1;a<arguments.length;a++)t+="&args[]="+encodeURIComponent(arguments[a]);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(!n)throw Error(o(227));function l(e,t,a,n,r,i,o,l,u){var c=Array.prototype.slice.call(arguments,3);try{t.apply(a,c)}catch(e){this.onError(e)}}var u=!1,c=null,s=!1,h=null,d={onError:function(e){u=!0,c=e}};function p(e,t,a,n,r,i,o,s,h){u=!1,c=null,l.apply(d,arguments)}var f=null,m=null,A=null;function v(e,t,a){var n=e.type||"unknown-event";e.currentTarget=A(a),function(e,t,a,n,r,i,l,d,f){if(p.apply(this,arguments),u){if(!u)throw Error(o(198));var m=c;u=!1,c=null,s||(s=!0,h=m)}}(n,t,void 0,e),e.currentTarget=null}var y=null,Z={};function H(){if(y)for(var e in Z){var t=Z[e],a=y.indexOf(e);if(!(-1<a))throw Error(o(96,e));if(!M[a]){if(!t.extractEvents)throw Error(o(97,e));for(var n in M[a]=t,a=t.eventTypes){var r=void 0,i=a[n],l=t,u=n;if(V.hasOwnProperty(u))throw Error(o(99,u));V[u]=i;var c=i.phasedRegistrationNames;if(c){for(r in c)c.hasOwnProperty(r)&&g(c[r],l,u);r=!0}else i.registrationName?(g(i.registrationName,l,u),r=!0):r=!1;if(!r)throw Error(o(98,n,e))}}}}function g(e,t,a){if(b[e])throw Error(o(100,e));b[e]=t,L[e]=t.eventTypes[a].dependencies}var M=[],V={},b={},L={};function w(e){var t,a=!1;for(t in e)if(e.hasOwnProperty(t)){var n=e[t];if(!Z.hasOwnProperty(t)||Z[t]!==n){if(Z[t])throw Error(o(102,t));Z[t]=n,a=!0}}a&&H()}var C=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),x=null,_=null,k=null;function S(e){if(e=m(e)){if("function"!=typeof x)throw Error(o(280));var t=e.stateNode;t&&(t=f(t),x(e.stateNode,e.type,t))}}function E(e){_?k?k.push(e):k=[e]:_=e}function T(){if(_){var e=_,t=k;if(k=_=null,S(e),t)for(e=0;e<t.length;e++)S(t[e])}}function z(e,t){return e(t)}function O(e,t,a,n,r){return e(t,a,n,r)}function P(){}var N=z,j=!1,D=!1;function q(){null===_&&null===k||(P(),T())}function R(e,t,a){if(D)return e(t,a);D=!0;try{return N(e,t,a)}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,a,n,r,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=r,this.mustUseProperty=a,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 Q=/[\-:]([a-z])/g;function G(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(Q,G);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(Q,G);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(Q,G);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=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function X(e,t,a,n){var r=W.hasOwnProperty(t)?W[t]:null;(null!==r?0===r.type:!n&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,a,n){if(null==t||function(e,t,a,n){if(null!==a&&0===a.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!n&&(null!==a?!a.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,a,n))return!0;if(n)return!1;if(null!==a)switch(a.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,a,r,n)&&(a=null),n||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===a?e.removeAttribute(t):e.setAttribute(t,""+a)):r.mustUseProperty?e[r.propertyName]=null===a?3!==r.type&&"":a:(t=r.attributeName,n=r.attributeNamespace,null===a?e.removeAttribute(t):(a=3===(r=r.type)||4===r&&!0===a?"":""+a,n?e.setAttributeNS(n,t,a):e.setAttribute(t,a))))}K.hasOwnProperty("ReactCurrentDispatcher")||(K.ReactCurrentDispatcher={current:null}),K.hasOwnProperty("ReactCurrentBatchConfig")||(K.ReactCurrentBatchConfig={suspense:null});var Y=/^(.*)[\\\/]/,J="function"==typeof Symbol&&Symbol.for,ee=J?Symbol.for("react.element"):60103,te=J?Symbol.for("react.portal"):60106,ae=J?Symbol.for("react.fragment"):60107,ne=J?Symbol.for("react.strict_mode"):60108,re=J?Symbol.for("react.profiler"):60114,ie=J?Symbol.for("react.provider"):60109,oe=J?Symbol.for("react.context"):60110,le=J?Symbol.for("react.concurrent_mode"):60111,ue=J?Symbol.for("react.forward_ref"):60112,ce=J?Symbol.for("react.suspense"):60113,se=J?Symbol.for("react.suspense_list"):60120,he=J?Symbol.for("react.memo"):60115,de=J?Symbol.for("react.lazy"):60116,pe=J?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 Ae(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 ae:return"Fragment";case te:return"Portal";case re:return"Profiler";case ne:return"StrictMode";case ce:return"Suspense";case se:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case oe:return"Context.Consumer";case ie:return"Context.Provider";case ue:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case he:return Ae(e.type);case pe:return Ae(e.render);case de:if(e=1===e._status?e._result:null)return Ae(e)}return null}function ve(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var a="";break e;default:var n=e._debugOwner,r=e._debugSource,i=Ae(e.type);a=null,n&&(a=Ae(n.type)),n=i,i="",r?i=" (at "+r.fileName.replace(Y,"")+":"+r.lineNumber+")":a&&(i=" (created by "+a+")"),a="\n in "+(n||"Unknown")+i}t+=a,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 Ze(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=Ze(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==a&&"function"==typeof a.get&&"function"==typeof a.set){var r=a.get,i=a.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return r.call(this)},set:function(e){n=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:a.enumerable}),{getValue:function(){return n},setValue:function(e){n=""+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 a=t.getValue(),n="";return e&&(n=Ze(e)?e.checked?"true":"false":e.value),(e=n)!==a&&(t.setValue(e),!0)}function Me(e,t){var a=t.checked;return r({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=a?a:e._wrapperState.initialChecked})}function Ve(e,t){var a=null==t.defaultValue?"":t.defaultValue,n=null!=t.checked?t.checked:t.defaultChecked;a=ye(null!=t.value?t.value:a),e._wrapperState={initialChecked:n,initialValue:a,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function be(e,t){null!=(t=t.checked)&&X(e,"checked",t,!1)}function Le(e,t){be(e,t);var a=ye(t.value),n=t.type;if(null!=a)"number"===n?(0===a&&""===e.value||e.value!=a)&&(e.value=""+a):e.value!==""+a&&(e.value=""+a);else if("submit"===n||"reset"===n)return void e.removeAttribute("value");t.hasOwnProperty("value")?Ce(e,t.type,a):t.hasOwnProperty("defaultValue")&&Ce(e,t.type,ye(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function we(e,t,a){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!("submit"!==n&&"reset"!==n||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,a||t===e.value||(e.value=t),e.defaultValue=t}""!==(a=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==a&&(e.name=a)}function Ce(e,t,a){"number"===t&&e.ownerDocument.activeElement===e||(null==a?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+a&&(e.defaultValue=""+a))}function xe(e,t){return e=r({children:void 0},t),(t=function(e){var t="";return n.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function _e(e,t,a,n){if(e=e.options,t){t={};for(var r=0;r<a.length;r++)t["$"+a[r]]=!0;for(a=0;a<e.length;a++)r=t.hasOwnProperty("$"+e[a].value),e[a].selected!==r&&(e[a].selected=r),r&&n&&(e[a].defaultSelected=!0)}else{for(a=""+ye(a),t=null,r=0;r<e.length;r++){if(e[r].value===a)return e[r].selected=!0,void(n&&(e[r].defaultSelected=!0));null!==t||e[r].disabled||(t=e[r])}null!==t&&(t.selected=!0)}}function ke(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(o(91));return r({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Se(e,t){var a=t.value;if(null==a){if(a=t.children,t=t.defaultValue,null!=a){if(null!=t)throw Error(o(92));if(Array.isArray(a)){if(!(1>=a.length))throw Error(o(93));a=a[0]}t=a}null==t&&(t=""),a=t}e._wrapperState={initialValue:ye(a)}}function Ee(e,t){var a=ye(t.value),n=ye(t.defaultValue);null!=a&&((a=""+a)!==e.value&&(e.value=a),null==t.defaultValue&&e.defaultValue!==a&&(e.defaultValue=a)),null!=n&&(e.defaultValue=""+n)}function Te(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var ze="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,a,n,r){MSApp.execUnsafeLocalFunction((function(){return e(t,a)}))}: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 a=e.firstChild;if(a&&a===e.lastChild&&3===a.nodeType)return void(a.nodeValue=t)}e.textContent=t}function Re(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}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,a=Ie[e];for(t in a)if(a.hasOwnProperty(t)&&t in Be)return Fe[e]=a[t];return e}C&&(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"),Qe=Ue("animationstart"),Ge=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(" "),Xe=new("function"==typeof WeakMap?WeakMap:Map);function Ye(e){var t=Xe.get(e);return void 0===t&&(t=new Map,Xe.set(e,t)),t}function Je(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(1026&(t=e).effectTag)&&(a=t.return),e=t.return}while(e)}return 3===t.tag?a: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(Je(e)!==e)throw Error(o(188))}function at(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=Je(e)))throw Error(o(188));return t!==e?null:e}for(var a=e,n=t;;){var r=a.return;if(null===r)break;var i=r.alternate;if(null===i){if(null!==(n=r.return)){a=n;continue}break}if(r.child===i.child){for(i=r.child;i;){if(i===a)return tt(r),e;if(i===n)return tt(r),t;i=i.sibling}throw Error(o(188))}if(a.return!==n.return)a=r,n=i;else{for(var l=!1,u=r.child;u;){if(u===a){l=!0,a=r,n=i;break}if(u===n){l=!0,n=r,a=i;break}u=u.sibling}if(!l){for(u=i.child;u;){if(u===a){l=!0,a=i,n=r;break}if(u===n){l=!0,n=i,a=r;break}u=u.sibling}if(!l)throw Error(o(189))}}if(a.alternate!==n)throw Error(o(190))}if(3!==a.tag)throw Error(o(188));return a.stateNode.current===a?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 nt(e,t){if(null==t)throw Error(o(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,a){Array.isArray(e)?e.forEach(t,a):e&&t.call(a,e)}var it=null;function ot(e){if(e){var t=e._dispatchListeners,a=e._dispatchInstances;if(Array.isArray(t))for(var n=0;n<t.length&&!e.isPropagationStopped();n++)v(e,t[n],a[n]);else t&&v(e,t,a);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function lt(e){if(null!==e&&(it=nt(it,e)),e=it,it=null,e){if(rt(e,ot),it)throw Error(o(95));if(s)throw e=h,s=!1,h=null,e}}function ut(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function ct(e){if(!C)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,a,n){if(st.length){var r=st.pop();return r.topLevelType=e,r.eventSystemFlags=n,r.nativeEvent=t,r.targetInst=a,r}return{topLevelType:e,eventSystemFlags:n,nativeEvent:t,targetInst:a,ancestors:[]}}function pt(e){var t=e.targetInst,a=t;do{if(!a){e.ancestors.push(a);break}var n=a;if(3===n.tag)n=n.stateNode.containerInfo;else{for(;n.return;)n=n.return;n=3!==n.tag?null:n.stateNode.containerInfo}if(!n)break;5!==(t=a.tag)&&6!==t||e.ancestors.push(a),a=wa(n)}while(a);for(a=0;a<e.ancestors.length;a++){t=e.ancestors[a];var r=ut(e.nativeEvent);n=e.topLevelType;var i=e.nativeEvent,o=e.eventSystemFlags;0===a&&(o|=64);for(var l=null,u=0;u<M.length;u++){var c=M[u];c&&(c=c.extractEvents(n,t,i,r,o))&&(l=nt(l,c))}lt(l)}}function ft(e,t,a){if(!a.has(e)){switch(e){case"scroll":Qt(t,"scroll",!0);break;case"focus":case"blur":Qt(t,"focus",!0),Qt(t,"blur",!0),a.set("blur",null),a.set("focus",null);break;case"cancel":case"close":ct(e)&&Qt(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===Ke.indexOf(e)&&Wt(e,t)}a.set(e,null)}}var mt,At,vt,yt=!1,Zt=[],Ht=null,gt=null,Mt=null,Vt=new Map,bt=new Map,Lt=[],wt="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(" "),Ct="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function xt(e,t,a,n,r){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|a,nativeEvent:r,container:n}}function _t(e,t){switch(e){case"focus":case"blur":Ht=null;break;case"dragenter":case"dragleave":gt=null;break;case"mouseover":case"mouseout":Mt=null;break;case"pointerover":case"pointerout":Vt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":bt.delete(t.pointerId)}}function kt(e,t,a,n,r,i){return null===e||e.nativeEvent!==i?(e=xt(t,a,n,r,i),null!==t&&(null!==(t=Ca(t))&&At(t)),e):(e.eventSystemFlags|=n,e)}function St(e){var t=wa(e.target);if(null!==t){var a=Je(t);if(null!==a)if(13===(t=a.tag)){if(null!==(t=et(a)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,(function(){vt(a)}))}else if(3===t&&a.stateNode.hydrate)return void(e.blockedOn=3===a.tag?a.stateNode.containerInfo:null)}e.blockedOn=null}function Et(e){if(null!==e.blockedOn)return!1;var t=Yt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var a=Ca(t);return null!==a&&At(a),e.blockedOn=t,!1}return!0}function Tt(e,t,a){Et(e)&&a.delete(t)}function zt(){for(yt=!1;0<Zt.length;){var e=Zt[0];if(null!==e.blockedOn){null!==(e=Ca(e.blockedOn))&&mt(e);break}var t=Yt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:Zt.shift()}null!==Ht&&Et(Ht)&&(Ht=null),null!==gt&&Et(gt)&&(gt=null),null!==Mt&&Et(Mt)&&(Mt=null),Vt.forEach(Tt),bt.forEach(Tt)}function Ot(e,t){e.blockedOn===t&&(e.blockedOn=null,yt||(yt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,zt)))}function Pt(e){function t(t){return Ot(t,e)}if(0<Zt.length){Ot(Zt[0],e);for(var a=1;a<Zt.length;a++){var n=Zt[a];n.blockedOn===e&&(n.blockedOn=null)}}for(null!==Ht&&Ot(Ht,e),null!==gt&&Ot(gt,e),null!==Mt&&Ot(Mt,e),Vt.forEach(t),bt.forEach(t),a=0;a<Lt.length;a++)(n=Lt[a]).blockedOn===e&&(n.blockedOn=null);for(;0<Lt.length&&null===(a=Lt[0]).blockedOn;)St(a),null===a.blockedOn&&Lt.shift()}var Nt={},jt=new Map,Dt=new Map,qt=["abort","abort",$e,"animationEnd",We,"animationIteration",Qe,"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",Ge,"transitionEnd","waiting","waiting"];function Rt(e,t){for(var a=0;a<e.length;a+=2){var n=e[a],r=e[a+1],i="on"+(r[0].toUpperCase()+r.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[n],eventPriority:t},Dt.set(n,t),jt.set(n,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){Qt(t,e,!1)}function Qt(e,t,a){var n=Dt.get(t);switch(void 0===n?2:n){case 0:n=Gt.bind(null,t,1,e);break;case 1:n=Kt.bind(null,t,1,e);break;default:n=Xt.bind(null,t,1,e)}a?e.addEventListener(t,n,!0):e.addEventListener(t,n,!1)}function Gt(e,t,a,n){j||P();var r=Xt,i=j;j=!0;try{O(r,e,t,a,n)}finally{(j=i)||q()}}function Kt(e,t,a,n){Ut(Bt,Xt.bind(null,e,t,a,n))}function Xt(e,t,a,n){if($t)if(0<Zt.length&&-1<wt.indexOf(e))e=xt(null,e,t,a,n),Zt.push(e);else{var r=Yt(e,t,a,n);if(null===r)_t(e,n);else if(-1<wt.indexOf(e))e=xt(r,e,t,a,n),Zt.push(e);else if(!function(e,t,a,n,r){switch(t){case"focus":return Ht=kt(Ht,e,t,a,n,r),!0;case"dragenter":return gt=kt(gt,e,t,a,n,r),!0;case"mouseover":return Mt=kt(Mt,e,t,a,n,r),!0;case"pointerover":var i=r.pointerId;return Vt.set(i,kt(Vt.get(i)||null,e,t,a,n,r)),!0;case"gotpointercapture":return i=r.pointerId,bt.set(i,kt(bt.get(i)||null,e,t,a,n,r)),!0}return!1}(r,e,t,a,n)){_t(e,n),e=dt(e,n,null,t);try{R(pt,e)}finally{ht(e)}}}}function Yt(e,t,a,n){if(null!==(a=wa(a=ut(n)))){var r=Je(a);if(null===r)a=null;else{var i=r.tag;if(13===i){if(null!==(a=et(r)))return a;a=null}else if(3===i){if(r.stateNode.hydrate)return 3===r.tag?r.stateNode.containerInfo:null;a=null}else r!==a&&(a=null)}}e=dt(e,n,a,t);try{R(pt,e)}finally{ht(e)}return null}var Jt={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},ea=["Webkit","ms","Moz","O"];function ta(e,t,a){return null==t||"boolean"==typeof t||""===t?"":a||"number"!=typeof t||0===t||Jt.hasOwnProperty(e)&&Jt[e]?(""+t).trim():t+"px"}function aa(e,t){for(var a in e=e.style,t)if(t.hasOwnProperty(a)){var n=0===a.indexOf("--"),r=ta(a,t[a],n);"float"===a&&(a="cssFloat"),n?e.setProperty(a,r):e[a]=r}}Object.keys(Jt).forEach((function(e){ea.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Jt[t]=Jt[e]}))}));var na=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 ra(e,t){if(t){if(na[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(o(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(o(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(o(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(o(62,""))}}function ia(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 oa=ze;function la(e,t){var a=Ye(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=L[t];for(var n=0;n<t.length;n++)ft(t[n],e,a)}function ua(){}function ca(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 sa(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function ha(e,t){var a,n=sa(e);for(e=0;n;){if(3===n.nodeType){if(a=e+n.textContent.length,e<=t&&a>=t)return{node:n,offset:t-e};e=a}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=sa(n)}}function da(){for(var e=window,t=ca();t instanceof e.HTMLIFrameElement;){try{var a="string"==typeof t.contentWindow.location.href}catch(e){a=!1}if(!a)break;t=ca((e=t.contentWindow).document)}return t}function pa(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 fa=null,ma=null;function Aa(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function va(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 ya="function"==typeof setTimeout?setTimeout:void 0,Za="function"==typeof clearTimeout?clearTimeout:void 0;function Ha(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function ga(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var a=e.data;if("$"===a||"$!"===a||"$?"===a){if(0===t)return e;t--}else"/$"===a&&t++}e=e.previousSibling}return null}var Ma=Math.random().toString(36).slice(2),Va="__reactInternalInstance$"+Ma,ba="__reactEventHandlers$"+Ma,La="__reactContainere$"+Ma;function wa(e){var t=e[Va];if(t)return t;for(var a=e.parentNode;a;){if(t=a[La]||a[Va]){if(a=t.alternate,null!==t.child||null!==a&&null!==a.child)for(e=ga(e);null!==e;){if(a=e[Va])return a;e=ga(e)}return t}a=(e=a).parentNode}return null}function Ca(e){return!(e=e[Va]||e[La])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function xa(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(o(33))}function _a(e){return e[ba]||null}function ka(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function Sa(e,t){var a=e.stateNode;if(!a)return null;var n=f(a);if(!n)return null;a=n[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":(n=!n.disabled)||(n=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!n;break e;default:e=!1}if(e)return null;if(a&&"function"!=typeof a)throw Error(o(231,t,typeof a));return a}function Ea(e,t,a){(t=Sa(e,a.dispatchConfig.phasedRegistrationNames[t]))&&(a._dispatchListeners=nt(a._dispatchListeners,t),a._dispatchInstances=nt(a._dispatchInstances,e))}function Ta(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,a=[];t;)a.push(t),t=ka(t);for(t=a.length;0<t--;)Ea(a[t],"captured",e);for(t=0;t<a.length;t++)Ea(a[t],"bubbled",e)}}function za(e,t,a){e&&a&&a.dispatchConfig.registrationName&&(t=Sa(e,a.dispatchConfig.registrationName))&&(a._dispatchListeners=nt(a._dispatchListeners,t),a._dispatchInstances=nt(a._dispatchInstances,e))}function Oa(e){e&&e.dispatchConfig.registrationName&&za(e._targetInst,null,e)}function Pa(e){rt(e,Ta)}var Na=null,ja=null,Da=null;function qa(){if(Da)return Da;var e,t,a=ja,n=a.length,r="value"in Na?Na.value:Na.textContent,i=r.length;for(e=0;e<n&&a[e]===r[e];e++);var o=n-e;for(t=1;t<=o&&a[n-t]===r[i-t];t++);return Da=r.slice(e,1<t?1-t:void 0)}function Ra(){return!0}function Ia(){return!1}function Fa(e,t,a,n){for(var r in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=a,e=this.constructor.Interface)e.hasOwnProperty(r)&&((t=e[r])?this[r]=t(a):"target"===r?this.target=n:this[r]=a[r]);return this.isDefaultPrevented=(null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue)?Ra:Ia,this.isPropagationStopped=Ia,this}function Ba(e,t,a,n){if(this.eventPool.length){var r=this.eventPool.pop();return this.call(r,e,t,a,n),r}return new this(e,t,a,n)}function Ua(e){if(!(e instanceof this))throw Error(o(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function $a(e){e.eventPool=[],e.getPooled=Ba,e.release=Ua}r(Fa.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Ra)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Ra)},persist:function(){this.isPersistent=Ra},isPersistent:Ia,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=Ia,this._dispatchInstances=this._dispatchListeners=null}}),Fa.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},Fa.extend=function(e){function t(){}function a(){return n.apply(this,arguments)}var n=this;t.prototype=n.prototype;var i=new t;return r(i,a.prototype),a.prototype=i,a.prototype.constructor=a,a.Interface=r({},n.Interface,e),a.extend=n.extend,$a(a),a},$a(Fa);var Wa=Fa.extend({data:null}),Qa=Fa.extend({data:null}),Ga=[9,13,27,32],Ka=C&&"CompositionEvent"in window,Xa=null;C&&"documentMode"in document&&(Xa=document.documentMode);var Ya=C&&"TextEvent"in window&&!Xa,Ja=C&&(!Ka||Xa&&8<Xa&&11>=Xa),en=String.fromCharCode(32),tn={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(" ")}},an=!1;function nn(e,t){switch(e){case"keyup":return-1!==Ga.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function rn(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var on=!1;var ln={eventTypes:tn,extractEvents:function(e,t,a,n){var r;if(Ka)e:{switch(e){case"compositionstart":var i=tn.compositionStart;break e;case"compositionend":i=tn.compositionEnd;break e;case"compositionupdate":i=tn.compositionUpdate;break e}i=void 0}else on?nn(e,a)&&(i=tn.compositionEnd):"keydown"===e&&229===a.keyCode&&(i=tn.compositionStart);return i?(Ja&&"ko"!==a.locale&&(on||i!==tn.compositionStart?i===tn.compositionEnd&&on&&(r=qa()):(ja="value"in(Na=n)?Na.value:Na.textContent,on=!0)),i=Wa.getPooled(i,t,a,n),r?i.data=r:null!==(r=rn(a))&&(i.data=r),Pa(i),r=i):r=null,(e=Ya?function(e,t){switch(e){case"compositionend":return rn(t);case"keypress":return 32!==t.which?null:(an=!0,en);case"textInput":return(e=t.data)===en&&an?null:e;default:return null}}(e,a):function(e,t){if(on)return"compositionend"===e||!Ka&&nn(e,t)?(e=qa(),Da=ja=Na=null,on=!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 Ja&&"ko"!==t.locale?null:t.data;default:return null}}(e,a))?((t=Qa.getPooled(tn.beforeInput,t,a,n)).data=e,Pa(t)):t=null,null===r?t:null===t?r:[r,t]}},un={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 cn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!un[e.type]:"textarea"===t}var sn={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function hn(e,t,a){return(e=Fa.getPooled(sn.change,e,t,a)).type="change",E(a),Pa(e),e}var dn=null,pn=null;function fn(e){lt(e)}function mn(e){if(ge(xa(e)))return e}function An(e,t){if("change"===e)return t}var vn=!1;function yn(){dn&&(dn.detachEvent("onpropertychange",Zn),pn=dn=null)}function Zn(e){if("value"===e.propertyName&&mn(pn))if(e=hn(pn,e,ut(e)),j)lt(e);else{j=!0;try{z(fn,e)}finally{j=!1,q()}}}function Hn(e,t,a){"focus"===e?(yn(),pn=a,(dn=t).attachEvent("onpropertychange",Zn)):"blur"===e&&yn()}function gn(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return mn(pn)}function Mn(e,t){if("click"===e)return mn(t)}function Vn(e,t){if("input"===e||"change"===e)return mn(t)}C&&(vn=ct("input")&&(!document.documentMode||9<document.documentMode));var bn={eventTypes:sn,_isInputEventSupported:vn,extractEvents:function(e,t,a,n){var r=t?xa(t):window,i=r.nodeName&&r.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===r.type)var o=An;else if(cn(r))if(vn)o=Vn;else{o=gn;var l=Hn}else(i=r.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===r.type||"radio"===r.type)&&(o=Mn);if(o&&(o=o(e,t)))return hn(o,a,n);l&&l(e,r,t),"blur"===e&&(e=r._wrapperState)&&e.controlled&&"number"===r.type&&Ce(r,"number",r.value)}},Ln=Fa.extend({view:null,detail:null}),wn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Cn(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=wn[e])&&!!t[e]}function xn(){return Cn}var _n=0,kn=0,Sn=!1,En=!1,Tn=Ln.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:xn,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=_n;return _n=e.screenX,Sn?"mousemove"===e.type?e.screenX-t:0:(Sn=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=kn;return kn=e.screenY,En?"mousemove"===e.type?e.screenY-t:0:(En=!0,0)}}),zn=Tn.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),On={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},Pn={eventTypes:On,extractEvents:function(e,t,a,n,r){var i="mouseover"===e||"pointerover"===e,o="mouseout"===e||"pointerout"===e;if(i&&0==(32&r)&&(a.relatedTarget||a.fromElement)||!o&&!i)return null;(i=n.window===n?n:(i=n.ownerDocument)?i.defaultView||i.parentWindow:window,o)?(o=t,null!==(t=(t=a.relatedTarget||a.toElement)?wa(t):null)&&(t!==Je(t)||5!==t.tag&&6!==t.tag)&&(t=null)):o=null;if(o===t)return null;if("mouseout"===e||"mouseover"===e)var l=Tn,u=On.mouseLeave,c=On.mouseEnter,s="mouse";else"pointerout"!==e&&"pointerover"!==e||(l=zn,u=On.pointerLeave,c=On.pointerEnter,s="pointer");if(e=null==o?i:xa(o),i=null==t?i:xa(t),(u=l.getPooled(u,o,a,n)).type=s+"leave",u.target=e,u.relatedTarget=i,(a=l.getPooled(c,t,a,n)).type=s+"enter",a.target=i,a.relatedTarget=e,s=t,(n=o)&&s)e:{for(c=s,o=0,e=l=n;e;e=ka(e))o++;for(e=0,t=c;t;t=ka(t))e++;for(;0<o-e;)l=ka(l),o--;for(;0<e-o;)c=ka(c),e--;for(;o--;){if(l===c||l===c.alternate)break e;l=ka(l),c=ka(c)}l=null}else l=null;for(c=l,l=[];n&&n!==c&&(null===(o=n.alternate)||o!==c);)l.push(n),n=ka(n);for(n=[];s&&s!==c&&(null===(o=s.alternate)||o!==c);)n.push(s),s=ka(s);for(s=0;s<l.length;s++)za(l[s],"bubbled",u);for(s=n.length;0<s--;)za(n[s],"captured",a);return 0==(64&r)?[u]:[u,a]}};var Nn="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},jn=Object.prototype.hasOwnProperty;function Dn(e,t){if(Nn(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var a=Object.keys(e),n=Object.keys(t);if(a.length!==n.length)return!1;for(n=0;n<a.length;n++)if(!jn.call(t,a[n])||!Nn(e[a[n]],t[a[n]]))return!1;return!0}var qn=C&&"documentMode"in document&&11>=document.documentMode,Rn={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},In=null,Fn=null,Bn=null,Un=!1;function $n(e,t){var a=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Un||null==In||In!==ca(a)?null:("selectionStart"in(a=In)&&pa(a)?a={start:a.selectionStart,end:a.selectionEnd}:a={anchorNode:(a=(a.ownerDocument&&a.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset},Bn&&Dn(Bn,a)?null:(Bn=a,(e=Fa.getPooled(Rn.select,Fn,e,t)).type="select",e.target=In,Pa(e),e))}var Wn={eventTypes:Rn,extractEvents:function(e,t,a,n,r,i){if(!(i=!(r=i||(n.window===n?n.document:9===n.nodeType?n:n.ownerDocument)))){e:{r=Ye(r),i=L.onSelect;for(var o=0;o<i.length;o++)if(!r.has(i[o])){r=!1;break e}r=!0}i=!r}if(i)return null;switch(r=t?xa(t):window,e){case"focus":(cn(r)||"true"===r.contentEditable)&&(In=r,Fn=t,Bn=null);break;case"blur":Bn=Fn=In=null;break;case"mousedown":Un=!0;break;case"contextmenu":case"mouseup":case"dragend":return Un=!1,$n(a,n);case"selectionchange":if(qn)break;case"keydown":case"keyup":return $n(a,n)}return null}},Qn=Fa.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Gn=Fa.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Kn=Ln.extend({relatedTarget:null});function Xn(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 Yn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Jn={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=Ln.extend({key:function(e){if(e.key){var t=Yn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Xn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Jn[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:xn,charCode:function(e){return"keypress"===e.type?Xn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Xn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),tr=Tn.extend({dataTransfer:null}),ar=Ln.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:xn}),nr=Fa.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),rr=Tn.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,a,n){var r=jt.get(e);if(!r)return null;switch(e){case"keypress":if(0===Xn(a))return null;case"keydown":case"keyup":e=er;break;case"blur":case"focus":e=Kn;break;case"click":if(2===a.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=Tn;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=ar;break;case $e:case We:case Qe:e=Qn;break;case Ge:e=nr;break;case"scroll":e=Ln;break;case"wheel":e=rr;break;case"copy":case"cut":case"paste":e=Gn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=zn;break;default:e=Fa}return Pa(t=e.getPooled(r,t,a,n)),t}};if(y)throw Error(o(101));y=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),H(),f=_a,m=Ca,A=xa,w({SimpleEventPlugin:ir,EnterLeaveEventPlugin:Pn,ChangeEventPlugin:bn,SelectEventPlugin:Wn,BeforeInputEventPlugin:ln});var or=[],lr=-1;function ur(e){0>lr||(e.current=or[lr],or[lr]=null,lr--)}function cr(e,t){lr++,or[lr]=e.current,e.current=t}var sr={},hr={current:sr},dr={current:!1},pr=sr;function fr(e,t){var a=e.type.contextTypes;if(!a)return sr;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var r,i={};for(r in a)i[r]=t[r];return n&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function mr(e){return null!=(e=e.childContextTypes)}function Ar(){ur(dr),ur(hr)}function vr(e,t,a){if(hr.current!==sr)throw Error(o(168));cr(hr,t),cr(dr,a)}function yr(e,t,a){var n=e.stateNode;if(e=t.childContextTypes,"function"!=typeof n.getChildContext)return a;for(var i in n=n.getChildContext())if(!(i in e))throw Error(o(108,Ae(t)||"Unknown",i));return r({},a,{},n)}function Zr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||sr,pr=hr.current,cr(hr,e),cr(dr,dr.current),!0}function Hr(e,t,a){var n=e.stateNode;if(!n)throw Error(o(169));a?(e=yr(e,t,pr),n.__reactInternalMemoizedMergedChildContext=e,ur(dr),ur(hr),cr(hr,e)):ur(dr),cr(dr,a)}var gr=i.unstable_runWithPriority,Mr=i.unstable_scheduleCallback,Vr=i.unstable_cancelCallback,br=i.unstable_requestPaint,Lr=i.unstable_now,wr=i.unstable_getCurrentPriorityLevel,Cr=i.unstable_ImmediatePriority,xr=i.unstable_UserBlockingPriority,_r=i.unstable_NormalPriority,kr=i.unstable_LowPriority,Sr=i.unstable_IdlePriority,Er={},Tr=i.unstable_shouldYield,zr=void 0!==br?br:function(){},Or=null,Pr=null,Nr=!1,jr=Lr(),Dr=1e4>jr?Lr:function(){return Lr()-jr};function qr(){switch(wr()){case Cr:return 99;case xr:return 98;case _r:return 97;case kr:return 96;case Sr:return 95;default:throw Error(o(332))}}function Rr(e){switch(e){case 99:return Cr;case 98:return xr;case 97:return _r;case 96:return kr;case 95:return Sr;default:throw Error(o(332))}}function Ir(e,t){return e=Rr(e),gr(e,t)}function Fr(e,t,a){return e=Rr(e),Mr(e,t,a)}function Br(e){return null===Or?(Or=[e],Pr=Mr(Cr,$r)):Or.push(e),Er}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 a=t[e];do{a=a(!0)}while(null!==a)}})),Or=null}catch(t){throw null!==Or&&(Or=Or.slice(e+1)),Mr(Cr,Ur),t}finally{Nr=!1}}}function Wr(e,t,a){return 1073741821-(1+((1073741821-e+t/10)/(a/=10)|0))*a}function Qr(e,t){if(e&&e.defaultProps)for(var a in t=r({},t),e=e.defaultProps)void 0===t[a]&&(t[a]=e[a]);return t}var Gr={current:null},Kr=null,Xr=null,Yr=null;function Jr(){Yr=Xr=Kr=null}function ei(e){var t=Gr.current;ur(Gr),e.type._context._currentValue=t}function ti(e,t){for(;null!==e;){var a=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==a&&a.childExpirationTime<t&&(a.childExpirationTime=t);else{if(!(null!==a&&a.childExpirationTime<t))break;a.childExpirationTime=t}e=e.return}}function ai(e,t){Kr=e,Yr=Xr=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(ko=!0),e.firstContext=null)}function ni(e,t){if(Yr!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(Yr=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Xr){if(null===Kr)throw Error(o(308));Xr=t,Kr.dependencies={expirationTime:0,firstContext:t,responders:null}}else Xr=Xr.next=t;return e._currentValue}var ri=!1;function ii(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function oi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function li(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function ui(e,t){if(null!==(e=e.updateQueue)){var a=(e=e.shared).pending;null===a?t.next=t:(t.next=a.next,a.next=t),e.pending=t}}function ci(e,t){var a=e.alternate;null!==a&&oi(a,e),null===(a=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=a.next,a.next=t)}function si(e,t,a,n){var i=e.updateQueue;ri=!1;var o=i.baseQueue,l=i.shared.pending;if(null!==l){if(null!==o){var u=o.next;o.next=l.next,l.next=u}o=l,i.shared.pending=null,null!==(u=e.alternate)&&(null!==(u=u.updateQueue)&&(u.baseQueue=l))}if(null!==o){u=o.next;var c=i.baseState,s=0,h=null,d=null,p=null;if(null!==u)for(var f=u;;){if((l=f.expirationTime)<n){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=c):p=p.next=m,l>s&&(s=l)}else{null!==p&&(p=p.next={expirationTime:1073741823,suspenseConfig:f.suspenseConfig,tag:f.tag,payload:f.payload,callback:f.callback,next:null}),iu(l,f.suspenseConfig);e:{var A=e,v=f;switch(l=t,m=a,v.tag){case 1:if("function"==typeof(A=v.payload)){c=A.call(m,c,l);break e}c=A;break e;case 3:A.effectTag=-4097&A.effectTag|64;case 0:if(null==(l="function"==typeof(A=v.payload)?A.call(m,c,l):A))break e;c=r({},c,l);break e;case 2:ri=!0}}null!==f.callback&&(e.effectTag|=32,null===(l=i.effects)?i.effects=[f]:l.push(f))}if(null===(f=f.next)||f===u){if(null===(l=i.shared.pending))break;f=o.next=l.next,l.next=u,i.baseQueue=o=l,i.shared.pending=null}}null===p?h=c:p.next=d,i.baseState=h,i.baseQueue=p,ou(s),e.expirationTime=s,e.memoizedState=c}}function hi(e,t,a){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var n=e[t],r=n.callback;if(null!==r){if(n.callback=null,n=r,r=a,"function"!=typeof n)throw Error(o(191,n));n.call(r)}}}var di=K.ReactCurrentBatchConfig,pi=(new n.Component).refs;function fi(e,t,a,n){a=null==(a=a(n,t=e.memoizedState))?t:r({},t,a),e.memoizedState=a,0===e.expirationTime&&(e.updateQueue.baseState=a)}var mi={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Je(e)===e},enqueueSetState:function(e,t,a){e=e._reactInternalFiber;var n=$l(),r=di.suspense;(r=li(n=Wl(n,e,r),r)).payload=t,null!=a&&(r.callback=a),ui(e,r),Ql(e,n)},enqueueReplaceState:function(e,t,a){e=e._reactInternalFiber;var n=$l(),r=di.suspense;(r=li(n=Wl(n,e,r),r)).tag=1,r.payload=t,null!=a&&(r.callback=a),ui(e,r),Ql(e,n)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var a=$l(),n=di.suspense;(n=li(a=Wl(a,e,n),n)).tag=2,null!=t&&(n.callback=t),ui(e,n),Ql(e,a)}};function Ai(e,t,a,n,r,i,o){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(n,i,o):!t.prototype||!t.prototype.isPureReactComponent||(!Dn(a,n)||!Dn(r,i))}function vi(e,t,a){var n=!1,r=sr,i=t.contextType;return"object"==typeof i&&null!==i?i=ni(i):(r=mr(t)?pr:hr.current,i=(n=null!=(n=t.contextTypes))?fr(e,r):sr),t=new t(a,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=mi,e.stateNode=t,t._reactInternalFiber=e,n&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=r,e.__reactInternalMemoizedMaskedChildContext=i),t}function yi(e,t,a,n){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(a,n),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(a,n),t.state!==e&&mi.enqueueReplaceState(t,t.state,null)}function Zi(e,t,a,n){var r=e.stateNode;r.props=a,r.state=e.memoizedState,r.refs=pi,ii(e);var i=t.contextType;"object"==typeof i&&null!==i?r.context=ni(i):(i=mr(t)?pr:hr.current,r.context=fr(e,i)),si(e,a,r,n),r.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(fi(e,t,i,a),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,a,r,n),r.state=e.memoizedState),"function"==typeof r.componentDidMount&&(e.effectTag|=4)}var Hi=Array.isArray;function gi(e,t,a){if(null!==(e=a.ref)&&"function"!=typeof e&&"object"!=typeof e){if(a._owner){if(a=a._owner){if(1!==a.tag)throw Error(o(309));var n=a.stateNode}if(!n)throw Error(o(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=n.refs;t===pi&&(t=n.refs={}),null===e?delete t[r]:t[r]=e})._stringRef=r,t)}if("string"!=typeof e)throw Error(o(284));if(!a._owner)throw Error(o(290,e))}return e}function Mi(e,t){if("textarea"!==e.type)throw Error(o(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function Vi(e){function t(t,a){if(e){var n=t.lastEffect;null!==n?(n.nextEffect=a,t.lastEffect=a):t.firstEffect=t.lastEffect=a,a.nextEffect=null,a.effectTag=8}}function a(a,n){if(!e)return null;for(;null!==n;)t(a,n),n=n.sibling;return null}function n(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=wu(e,t)).index=0,e.sibling=null,e}function i(t,a,n){return t.index=n,e?null!==(n=t.alternate)?(n=n.index)<a?(t.effectTag=2,a):n:(t.effectTag=2,a):a}function l(t){return e&&null===t.alternate&&(t.effectTag=2),t}function u(e,t,a,n){return null===t||6!==t.tag?((t=_u(a,e.mode,n)).return=e,t):((t=r(t,a)).return=e,t)}function c(e,t,a,n){return null!==t&&t.elementType===a.type?((n=r(t,a.props)).ref=gi(e,t,a),n.return=e,n):((n=Cu(a.type,a.key,a.props,null,e.mode,n)).ref=gi(e,t,a),n.return=e,n)}function s(e,t,a,n){return null===t||4!==t.tag||t.stateNode.containerInfo!==a.containerInfo||t.stateNode.implementation!==a.implementation?((t=ku(a,e.mode,n)).return=e,t):((t=r(t,a.children||[])).return=e,t)}function h(e,t,a,n,i){return null===t||7!==t.tag?((t=xu(a,e.mode,n,i)).return=e,t):((t=r(t,a)).return=e,t)}function d(e,t,a){if("string"==typeof t||"number"==typeof t)return(t=_u(""+t,e.mode,a)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case ee:return(a=Cu(t.type,t.key,t.props,null,e.mode,a)).ref=gi(e,null,t),a.return=e,a;case te:return(t=ku(t,e.mode,a)).return=e,t}if(Hi(t)||me(t))return(t=xu(t,e.mode,a,null)).return=e,t;Mi(e,t)}return null}function p(e,t,a,n){var r=null!==t?t.key:null;if("string"==typeof a||"number"==typeof a)return null!==r?null:u(e,t,""+a,n);if("object"==typeof a&&null!==a){switch(a.$$typeof){case ee:return a.key===r?a.type===ae?h(e,t,a.props.children,n,r):c(e,t,a,n):null;case te:return a.key===r?s(e,t,a,n):null}if(Hi(a)||me(a))return null!==r?null:h(e,t,a,n,null);Mi(e,a)}return null}function f(e,t,a,n,r){if("string"==typeof n||"number"==typeof n)return u(t,e=e.get(a)||null,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case ee:return e=e.get(null===n.key?a:n.key)||null,n.type===ae?h(t,e,n.props.children,r,n.key):c(t,e,n,r);case te:return s(t,e=e.get(null===n.key?a:n.key)||null,n,r)}if(Hi(n)||me(n))return h(t,e=e.get(a)||null,n,r,null);Mi(t,n)}return null}function m(r,o,l,u){for(var c=null,s=null,h=o,m=o=0,A=null;null!==h&&m<l.length;m++){h.index>m?(A=h,h=null):A=h.sibling;var v=p(r,h,l[m],u);if(null===v){null===h&&(h=A);break}e&&h&&null===v.alternate&&t(r,h),o=i(v,o,m),null===s?c=v:s.sibling=v,s=v,h=A}if(m===l.length)return a(r,h),c;if(null===h){for(;m<l.length;m++)null!==(h=d(r,l[m],u))&&(o=i(h,o,m),null===s?c=h:s.sibling=h,s=h);return c}for(h=n(r,h);m<l.length;m++)null!==(A=f(h,r,m,l[m],u))&&(e&&null!==A.alternate&&h.delete(null===A.key?m:A.key),o=i(A,o,m),null===s?c=A:s.sibling=A,s=A);return e&&h.forEach((function(e){return t(r,e)})),c}function A(r,l,u,c){var s=me(u);if("function"!=typeof s)throw Error(o(150));if(null==(u=s.call(u)))throw Error(o(151));for(var h=s=null,m=l,A=l=0,v=null,y=u.next();null!==m&&!y.done;A++,y=u.next()){m.index>A?(v=m,m=null):v=m.sibling;var Z=p(r,m,y.value,c);if(null===Z){null===m&&(m=v);break}e&&m&&null===Z.alternate&&t(r,m),l=i(Z,l,A),null===h?s=Z:h.sibling=Z,h=Z,m=v}if(y.done)return a(r,m),s;if(null===m){for(;!y.done;A++,y=u.next())null!==(y=d(r,y.value,c))&&(l=i(y,l,A),null===h?s=y:h.sibling=y,h=y);return s}for(m=n(r,m);!y.done;A++,y=u.next())null!==(y=f(m,r,A,y.value,c))&&(e&&null!==y.alternate&&m.delete(null===y.key?A:y.key),l=i(y,l,A),null===h?s=y:h.sibling=y,h=y);return e&&m.forEach((function(e){return t(r,e)})),s}return function(e,n,i,u){var c="object"==typeof i&&null!==i&&i.type===ae&&null===i.key;c&&(i=i.props.children);var s="object"==typeof i&&null!==i;if(s)switch(i.$$typeof){case ee:e:{for(s=i.key,c=n;null!==c;){if(c.key===s){switch(c.tag){case 7:if(i.type===ae){a(e,c.sibling),(n=r(c,i.props.children)).return=e,e=n;break e}break;default:if(c.elementType===i.type){a(e,c.sibling),(n=r(c,i.props)).ref=gi(e,c,i),n.return=e,e=n;break e}}a(e,c);break}t(e,c),c=c.sibling}i.type===ae?((n=xu(i.props.children,e.mode,u,i.key)).return=e,e=n):((u=Cu(i.type,i.key,i.props,null,e.mode,u)).ref=gi(e,n,i),u.return=e,e=u)}return l(e);case te:e:{for(c=i.key;null!==n;){if(n.key===c){if(4===n.tag&&n.stateNode.containerInfo===i.containerInfo&&n.stateNode.implementation===i.implementation){a(e,n.sibling),(n=r(n,i.children||[])).return=e,e=n;break e}a(e,n);break}t(e,n),n=n.sibling}(n=ku(i,e.mode,u)).return=e,e=n}return l(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==n&&6===n.tag?(a(e,n.sibling),(n=r(n,i)).return=e,e=n):(a(e,n),(n=_u(i,e.mode,u)).return=e,e=n),l(e);if(Hi(i))return m(e,n,i,u);if(me(i))return A(e,n,i,u);if(s&&Mi(e,i),void 0===i&&!c)switch(e.tag){case 1:case 0:throw e=e.type,Error(o(152,e.displayName||e.name||"Component"))}return a(e,n)}}var bi=Vi(!0),Li=Vi(!1),wi={},Ci={current:wi},xi={current:wi},_i={current:wi};function ki(e){if(e===wi)throw Error(o(174));return e}function Si(e,t){switch(cr(_i,t),cr(xi,e),cr(Ci,wi),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)}ur(Ci),cr(Ci,t)}function Ei(){ur(Ci),ur(xi),ur(_i)}function Ti(e){ki(_i.current);var t=ki(Ci.current),a=Ne(t,e.type);t!==a&&(cr(xi,e),cr(Ci,a))}function zi(e){xi.current===e&&(ur(Ci),ur(xi))}var Oi={current:0};function Pi(e){for(var t=e;null!==t;){if(13===t.tag){var a=t.memoizedState;if(null!==a&&(null===(a=a.dehydrated)||"$?"===a.data||"$!"===a.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(o(321))}function $i(e,t){if(null===t)return!1;for(var a=0;a<t.length&&a<e.length;a++)if(!Nn(e[a],t[a]))return!1;return!0}function Wi(e,t,a,n,r,i){if(qi=i,Ri=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,ji.current=null===e||null===e.memoizedState?vo:yo,e=a(n,r),t.expirationTime===qi){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(o(301));i+=1,Fi=Ii=null,t.updateQueue=null,ji.current=Zo,e=a(n,r)}while(t.expirationTime===qi)}if(ji.current=Ao,t=null!==Ii&&null!==Ii.next,qi=0,Fi=Ii=Ri=null,Bi=!1,t)throw Error(o(300));return e}function Qi(){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 Gi(){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(o(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 Xi(e){var t=Gi(),a=t.queue;if(null===a)throw Error(o(311));a.lastRenderedReducer=e;var n=Ii,r=n.baseQueue,i=a.pending;if(null!==i){if(null!==r){var l=r.next;r.next=i.next,i.next=l}n.baseQueue=r=i,a.pending=null}if(null!==r){r=r.next,n=n.baseState;var u=l=i=null,c=r;do{var s=c.expirationTime;if(s<qi){var h={expirationTime:c.expirationTime,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null};null===u?(l=u=h,i=n):u=u.next=h,s>Ri.expirationTime&&(Ri.expirationTime=s,ou(s))}else null!==u&&(u=u.next={expirationTime:1073741823,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null}),iu(s,c.suspenseConfig),n=c.eagerReducer===e?c.eagerState:e(n,c.action);c=c.next}while(null!==c&&c!==r);null===u?i=n:u.next=l,Nn(n,t.memoizedState)||(ko=!0),t.memoizedState=n,t.baseState=i,t.baseQueue=u,a.lastRenderedState=n}return[t.memoizedState,a.dispatch]}function Yi(e){var t=Gi(),a=t.queue;if(null===a)throw Error(o(311));a.lastRenderedReducer=e;var n=a.dispatch,r=a.pending,i=t.memoizedState;if(null!==r){a.pending=null;var l=r=r.next;do{i=e(i,l.action),l=l.next}while(l!==r);Nn(i,t.memoizedState)||(ko=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),a.lastRenderedState=i}return[i,n]}function Ji(e){var t=Qi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:Ki,lastRenderedState:e}).dispatch=mo.bind(null,Ri,e),[t.memoizedState,e]}function eo(e,t,a,n){return e={tag:e,create:t,destroy:a,deps:n,next:null},null===(t=Ri.updateQueue)?(t={lastEffect:null},Ri.updateQueue=t,t.lastEffect=e.next=e):null===(a=t.lastEffect)?t.lastEffect=e.next=e:(n=a.next,a.next=e,e.next=n,t.lastEffect=e),e}function to(){return Gi().memoizedState}function ao(e,t,a,n){var r=Qi();Ri.effectTag|=e,r.memoizedState=eo(1|t,a,void 0,void 0===n?null:n)}function no(e,t,a,n){var r=Gi();n=void 0===n?null:n;var i=void 0;if(null!==Ii){var o=Ii.memoizedState;if(i=o.destroy,null!==n&&$i(n,o.deps))return void eo(t,a,i,n)}Ri.effectTag|=e,r.memoizedState=eo(1|t,a,i,n)}function ro(e,t){return ao(516,4,e,t)}function io(e,t){return no(516,4,e,t)}function oo(e,t){return no(4,2,e,t)}function lo(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 uo(e,t,a){return a=null!=a?a.concat([e]):null,no(4,2,lo.bind(null,t,e),a)}function co(){}function so(e,t){return Qi().memoizedState=[e,void 0===t?null:t],e}function ho(e,t){var a=Gi();t=void 0===t?null:t;var n=a.memoizedState;return null!==n&&null!==t&&$i(t,n[1])?n[0]:(a.memoizedState=[e,t],e)}function po(e,t){var a=Gi();t=void 0===t?null:t;var n=a.memoizedState;return null!==n&&null!==t&&$i(t,n[1])?n[0]:(e=e(),a.memoizedState=[e,t],e)}function fo(e,t,a){var n=qr();Ir(98>n?98:n,(function(){e(!0)})),Ir(97<n?97:n,(function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{e(!1),a()}finally{Di.suspense=n}}))}function mo(e,t,a){var n=$l(),r=di.suspense;r={expirationTime:n=Wl(n,e,r),suspenseConfig:r,action:a,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 o=t.lastRenderedState,l=i(o,a);if(r.eagerReducer=i,r.eagerState=l,Nn(l,o))return}catch(e){}Ql(e,n)}}var Ao={readContext:ni,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},vo={readContext:ni,useCallback:so,useContext:ni,useEffect:ro,useImperativeHandle:function(e,t,a){return a=null!=a?a.concat([e]):null,ao(4,2,lo.bind(null,t,e),a)},useLayoutEffect:function(e,t){return ao(4,2,e,t)},useMemo:function(e,t){var a=Qi();return t=void 0===t?null:t,e=e(),a.memoizedState=[e,t],e},useReducer:function(e,t,a){var n=Qi();return t=void 0!==a?a(t):t,n.memoizedState=n.baseState=t,e=(e=n.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=mo.bind(null,Ri,e),[n.memoizedState,e]},useRef:function(e){return e={current:e},Qi().memoizedState=e},useState:Ji,useDebugValue:co,useResponder:Ni,useDeferredValue:function(e,t){var a=Ji(e),n=a[0],r=a[1];return ro((function(){var a=Di.suspense;Di.suspense=void 0===t?null:t;try{r(e)}finally{Di.suspense=a}}),[e,t]),n},useTransition:function(e){var t=Ji(!1),a=t[0];return t=t[1],[so(fo.bind(null,t,e),[t,e]),a]}},yo={readContext:ni,useCallback:ho,useContext:ni,useEffect:io,useImperativeHandle:uo,useLayoutEffect:oo,useMemo:po,useReducer:Xi,useRef:to,useState:function(){return Xi(Ki)},useDebugValue:co,useResponder:Ni,useDeferredValue:function(e,t){var a=Xi(Ki),n=a[0],r=a[1];return io((function(){var a=Di.suspense;Di.suspense=void 0===t?null:t;try{r(e)}finally{Di.suspense=a}}),[e,t]),n},useTransition:function(e){var t=Xi(Ki),a=t[0];return t=t[1],[ho(fo.bind(null,t,e),[t,e]),a]}},Zo={readContext:ni,useCallback:ho,useContext:ni,useEffect:io,useImperativeHandle:uo,useLayoutEffect:oo,useMemo:po,useReducer:Yi,useRef:to,useState:function(){return Yi(Ki)},useDebugValue:co,useResponder:Ni,useDeferredValue:function(e,t){var a=Yi(Ki),n=a[0],r=a[1];return io((function(){var a=Di.suspense;Di.suspense=void 0===t?null:t;try{r(e)}finally{Di.suspense=a}}),[e,t]),n},useTransition:function(e){var t=Yi(Ki),a=t[0];return t=t[1],[ho(fo.bind(null,t,e),[t,e]),a]}},Ho=null,go=null,Mo=!1;function Vo(e,t){var a=bu(5,null,null,0);a.elementType="DELETED",a.type="DELETED",a.stateNode=t,a.return=e,a.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=a,e.lastEffect=a):e.firstEffect=e.lastEffect=a}function bo(e,t){switch(e.tag){case 5:var a=e.type;return null!==(t=1!==t.nodeType||a.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 Lo(e){if(Mo){var t=go;if(t){var a=t;if(!bo(e,t)){if(!(t=Ha(a.nextSibling))||!bo(e,t))return e.effectTag=-1025&e.effectTag|2,Mo=!1,void(Ho=e);Vo(Ho,a)}Ho=e,go=Ha(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,Mo=!1,Ho=e}}function wo(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;Ho=e}function Co(e){if(e!==Ho)return!1;if(!Mo)return wo(e),Mo=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!va(t,e.memoizedProps))for(t=go;t;)Vo(e,t),t=Ha(t.nextSibling);if(wo(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(o(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var a=e.data;if("/$"===a){if(0===t){go=Ha(e.nextSibling);break e}t--}else"$"!==a&&"$!"!==a&&"$?"!==a||t++}e=e.nextSibling}go=null}}else go=Ho?Ha(e.stateNode.nextSibling):null;return!0}function xo(){go=Ho=null,Mo=!1}var _o=K.ReactCurrentOwner,ko=!1;function So(e,t,a,n){t.child=null===e?Li(t,null,a,n):bi(t,e.child,a,n)}function Eo(e,t,a,n,r){a=a.render;var i=t.ref;return ai(t,r),n=Wi(e,t,a,n,i,r),null===e||ko?(t.effectTag|=1,So(e,t,n,r),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=r&&(e.expirationTime=0),Qo(e,t,r))}function To(e,t,a,n,r,i){if(null===e){var o=a.type;return"function"!=typeof o||Lu(o)||void 0!==o.defaultProps||null!==a.compare||void 0!==a.defaultProps?((e=Cu(a.type,null,n,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=o,zo(e,t,o,n,r,i))}return o=e.child,r<i&&(r=o.memoizedProps,(a=null!==(a=a.compare)?a:Dn)(r,n)&&e.ref===t.ref)?Qo(e,t,i):(t.effectTag|=1,(e=wu(o,n)).ref=t.ref,e.return=t,t.child=e)}function zo(e,t,a,n,r,i){return null!==e&&Dn(e.memoizedProps,n)&&e.ref===t.ref&&(ko=!1,r<i)?(t.expirationTime=e.expirationTime,Qo(e,t,i)):Po(e,t,a,n,i)}function Oo(e,t){var a=t.ref;(null===e&&null!==a||null!==e&&e.ref!==a)&&(t.effectTag|=128)}function Po(e,t,a,n,r){var i=mr(a)?pr:hr.current;return i=fr(t,i),ai(t,r),a=Wi(e,t,a,n,i,r),null===e||ko?(t.effectTag|=1,So(e,t,a,r),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=r&&(e.expirationTime=0),Qo(e,t,r))}function No(e,t,a,n,r){if(mr(a)){var i=!0;Zr(t)}else i=!1;if(ai(t,r),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),vi(t,a,n),Zi(t,a,n,r),n=!0;else if(null===e){var o=t.stateNode,l=t.memoizedProps;o.props=l;var u=o.context,c=a.contextType;"object"==typeof c&&null!==c?c=ni(c):c=fr(t,c=mr(a)?pr:hr.current);var s=a.getDerivedStateFromProps,h="function"==typeof s||"function"==typeof o.getSnapshotBeforeUpdate;h||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(l!==n||u!==c)&&yi(t,o,n,c),ri=!1;var d=t.memoizedState;o.state=d,si(t,n,o,r),u=t.memoizedState,l!==n||d!==u||dr.current||ri?("function"==typeof s&&(fi(t,a,s,n),u=t.memoizedState),(l=ri||Ai(t,a,l,n,d,u,c))?(h||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||("function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"==typeof o.componentDidMount&&(t.effectTag|=4)):("function"==typeof o.componentDidMount&&(t.effectTag|=4),t.memoizedProps=n,t.memoizedState=u),o.props=n,o.state=u,o.context=c,n=l):("function"==typeof o.componentDidMount&&(t.effectTag|=4),n=!1)}else o=t.stateNode,oi(e,t),l=t.memoizedProps,o.props=t.type===t.elementType?l:Qr(t.type,l),u=o.context,"object"==typeof(c=a.contextType)&&null!==c?c=ni(c):c=fr(t,c=mr(a)?pr:hr.current),(h="function"==typeof(s=a.getDerivedStateFromProps)||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(l!==n||u!==c)&&yi(t,o,n,c),ri=!1,u=t.memoizedState,o.state=u,si(t,n,o,r),d=t.memoizedState,l!==n||u!==d||dr.current||ri?("function"==typeof s&&(fi(t,a,s,n),d=t.memoizedState),(s=ri||Ai(t,a,l,n,u,d,c))?(h||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(n,d,c),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(n,d,c)),"function"==typeof o.componentDidUpdate&&(t.effectTag|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof o.componentDidUpdate||l===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||l===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),t.memoizedProps=n,t.memoizedState=d),o.props=n,o.state=d,o.context=c,n=s):("function"!=typeof o.componentDidUpdate||l===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof o.getSnapshotBeforeUpdate||l===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),n=!1);return jo(e,t,a,n,i,r)}function jo(e,t,a,n,r,i){Oo(e,t);var o=0!=(64&t.effectTag);if(!n&&!o)return r&&Hr(t,a,!1),Qo(e,t,i);n=t.stateNode,_o.current=t;var l=o&&"function"!=typeof a.getDerivedStateFromError?null:n.render();return t.effectTag|=1,null!==e&&o?(t.child=bi(t,e.child,null,i),t.child=bi(t,null,l,i)):So(e,t,l,i),t.memoizedState=n.state,r&&Hr(t,a,!0),t.child}function Do(e){var t=e.stateNode;t.pendingContext?vr(0,t.pendingContext,t.pendingContext!==t.context):t.context&&vr(0,t.context,!1),Si(e,t.containerInfo)}var qo,Ro,Io,Fo={dehydrated:null,retryTime:0};function Bo(e,t,a){var n,r=t.mode,i=t.pendingProps,o=Oi.current,l=!1;if((n=0!=(64&t.effectTag))||(n=0!=(2&o)&&(null===e||null!==e.memoizedState)),n?(l=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(o|=1),cr(Oi,1&o),null===e){if(void 0!==i.fallback&&Lo(t),l){if(l=i.fallback,(i=xu(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(a=xu(l,r,a,null)).return=t,i.sibling=a,t.memoizedState=Fo,t.child=i,a}return r=i.children,t.memoizedState=null,t.child=Li(t,null,r,a)}if(null!==e.memoizedState){if(r=(e=e.child).sibling,l){if(i=i.fallback,(a=wu(e,e.pendingProps)).return=t,0==(2&t.mode)&&(l=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(a.child=l;null!==l;)l.return=a,l=l.sibling;return(r=wu(r,i)).return=t,a.sibling=r,a.childExpirationTime=0,t.memoizedState=Fo,t.child=a,r}return a=bi(t,e.child,i.children,a),t.memoizedState=null,t.child=a}if(e=e.child,l){if(l=i.fallback,(i=xu(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(a=xu(l,r,a,null)).return=t,i.sibling=a,a.effectTag|=2,i.childExpirationTime=0,t.memoizedState=Fo,t.child=i,a}return t.memoizedState=null,t.child=bi(t,e,i.children,a)}function Uo(e,t){e.expirationTime<t&&(e.expirationTime=t);var a=e.alternate;null!==a&&a.expirationTime<t&&(a.expirationTime=t),ti(e.return,t)}function $o(e,t,a,n,r,i){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:a,tailExpiration:0,tailMode:r,lastEffect:i}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=n,o.tail=a,o.tailExpiration=0,o.tailMode=r,o.lastEffect=i)}function Wo(e,t,a){var n=t.pendingProps,r=n.revealOrder,i=n.tail;if(So(e,t,n.children,a),0!=(2&(n=Oi.current)))n=1&n|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&&Uo(e,a);else if(19===e.tag)Uo(e,a);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}n&=1}if(cr(Oi,n),0==(2&t.mode))t.memoizedState=null;else switch(r){case"forwards":for(a=t.child,r=null;null!==a;)null!==(e=a.alternate)&&null===Pi(e)&&(r=a),a=a.sibling;null===(a=r)?(r=t.child,t.child=null):(r=a.sibling,a.sibling=null),$o(t,!1,r,a,i,t.lastEffect);break;case"backwards":for(a=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=a,a=r,r=e}$o(t,!0,a,null,i,t.lastEffect);break;case"together":$o(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function Qo(e,t,a){null!==e&&(t.dependencies=e.dependencies);var n=t.expirationTime;if(0!==n&&ou(n),t.childExpirationTime<a)return null;if(null!==e&&t.child!==e.child)throw Error(o(153));if(null!==t.child){for(a=wu(e=t.child,e.pendingProps),t.child=a,a.return=t;null!==e.sibling;)e=e.sibling,(a=a.sibling=wu(e,e.pendingProps)).return=t;a.sibling=null}return t.child}function Go(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var a=null;null!==t;)null!==t.alternate&&(a=t),t=t.sibling;null===a?e.tail=null:a.sibling=null;break;case"collapsed":a=e.tail;for(var n=null;null!==a;)null!==a.alternate&&(n=a),a=a.sibling;null===n?t||null===e.tail?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Ko(e,t,a){var n=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)&&Ar(),null;case 3:return Ei(),ur(dr),ur(hr),(a=t.stateNode).pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),null!==e&&null!==e.child||!Co(t)||(t.effectTag|=4),null;case 5:zi(t),a=ki(_i.current);var i=t.type;if(null!==e&&null!=t.stateNode)Ro(e,t,i,n,a),e.ref!==t.ref&&(t.effectTag|=128);else{if(!n){if(null===t.stateNode)throw Error(o(166));return null}if(e=ki(Ci.current),Co(t)){n=t.stateNode,i=t.type;var l=t.memoizedProps;switch(n[Va]=t,n[ba]=l,i){case"iframe":case"object":case"embed":Wt("load",n);break;case"video":case"audio":for(e=0;e<Ke.length;e++)Wt(Ke[e],n);break;case"source":Wt("error",n);break;case"img":case"image":case"link":Wt("error",n),Wt("load",n);break;case"form":Wt("reset",n),Wt("submit",n);break;case"details":Wt("toggle",n);break;case"input":Ve(n,l),Wt("invalid",n),la(a,"onChange");break;case"select":n._wrapperState={wasMultiple:!!l.multiple},Wt("invalid",n),la(a,"onChange");break;case"textarea":Se(n,l),Wt("invalid",n),la(a,"onChange")}for(var u in ra(i,l),e=null,l)if(l.hasOwnProperty(u)){var c=l[u];"children"===u?"string"==typeof c?n.textContent!==c&&(e=["children",c]):"number"==typeof c&&n.textContent!==""+c&&(e=["children",""+c]):b.hasOwnProperty(u)&&null!=c&&la(a,u)}switch(i){case"input":He(n),we(n,l,!0);break;case"textarea":He(n),Te(n);break;case"select":case"option":break;default:"function"==typeof l.onClick&&(n.onclick=ua)}a=e,t.updateQueue=a,null!==a&&(t.effectTag|=4)}else{switch(u=9===a.nodeType?a:a.ownerDocument,e===oa&&(e=Pe(i)),e===oa?"script"===i?((e=u.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof n.is?e=u.createElement(i,{is:n.is}):(e=u.createElement(i),"select"===i&&(u=e,n.multiple?u.multiple=!0:n.size&&(u.size=n.size))):e=u.createElementNS(e,i),e[Va]=t,e[ba]=n,qo(e,t),t.stateNode=e,u=ia(i,n),i){case"iframe":case"object":case"embed":Wt("load",e),c=n;break;case"video":case"audio":for(c=0;c<Ke.length;c++)Wt(Ke[c],e);c=n;break;case"source":Wt("error",e),c=n;break;case"img":case"image":case"link":Wt("error",e),Wt("load",e),c=n;break;case"form":Wt("reset",e),Wt("submit",e),c=n;break;case"details":Wt("toggle",e),c=n;break;case"input":Ve(e,n),c=Me(e,n),Wt("invalid",e),la(a,"onChange");break;case"option":c=xe(e,n);break;case"select":e._wrapperState={wasMultiple:!!n.multiple},c=r({},n,{value:void 0}),Wt("invalid",e),la(a,"onChange");break;case"textarea":Se(e,n),c=ke(e,n),Wt("invalid",e),la(a,"onChange");break;default:c=n}ra(i,c);var s=c;for(l in s)if(s.hasOwnProperty(l)){var h=s[l];"style"===l?aa(e,h):"dangerouslySetInnerHTML"===l?null!=(h=h?h.__html:void 0)&&De(e,h):"children"===l?"string"==typeof h?("textarea"!==i||""!==h)&&qe(e,h):"number"==typeof h&&qe(e,""+h):"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&"autoFocus"!==l&&(b.hasOwnProperty(l)?null!=h&&la(a,l):null!=h&&X(e,l,h,u))}switch(i){case"input":He(e),we(e,n,!1);break;case"textarea":He(e),Te(e);break;case"option":null!=n.value&&e.setAttribute("value",""+ye(n.value));break;case"select":e.multiple=!!n.multiple,null!=(a=n.value)?_e(e,!!n.multiple,a,!1):null!=n.defaultValue&&_e(e,!!n.multiple,n.defaultValue,!0);break;default:"function"==typeof c.onClick&&(e.onclick=ua)}Aa(i,n)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Io(0,t,e.memoizedProps,n);else{if("string"!=typeof n&&null===t.stateNode)throw Error(o(166));a=ki(_i.current),ki(Ci.current),Co(t)?(a=t.stateNode,n=t.memoizedProps,a[Va]=t,a.nodeValue!==n&&(t.effectTag|=4)):((a=(9===a.nodeType?a:a.ownerDocument).createTextNode(n))[Va]=t,t.stateNode=a)}return null;case 13:return ur(Oi),n=t.memoizedState,0!=(64&t.effectTag)?(t.expirationTime=a,t):(a=null!==n,n=!1,null===e?void 0!==t.memoizedProps.fallback&&Co(t):(n=null!==(i=e.memoizedState),a||null===i||null!==(i=e.child.sibling)&&(null!==(l=t.firstEffect)?(t.firstEffect=i,i.nextEffect=l):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),a&&!n&&0!=(2&t.mode)&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!=(1&Oi.current)?Cl===Hl&&(Cl=gl):(Cl!==Hl&&Cl!==gl||(Cl=Ml),0!==El&&null!==bl&&(Tu(bl,wl),zu(bl,El)))),(a||n)&&(t.effectTag|=4),null);case 4:return Ei(),null;case 10:return ei(t),null;case 17:return mr(t.type)&&Ar(),null;case 19:if(ur(Oi),null===(n=t.memoizedState))return null;if(i=0!=(64&t.effectTag),null===(l=n.rendering)){if(i)Go(n,!1);else if(Cl!==Hl||null!==e&&0!=(64&e.effectTag))for(l=t.child;null!==l;){if(null!==(e=Pi(l))){for(t.effectTag|=64,Go(n,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===n.lastEffect&&(t.firstEffect=null),t.lastEffect=n.lastEffect,n=t.child;null!==n;)l=a,(i=n).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=l,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,l=e.dependencies,i.dependencies=null===l?null:{expirationTime:l.expirationTime,firstContext:l.firstContext,responders:l.responders}),n=n.sibling;return cr(Oi,1&Oi.current|2),t.child}l=l.sibling}}else{if(!i)if(null!==(e=Pi(l))){if(t.effectTag|=64,i=!0,null!==(a=e.updateQueue)&&(t.updateQueue=a,t.effectTag|=4),Go(n,!0),null===n.tail&&"hidden"===n.tailMode&&!l.alternate)return null!==(t=t.lastEffect=n.lastEffect)&&(t.nextEffect=null),null}else 2*Dr()-n.renderingStartTime>n.tailExpiration&&1<a&&(t.effectTag|=64,i=!0,Go(n,!1),t.expirationTime=t.childExpirationTime=a-1);n.isBackwards?(l.sibling=t.child,t.child=l):(null!==(a=n.last)?a.sibling=l:t.child=l,n.last=l)}return null!==n.tail?(0===n.tailExpiration&&(n.tailExpiration=Dr()+500),a=n.tail,n.rendering=a,n.tail=a.sibling,n.lastEffect=t.lastEffect,n.renderingStartTime=Dr(),a.sibling=null,t=Oi.current,cr(Oi,i?1&t|2:1&t),a):null}throw Error(o(156,t.tag))}function Xo(e){switch(e.tag){case 1:mr(e.type)&&Ar();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(Ei(),ur(dr),ur(hr),0!=(64&(t=e.effectTag)))throw Error(o(285));return e.effectTag=-4097&t|64,e;case 5:return zi(e),null;case 13:return ur(Oi),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return ur(Oi),null;case 4:return Ei(),null;case 10:return ei(e),null;default:return null}}function Yo(e,t){return{value:e,source:t,stack:ve(t)}}qo=function(e,t){for(var a=t.child;null!==a;){if(5===a.tag||6===a.tag)e.appendChild(a.stateNode);else if(4!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===t)break;for(;null===a.sibling;){if(null===a.return||a.return===t)return;a=a.return}a.sibling.return=a.return,a=a.sibling}},Ro=function(e,t,a,n,i){var o=e.memoizedProps;if(o!==n){var l,u,c=t.stateNode;switch(ki(Ci.current),e=null,a){case"input":o=Me(c,o),n=Me(c,n),e=[];break;case"option":o=xe(c,o),n=xe(c,n),e=[];break;case"select":o=r({},o,{value:void 0}),n=r({},n,{value:void 0}),e=[];break;case"textarea":o=ke(c,o),n=ke(c,n),e=[];break;default:"function"!=typeof o.onClick&&"function"==typeof n.onClick&&(c.onclick=ua)}for(l in ra(a,n),a=null,o)if(!n.hasOwnProperty(l)&&o.hasOwnProperty(l)&&null!=o[l])if("style"===l)for(u in c=o[l])c.hasOwnProperty(u)&&(a||(a={}),a[u]="");else"dangerouslySetInnerHTML"!==l&&"children"!==l&&"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&"autoFocus"!==l&&(b.hasOwnProperty(l)?e||(e=[]):(e=e||[]).push(l,null));for(l in n){var s=n[l];if(c=null!=o?o[l]:void 0,n.hasOwnProperty(l)&&s!==c&&(null!=s||null!=c))if("style"===l)if(c){for(u in c)!c.hasOwnProperty(u)||s&&s.hasOwnProperty(u)||(a||(a={}),a[u]="");for(u in s)s.hasOwnProperty(u)&&c[u]!==s[u]&&(a||(a={}),a[u]=s[u])}else a||(e||(e=[]),e.push(l,a)),a=s;else"dangerouslySetInnerHTML"===l?(s=s?s.__html:void 0,c=c?c.__html:void 0,null!=s&&c!==s&&(e=e||[]).push(l,s)):"children"===l?c===s||"string"!=typeof s&&"number"!=typeof s||(e=e||[]).push(l,""+s):"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&(b.hasOwnProperty(l)?(null!=s&&la(i,l),e||c===s||(e=[])):(e=e||[]).push(l,s))}a&&(e=e||[]).push("style",a),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},Io=function(e,t,a,n){a!==n&&(t.effectTag|=4)};var Jo="function"==typeof WeakSet?WeakSet:Set;function el(e,t){var a=t.source,n=t.stack;null===n&&null!==a&&(n=ve(a)),null!==a&&Ae(a.type),t=t.value,null!==e&&1===e.tag&&Ae(e.type);try{console.error(t)}catch(e){setTimeout((function(){throw e}))}}function tl(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){yu(e,t)}else t.current=null}function al(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.effectTag&&null!==e){var a=e.memoizedProps,n=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?a:Qr(t.type,a),n),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(o(163))}function nl(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var a=t=t.next;do{if((a.tag&e)===e){var n=a.destroy;a.destroy=void 0,void 0!==n&&n()}a=a.next}while(a!==t)}}function rl(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var a=t=t.next;do{if((a.tag&e)===e){var n=a.create;a.destroy=n()}a=a.next}while(a!==t)}}function il(e,t,a){switch(a.tag){case 0:case 11:case 15:case 22:return void rl(3,a);case 1:if(e=a.stateNode,4&a.effectTag)if(null===t)e.componentDidMount();else{var n=a.elementType===a.type?t.memoizedProps:Qr(a.type,t.memoizedProps);e.componentDidUpdate(n,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=a.updateQueue)&&hi(a,t,e));case 3:if(null!==(t=a.updateQueue)){if(e=null,null!==a.child)switch(a.child.tag){case 5:e=a.child.stateNode;break;case 1:e=a.child.stateNode}hi(a,t,e)}return;case 5:return e=a.stateNode,void(null===t&&4&a.effectTag&&Aa(a.type,a.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===a.memoizedState&&(a=a.alternate,null!==a&&(a=a.memoizedState,null!==a&&(a=a.dehydrated,null!==a&&Pt(a)))));case 19:case 17:case 20:case 21:return}throw Error(o(163))}function ol(e,t,a){switch("function"==typeof Mu&&Mu(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var n=e.next;Ir(97<a?97:a,(function(){var e=n;do{var a=e.destroy;if(void 0!==a){var r=t;try{a()}catch(e){yu(r,e)}}e=e.next}while(e!==n)}))}break;case 1:tl(t),"function"==typeof(a=t.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){yu(e,t)}}(t,a);break;case 5:tl(t);break;case 4:sl(e,t,a)}}function ll(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&&ll(t)}function ul(e){return 5===e.tag||3===e.tag||4===e.tag}function cl(e){e:{for(var t=e.return;null!==t;){if(ul(t)){var a=t;break e}t=t.return}throw Error(o(160))}switch(t=a.stateNode,a.tag){case 5:var n=!1;break;case 3:case 4:t=t.containerInfo,n=!0;break;default:throw Error(o(161))}16&a.effectTag&&(qe(t,""),a.effectTag&=-17);e:t:for(a=e;;){for(;null===a.sibling;){if(null===a.return||ul(a.return)){a=null;break e}a=a.return}for(a.sibling.return=a.return,a=a.sibling;5!==a.tag&&6!==a.tag&&18!==a.tag;){if(2&a.effectTag)continue t;if(null===a.child||4===a.tag)continue t;a.child.return=a,a=a.child}if(!(2&a.effectTag)){a=a.stateNode;break e}}n?function e(t,a,n){var r=t.tag,i=5===r||6===r;if(i)t=i?t.stateNode:t.stateNode.instance,a?8===n.nodeType?n.parentNode.insertBefore(t,a):n.insertBefore(t,a):(8===n.nodeType?(a=n.parentNode).insertBefore(t,n):(a=n).appendChild(t),null!==(n=n._reactRootContainer)&&void 0!==n||null!==a.onclick||(a.onclick=ua));else if(4!==r&&null!==(t=t.child))for(e(t,a,n),t=t.sibling;null!==t;)e(t,a,n),t=t.sibling}(e,a,t):function e(t,a,n){var r=t.tag,i=5===r||6===r;if(i)t=i?t.stateNode:t.stateNode.instance,a?n.insertBefore(t,a):n.appendChild(t);else if(4!==r&&null!==(t=t.child))for(e(t,a,n),t=t.sibling;null!==t;)e(t,a,n),t=t.sibling}(e,a,t)}function sl(e,t,a){for(var n,r,i=t,l=!1;;){if(!l){l=i.return;e:for(;;){if(null===l)throw Error(o(160));switch(n=l.stateNode,l.tag){case 5:r=!1;break e;case 3:case 4:n=n.containerInfo,r=!0;break e}l=l.return}l=!0}if(5===i.tag||6===i.tag){e:for(var u=e,c=i,s=a,h=c;;)if(ol(u,h,s),null!==h.child&&4!==h.tag)h.child.return=h,h=h.child;else{if(h===c)break e;for(;null===h.sibling;){if(null===h.return||h.return===c)break e;h=h.return}h.sibling.return=h.return,h=h.sibling}r?(u=n,c=i.stateNode,8===u.nodeType?u.parentNode.removeChild(c):u.removeChild(c)):n.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){n=i.stateNode.containerInfo,r=!0,i.child.return=i,i=i.child;continue}}else if(ol(e,i,a),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&&(l=!1)}i.sibling.return=i.return,i=i.sibling}}function hl(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void nl(3,t);case 1:return;case 5:var a=t.stateNode;if(null!=a){var n=t.memoizedProps,r=null!==e?e.memoizedProps:n;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(a[ba]=n,"input"===e&&"radio"===n.type&&null!=n.name&&be(a,n),ia(e,r),t=ia(e,n),r=0;r<i.length;r+=2){var l=i[r],u=i[r+1];"style"===l?aa(a,u):"dangerouslySetInnerHTML"===l?De(a,u):"children"===l?qe(a,u):X(a,l,u,t)}switch(e){case"input":Le(a,n);break;case"textarea":Ee(a,n);break;case"select":t=a._wrapperState.wasMultiple,a._wrapperState.wasMultiple=!!n.multiple,null!=(e=n.value)?_e(a,!!n.multiple,e,!1):t!==!!n.multiple&&(null!=n.defaultValue?_e(a,!!n.multiple,n.defaultValue,!0):_e(a,!!n.multiple,n.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(o(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(a=t,null===t.memoizedState?n=!1:(n=!0,a=t.child,zl=Dr()),null!==a)e:for(e=a;;){if(5===e.tag)i=e.stateNode,n?"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=ta("display",r));else if(6===e.tag)e.stateNode.nodeValue=n?"":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===a)break;for(;null===e.sibling;){if(null===e.return||e.return===a)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void dl(t);case 19:return void dl(t);case 17:return}throw Error(o(163))}function dl(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var a=e.stateNode;null===a&&(a=e.stateNode=new Jo),t.forEach((function(t){var n=Hu.bind(null,e,t);a.has(t)||(a.add(t),t.then(n,n))}))}}var pl="function"==typeof WeakMap?WeakMap:Map;function fl(e,t,a){(a=li(a,null)).tag=3,a.payload={element:null};var n=t.value;return a.callback=function(){Pl||(Pl=!0,Nl=n),el(e,t)},a}function ml(e,t,a){(a=li(a,null)).tag=3;var n=e.type.getDerivedStateFromError;if("function"==typeof n){var r=t.value;a.payload=function(){return el(e,t),n(r)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(a.callback=function(){"function"!=typeof n&&(null===jl?jl=new Set([this]):jl.add(this),el(e,t));var a=t.stack;this.componentDidCatch(t.value,{componentStack:null!==a?a:""})}),a}var Al,vl=Math.ceil,yl=K.ReactCurrentDispatcher,Zl=K.ReactCurrentOwner,Hl=0,gl=3,Ml=4,Vl=0,bl=null,Ll=null,wl=0,Cl=Hl,xl=null,_l=1073741823,kl=1073741823,Sl=null,El=0,Tl=!1,zl=0,Ol=null,Pl=!1,Nl=null,jl=null,Dl=!1,ql=null,Rl=90,Il=null,Fl=0,Bl=null,Ul=0;function $l(){return 0!=(48&Vl)?1073741821-(Dr()/10|0):0!==Ul?Ul:Ul=1073741821-(Dr()/10|0)}function Wl(e,t,a){if(0==(2&(t=t.mode)))return 1073741823;var n=qr();if(0==(4&t))return 99===n?1073741823:1073741822;if(0!=(16&Vl))return wl;if(null!==a)e=Wr(e,0|a.timeoutMs||5e3,250);else switch(n){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(o(326))}return null!==bl&&e===wl&&--e,e}function Ql(e,t){if(50<Fl)throw Fl=0,Bl=null,Error(o(185));if(null!==(e=Gl(e,t))){var a=qr();1073741823===t?0!=(8&Vl)&&0==(48&Vl)?Jl(e):(Xl(e),0===Vl&&Ur()):Xl(e),0==(4&Vl)||98!==a&&99!==a||(null===Il?Il=new Map([[e,t]]):(void 0===(a=Il.get(e))||a>t)&&Il.set(e,t))}}function Gl(e,t){e.expirationTime<t&&(e.expirationTime=t);var a=e.alternate;null!==a&&a.expirationTime<t&&(a.expirationTime=t);var n=e.return,r=null;if(null===n&&3===e.tag)r=e.stateNode;else for(;null!==n;){if(a=n.alternate,n.childExpirationTime<t&&(n.childExpirationTime=t),null!==a&&a.childExpirationTime<t&&(a.childExpirationTime=t),null===n.return&&3===n.tag){r=n.stateNode;break}n=n.return}return null!==r&&(bl===r&&(ou(t),Cl===Ml&&Tu(r,wl)),zu(r,t)),r}function Kl(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Eu(e,t=e.firstPendingTime))return t;var a=e.lastPingedTime;return 2>=(e=a>(e=e.nextKnownPendingLevel)?a:e)&&t!==e?0:e}function Xl(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Br(Jl.bind(null,e));else{var t=Kl(e),a=e.callbackNode;if(0===t)null!==a&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var n=$l();if(1073741823===t?n=99:1===t||2===t?n=95:n=0>=(n=10*(1073741821-t)-10*(1073741821-n))?99:250>=n?98:5250>=n?97:95,null!==a){var r=e.callbackPriority;if(e.callbackExpirationTime===t&&r>=n)return;a!==Er&&Vr(a)}e.callbackExpirationTime=t,e.callbackPriority=n,t=1073741823===t?Br(Jl.bind(null,e)):Fr(n,Yl.bind(null,e),{timeout:10*(1073741821-t)-Dr()}),e.callbackNode=t}}}function Yl(e,t){if(Ul=0,t)return Ou(e,t=$l()),Xl(e),null;var a=Kl(e);if(0!==a){if(t=e.callbackNode,0!=(48&Vl))throw Error(o(327));if(mu(),e===bl&&a===wl||au(e,a),null!==Ll){var n=Vl;Vl|=16;for(var r=ru();;)try{uu();break}catch(t){nu(e,t)}if(Jr(),Vl=n,yl.current=r,1===Cl)throw t=xl,au(e,a),Tu(e,a),Xl(e),t;if(null===Ll)switch(r=e.finishedWork=e.current.alternate,e.finishedExpirationTime=a,n=Cl,bl=null,n){case Hl:case 1:throw Error(o(345));case 2:Ou(e,2<a?2:a);break;case gl:if(Tu(e,a),a===(n=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=hu(r)),1073741823===_l&&10<(r=zl+500-Dr())){if(Tl){var i=e.lastPingedTime;if(0===i||i>=a){e.lastPingedTime=a,au(e,a);break}}if(0!==(i=Kl(e))&&i!==a)break;if(0!==n&&n!==a){e.lastPingedTime=n;break}e.timeoutHandle=ya(du.bind(null,e),r);break}du(e);break;case Ml:if(Tu(e,a),a===(n=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=hu(r)),Tl&&(0===(r=e.lastPingedTime)||r>=a)){e.lastPingedTime=a,au(e,a);break}if(0!==(r=Kl(e))&&r!==a)break;if(0!==n&&n!==a){e.lastPingedTime=n;break}if(1073741823!==kl?n=10*(1073741821-kl)-Dr():1073741823===_l?n=0:(n=10*(1073741821-_l)-5e3,0>(n=(r=Dr())-n)&&(n=0),(a=10*(1073741821-a)-r)<(n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*vl(n/1960))-n)&&(n=a)),10<n){e.timeoutHandle=ya(du.bind(null,e),n);break}du(e);break;case 5:if(1073741823!==_l&&null!==Sl){i=_l;var l=Sl;if(0>=(n=0|l.busyMinDurationMs)?n=0:(r=0|l.busyDelayMs,n=(i=Dr()-(10*(1073741821-i)-(0|l.timeoutMs||5e3)))<=r?0:r+n-i),10<n){Tu(e,a),e.timeoutHandle=ya(du.bind(null,e),n);break}}du(e);break;default:throw Error(o(329))}if(Xl(e),e.callbackNode===t)return Yl.bind(null,e)}}return null}function Jl(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!=(48&Vl))throw Error(o(327));if(mu(),e===bl&&t===wl||au(e,t),null!==Ll){var a=Vl;Vl|=16;for(var n=ru();;)try{lu();break}catch(t){nu(e,t)}if(Jr(),Vl=a,yl.current=n,1===Cl)throw a=xl,au(e,t),Tu(e,t),Xl(e),a;if(null!==Ll)throw Error(o(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,bl=null,du(e),Xl(e)}return null}function eu(e,t){var a=Vl;Vl|=1;try{return e(t)}finally{0===(Vl=a)&&Ur()}}function tu(e,t){var a=Vl;Vl&=-2,Vl|=8;try{return e(t)}finally{0===(Vl=a)&&Ur()}}function au(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var a=e.timeoutHandle;if(-1!==a&&(e.timeoutHandle=-1,Za(a)),null!==Ll)for(a=Ll.return;null!==a;){var n=a;switch(n.tag){case 1:null!=(n=n.type.childContextTypes)&&Ar();break;case 3:Ei(),ur(dr),ur(hr);break;case 5:zi(n);break;case 4:Ei();break;case 13:case 19:ur(Oi);break;case 10:ei(n)}a=a.return}bl=e,Ll=wu(e.current,null),wl=t,Cl=Hl,xl=null,kl=_l=1073741823,Sl=null,El=0,Tl=!1}function nu(e,t){for(;;){try{if(Jr(),ji.current=Ao,Bi)for(var a=Ri.memoizedState;null!==a;){var n=a.queue;null!==n&&(n.pending=null),a=a.next}if(qi=0,Fi=Ii=Ri=null,Bi=!1,null===Ll||null===Ll.return)return Cl=1,xl=t,Ll=null;e:{var r=e,i=Ll.return,o=Ll,l=t;if(t=wl,o.effectTag|=2048,o.firstEffect=o.lastEffect=null,null!==l&&"object"==typeof l&&"function"==typeof l.then){var u=l;if(0==(2&o.mode)){var c=o.alternate;c?(o.updateQueue=c.updateQueue,o.memoizedState=c.memoizedState,o.expirationTime=c.expirationTime):(o.updateQueue=null,o.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 A=new Set;A.add(u),h.updateQueue=A}else m.add(u);if(0==(2&h.mode)){if(h.effectTag|=64,o.effectTag&=-2981,1===o.tag)if(null===o.alternate)o.tag=17;else{var v=li(1073741823,null);v.tag=2,ui(o,v)}o.expirationTime=1073741823;break e}l=void 0,o=t;var y=r.pingCache;if(null===y?(y=r.pingCache=new pl,l=new Set,y.set(u,l)):void 0===(l=y.get(u))&&(l=new Set,y.set(u,l)),!l.has(o)){l.add(o);var Z=Zu.bind(null,r,u,o);u.then(Z,Z)}h.effectTag|=4096,h.expirationTime=t;break e}h=h.return}while(null!==h);l=Error((Ae(o.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."+ve(o))}5!==Cl&&(Cl=2),l=Yo(l,o),h=i;do{switch(h.tag){case 3:u=l,h.effectTag|=4096,h.expirationTime=t,ci(h,fl(h,u,t));break e;case 1:u=l;var H=h.type,g=h.stateNode;if(0==(64&h.effectTag)&&("function"==typeof H.getDerivedStateFromError||null!==g&&"function"==typeof g.componentDidCatch&&(null===jl||!jl.has(g)))){h.effectTag|=4096,h.expirationTime=t,ci(h,ml(h,u,t));break e}}h=h.return}while(null!==h)}Ll=su(Ll)}catch(e){t=e;continue}break}}function ru(){var e=yl.current;return yl.current=Ao,null===e?Ao:e}function iu(e,t){e<_l&&2<e&&(_l=e),null!==t&&e<kl&&2<e&&(kl=e,Sl=t)}function ou(e){e>El&&(El=e)}function lu(){for(;null!==Ll;)Ll=cu(Ll)}function uu(){for(;null!==Ll&&!Tr();)Ll=cu(Ll)}function cu(e){var t=Al(e.alternate,e,wl);return e.memoizedProps=e.pendingProps,null===t&&(t=su(e)),Zl.current=null,t}function su(e){Ll=e;do{var t=Ll.alternate;if(e=Ll.return,0==(2048&Ll.effectTag)){if(t=Ko(t,Ll,wl),1===wl||1!==Ll.childExpirationTime){for(var a=0,n=Ll.child;null!==n;){var r=n.expirationTime,i=n.childExpirationTime;r>a&&(a=r),i>a&&(a=i),n=n.sibling}Ll.childExpirationTime=a}if(null!==t)return t;null!==e&&0==(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=Ll.firstEffect),null!==Ll.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=Ll.firstEffect),e.lastEffect=Ll.lastEffect),1<Ll.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=Ll:e.firstEffect=Ll,e.lastEffect=Ll))}else{if(null!==(t=Xo(Ll)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}if(null!==(t=Ll.sibling))return t;Ll=e}while(null!==Ll);return Cl===Hl&&(Cl=5),null}function hu(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function du(e){var t=qr();return Ir(99,pu.bind(null,e,t)),null}function pu(e,t){do{mu()}while(null!==ql);if(0!=(48&Vl))throw Error(o(327));var a=e.finishedWork,n=e.finishedExpirationTime;if(null===a)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,a===e.current)throw Error(o(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var r=hu(a);if(e.firstPendingTime=r,n<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:n<=e.firstSuspendedTime&&(e.firstSuspendedTime=n-1),n<=e.lastPingedTime&&(e.lastPingedTime=0),n<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===bl&&(Ll=bl=null,wl=0),1<a.effectTag?null!==a.lastEffect?(a.lastEffect.nextEffect=a,r=a.firstEffect):r=a:r=a.firstEffect,null!==r){var i=Vl;Vl|=32,Zl.current=null,fa=$t;var l=da();if(pa(l)){if("selectionStart"in l)var u={start:l.selectionStart,end:l.selectionEnd};else e:{var c=(u=(u=l.ownerDocument)&&u.defaultView||window).getSelection&&u.getSelection();if(c&&0!==c.rangeCount){u=c.anchorNode;var s=c.anchorOffset,h=c.focusNode;c=c.focusOffset;try{u.nodeType,h.nodeType}catch(e){u=null;break e}var d=0,p=-1,f=-1,m=0,A=0,v=l,y=null;t:for(;;){for(var Z;v!==u||0!==s&&3!==v.nodeType||(p=d+s),v!==h||0!==c&&3!==v.nodeType||(f=d+c),3===v.nodeType&&(d+=v.nodeValue.length),null!==(Z=v.firstChild);)y=v,v=Z;for(;;){if(v===l)break t;if(y===u&&++m===s&&(p=d),y===h&&++A===c&&(f=d),null!==(Z=v.nextSibling))break;y=(v=y).parentNode}v=Z}u=-1===p||-1===f?null:{start:p,end:f}}else u=null}u=u||{start:0,end:0}}else u=null;ma={activeElementDetached:null,focusedElem:l,selectionRange:u},$t=!1,Ol=r;do{try{fu()}catch(e){if(null===Ol)throw Error(o(330));yu(Ol,e),Ol=Ol.nextEffect}}while(null!==Ol);Ol=r;do{try{for(l=e,u=t;null!==Ol;){var H=Ol.effectTag;if(16&H&&qe(Ol.stateNode,""),128&H){var g=Ol.alternate;if(null!==g){var M=g.ref;null!==M&&("function"==typeof M?M(null):M.current=null)}}switch(1038&H){case 2:cl(Ol),Ol.effectTag&=-3;break;case 6:cl(Ol),Ol.effectTag&=-3,hl(Ol.alternate,Ol);break;case 1024:Ol.effectTag&=-1025;break;case 1028:Ol.effectTag&=-1025,hl(Ol.alternate,Ol);break;case 4:hl(Ol.alternate,Ol);break;case 8:sl(l,s=Ol,u),ll(s)}Ol=Ol.nextEffect}}catch(e){if(null===Ol)throw Error(o(330));yu(Ol,e),Ol=Ol.nextEffect}}while(null!==Ol);if(M=ma,g=da(),H=M.focusedElem,u=M.selectionRange,g!==H&&H&&H.ownerDocument&&function e(t,a){return!(!t||!a)&&(t===a||(!t||3!==t.nodeType)&&(a&&3===a.nodeType?e(t,a.parentNode):"contains"in t?t.contains(a):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(a))))}(H.ownerDocument.documentElement,H)){null!==u&&pa(H)&&(g=u.start,void 0===(M=u.end)&&(M=g),"selectionStart"in H?(H.selectionStart=g,H.selectionEnd=Math.min(M,H.value.length)):(M=(g=H.ownerDocument||document)&&g.defaultView||window).getSelection&&(M=M.getSelection(),s=H.textContent.length,l=Math.min(u.start,s),u=void 0===u.end?l:Math.min(u.end,s),!M.extend&&l>u&&(s=u,u=l,l=s),s=ha(H,l),h=ha(H,u),s&&h&&(1!==M.rangeCount||M.anchorNode!==s.node||M.anchorOffset!==s.offset||M.focusNode!==h.node||M.focusOffset!==h.offset)&&((g=g.createRange()).setStart(s.node,s.offset),M.removeAllRanges(),l>u?(M.addRange(g),M.extend(h.node,h.offset)):(g.setEnd(h.node,h.offset),M.addRange(g))))),g=[];for(M=H;M=M.parentNode;)1===M.nodeType&&g.push({element:M,left:M.scrollLeft,top:M.scrollTop});for("function"==typeof H.focus&&H.focus(),H=0;H<g.length;H++)(M=g[H]).element.scrollLeft=M.left,M.element.scrollTop=M.top}$t=!!fa,ma=fa=null,e.current=a,Ol=r;do{try{for(H=e;null!==Ol;){var V=Ol.effectTag;if(36&V&&il(H,Ol.alternate,Ol),128&V){g=void 0;var b=Ol.ref;if(null!==b){var L=Ol.stateNode;switch(Ol.tag){case 5:g=L;break;default:g=L}"function"==typeof b?b(g):b.current=g}}Ol=Ol.nextEffect}}catch(e){if(null===Ol)throw Error(o(330));yu(Ol,e),Ol=Ol.nextEffect}}while(null!==Ol);Ol=null,zr(),Vl=i}else e.current=a;if(Dl)Dl=!1,ql=e,Rl=t;else for(Ol=r;null!==Ol;)t=Ol.nextEffect,Ol.nextEffect=null,Ol=t;if(0===(t=e.firstPendingTime)&&(jl=null),1073741823===t?e===Bl?Fl++:(Fl=0,Bl=e):Fl=0,"function"==typeof gu&&gu(a.stateNode,n),Xl(e),Pl)throw Pl=!1,e=Nl,Nl=null,e;return 0!=(8&Vl)||Ur(),null}function fu(){for(;null!==Ol;){var e=Ol.effectTag;0!=(256&e)&&al(Ol.alternate,Ol),0==(512&e)||Dl||(Dl=!0,Fr(97,(function(){return mu(),null}))),Ol=Ol.nextEffect}}function mu(){if(90!==Rl){var e=97<Rl?97:Rl;return Rl=90,Ir(e,Au)}}function Au(){if(null===ql)return!1;var e=ql;if(ql=null,0!=(48&Vl))throw Error(o(331));var t=Vl;for(Vl|=32,e=e.current.firstEffect;null!==e;){try{var a=e;if(0!=(512&a.effectTag))switch(a.tag){case 0:case 11:case 15:case 22:nl(5,a),rl(5,a)}}catch(t){if(null===e)throw Error(o(330));yu(e,t)}a=e.nextEffect,e.nextEffect=null,e=a}return Vl=t,Ur(),!0}function vu(e,t,a){ui(e,t=fl(e,t=Yo(a,t),1073741823)),null!==(e=Gl(e,1073741823))&&Xl(e)}function yu(e,t){if(3===e.tag)vu(e,e,t);else for(var a=e.return;null!==a;){if(3===a.tag){vu(a,e,t);break}if(1===a.tag){var n=a.stateNode;if("function"==typeof a.type.getDerivedStateFromError||"function"==typeof n.componentDidCatch&&(null===jl||!jl.has(n))){ui(a,e=ml(a,e=Yo(t,e),1073741823)),null!==(a=Gl(a,1073741823))&&Xl(a);break}}a=a.return}}function Zu(e,t,a){var n=e.pingCache;null!==n&&n.delete(t),bl===e&&wl===a?Cl===Ml||Cl===gl&&1073741823===_l&&Dr()-zl<500?au(e,wl):Tl=!0:Eu(e,a)&&(0!==(t=e.lastPingedTime)&&t<a||(e.lastPingedTime=a,Xl(e)))}function Hu(e,t){var a=e.stateNode;null!==a&&a.delete(t),0===(t=0)&&(t=Wl(t=$l(),e,null)),null!==(e=Gl(e,t))&&Xl(e)}Al=function(e,t,a){var n=t.expirationTime;if(null!==e){var r=t.pendingProps;if(e.memoizedProps!==r||dr.current)ko=!0;else{if(n<a){switch(ko=!1,t.tag){case 3:Do(t),xo();break;case 5:if(Ti(t),4&t.mode&&1!==a&&r.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:mr(t.type)&&Zr(t);break;case 4:Si(t,t.stateNode.containerInfo);break;case 10:n=t.memoizedProps.value,r=t.type._context,cr(Gr,r._currentValue),r._currentValue=n;break;case 13:if(null!==t.memoizedState)return 0!==(n=t.child.childExpirationTime)&&n>=a?Bo(e,t,a):(cr(Oi,1&Oi.current),null!==(t=Qo(e,t,a))?t.sibling:null);cr(Oi,1&Oi.current);break;case 19:if(n=t.childExpirationTime>=a,0!=(64&e.effectTag)){if(n)return Wo(e,t,a);t.effectTag|=64}if(null!==(r=t.memoizedState)&&(r.rendering=null,r.tail=null),cr(Oi,Oi.current),!n)return null}return Qo(e,t,a)}ko=!1}}else ko=!1;switch(t.expirationTime=0,t.tag){case 2:if(n=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,r=fr(t,hr.current),ai(t,a),r=Wi(null,t,n,e,r,a),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(n)){var i=!0;Zr(t)}else i=!1;t.memoizedState=null!==r.state&&void 0!==r.state?r.state:null,ii(t);var l=n.getDerivedStateFromProps;"function"==typeof l&&fi(t,n,l,e),r.updater=mi,t.stateNode=r,r._reactInternalFiber=t,Zi(t,n,e,a),t=jo(null,t,n,!0,i,a)}else t.tag=0,So(null,t,r,a),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 Lu(e)?1:0;if(null!=e){if((e=e.$$typeof)===ue)return 11;if(e===he)return 14}return 2}(r),e=Qr(r,e),i){case 0:t=Po(null,t,r,e,a);break e;case 1:t=No(null,t,r,e,a);break e;case 11:t=Eo(null,t,r,e,a);break e;case 14:t=To(null,t,r,Qr(r.type,e),n,a);break e}throw Error(o(306,r,""))}return t;case 0:return n=t.type,r=t.pendingProps,Po(e,t,n,r=t.elementType===n?r:Qr(n,r),a);case 1:return n=t.type,r=t.pendingProps,No(e,t,n,r=t.elementType===n?r:Qr(n,r),a);case 3:if(Do(t),n=t.updateQueue,null===e||null===n)throw Error(o(282));if(n=t.pendingProps,r=null!==(r=t.memoizedState)?r.element:null,oi(e,t),si(t,n,null,a),(n=t.memoizedState.element)===r)xo(),t=Qo(e,t,a);else{if((r=t.stateNode.hydrate)&&(go=Ha(t.stateNode.containerInfo.firstChild),Ho=t,r=Mo=!0),r)for(a=Li(t,null,n,a),t.child=a;a;)a.effectTag=-3&a.effectTag|1024,a=a.sibling;else So(e,t,n,a),xo();t=t.child}return t;case 5:return Ti(t),null===e&&Lo(t),n=t.type,r=t.pendingProps,i=null!==e?e.memoizedProps:null,l=r.children,va(n,r)?l=null:null!==i&&va(n,i)&&(t.effectTag|=16),Oo(e,t),4&t.mode&&1!==a&&r.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(So(e,t,l,a),t=t.child),t;case 6:return null===e&&Lo(t),null;case 13:return Bo(e,t,a);case 4:return Si(t,t.stateNode.containerInfo),n=t.pendingProps,null===e?t.child=bi(t,null,n,a):So(e,t,n,a),t.child;case 11:return n=t.type,r=t.pendingProps,Eo(e,t,n,r=t.elementType===n?r:Qr(n,r),a);case 7:return So(e,t,t.pendingProps,a),t.child;case 8:case 12:return So(e,t,t.pendingProps.children,a),t.child;case 10:e:{n=t.type._context,r=t.pendingProps,l=t.memoizedProps,i=r.value;var u=t.type._context;if(cr(Gr,u._currentValue),u._currentValue=i,null!==l)if(u=l.value,0===(i=Nn(u,i)?0:0|("function"==typeof n._calculateChangedBits?n._calculateChangedBits(u,i):1073741823))){if(l.children===r.children&&!dr.current){t=Qo(e,t,a);break e}}else for(null!==(u=t.child)&&(u.return=t);null!==u;){var c=u.dependencies;if(null!==c){l=u.child;for(var s=c.firstContext;null!==s;){if(s.context===n&&0!=(s.observedBits&i)){1===u.tag&&((s=li(a,null)).tag=2,ui(u,s)),u.expirationTime<a&&(u.expirationTime=a),null!==(s=u.alternate)&&s.expirationTime<a&&(s.expirationTime=a),ti(u.return,a),c.expirationTime<a&&(c.expirationTime=a);break}s=s.next}}else l=10===u.tag&&u.type===t.type?null:u.child;if(null!==l)l.return=u;else for(l=u;null!==l;){if(l===t){l=null;break}if(null!==(u=l.sibling)){u.return=l.return,l=u;break}l=l.return}u=l}So(e,t,r.children,a),t=t.child}return t;case 9:return r=t.type,n=(i=t.pendingProps).children,ai(t,a),n=n(r=ni(r,i.unstable_observedBits)),t.effectTag|=1,So(e,t,n,a),t.child;case 14:return i=Qr(r=t.type,t.pendingProps),To(e,t,r,i=Qr(r.type,i),n,a);case 15:return zo(e,t,t.type,t.pendingProps,n,a);case 17:return n=t.type,r=t.pendingProps,r=t.elementType===n?r:Qr(n,r),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,mr(n)?(e=!0,Zr(t)):e=!1,ai(t,a),vi(t,n,r),Zi(t,n,r,a),jo(null,t,n,!0,e,a);case 19:return Wo(e,t,a)}throw Error(o(156,t.tag))};var gu=null,Mu=null;function Vu(e,t,a,n){this.tag=e,this.key=a,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=n,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function bu(e,t,a,n){return new Vu(e,t,a,n)}function Lu(e){return!(!(e=e.prototype)||!e.isReactComponent)}function wu(e,t){var a=e.alternate;return null===a?((a=bu(e.tag,t,e.key,e.mode)).elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.effectTag=0,a.nextEffect=null,a.firstEffect=null,a.lastEffect=null),a.childExpirationTime=e.childExpirationTime,a.expirationTime=e.expirationTime,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue,t=e.dependencies,a.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a}function Cu(e,t,a,n,r,i){var l=2;if(n=e,"function"==typeof e)Lu(e)&&(l=1);else if("string"==typeof e)l=5;else e:switch(e){case ae:return xu(a.children,r,i,t);case le:l=8,r|=7;break;case ne:l=8,r|=1;break;case re:return(e=bu(12,a,t,8|r)).elementType=re,e.type=re,e.expirationTime=i,e;case ce:return(e=bu(13,a,t,r)).type=ce,e.elementType=ce,e.expirationTime=i,e;case se:return(e=bu(19,a,t,r)).elementType=se,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case ie:l=10;break e;case oe:l=9;break e;case ue:l=11;break e;case he:l=14;break e;case de:l=16,n=null;break e;case pe:l=22;break e}throw Error(o(130,null==e?e:typeof e,""))}return(t=bu(l,a,t,r)).elementType=e,t.type=n,t.expirationTime=i,t}function xu(e,t,a,n){return(e=bu(7,e,n,t)).expirationTime=a,e}function _u(e,t,a){return(e=bu(6,e,null,t)).expirationTime=a,e}function ku(e,t,a){return(t=bu(4,null!==e.children?e.children:[],e.key,t)).expirationTime=a,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Su(e,t,a){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=a,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Eu(e,t){var a=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==a&&a>=t&&e<=t}function Tu(e,t){var a=e.firstSuspendedTime,n=e.lastSuspendedTime;a<t&&(e.firstSuspendedTime=t),(n>t||0===a)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function zu(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var a=e.firstSuspendedTime;0!==a&&(t>=a?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Ou(e,t){var a=e.lastExpiredTime;(0===a||a>t)&&(e.lastExpiredTime=t)}function Pu(e,t,a,n){var r=t.current,i=$l(),l=di.suspense;i=Wl(i,r,l);e:if(a){t:{if(Je(a=a._reactInternalFiber)!==a||1!==a.tag)throw Error(o(170));var u=a;do{switch(u.tag){case 3:u=u.stateNode.context;break t;case 1:if(mr(u.type)){u=u.stateNode.__reactInternalMemoizedMergedChildContext;break t}}u=u.return}while(null!==u);throw Error(o(171))}if(1===a.tag){var c=a.type;if(mr(c)){a=yr(a,c,u);break e}}a=u}else a=sr;return null===t.context?t.context=a:t.pendingContext=a,(t=li(i,l)).payload={element:e},null!==(n=void 0===n?null:n)&&(t.callback=n),ui(r,t),Ql(r,i),i}function Nu(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function ju(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function Du(e,t){ju(e,t),(e=e.alternate)&&ju(e,t)}function qu(e,t,a){var n=new Su(e,t,a=null!=a&&!0===a.hydrate),r=bu(3,null,null,2===t?7:1===t?3:0);n.current=r,r.stateNode=n,ii(r),e[La]=n.current,a&&0!==t&&function(e,t){var a=Ye(t);wt.forEach((function(e){ft(e,t,a)})),Ct.forEach((function(e){ft(e,t,a)}))}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=n}function Ru(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Iu(e,t,a,n,r){var i=a._reactRootContainer;if(i){var o=i._internalRoot;if("function"==typeof r){var l=r;r=function(){var e=Nu(o);l.call(e)}}Pu(t,o,e,r)}else{if(i=a._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 a;a=e.lastChild;)e.removeChild(a);return new qu(e,0,t?{hydrate:!0}:void 0)}(a,n),o=i._internalRoot,"function"==typeof r){var u=r;r=function(){var e=Nu(o);u.call(e)}}tu((function(){Pu(t,o,e,r)}))}return Nu(o)}function Fu(e,t,a){var n=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:te,key:null==n?null:""+n,children:e,containerInfo:t,implementation:a}}function Bu(e,t){var a=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Ru(t))throw Error(o(200));return Fu(e,t,null,a)}qu.prototype.render=function(e){Pu(e,this._internalRoot,null,null)},qu.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;Pu(null,e,null,(function(){t[La]=null}))},mt=function(e){if(13===e.tag){var t=Wr($l(),150,100);Ql(e,t),Du(e,t)}},At=function(e){13===e.tag&&(Ql(e,3),Du(e,3))},vt=function(e){if(13===e.tag){var t=$l();Ql(e,t=Wl(t,e,null)),Du(e,t)}},x=function(e,t,a){switch(t){case"input":if(Le(e,a),t=a.name,"radio"===a.type&&null!=t){for(a=e;a.parentNode;)a=a.parentNode;for(a=a.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<a.length;t++){var n=a[t];if(n!==e&&n.form===e.form){var r=_a(n);if(!r)throw Error(o(90));ge(n),Le(n,r)}}}break;case"textarea":Ee(e,a);break;case"select":null!=(t=a.value)&&_e(e,!!a.multiple,t,!1)}},z=eu,O=function(e,t,a,n,r){var i=Vl;Vl|=4;try{return Ir(98,e.bind(null,t,a,n,r))}finally{0===(Vl=i)&&Ur()}},P=function(){0==(49&Vl)&&(function(){if(null!==Il){var e=Il;Il=null,e.forEach((function(e,t){Ou(t,e),Xl(t)})),Ur()}}(),mu())},N=function(e,t){var a=Vl;Vl|=2;try{return e(t)}finally{0===(Vl=a)&&Ur()}};var Uu,$u,Wu={Events:[Ca,xa,_a,w,V,Pa,function(e){rt(e,Oa)},E,T,Xt,lt,mu,{current:!1}]};$u=(Uu={findFiberByHostInstance:wa,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 a=t.inject(e);gu=function(e){try{t.onCommitFiberRoot(a,e,void 0,64==(64&e.current.effectTag))}catch(e){}},Mu=function(e){try{t.onCommitFiberUnmount(a,e)}catch(e){}}}catch(e){}}(r({},Uu,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:K.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=at(e))?null:e.stateNode},findFiberByHostInstance:function(e){return $u?$u(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null})),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Wu,t.createPortal=Bu,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(o(188));throw Error(o(268,Object.keys(e)))}return e=null===(e=at(t))?null:e.stateNode},t.flushSync=function(e,t){if(0!=(48&Vl))throw Error(o(187));var a=Vl;Vl|=1;try{return Ir(99,e.bind(null,t))}finally{Vl=a,Ur()}},t.hydrate=function(e,t,a){if(!Ru(t))throw Error(o(200));return Iu(null,e,t,!0,a)},t.render=function(e,t,a){if(!Ru(t))throw Error(o(200));return Iu(null,e,t,!1,a)},t.unmountComponentAtNode=function(e){if(!Ru(e))throw Error(o(40));return!!e._reactRootContainer&&(tu((function(){Iu(null,null,e,!1,(function(){e._reactRootContainer=null,e[La]=null}))})),!0)},t.unstable_batchedUpdates=eu,t.unstable_createPortal=function(e,t){return Bu(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,a,n){if(!Ru(a))throw Error(o(200));if(null==e||void 0===e._reactInternalFiber)throw Error(o(38));return Iu(e,t,a,!1,n)},t.version="16.14.0"},zLkG:function(e,t,a){t.f=a("UWiX")},zXhZ:function(e,t,a){var n=a("5K7Z"),r=a("93I4"),i=a("ZW5q");e.exports=function(e,t){if(n(e),r(t)&&t.constructor===e)return t;var a=i.f(e);return(0,a.resolve)(t),a.promise}},zuR4:function(e,t,a){"use strict";var n=a("xTJ+"),r=a("HSsa"),i=a("CgaS"),o=a("SntB");function l(e){var t=new i(e),a=r(i.prototype.request,t);return n.extend(a,i.prototype,t),n.extend(a,t),a}var u=l(a("JEQr"));u.Axios=i,u.create=function(e){return l(o(u.defaults,e))},u.Cancel=a("endd"),u.CancelToken=a("jfS+"),u.isCancel=a("Lmem"),u.all=function(e){return Promise.all(e)},u.spread=a("DfZB"),u.isAxiosError=a("XwJu"),e.exports=u,e.exports.default=u}}]);