@univerjs-pro/ink-ui 1.0.0-alpha.3

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 (120) hide show
  1. package/README.md +46 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/es/index.js +1 -0
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -0
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -0
  27. package/lib/es/locale/es-ES.js +1 -0
  28. package/lib/es/locale/fa-IR.js +1 -0
  29. package/lib/es/locale/fr-FR.js +1 -0
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -0
  33. package/lib/es/locale/ko-KR.js +1 -0
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -0
  37. package/lib/es/locale/sk-SK.js +1 -0
  38. package/lib/es/locale/vi-VN.js +1 -0
  39. package/lib/es/locale/zh-CN.js +1 -0
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -0
  42. package/lib/index.css +403 -0
  43. package/lib/index.js +1 -0
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -0
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -0
  48. package/lib/locale/es-ES.js +1 -0
  49. package/lib/locale/fa-IR.js +1 -0
  50. package/lib/locale/fr-FR.js +1 -0
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -0
  54. package/lib/locale/ko-KR.js +1 -0
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -0
  58. package/lib/locale/sk-SK.js +1 -0
  59. package/lib/locale/vi-VN.js +1 -0
  60. package/lib/locale/zh-CN.js +1 -0
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -0
  63. package/lib/types/config/config.d.ts +5 -0
  64. package/lib/types/index.d.ts +6 -0
  65. package/lib/types/locale/ar-SA.d.ts +3 -0
  66. package/lib/types/locale/ca-ES.d.ts +3 -0
  67. package/lib/types/locale/de-DE.d.ts +3 -0
  68. package/lib/types/locale/en-US.d.ts +15 -0
  69. package/lib/types/locale/es-ES.d.ts +3 -0
  70. package/lib/types/locale/fa-IR.d.ts +3 -0
  71. package/lib/types/locale/fr-FR.d.ts +3 -0
  72. package/lib/types/locale/id-ID.d.ts +3 -0
  73. package/lib/types/locale/it-IT.d.ts +3 -0
  74. package/lib/types/locale/ja-JP.d.ts +3 -0
  75. package/lib/types/locale/ko-KR.d.ts +3 -0
  76. package/lib/types/locale/pl-PL.d.ts +3 -0
  77. package/lib/types/locale/pt-BR.d.ts +3 -0
  78. package/lib/types/locale/ru-RU.d.ts +3 -0
  79. package/lib/types/locale/sk-SK.d.ts +3 -0
  80. package/lib/types/locale/types.d.ts +3 -0
  81. package/lib/types/locale/vi-VN.d.ts +3 -0
  82. package/lib/types/locale/zh-CN.d.ts +3 -0
  83. package/lib/types/locale/zh-HK.d.ts +3 -0
  84. package/lib/types/locale/zh-TW.d.ts +3 -0
  85. package/lib/types/plugin.d.ts +16 -0
  86. package/lib/types/services/ink-outside-interaction.service.d.ts +14 -0
  87. package/lib/types/services/ink-ui-state.service.d.ts +37 -0
  88. package/lib/types/services/ink-ui.service.d.ts +8 -0
  89. package/lib/types/views/InkBrushToolIcon.d.ts +4 -0
  90. package/lib/types/views/InkDarkBrushToolIcon.d.ts +4 -0
  91. package/lib/types/views/InkDarkEraserToolIcon.d.ts +4 -0
  92. package/lib/types/views/InkDarkHighlighterToolIcon.d.ts +4 -0
  93. package/lib/types/views/InkDarkPenToolIcon.d.ts +4 -0
  94. package/lib/types/views/InkEraserToolIcon.d.ts +4 -0
  95. package/lib/types/views/InkFloatingToolbar.d.ts +20 -0
  96. package/lib/types/views/InkFloatingToolbarContainer.d.ts +1 -0
  97. package/lib/types/views/InkIcons.d.ts +6 -0
  98. package/lib/types/views/InkPenToolIcon.d.ts +4 -0
  99. package/lib/types/views/InkSmudgeToolIcon.d.ts +4 -0
  100. package/lib/umd/index.js +1 -0
  101. package/lib/umd/locale/ar-SA.js +1 -0
  102. package/lib/umd/locale/ca-ES.js +1 -0
  103. package/lib/umd/locale/de-DE.js +1 -0
  104. package/lib/umd/locale/en-US.js +1 -0
  105. package/lib/umd/locale/es-ES.js +1 -0
  106. package/lib/umd/locale/fa-IR.js +1 -0
  107. package/lib/umd/locale/fr-FR.js +1 -0
  108. package/lib/umd/locale/id-ID.js +1 -0
  109. package/lib/umd/locale/it-IT.js +1 -0
  110. package/lib/umd/locale/ja-JP.js +1 -0
  111. package/lib/umd/locale/ko-KR.js +1 -0
  112. package/lib/umd/locale/pl-PL.js +1 -0
  113. package/lib/umd/locale/pt-BR.js +1 -0
  114. package/lib/umd/locale/ru-RU.js +1 -0
  115. package/lib/umd/locale/sk-SK.js +1 -0
  116. package/lib/umd/locale/vi-VN.js +1 -0
  117. package/lib/umd/locale/zh-CN.js +1 -0
  118. package/lib/umd/locale/zh-HK.js +1 -0
  119. package/lib/umd/locale/zh-TW.js +1 -0
  120. package/package.json +88 -0
@@ -0,0 +1 @@
1
+ function _0x3fc3(){const _0x9e41a9=['assign','useState','#626567','0.119892','active','#5B5B5B','InkUIService','labelKey','@univerjs-pro/ink-ui','paint0_linear_2_2784','9.24166','_interactiveRegions','matrix(.81\x200\x200\x20.81\x20.3\x20-.7)','removeEventListener','104.625','paint3_linear_0_1397','string','53.7028','1.0.0-alpha.3','#FED031','url(#paint2_linear_0_1425)','_stateService','url(#mask0_0_1618)','div','ink-ui.toolbar.widthValue','url(#paint2_linear_0_1443)','univer-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-3','ghost','univer-h-8\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','univer-block\x20univer-size-6','9wfpCFO','UniverProLicense','paint2_linear_0_1443','20.5','#1E2023','setWidth','iterator','url(#paint4_linear_0_1451)','ink-ui.state.service','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.752404\x200','LocaleService','19.7616','univer-z-[100001]','find','17.978','M20.5\x2036V46H9.5V36H20.5Z','luminance','1740070sxnhha','#292A2B','filter2_d_0_1646','#CBC443','0.169003','M10\x2010L19\x2010A9\x209\x200\x200\x201\x2010\x2019Z','filter1_d_0_1646','5.75','0.486065','0.375877','#DCDDDC','matrix(.84\x200\x200\x20.84\x20.25\x20-.4)','brush','#E6E6E6','hardAlpha','#E731AA','random','highlighter','userSpaceOnUse','24.31','paint0_linear_0_1646','M10\x2010L10\x201A9\x209\x200\x200\x201\x2019\x2010Z','#55B144','idSuffix','29.4576','9.5','react','_configService','attrs','beginInkMode','50.5317','44.07','paint1_linear_0_1451','#BEBFC1','M24.5\x2055V66H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','0.640132','26.5','url(#paint2_linear_0_1397)','dataset','paint0_linear_0_1451','url(#paint1_linear_2_2784)','getOwnPropertyDescriptor','UNIVER_INK_UI_PLUGIN','url(#filter2_d_0_1646)','35.9307','url(#filter0_d_0_1397)','univer-min-w-0','isFinite','DependentOn','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200','url(#paint3_linear_0_1425)','univer-flex\x20univer-h-8\x20univer-w-8\x20univer-items-center\x20univer-justify-center\x20univer-text-gray-900\x20dark:!univer-text-gray-100','small','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200','5.5','40.6148','url(#filter1_d_0_1451)','univer-w-[244px]','stroke','prototype','36.6785','17.4701','closest','registerComponent','22.41','56.9','univer-w-auto\x20!univer-p-2','displayName','url(#paint3_linear_0_1443)','1em','M22.5\x2035V47H7.5V35H22.5Z','url(#filter0_d_0_1618)','effect1_dropShadow_0_1443','#E1E1E1','react/jsx-runtime','effect1_dropShadow_0_1593','url(#$1','url(#paint0_linear_0_1425)','CONTENT','Button','effect1_dropShadow_0_1451','51.9337','104.365','toString','UniverIcon','18.4818','url(#paint3_linear_0_1646)','#f54a45','rxjs','paint1_linear_0_1593','0.973543','#D8918F','url(#mask0_0_1443)','7.5','7BsKVmS','0.745733','#E8433D','url(#filter0_d_2_2784)','shape','paint4_linear_0_1425','M10\x2010L10\x2019A9\x209\x200\x200\x201\x201\x2010Z','Tooltip','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','onStarting','49.089','univer-rounded-lg\x20univer-p-3\x20!univer-shadow-none','pointerdown','filter1_d_0_1593','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200','univer-bg-gray-100\x20univer-text-gray-900\x20dark:!univer-bg-gray-800','21.1391','univer-bg-primary-50\x20univer-text-primary-600\x20dark:!univer-bg-gray-800','MoreDownIcon','url(#paint0_linear_0_1397)','setConfig','StrokeSize3Icon','58.5702','decorate','filter0_d_2_2784','packageName','ink-ui.toolbar.brush','asObservable','61.5','http://www.w3.org/2000/svg','#F79E9D','version','ink-ui.toolbar.highlighter','cancelInkMode','0.963934','url(#mask2_0_1425)','0.266834','paint2_linear_0_1618','0.920119','translate(5\x2016)','circle','url(#paint4_linear_0_1593)','M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','14.5734','#BD10E0','mask1_0_1451','filter0_d_0_1618','darkIcon','57.327','filter0_d_0_1646','xlink:href','url(#paint3_linear_0_1451)','control','constructor','ink-tool-icon-light\x20univer-block\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-hidden','paint2_linear_0_1425','rect','evenodd','jsxs','mask1_2_2784','0.911778','#7A7A7A','M9.5567\x200.207516C12.4416\x201.20683\x2013.2813\x204.65797\x2011.8145\x207.2894C10.5169\x209.61718\x2010.1693\x2010.0953\x2010.506\x2010.3199C11.0302\x2010.6695\x2010.9859\x208.38336\x2014.3047\x208.9075C19.6963\x209.75899\x2018.0789\x2013.8433\x2019.6963\x2016.4862C21.8633\x2020.0273\x2023.739\x2019.5258\x2023.739\x2022.6172C23.739\x2026.6634\x2018.1634\x2025.512\x2014.6706\x2022.2692C11.1778\x2019.0264\x2012.9351\x2017.5548\x2012.0113\x2017.1972C11.0874\x2016.8397\x2011.5238\x2020.5528\x206.26945\x2020.5528C-0.017271\x2020.5528\x20-0.703395\x2012.8463\x200.477071\x208.05424C1.65754\x203.26218\x206.06666\x20-1.00142\x209.5567\x200.207516Z','Inject','23.3094','0.171137','paint3_linear_0_1425','0.887284','feFlood','48.1683','url(#mask0_0_1425)','0.445105','!univer-w-[72px]\x20!univer-min-w-[72px]\x20!univer-pl-2.5\x20!univer-pr-2\x20rtl:!univer-pl-2\x20rtl:!univer-pr-2.5','pen','@univerjs/design','url(#filter0_d_0_1451)','univer-flex\x20univer-items-center\x20univer-gap-2','url(#paint1_linear_0_1646)','univer-relative\x20univer-flex\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','colorChannel1','url(#paint3_linear_0_1593)','#38393A','0.749878','ShapeFloatingToolbarMenuPanel','#DFE0DF','forEach','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','paint1_linear_0_1397','icon','35.8142','clip0_0_1397','url(#filter0_d_0_1425)','11.7063','31.5133','url(#filter1_d_0_1397)','BackgroundImageFix','4.5','0.0722478','paint1_linear_2_2784','#2F3031','#525252','[data-ink-interactive-region=\x22true\x22]','state$','url(#mask0_0_1593)','0.157806','defs','8.09744','[data-ink-floating-toolbar-popup=\x22true\x22]','radialGradient','paint1_linear_0_1425','filter0_d_0_1593','10lMVpWY','M7.34865\x200.407767C8.73052\x201.23236\x208.94049\x203.18121\x207.4341\x205.785C5.67061\x208.8332\x203.45699\x2012.8496\x204.71364\x2013.2991C7.11551\x2014.158\x209.37215\x208.74575\x2012.6835\x209.12447C16.1383\x209.51959\x2014.4431\x2014.2156\x2016.1383\x2017.1138C18.2828\x2020.7798\x2021.2769\x2020.7813\x2021.3351\x2022.098C21.5137\x2026.1394\x2016.7787\x2022.7794\x2013.8856\x2019.0045C10.9925\x2015.2295\x2013.1948\x2013.3002\x2011.7479\x2012.7745C10.301\x2012.2487\x209.25683\x2016.8136\x204.71364\x2016.8136C-0.415879\x2016.8136\x20-0.577595\x2012.3002\x200.602872\x207.5081C1.78334\x202.71603\x204.45045\x20-1.32166\x207.34865\x200.407767Z','connectInjector','42.2475','stroke-size1-icon','univer-h-12\x20univer-w-10','subUnitId','#DDDEDE','url(#mask0_0_1646)','merge','url(#paint2_linear_0_1593)','direction$','mask','#DB9191','filter0_d_0_1443','M24.5\x2033H5.5V49H24.5V33ZM18.7791\x2037.4645C19.1596\x2037.845\x2019.1596\x2038.4619\x2018.7791\x2038.8424L16.6397\x2040.9819L18.6885\x2043.0307C19.079\x2043.4212\x2019.079\x2044.0544\x2018.6885\x2044.4449C18.2979\x2044.8354\x2017.6648\x2044.8354\x2017.2743\x2044.4449L15.2255\x2042.3961L13.086\x2044.5355C12.7055\x2044.916\x2012.0886\x2044.916\x2011.7081\x2044.5355C11.3275\x2044.155\x2011.3275\x2043.5381\x2011.7081\x2043.1576L13.8475\x2041.0181L11.7987\x2038.9693C11.4082\x2038.5788\x2011.4082\x2037.9456\x2011.7987\x2037.5551C12.1892\x2037.1646\x2012.8224\x2037.1646\x2013.2129\x2037.5551L15.2617\x2039.6039L17.4012\x2037.4645C17.7817\x2037.084\x2018.3986\x2037.084\x2018.7791\x2037.4645Z','0.548318','0.250256','0\x200\x2016\x2016','ink-tool-icon-dark\x20univer-hidden\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-block','77WIknSN','5363864IfnZRn','23.66','color-wheel-multi-icon','close','url(#filter2_d_0_1451)','Disposable','mask2_0_1618','paint1_linear_0_1618','#181A1A','svg','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V58.4998H24.5V53.9998Z','IInkOutsideInteractionService','#232425','paint4_linear_0_1451','0\x200\x2030\x20107','0.964727','BehaviorSubject','paint2_linear_0_1646','mask1_0_1443','22.5','M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','close-icon','url(#paint2_linear_0_1618)','dispose','20.8101','89.78','next','_uiPartsService','21.1319','M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','20980ZIKwHF','28.115','0.0907455','55.8091','104.491','0.102218','14.2826','includes','#313131','_state$','function','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','use','2632830PpbSYO','mask1_0_1618','0.380181','@univerjs-pro/license','StrokeSize4Icon','51.3388','url(#clip0_0_1397)','matrix(.86\x200\x200\x20.86\x201.25\x20.6)','url(#filter1_d_0_1646)','#A6A29E','0\x200\x2020\x2020','Plugin','mask0_0_1618','createIdentifier','IConfigService','18.1711','map','url(#paint4_linear_0_1618)','0.68608','StrokeSize2Icon','contains','#E4E4E4','UniverDesign','url(#paint1_linear_0_1618)','addEventListener','children','jsx','0.802592','target','@univerjs/ui','5.76888','matrix','InkUIStateService','feGaussianBlur','url(#paint1_linear_0_1593)','paint3_linear_0_1443','UniverProInkUi','matrix(.86\x200\x200\x20.86\x20.65\x20.1)','0.309277','trim','25.4602','0\x200\x2030\x20105','mask0_0_1593','paint0_linear_0_1443','paint2_linear_0_1397','#767B7F','#FAF7F7','IUIPartsService','0.210116','#ffe928','univer-pointer-events-none\x20univer-absolute\x20univer-bottom-0\x20univer-left-1/2\x20univer-block\x20univer--translate-x-1/2\x20univer-transition-transform\x20univer-duration-200\x20univer-ease-out','univer-w-[210px]\x20univer-shrink-0','useRef','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','url(#mask0_2_2784)','url(#paint4_linear_0_1425)','SourceGraphic','univer-h-24\x20univer-w-12\x20univer-shrink-0','paint5_linear_0_1593','4060692pUjloC','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','true','48.8868','0.584408','mask0_2_2784','effect1_dropShadow_0_1397','SourceAlpha','36.3384','url(#color-wheel-multi-icon_color-wheel-multi-icon-radial)','368090SdbSfp','#252627','M3.71274\x202.86421C3.47843\x202.6299\x203.09853\x202.6299\x202.86421\x202.86421C2.6299\x203.09853\x202.6299\x203.47843\x202.86421\x203.71274L7.15154\x208.00007L2.86421\x2012.2874C2.6299\x2012.5217\x202.6299\x2012.9016\x202.86421\x2013.1359C3.09853\x2013.3702\x203.47843\x2013.3702\x203.71274\x2013.1359L8.00007\x208.84859L12.2874\x2013.1359C12.5217\x2013.3702\x2012.9016\x2013.3702\x2013.1359\x2013.1359C13.3702\x2012.9016\x2013.3702\x2012.5217\x2013.1359\x2012.2874L8.84859\x208.00007L13.1359\x203.71274C13.3702\x203.47843\x2013.3702\x203.09853\x2013.1359\x202.86421C12.9016\x202.6299\x2012.5217\x202.6299\x2012.2874\x202.86421L8.00007\x207.15154L3.71274\x202.86421Z','univer-translate-y-[15px]','M9\x2042H21L24.5\x2052H5.5L9\x2042Z','eraser','paint4_linear_0_1397','24.25','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.747897\x200','_injector','#838383','inkInteractiveRegion','url(#paint3_linear_0_1618)','#3C3D3E','0.247214','UniverUi','UniverInstanceType','#2F3132','url(#mask0_0_1397)','M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','UniverInkPlugin','0.1','composedPath','15.5','0.01','univer-rounded-md\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','7.3501','color-wheel-multi-icon_color-wheel-multi-icon-radial','M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','30.295','StrokeSize1Icon','2745312AaLTrN','filter0_d_0_1397','pluginName','selectTool','filter0_d_0_1451','29.1023','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','mask0_0_1646','url(#paint3_linear_0_1397)','url(#filter0_d_0_1646)','15.1101','paint1_linear_0_1646','0.837945','#DADADA','matrix(.82\x200\x200\x20.82\x20.35\x20-.75)','object','0.575612','paint0_linear_0_1425','3.5','ink-ui.toolbar.colorPicker','more-down-icon','#C5C4C3','univer-translate-y-[35px]\x20group-hover:univer-translate-y-[27px]','feColorMatrix','linearGradient','feOffset','symbol','ColorPicker','button','0.805495','defIds','sRGB','effect1_dropShadow_0_1425','url(#paint1_linear_0_1397)','#4F4F4F','univer-h-12\x20univer-w-[72px]','#1C1D1E','fill','0.598084','filter','93.8258','#F0F0F0','forwardRef','univerjs-icon\x20univerjs-icon-','useObservable','paint3_linear_0_1593','#D9807F','ink-ui.toolbar.exitInkMode','14.5','#6A6B6B','105','current','105.286','_config','amd','path','0.999639','8.95261','ColorWheelMultiIcon','univer-flex\x20univer-h-12\x20univer-items-center','0.856298','BuiltInUIPart','normal','ink-ui.toolbar.pen','tag','M8.91098\x200.36897C10.2928\x201.19357\x2010.8827\x204.23424\x209.3763\x206.83803C7.61281\x209.88622\x204.77107\x2012.544\x205.97477\x2013.1474C7.38514\x2013.8543\x208.99567\x208.70698\x2013.3597\x209.30442C17.8867\x209.92418\x2015.2333\x2014.4719\x2016.9286\x2017.37C19.0731\x2021.0361\x2022.2621\x2021.2852\x2022.3202\x2022.6019C22.4988\x2026.6433\x2016.9846\x2024.4584\x2014.0915\x2020.6834C11.1984\x2016.9084\x2013.4065\x2015.0902\x2011.9596\x2014.5645C10.5127\x2014.0387\x2010.9664\x2018.5665\x205.71212\x2018.5665C-0.574598\x2018.5665\x20-0.574597\x2012.8733\x200.605869\x208.08126C1.78634\x203.2892\x206.01278\x20-1.36046\x208.91098\x200.36897Z','clsx','104.941','#D27977','mask0_0_1397','0.249973','url(#paint5_linear_0_1593)','unitId','19.1595','UniverProShapeEditorUi','getState','url(#paint5_linear_0_1397)','url(#mask1_2_2784)','0.155077','stroke-size3-icon','add','26.3099','url(#mask2_0_1618)','7.99795','#787878','UniverLicensePlugin','url(#paint0_linear_0_1451)','paint5_linear_0_1397','preventDefault','0.195905','black','109','#E9E8E8','white','color','#EFEFEF','#323131','toDisposable','useDependency','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.253333\x200','url(#paint0_linear_0_1646)','univer-absolute\x20univer-bottom-0\x20univer-left-5\x20univer-flex\x20univer-h-24\x20univer-w-[210px]\x20univer-gap-1.5\x20univer-overflow-hidden\x20rtl:univer-left-auto\x20rtl:univer-right-5','span','IInkUIStateService','#F5F5F5','43.2814','71.5','213AXJDKG','60.71','Dropdown','createElement','paint2_linear_2_2784','0.5','16.2','#ECECED','tool','paint2_linear_0_1451','10.9996','React','replace','19.2128','disposeWithMe','currentColor','paint4_linear_0_1443','none','24.5','feBlend','value','onClick','defineProperty','stop','url(#filter0_d_0_1593)','36.7756','5.7662','M10\x2010L1\x2010A9\x209\x200\x200\x201\x2010\x201Z','@univerjs-pro/shape-editor-ui','width','#1B1C1E','setColor','paint3_linear_0_1646','107','univer-fixed\x20univer-bottom-5\x20univer-left-1/2\x20univer-z-[100000]\x20univer-flex\x20univer-h-12\x20univer--translate-x-1/2\x20univer-items-center\x20univer-gap-3\x20univer-overflow-visible\x20univer-rounded-full\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-5\x20univer-pb-0\x20univer-pt-0\x20univer-shadow-2xl\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','effect1_dropShadow_0_1646','10.2276','41.8903','url(#mask1_0_1425)','[data-ink-floating-toolbar=\x22true\x22]','105.528','effect1_dropShadow_0_1618','length','effect1_dropShadow_2_2784','paint4_linear_0_1593'];_0x3fc3=function(){return _0x9e41a9;};return _0x3fc3();}function _0x3cdf(_0x3914f0,_0x81adf2){_0x3914f0=_0x3914f0-0x65;const _0x3fc321=_0x3fc3();let _0x3cdfd1=_0x3fc321[_0x3914f0];return _0x3cdfd1;}(function(_0x40ef79,_0x512d49){const _0x3a63cc=_0x3cdf,_0x24c0ee=_0x40ef79();while(!![]){try{const _0x5334d3=-parseInt(_0x3a63cc(0x24a))/0x1*(-parseInt(_0x3a63cc(0x175))/0x2)+-parseInt(_0x3a63cc(0x1ff))/0x3*(parseInt(_0x3a63cc(0x123))/0x4)+-parseInt(_0x3a63cc(0xef))/0x5*(-parseInt(_0x3a63cc(0x130))/0x6)+-parseInt(_0x3a63cc(0x80))/0x7*(-parseInt(_0x3a63cc(0x104))/0x8)+-parseInt(_0x3a63cc(0x16b))/0x9+parseInt(_0x3a63cc(0x25b))/0xa+parseInt(_0x3a63cc(0x103))/0xb*(-parseInt(_0x3a63cc(0x194))/0xc);if(_0x5334d3===_0x512d49)break;else _0x24c0ee['push'](_0x24c0ee['shift']());}catch(_0x1fbcf5){_0x24c0ee['push'](_0x24c0ee['shift']());}}}(_0x3fc3,0xe8c92),function(_0x39b461,_0xc37e7){const _0x1a897b=_0x3cdf;typeof exports=='object'&&typeof module<'u'?_0xc37e7(exports,require('@univerjs-pro/ink'),require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/ui'),require('rxjs'),require('@univerjs-pro/shape-editor-ui'),require('@univerjs/design'),require('react'),require('react/jsx-runtime')):typeof define==_0x1a897b(0x12d)&&define[_0x1a897b(0x1ca)]?define(['exports','@univerjs-pro/ink',_0x1a897b(0x133),'@univerjs/core',_0x1a897b(0x14d),_0x1a897b(0x7a),_0x1a897b(0x21b),_0x1a897b(0xca),_0x1a897b(0x275),_0x1a897b(0x6c)],_0xc37e7):(_0x39b461=typeof globalThis<'u'?globalThis:_0x39b461||self,_0xc37e7(_0x39b461[_0x1a897b(0x154)]={},_0x39b461['UniverProInk'],_0x39b461[_0x1a897b(0x24b)],_0x39b461['UniverCore'],_0x39b461[_0x1a897b(0x184)],_0x39b461['rxjs'],_0x39b461[_0x1a897b(0x1de)],_0x39b461[_0x1a897b(0x146)],_0x39b461[_0x1a897b(0x20a)],_0x39b461[_0x1a897b(0x20a)]));}(this,function(_0x1df13d,_0x4b3e56,_0x47b979,_0x3b9678,_0x3daae9,_0x5f183e,_0x26ccf6,_0x42f833,_0x487670,_0x5b106f){const _0x1c40e8=_0x3cdf;Object[_0x1c40e8(0x215)](_0x1df13d,Symbol['toStringTag'],{'value':'Module'});var _0x33792a=_0x1c40e8(0x234),_0x3689a4=_0x1c40e8(0x23e);let _0x396a96={};function _0x1996d1(_0xd636ff){'@babel/helpers - typeof';const _0x40b452=_0x1c40e8;return _0x1996d1=typeof Symbol==_0x40b452(0x12d)&&typeof Symbol[_0x40b452(0x250)]=='symbol'?function(_0x52648f){return typeof _0x52648f;}:function(_0x30c9e9){const _0x16f099=_0x40b452;return _0x30c9e9&&typeof Symbol==_0x16f099(0x12d)&&_0x30c9e9[_0x16f099(0xb5)]===Symbol&&_0x30c9e9!==Symbol[_0x16f099(0x296)]?_0x16f099(0x1ae):typeof _0x30c9e9;},_0x1996d1(_0xd636ff);}function _0x53b7b5(_0x4a7e5f,_0x47458b){const _0x24b2e5=_0x1c40e8;if(_0x1996d1(_0x4a7e5f)!=_0x24b2e5(0x1a3)||!_0x4a7e5f)return _0x4a7e5f;var _0x5e51ff=_0x4a7e5f[Symbol['toPrimitive']];if(_0x5e51ff!==void 0x0){var _0x19ab62=_0x5e51ff['call'](_0x4a7e5f,_0x47458b||'default');if(_0x1996d1(_0x19ab62)!=_0x24b2e5(0x1a3))return _0x19ab62;throw TypeError(_0x24b2e5(0x19a));}return(_0x47458b===_0x24b2e5(0x23c)?String:Number)(_0x4a7e5f);}function _0x420393(_0x687c43){const _0x2b7fa8=_0x1c40e8;var _0x1c4bb6=_0x53b7b5(_0x687c43,_0x2b7fa8(0x23c));return _0x1996d1(_0x1c4bb6)=='symbol'?_0x1c4bb6:_0x1c4bb6+'';}function _0x1b082d(_0x5c0c54,_0x12df26,_0x3cdd0e){const _0xda2f93=_0x1c40e8;return(_0x12df26=_0x420393(_0x12df26))in _0x5c0c54?Object[_0xda2f93(0x215)](_0x5c0c54,_0x12df26,{'value':_0x3cdd0e,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5c0c54[_0x12df26]=_0x3cdd0e,_0x5c0c54;}let _0x535bcb=(0x0,_0x3b9678[_0x1c40e8(0x13d)])(_0x1c40e8(0x252)),_0x4f03a4={'pen':{'color':_0x1c40e8(0x79),'width':0x2,'opacity':0x1},'brush':{'color':_0x1c40e8(0x79),'width':0x4,'opacity':0x1},'highlighter':{'color':_0x1c40e8(0x161),'width':0xe,'opacity':0.45},'eraser':{'color':'#ffffff','width':0x18,'opacity':0x1}};function _0x3954f1(_0x16c497){const _0x4da032=_0x1c40e8;return _0x16c497===_0x4da032(0x267)||_0x16c497===_0x4da032(0x26c)||_0x16c497===_0x4da032(0x17a)?_0x16c497:'pen';}var _0x1cd290=class extends _0x3b9678[_0x1c40e8(0x109)]{constructor(..._0x59d97f){const _0x717b2e=_0x1c40e8;super(..._0x59d97f),_0x1b082d(this,_0x717b2e(0x12c),new _0x5f183e[(_0x717b2e(0x114))]({'active':!0x1,'toolbarVisible':!0x1,'tool':_0x717b2e(0xc9),..._0x4f03a4[_0x717b2e(0xc9)],'session':null})),_0x1b082d(this,_0x717b2e(0xe6),this[_0x717b2e(0x12c)][_0x717b2e(0x9b)]());}[_0x1c40e8(0x11c)](){const _0x6509db=_0x1c40e8;this[_0x6509db(0x12c)]['complete'](),super['dispose']();}[_0x1c40e8(0x1df)](){const _0x10db8b=_0x1c40e8;return this[_0x10db8b(0x12c)]['getValue']();}['beginInkMode'](_0xd605d2){const _0xe90d62=_0x1c40e8;let _0x26f2eb=_0x3954f1(_0xd605d2[_0xe90d62(0x207)]);this[_0xe90d62(0x12c)][_0xe90d62(0x11f)]({...this[_0xe90d62(0x1df)](),..._0x4f03a4[_0x26f2eb],'active':!0x0,'toolbarVisible':!0x0,'tool':_0x26f2eb,'session':{'unitId':_0xd605d2[_0xe90d62(0x1dc)],'subUnitId':_0xd605d2[_0xe90d62(0xf5)]}});}[_0x1c40e8(0xa1)](){const _0x2d2da9=_0x1c40e8;this[_0x2d2da9(0x12c)]['next']({...this['getState'](),'active':!0x1,'toolbarVisible':!0x1,'session':null});}[_0x1c40e8(0x197)](_0x560f90){const _0x4f5237=_0x1c40e8;this[_0x4f5237(0x12c)][_0x4f5237(0x11f)]({...this[_0x4f5237(0x1df)](),..._0x4f03a4[_0x560f90],'tool':_0x560f90});}[_0x1c40e8(0x24f)](_0x3dac15){const _0x205468=_0x1c40e8;!Number[_0x205468(0x28a)](_0x3dac15)||_0x3dac15<=0x0||this[_0x205468(0x12c)]['next']({...this[_0x205468(0x1df)](),'width':_0x3dac15});}[_0x1c40e8(0x21e)](_0x2c5e63){const _0x43bfaa=_0x1c40e8;_0x2c5e63&&this[_0x43bfaa(0x12c)][_0x43bfaa(0x11f)]({...this[_0x43bfaa(0x1df)](),'color':_0x2c5e63});}};function _0x29e57d(_0x5e764a,_0x47100a){return function(_0xa8a6eb,_0x58f077){_0x47100a(_0xa8a6eb,_0x58f077,_0x5e764a);};}function _0x2d11ef(_0x42ab55,_0x2b4dde,_0x413de0,_0x2f8ee5){const _0x2ebdb1=_0x1c40e8;var _0x1ad550=arguments[_0x2ebdb1(0x229)],_0x269788=_0x1ad550<0x3?_0x2b4dde:_0x2f8ee5===null?_0x2f8ee5=Object[_0x2ebdb1(0x284)](_0x2b4dde,_0x413de0):_0x2f8ee5,_0x1f04b2;if(typeof Reflect==_0x2ebdb1(0x1a3)&&typeof Reflect[_0x2ebdb1(0x97)]==_0x2ebdb1(0x12d))_0x269788=Reflect[_0x2ebdb1(0x97)](_0x42ab55,_0x2b4dde,_0x413de0,_0x2f8ee5);else{for(var _0x3f86a4=_0x42ab55['length']-0x1;_0x3f86a4>=0x0;_0x3f86a4--)(_0x1f04b2=_0x42ab55[_0x3f86a4])&&(_0x269788=(_0x1ad550<0x3?_0x1f04b2(_0x269788):_0x1ad550>0x3?_0x1f04b2(_0x2b4dde,_0x413de0,_0x269788):_0x1f04b2(_0x2b4dde,_0x413de0))||_0x269788);}return _0x1ad550>0x3&&_0x269788&&Object[_0x2ebdb1(0x215)](_0x2b4dde,_0x413de0,_0x269788),_0x269788;}let _0x146567=(0x0,_0x3b9678['createIdentifier'])('ink-ui.outside-interaction.service'),_0x54e84b=[_0x1c40e8(0x226),_0x1c40e8(0xeb),_0x1c40e8(0xe5)];function _0x791ec2(_0x29ffa3,_0x41c07e){const _0x3163ce=_0x1c40e8;return _0x29ffa3['some'](_0x3bdf5f=>_0x3bdf5f===_0x41c07e||_0x3bdf5f instanceof Node&&_0x41c07e[_0x3163ce(0x144)](_0x3bdf5f));}function _0x57e0b9(_0x48e95c,_0x29e005){const _0x144121=_0x1c40e8;return _0x48e95c['some'](_0x41ae3e=>_0x41ae3e instanceof Element&&!!_0x41ae3e[_0x144121(0x299)](_0x29e005));}let _0x34c9fe=class extends _0x3b9678[_0x1c40e8(0x109)]{constructor(_0x38b197){const _0x57f796=_0x1c40e8;if(super(),this[_0x57f796(0x241)]=_0x38b197,_0x1b082d(this,_0x57f796(0x237),new Set()),typeof window<'u'){let _0xf927fb=_0x528cf9=>this['_handlePointerDown'](_0x528cf9);window[_0x57f796(0x148)](_0x57f796(0x8c),_0xf927fb,{'capture':!0x0}),this['disposeWithMe']((0x0,_0x3b9678[_0x57f796(0x1f5)])(()=>window[_0x57f796(0x239)](_0x57f796(0x8c),_0xf927fb,{'capture':!0x0})));}}['registerInteractiveRegion'](_0x3e3a59){const _0x3274c4=_0x1c40e8;return _0x3e3a59['dataset'][_0x3274c4(0x180)]=_0x3274c4(0x16d),this['_interactiveRegions']['add'](_0x3e3a59),(0x0,_0x3b9678[_0x3274c4(0x1f5)])(()=>{const _0xa7d97d=_0x3274c4;this[_0xa7d97d(0x237)]['delete'](_0x3e3a59),_0x3e3a59['dataset']['inkInteractiveRegion']===_0xa7d97d(0x16d)&&delete _0x3e3a59[_0xa7d97d(0x281)][_0xa7d97d(0x180)];});}['_handlePointerDown'](_0x4a6a07){const _0x5c2178=_0x1c40e8;if(!this[_0x5c2178(0x241)]['getState']()[_0x5c2178(0x230)])return;let _0x5c3198=typeof _0x4a6a07[_0x5c2178(0x18b)]==_0x5c2178(0x12d)?_0x4a6a07['composedPath']():_0x4a6a07[_0x5c2178(0x14c)]?[_0x4a6a07[_0x5c2178(0x14c)]]:[];if(!_0x54e84b['some'](_0x5d55e1=>_0x57e0b9(_0x5c3198,_0x5d55e1))){for(let _0x2bc9af of this[_0x5c2178(0x237)])if(_0x791ec2(_0x5c3198,_0x2bc9af))return;this[_0x5c2178(0x241)][_0x5c2178(0xa1)]();}}};_0x34c9fe=_0x2d11ef([_0x29e57d(0x0,_0x535bcb)],_0x34c9fe);let _0x20af78=class{constructor(_0x38aaa5){const _0x1a82d8=_0x1c40e8;this[_0x1a82d8(0x241)]=_0x38aaa5;}[_0x1c40e8(0x278)](_0x50a2ca){const _0x6dc0a1=_0x1c40e8;return this[_0x6dc0a1(0x241)][_0x6dc0a1(0x278)](_0x50a2ca),!0x0;}[_0x1c40e8(0xa1)](){const _0x12a065=_0x1c40e8;this[_0x12a065(0x241)][_0x12a065(0xa1)]();}};_0x20af78=_0x2d11ef([_0x29e57d(0x0,_0x535bcb)],_0x20af78);function _0x3f654b({ref:_0x109a78,..._0x322f10}){const _0x310b9f=_0x1c40e8;let {icon:_0x427a3d,id:_0x278f04,className:_0x1154ae,extend:_0x2a8620,..._0x3b510d}=_0x322f10,_0x5a70d6=(_0x310b9f(0x1bf)+_0x278f04+'\x20'+(_0x1154ae||''))[_0x310b9f(0x157)](),_0x5ea8ac=(0x0,_0x487670[_0x310b9f(0x164)])('_'+_0x5dfd69());return _0xb6a02b(_0x427a3d,''+_0x278f04,{'defIds':_0x427a3d[_0x310b9f(0x1b2)],'idSuffix':_0x5ea8ac[_0x310b9f(0x1c7)]},{'ref':_0x109a78,'className':_0x5a70d6,..._0x3b510d},_0x2a8620);}function _0xb6a02b(_0x35034a,_0x508cff,_0x511001,_0x202a76,_0x346e9e){const _0x2af600=_0x1c40e8;return(0x0,_0x487670[_0x2af600(0x202)])(_0x35034a[_0x2af600(0x1d4)],{'key':_0x508cff,..._0x57b662(_0x35034a,_0x511001,_0x346e9e),..._0x202a76},(_0x2cd8c1(_0x35034a,_0x511001)[_0x2af600(0x149)]||[])[_0x2af600(0x140)]((_0x58225c,_0x38ac62)=>_0xb6a02b(_0x58225c,_0x508cff+'-'+_0x35034a[_0x2af600(0x1d4)]+'-'+_0x38ac62,_0x511001,void 0x0,_0x346e9e)));}function _0x57b662(_0x214515,_0x5d62bf,_0x5d2d81){const _0x2b32d9=_0x1c40e8;let _0x4a0070={..._0x214515[_0x2b32d9(0x277)]};_0x5d2d81!=null&&_0x5d2d81['colorChannel1']&&_0x4a0070[_0x2b32d9(0x1b9)]===_0x2b32d9(0xcf)&&(_0x4a0070[_0x2b32d9(0x1b9)]=_0x5d2d81['colorChannel1']),_0x5d2d81!=null&&_0x5d2d81[_0x2b32d9(0xcf)]&&_0x4a0070[_0x2b32d9(0x295)]===_0x2b32d9(0xcf)&&(_0x4a0070[_0x2b32d9(0x295)]=_0x5d2d81[_0x2b32d9(0xcf)]),_0x214515[_0x2b32d9(0x1d4)]==='mask'&&_0x4a0070['id']&&(_0x4a0070['id']+=_0x5d62bf[_0x2b32d9(0x272)]),Object['entries'](_0x4a0070)[_0x2b32d9(0xd5)](([_0x1febc5,_0x47a844])=>{const _0x4748ce=_0x2b32d9;_0x1febc5===_0x4748ce(0xfb)&&typeof _0x47a844=='string'&&(_0x4a0070[_0x1febc5]=_0x47a844[_0x4748ce(0x20b)](/url\(#(.*)\)/,_0x4748ce(0x6e)+_0x5d62bf[_0x4748ce(0x272)]+')'));});let {defIds:_0x3a115d}=_0x5d62bf;return!_0x3a115d||_0x3a115d['length']===0x0?_0x4a0070:(_0x214515[_0x2b32d9(0x1d4)]===_0x2b32d9(0x12f)&&_0x4a0070[_0x2b32d9(0xb2)]&&(_0x4a0070['xlink:href']+=_0x5d62bf['idSuffix']),Object['entries'](_0x4a0070)['forEach'](([_0x93e542,_0x5c84a1])=>{const _0x168900=_0x2b32d9;typeof _0x5c84a1=='string'&&(_0x4a0070[_0x93e542]=_0x5c84a1[_0x168900(0x20b)](/url\(#(.*)\)/,_0x168900(0x6e)+_0x5d62bf[_0x168900(0x272)]+')'));}),_0x4a0070);}function _0x2cd8c1(_0x1e3778,_0x3fd2b3){const _0x2ea6f=_0x1c40e8;var _0x5a331b;let {defIds:_0x5711da}=_0x3fd2b3;return!_0x5711da||_0x5711da[_0x2ea6f(0x229)]===0x0?_0x1e3778:_0x1e3778[_0x2ea6f(0x1d4)]===_0x2ea6f(0xe9)&&(_0x5a331b=_0x1e3778[_0x2ea6f(0x149)])!=null&&_0x5a331b[_0x2ea6f(0x229)]?{..._0x1e3778,'children':_0x1e3778[_0x2ea6f(0x149)][_0x2ea6f(0x140)](_0x1e5905=>typeof _0x1e5905[_0x2ea6f(0x277)]['id']==_0x2ea6f(0x23c)&&_0x5711da&&_0x5711da[_0x2ea6f(0x12a)](_0x1e5905[_0x2ea6f(0x277)]['id'])?{..._0x1e5905,'attrs':{..._0x1e5905[_0x2ea6f(0x277)],'id':_0x1e5905[_0x2ea6f(0x277)]['id']+_0x3fd2b3[_0x2ea6f(0x272)]}}:_0x1e5905)}:_0x1e3778;}function _0x5dfd69(){const _0x6cce26=_0x1c40e8;return Math[_0x6cce26(0x26b)]()[_0x6cce26(0x75)](0x24)['substring'](0x2,0x8);}_0x3f654b['displayName']=_0x1c40e8(0x76);let _0x502fbc={'tag':_0x1c40e8(0x10d),'attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':_0x1c40e8(0x101),'width':_0x1c40e8(0x67),'height':_0x1c40e8(0x67)},'children':[{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':_0x1c40e8(0x20e),'d':_0x1c40e8(0x177)}}]},_0x24c233=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x18b04a,_0x206418){const _0x733aff=_0x1c40e8;return(0x0,_0x487670['createElement'])(_0x3f654b,Object['assign']({},_0x18b04a,{'id':_0x733aff(0x11a),'ref':_0x206418,'icon':_0x502fbc}));});_0x24c233[_0x1c40e8(0x65)]='CloseIcon';let _0x3964ba={'tag':_0x1c40e8(0x10d),'attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':'0\x200\x2016\x2016','width':_0x1c40e8(0x67),'height':_0x1c40e8(0x67)},'children':[{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':'currentColor','d':_0x1c40e8(0x12e),'fillRule':_0x1c40e8(0xb9),'clipRule':_0x1c40e8(0xb9)}}]},_0xea23cb=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x80be29,_0x3520c9){const _0x305a3e=_0x1c40e8;return(0x0,_0x487670[_0x305a3e(0x202)])(_0x3f654b,Object[_0x305a3e(0x22c)]({},_0x80be29,{'id':_0x305a3e(0x1a8),'ref':_0x3520c9,'icon':_0x3964ba}));});_0xea23cb[_0x1c40e8(0x65)]=_0x1c40e8(0x92);let _0x1de7e3={'tag':_0x1c40e8(0x10d),'attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':_0x1c40e8(0x13a),'width':_0x1c40e8(0x67),'height':_0x1c40e8(0x67)},'children':[{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':_0x1c40e8(0x20e),'d':'M6.07705\x200.197445C7.38981\x201.20701\x204.02148\x206.03315\x203.45693\x207.71262C2.89238\x209.3921\x201.60039\x2012.4519\x203.87953\x2012.6304C6.15867\x2012.8089\x208.56155\x207.71263\x2011.8494\x208.28764C14.107\x208.68246\x2013.609\x2013.3788\x2015.3042\x2016.2769C17.4487\x2019.943\x2020.501\x2019.943\x2020.501\x2021.2611C20.501\x2023.3019\x2015.1983\x2019.8771\x2013.525\x2016.5571C11.8518\x2013.2372\x2012.6009\x2011.2633\x2011.154\x2010.7376C9.70714\x2010.2119\x208.42272\x2014.9732\x203.87953\x2014.9732C-0.0516641\x2014.9732\x20-0.63741\x2011.727\x200.543057\x206.93492C1.72352\x202.14285\x204.76429\x20-0.812116\x206.07705\x200.197445Z','transform':_0x1c40e8(0x137),'fillRule':_0x1c40e8(0xb9),'clipRule':_0x1c40e8(0xb9)}}]},_0x2749c6=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x2c5f6a,_0xba3ef1){const _0x448fd0=_0x1c40e8;return(0x0,_0x487670['createElement'])(_0x3f654b,Object[_0x448fd0(0x22c)]({},_0x2c5f6a,{'id':_0x448fd0(0xf3),'ref':_0xba3ef1,'icon':_0x1de7e3}));});_0x2749c6['displayName']=_0x1c40e8(0x193);let _0x13242d={'tag':'svg','attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x1c40e8(0x67)},'children':[{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':_0x1c40e8(0x20e),'d':_0x1c40e8(0xf0),'transform':_0x1c40e8(0x155),'fillRule':_0x1c40e8(0xb9),'clipRule':_0x1c40e8(0xb9)}}]},_0x39c947=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x47d8db,_0x1015e4){const _0x4bd521=_0x1c40e8;return(0x0,_0x487670[_0x4bd521(0x202)])(_0x3f654b,Object[_0x4bd521(0x22c)]({},_0x47d8db,{'id':'stroke-size2-icon','ref':_0x1015e4,'icon':_0x13242d}));});_0x39c947[_0x1c40e8(0x65)]=_0x1c40e8(0x143);let _0x22389a={'tag':_0x1c40e8(0x10d),'attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':_0x1c40e8(0x13a),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x1c40e8(0x20e),'d':_0x1c40e8(0x1d5),'transform':_0x1c40e8(0x266),'fillRule':_0x1c40e8(0xb9),'clipRule':_0x1c40e8(0xb9)}}]},_0x12997b=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x523c8a,_0x17159){const _0x33bb3e=_0x1c40e8;return(0x0,_0x487670['createElement'])(_0x3f654b,Object[_0x33bb3e(0x22c)]({},_0x523c8a,{'id':_0x33bb3e(0x1e3),'ref':_0x17159,'icon':_0x22389a}));});_0x12997b[_0x1c40e8(0x65)]=_0x1c40e8(0x95);let _0x5573db={'tag':_0x1c40e8(0x10d),'attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':_0x1c40e8(0x13a),'width':_0x1c40e8(0x67),'height':'1em'},'children':[{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':_0x1c40e8(0x20e),'d':'M10.0312\x200.376683C11.4131\x201.20128\x2012.5419\x204.59816\x2011.0355\x207.20195C9.27202\x2010.2501\x206.9852\x2011.3292\x208.1889\x2011.9326C9.59927\x2012.6395\x209.35713\x208.55786\x2013.7211\x209.1553C18.2482\x209.77506\x2016.3536\x2014.4796\x2018.0488\x2017.3777C20.1933\x2021.0438\x2022.6376\x2021.191\x2022.6958\x2022.5076C22.8744\x2026.549\x2017.835\x2025.7466\x2014.942\x2021.9716C12.0489\x2018.1967\x2013.5203\x2017.0294\x2012.0735\x2016.5037C10.6266\x2015.9779\x2011.7659\x2020.1505\x206.51162\x2020.1505C0.224897\x2020.1505\x20-0.745681\x2012.75\x200.434786\x207.9579C1.61525\x203.16584\x207.13302\x20-1.35275\x2010.0312\x200.376683Z','transform':_0x1c40e8(0x1a2),'fillRule':'evenodd','clipRule':_0x1c40e8(0xb9)}}]},_0xf18446=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x4f6fbc,_0x2f3cf1){const _0x50704b=_0x1c40e8;return(0x0,_0x487670[_0x50704b(0x202)])(_0x3f654b,Object['assign']({},_0x4f6fbc,{'id':'stroke-size4-icon','ref':_0x2f3cf1,'icon':_0x5573db}));});_0xf18446[_0x1c40e8(0x65)]=_0x1c40e8(0x134);let _0x31d2ef={'tag':'svg','attrs':{'xmlns':_0x1c40e8(0x9d),'fill':_0x1c40e8(0x210),'viewBox':_0x1c40e8(0x13a),'width':_0x1c40e8(0x67),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x1c40e8(0xbe),'transform':_0x1c40e8(0x238),'fillRule':_0x1c40e8(0xb9),'clipRule':_0x1c40e8(0xb9)}}]},_0x42a1ac=(0x0,_0x487670[_0x1c40e8(0x1be)])(function(_0x4d26cd,_0x5124db){const _0x4f583e=_0x1c40e8;return(0x0,_0x487670[_0x4f583e(0x202)])(_0x3f654b,Object['assign']({},_0x4d26cd,{'id':'stroke-size5-icon','ref':_0x5124db,'icon':_0x31d2ef}));});_0x42a1ac[_0x1c40e8(0x65)]='StrokeSize5Icon';let _0xa072a2={'tag':_0x1c40e8(0x10d),'attrs':{'xmlns':_0x1c40e8(0x9d),'fill':'none','viewBox':_0x1c40e8(0x13a),'width':_0x1c40e8(0x67),'height':_0x1c40e8(0x67)},'children':[{'tag':'circle','attrs':{'cx':0xa,'cy':0xa,'r':0x9,'fill':'#F5F5F5'}},{'tag':'path','attrs':{'fill':'#6646E8','d':_0x1c40e8(0x270)}},{'tag':'path','attrs':{'fill':_0x1c40e8(0x271),'d':_0x1c40e8(0x260)}},{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':_0x1c40e8(0x25e),'d':_0x1c40e8(0x86)}},{'tag':_0x1c40e8(0x1cb),'attrs':{'fill':_0x1c40e8(0x82),'d':_0x1c40e8(0x21a)}},{'tag':_0x1c40e8(0xa8),'attrs':{'cx':0xa,'cy':0xa,'r':0x9,'fill':_0x1c40e8(0x174)}},{'tag':_0x1c40e8(0xe9),'attrs':{},'children':[{'tag':_0x1c40e8(0xec),'attrs':{'id':_0x1c40e8(0x190),'cx':0x0,'cy':0x0,'r':0x1,'gradientTransform':'matrix(0\x209\x20-9\x200\x2010\x2010)','gradientUnits':'userSpaceOnUse'},'children':[{'tag':_0x1c40e8(0x216),'attrs':{'stopColor':_0x1c40e8(0x1f1),'stopOpacity':0.82}},{'tag':'stop','attrs':{'offset':0x1,'stopColor':_0x1c40e8(0x1fc),'stopOpacity':0.01}}]}]}],'defIds':[_0x1c40e8(0x190)]},_0x31875b=(0x0,_0x487670['forwardRef'])(function(_0x4faa26,_0x4549b8){const _0x4d6a05=_0x1c40e8;return(0x0,_0x487670[_0x4d6a05(0x202)])(_0x3f654b,Object[_0x4d6a05(0x22c)]({},_0x4faa26,{'id':_0x4d6a05(0x106),'ref':_0x4549b8,'icon':_0xa072a2}));});_0x31875b[_0x1c40e8(0x65)]=_0x1c40e8(0x1ce);function _0x57c78f(_0x57071a){const _0x391e2b=_0x1c40e8;return(0x0,_0x5b106f[_0x391e2b(0xba)])(_0x391e2b(0x10d),{'width':'30','height':_0x391e2b(0x1c6),'viewBox':_0x391e2b(0x159),'fill':_0x391e2b(0x210),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x391e2b(0x16d),..._0x57071a,'children':[(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0xfb),{'id':_0x391e2b(0x170),'style':{'maskType':'luminance'},'maskUnits':_0x391e2b(0x26d),'x':'0','y':'0','width':'30','height':_0x391e2b(0x1c6),'children':(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0xb8),{'width':'30','height':_0x391e2b(0x1c6),'fill':'white'})}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('g',{'mask':_0x391e2b(0x166),'children':(0x0,_0x5b106f['jsxs'])('g',{'filter':_0x391e2b(0x83),'children':[(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0xb8),{'x':_0x391e2b(0x291),'y':'53','width':'19','height':'52','fill':'url(#paint0_linear_2_2784)'}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x1cb),{'fillRule':_0x391e2b(0xb9),'clipRule':'evenodd','d':_0x391e2b(0x16c),'fill':_0x391e2b(0x283)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x1cb),{'fillRule':_0x391e2b(0xb9),'clipRule':'evenodd','d':_0x391e2b(0x16c),'fill':'url(#paint2_linear_2_2784)'}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('path',{'fillRule':_0x391e2b(0xb9),'clipRule':_0x391e2b(0xb9),'d':'M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','fill':_0x391e2b(0x26a)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('mask',{'id':_0x391e2b(0xbb),'style':{'maskType':'luminance'},'maskUnits':_0x391e2b(0x26d),'x':'5','y':'15','width':'20','height':'41','children':(0x0,_0x5b106f['jsx'])(_0x391e2b(0x1cb),{'fillRule':'evenodd','clipRule':_0x391e2b(0xb9),'d':_0x391e2b(0xd6),'fill':'white'})}),(0x0,_0x5b106f['jsxs'])('g',{'mask':_0x391e2b(0x1e1),'children':[(0x0,_0x5b106f['jsx'])(_0x391e2b(0xb8),{'y':'15','width':'30','height':'47','fill':_0x391e2b(0x1ee)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0xb8),{'x':_0x391e2b(0x291),'y':_0x391e2b(0x1c4),'width':'19','height':'47','fill':'url(#paint3_linear_2_2784)'})]})]})}),(0x0,_0x5b106f[_0x391e2b(0xba)])(_0x391e2b(0xe9),{'children':[(0x0,_0x5b106f[_0x391e2b(0xba)])(_0x391e2b(0x1bb),{'id':_0x391e2b(0x98),'x':'-2','y':'-2','width':'34','height':_0x391e2b(0x1ef),'filterUnits':_0x391e2b(0x26d),'colorInterpolationFilters':_0x391e2b(0x1b3),'children':[(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0xc4),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x1ab),{'in':_0x391e2b(0x172),'type':'matrix','values':_0x391e2b(0x165),'result':_0x391e2b(0x269)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x1ad),{}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x1ab),{'type':_0x391e2b(0x14f),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200'}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x212),{'mode':_0x391e2b(0x1d2),'in2':'BackgroundImageFix','result':_0x391e2b(0x22a)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x212),{'mode':_0x391e2b(0x1d2),'in':_0x391e2b(0x168),'in2':_0x391e2b(0x22a),'result':_0x391e2b(0x84)})]}),(0x0,_0x5b106f['jsxs'])('linearGradient',{'id':_0x391e2b(0x235),'x1':_0x391e2b(0x211),'y1':_0x391e2b(0xc5),'x2':_0x391e2b(0x291),'y2':'48.1683','gradientUnits':_0x391e2b(0x26d),'children':[(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'stopColor':'#DADADA'}),(0x0,_0x5b106f['jsx'])(_0x391e2b(0x216),{'offset':_0x391e2b(0x25f),'stopColor':_0x391e2b(0x1fc)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('stop',{'offset':_0x391e2b(0xc7),'stopColor':_0x391e2b(0x15e)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('stop',{'offset':_0x391e2b(0xd2),'stopColor':_0x391e2b(0x6b)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0xbc),'stopColor':_0x391e2b(0x265)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('stop',{'offset':_0x391e2b(0x7c),'stopColor':_0x391e2b(0x145)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':'1','stopColor':_0x391e2b(0x145)})]}),(0x0,_0x5b106f[_0x391e2b(0xba)])(_0x391e2b(0x1ac),{'id':_0x391e2b(0xe2),'x1':_0x391e2b(0x211),'y1':'8.09744','x2':_0x391e2b(0x291),'y2':_0x391e2b(0xea),'gradientUnits':_0x391e2b(0x26d),'children':[(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'stopColor':_0x391e2b(0x1a1)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0x25f),'stopColor':_0x391e2b(0x1fc)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0xc7),'stopColor':_0x391e2b(0x15e)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':'0.749878','stopColor':_0x391e2b(0x6b)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0xbc),'stopColor':'#DCDDDC'}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0x7c),'stopColor':'#E4E4E4'}),(0x0,_0x5b106f['jsx'])(_0x391e2b(0x216),{'offset':'1','stopColor':_0x391e2b(0x145)})]}),(0x0,_0x5b106f[_0x391e2b(0xba)])(_0x391e2b(0x1ac),{'id':_0x391e2b(0x203),'x1':_0x391e2b(0x20c),'y1':'43.4603','x2':'22.7082','y2':_0x391e2b(0x1fd),'gradientUnits':_0x391e2b(0x26d),'children':[(0x0,_0x5b106f['jsx'])('stop',{'stopColor':_0x391e2b(0x1f1),'stopOpacity':_0x391e2b(0x22f)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])('stop',{'offset':'1','stopOpacity':'0.249891'})]}),(0x0,_0x5b106f['jsxs'])('linearGradient',{'id':'paint3_linear_2_2784','x1':_0x391e2b(0x291),'y1':_0x391e2b(0x9c),'x2':_0x391e2b(0x211),'y2':'61.5','gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'stopOpacity':_0x391e2b(0x128)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0x1ba),'stopColor':'white','stopOpacity':_0x391e2b(0x1da)}),(0x0,_0x5b106f[_0x391e2b(0x14a)])(_0x391e2b(0x216),{'offset':_0x391e2b(0x142),'stopColor':_0x391e2b(0x1f1),'stopOpacity':_0x391e2b(0x183)}),(0x0,_0x5b106f['jsx'])(_0x391e2b(0x216),{'offset':'1','stopOpacity':_0x391e2b(0x18a)})]})]})]});}function _0x2ea4c2(_0x3b66be){const _0x3f7113=_0x1c40e8;return(0x0,_0x5b106f['jsxs'])(_0x3f7113(0x10d),{'width':'30','height':'105','viewBox':_0x3f7113(0x159),'fill':_0x3f7113(0x210),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x3f7113(0x16d),..._0x3b66be,'children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0xfb),{'id':'mask0_0_1443','style':{'maskType':_0x3f7113(0x25a)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':_0x3f7113(0x1c6),'children':(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0xb8),{'width':'30','height':'105','fill':_0x3f7113(0x1f1)})}),(0x0,_0x5b106f[_0x3f7113(0xba)])('g',{'mask':_0x3f7113(0x7e),'children':[(0x0,_0x5b106f['jsxs'])('g',{'filter':'url(#filter0_d_0_1443)','children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0xb8),{'x':_0x3f7113(0x291),'y':'52','width':'19','height':'53','fill':'url(#paint0_linear_0_1443)'}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x1cb),{'fillRule':'evenodd','clipRule':_0x3f7113(0xb9),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','fill':'url(#paint1_linear_0_1443)'}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x1cb),{'fillRule':_0x3f7113(0xb9),'clipRule':_0x3f7113(0xb9),'d':_0x3f7113(0x88),'fill':_0x3f7113(0x245)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x1cb),{'fillRule':_0x3f7113(0xb9),'clipRule':_0x3f7113(0xb9),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','fill':_0x3f7113(0x66)})]}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x1cb),{'fillRule':_0x3f7113(0xb9),'clipRule':_0x3f7113(0xb9),'d':_0x3f7113(0x10e),'fill':_0x3f7113(0x26a)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0xfb),{'id':_0x3f7113(0x116),'style':{'maskType':'luminance'},'maskUnits':'userSpaceOnUse','x':'5','y':'15','width':'20','height':'44','children':(0x0,_0x5b106f['jsx'])(_0x3f7113(0x1cb),{'fillRule':_0x3f7113(0xb9),'clipRule':_0x3f7113(0xb9),'d':_0x3f7113(0x10e),'fill':_0x3f7113(0x1f1)})}),(0x0,_0x5b106f[_0x3f7113(0xba)])('g',{'mask':'url(#mask1_0_1443)','children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0xb8),{'y':'15','width':'30','height':'47','fill':_0x3f7113(0x1f1)}),(0x0,_0x5b106f['jsx'])('rect',{'x':_0x3f7113(0x291),'y':'14.5','width':'19','height':'47','fill':'url(#paint4_linear_0_1443)'})]})]}),(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0xe9),{'children':[(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0x1bb),{'id':_0x3f7113(0xfd),'x':_0x3f7113(0x1a6),'y':'13.1742','width':'23','height':_0x3f7113(0x1bc),'filterUnits':_0x3f7113(0x26d),'colorInterpolationFilters':_0x3f7113(0x1b3),'children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0xc4),{'floodOpacity':'0','result':_0x3f7113(0xdf)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('feColorMatrix',{'in':'SourceAlpha','type':'matrix','values':_0x3f7113(0x165),'result':_0x3f7113(0x269)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('feOffset',{}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x1ab),{'type':_0x3f7113(0x14f),'values':_0x3f7113(0x290)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x212),{'mode':_0x3f7113(0x1d2),'in2':_0x3f7113(0xdf),'result':_0x3f7113(0x6a)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('feBlend',{'mode':_0x3f7113(0x1d2),'in':_0x3f7113(0x168),'in2':_0x3f7113(0x6a),'result':_0x3f7113(0x84)})]}),(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0x1ac),{'id':_0x3f7113(0x15b),'x1':'5.76888','y1':_0x3f7113(0x23a),'x2':'24.5','y2':_0x3f7113(0x23a),'gradientUnits':_0x3f7113(0x26d),'children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'stopColor':_0x3f7113(0x186)}),(0x0,_0x5b106f['jsx'])('stop',{'offset':'0.0722478','stopColor':'#1C1D1E'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':'0.195905','stopColor':_0x3f7113(0x10c)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('stop',{'offset':_0x3f7113(0x132),'stopColor':_0x3f7113(0x176)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('stop',{'offset':_0x3f7113(0x1a4),'stopColor':_0x3f7113(0xd1)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':_0x3f7113(0x1b1),'stopColor':_0x3f7113(0x182)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':_0x3f7113(0xa6),'stopColor':_0x3f7113(0x110)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':_0x3f7113(0xa2),'stopColor':_0x3f7113(0x25c)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':'1','stopColor':_0x3f7113(0xe3)})]}),(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0x1ac),{'id':'paint1_linear_0_1443','x1':'5.76888','y1':'53.7028','x2':_0x3f7113(0x211),'y2':_0x3f7113(0x23d),'gradientUnits':_0x3f7113(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'stopColor':_0x3f7113(0x186)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('stop',{'offset':_0x3f7113(0xe1),'stopColor':'#1C1D1E'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':'0.195905','stopColor':_0x3f7113(0x10c)}),(0x0,_0x5b106f['jsx'])('stop',{'offset':_0x3f7113(0x132),'stopColor':_0x3f7113(0x176)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':_0x3f7113(0x1a4),'stopColor':'#38393A'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('stop',{'offset':'0.805495','stopColor':'#3C3D3E'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':_0x3f7113(0xa6),'stopColor':_0x3f7113(0x110)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':_0x3f7113(0xa2),'stopColor':_0x3f7113(0x25c)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':'1','stopColor':_0x3f7113(0xe3)})]}),(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0x1ac),{'id':_0x3f7113(0x24c),'x1':'2.8635','y1':'59.5457','x2':'21.6039','y2':_0x3f7113(0x96),'gradientUnits':_0x3f7113(0x26d),'children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'stopColor':_0x3f7113(0x10c),'stopOpacity':_0x3f7113(0x18d)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':_0x3f7113(0x1b1),'stopColor':'#3C3D3E','stopOpacity':_0x3f7113(0xc1)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':_0x3f7113(0xa6),'stopColor':_0x3f7113(0x110)}),(0x0,_0x5b106f['jsx'])('stop',{'offset':_0x3f7113(0xa2),'stopColor':_0x3f7113(0x25c)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':'1','stopColor':'#2F3031'})]}),(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0x1ac),{'id':_0x3f7113(0x153),'x1':_0x3f7113(0x1cd),'y1':_0x3f7113(0x279),'x2':_0x3f7113(0xc0),'y2':_0x3f7113(0x135),'gradientUnits':_0x3f7113(0x26d),'children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])('stop',{'stopColor':_0x3f7113(0x186)}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':'0.0722478','stopColor':'#1C1D1E'}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':_0x3f7113(0x1ed),'stopColor':'#181A1A'}),(0x0,_0x5b106f['jsx'])(_0x3f7113(0x216),{'offset':'1','stopColor':_0x3f7113(0xe3),'stopOpacity':'0.01'})]}),(0x0,_0x5b106f[_0x3f7113(0xba)])(_0x3f7113(0x1ac),{'id':_0x3f7113(0x20f),'x1':'5.5','y1':'61.5','x2':_0x3f7113(0x211),'y2':_0x3f7113(0x9c),'gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'stopOpacity':'0.102218'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':'0.598084','stopColor':_0x3f7113(0x1f1),'stopOpacity':'0.249973'}),(0x0,_0x5b106f[_0x3f7113(0x14a)])(_0x3f7113(0x216),{'offset':_0x3f7113(0x142),'stopColor':_0x3f7113(0x1f1),'stopOpacity':_0x3f7113(0x183)}),(0x0,_0x5b106f[_0x3f7113(0x14a)])('stop',{'offset':'1','stopOpacity':_0x3f7113(0x18a)})]})]})]});}function _0x1b1b36(_0x4b94e1){const _0xfa996e=_0x1c40e8;return(0x0,_0x5b106f[_0xfa996e(0xba)])(_0xfa996e(0x10d),{'width':'30','height':_0xfa996e(0x220),'viewBox':_0xfa996e(0x112),'fill':_0xfa996e(0x210),'xmlns':_0xfa996e(0x9d),'aria-hidden':_0xfa996e(0x16d),..._0x4b94e1,'children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0xfb),{'id':_0xfa996e(0x1d9),'style':{'maskType':_0xfa996e(0x25a)},'maskUnits':_0xfa996e(0x26d),'x':'0','y':'0','width':'30','height':'105','children':(0x0,_0x5b106f['jsx'])(_0xfa996e(0xb8),{'width':'30','height':_0xfa996e(0x1c6),'fill':'white'})}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('g',{'mask':_0xfa996e(0x187)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('g',{'filter':_0xfa996e(0x288),'children':(0x0,_0x5b106f[_0xfa996e(0xba)])('g',{'clipPath':_0xfa996e(0x136),'children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0xb8),{'x':_0xfa996e(0x291),'y':'33','width':'19','height':'72','fill':_0xfa996e(0x93)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x1cb),{'fillRule':_0xfa996e(0xb9),'clipRule':'evenodd','d':_0xfa996e(0xaa),'fill':_0xfa996e(0x1b5)}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x1cb),{'fillRule':'evenodd','clipRule':_0xfa996e(0xb9),'d':'M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','fill':_0xfa996e(0x280)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x1cb),{'fillRule':_0xfa996e(0xb9),'clipRule':_0xfa996e(0xb9),'d':'M22.5\x2035V47H7.5V35H22.5Z','fill':_0xfa996e(0x19c)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x1cb),{'fillRule':_0xfa996e(0xb9),'clipRule':'evenodd','d':_0xfa996e(0x68),'fill':'url(#paint4_linear_0_1397)'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('g',{'filter':_0xfa996e(0xde),'children':(0x0,_0x5b106f[_0xfa996e(0x14a)])('path',{'fillRule':_0xfa996e(0xb9),'clipRule':_0xfa996e(0xb9),'d':'M24.5\x2033V49H5.5V33H24.5ZM18.7791\x2037.4645C18.4279\x2037.1132\x2017.8752\x2037.0862\x2017.493\x2037.3834L17.4012\x2037.4645L15.2617\x2039.6041L13.2129\x2037.5551C12.8224\x2037.1646\x2012.1892\x2037.1646\x2011.7987\x2037.5551C11.4382\x2037.9156\x2011.4105\x2038.4828\x2011.7155\x2038.8751L11.7987\x2038.9693L13.8477\x2041.0181L11.7081\x2043.1576C11.3275\x2043.5381\x2011.3275\x2044.155\x2011.7081\x2044.5355C12.0593\x2044.8868\x2012.612\x2044.9138\x2012.9942\x2044.6166L13.086\x2044.5355L15.2257\x2042.3961L17.2743\x2044.4449C17.6648\x2044.8354\x2018.2979\x2044.8354\x2018.6885\x2044.4449C19.049\x2044.0844\x2019.0767\x2043.5172\x2018.7717\x2043.1249L18.6885\x2043.0307L16.6397\x2040.9821L18.7791\x2038.8424C19.1596\x2038.4619\x2019.1596\x2037.845\x2018.7791\x2037.4645Z','fill':_0xfa996e(0x1e0)})})]})}),(0x0,_0x5b106f[_0xfa996e(0xba)])('defs',{'children':[(0x0,_0x5b106f[_0xfa996e(0xba)])('filter',{'id':_0xfa996e(0x195),'x':'3','y':'14','width':'24','height':'93','filterUnits':_0xfa996e(0x26d),'colorInterpolationFilters':'sRGB','children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0xc4),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('feColorMatrix',{'in':_0xfa996e(0x172),'type':'matrix','values':_0xfa996e(0x165),'result':_0xfa996e(0x269)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x1ad),{}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x151),{'stdDeviation':'1'}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x1ab),{'type':_0xfa996e(0x14f),'values':_0xfa996e(0x8e)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x212),{'mode':_0xfa996e(0x1d2),'in2':_0xfa996e(0xdf),'result':'effect1_dropShadow_0_1397'}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x212),{'mode':_0xfa996e(0x1d2),'in':_0xfa996e(0x168),'in2':_0xfa996e(0x171),'result':_0xfa996e(0x84)})]}),(0x0,_0x5b106f[_0xfa996e(0xba)])(_0xfa996e(0x1bb),{'id':'filter1_d_0_1397','x':'5.5','y':'33','width':'19','height':_0xfa996e(0x205),'filterUnits':_0xfa996e(0x26d),'colorInterpolationFilters':_0xfa996e(0x1b3),'children':[(0x0,_0x5b106f['jsx'])(_0xfa996e(0xc4),{'floodOpacity':'0','result':_0xfa996e(0xdf)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('feColorMatrix',{'in':_0xfa996e(0x172),'type':'matrix','values':_0xfa996e(0x165),'result':_0xfa996e(0x269)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x1ad),{'dy':'0.2'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x1ab),{'type':_0xfa996e(0x14f),'values':_0xfa996e(0x8e)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('feBlend',{'mode':_0xfa996e(0x1d2),'in2':_0xfa996e(0xdf),'result':'effect1_dropShadow_0_1397'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('feBlend',{'mode':_0xfa996e(0x1d2),'in':_0xfa996e(0x168),'in2':_0xfa996e(0x171),'result':'shape'})]}),(0x0,_0x5b106f[_0xfa996e(0xba)])('linearGradient',{'id':'paint0_linear_0_1397','x1':'5.76888','y1':_0xfa996e(0x127),'x2':_0xfa996e(0x211),'y2':_0xfa996e(0x127),'gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])('stop',{'stopColor':'#2F3132'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0xe1),'stopColor':_0xfa996e(0x1b8)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x1ed),'stopColor':'#181A1A'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x132),'stopColor':_0xfa996e(0x176)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'0.575612','stopColor':_0xfa996e(0xd1)}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x216),{'offset':_0xfa996e(0x1b1),'stopColor':_0xfa996e(0x182)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'0.920119','stopColor':_0xfa996e(0x110)}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x216),{'offset':_0xfa996e(0xa2),'stopColor':'#292A2B'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'1','stopColor':'#2F3031'})]}),(0x0,_0x5b106f['jsxs'])(_0xfa996e(0x1ac),{'id':_0xfa996e(0xd7),'x1':_0xfa996e(0x17c),'y1':_0xfa996e(0x13f),'x2':_0xfa996e(0x262),'y2':_0xfa996e(0x13f),'gradientUnits':_0xfa996e(0x26d),'children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'stopColor':_0xfa996e(0x7d)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x100),'stopColor':_0xfa996e(0x9e)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'0.486065','stopColor':'#F79E9D'}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x1a0),'stopColor':_0xfa996e(0x1c2)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('stop',{'offset':'1','stopColor':'#DB9191'})]}),(0x0,_0x5b106f[_0xfa996e(0xba)])(_0xfa996e(0x1ac),{'id':_0xfa996e(0x15c),'x1':_0xfa996e(0x129),'y1':'16','x2':_0xfa996e(0x129),'y2':_0xfa996e(0x77),'gradientUnits':_0xfa996e(0x26d),'children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'stopColor':_0xfa996e(0x1d8)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'1','stopColor':_0xfa996e(0xe4),'stopOpacity':_0xfa996e(0x18d)})]}),(0x0,_0x5b106f[_0xfa996e(0xba)])(_0xfa996e(0x1ac),{'id':_0xfa996e(0x23b),'x1':_0xfa996e(0x117),'y1':_0xfa996e(0xd9),'x2':_0xfa996e(0x7f),'y2':'35.8142','gradientUnits':_0xfa996e(0x26d),'children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'stopColor':_0xfa996e(0x7d)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x100),'stopColor':_0xfa996e(0x9e)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x263),'stopColor':_0xfa996e(0x9e)}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x216),{'offset':'0.837945','stopColor':_0xfa996e(0x1c2)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('stop',{'offset':'1','stopColor':_0xfa996e(0xfc)})]}),(0x0,_0x5b106f[_0xfa996e(0xba)])(_0xfa996e(0x1ac),{'id':_0xfa996e(0x17b),'x1':'14.4183','y1':'35','x2':'14.4183','y2':_0xfa996e(0x287),'gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f['jsx'])('stop',{'stopColor':_0xfa996e(0x1d8)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('stop',{'offset':'1','stopColor':'#525252','stopOpacity':'0.01'})]}),(0x0,_0x5b106f[_0xfa996e(0xba)])(_0xfa996e(0x1ac),{'id':_0xfa996e(0x1eb),'x1':_0xfa996e(0x14e),'y1':'48.8868','x2':_0xfa996e(0x211),'y2':_0xfa996e(0x16e),'gradientUnits':_0xfa996e(0x26d),'children':[(0x0,_0x5b106f[_0xfa996e(0x14a)])('stop',{'stopColor':_0xfa996e(0x186)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'0.0722478','stopColor':_0xfa996e(0x1b8)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x1ed),'stopColor':_0xfa996e(0x10c)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x132),'stopColor':_0xfa996e(0x176)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x1a4),'stopColor':_0xfa996e(0xd1)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':_0xfa996e(0x1b1),'stopColor':_0xfa996e(0x182)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'0.920119','stopColor':_0xfa996e(0x110)}),(0x0,_0x5b106f['jsx'])(_0xfa996e(0x216),{'offset':_0xfa996e(0xa2),'stopColor':_0xfa996e(0x25c)}),(0x0,_0x5b106f[_0xfa996e(0x14a)])(_0xfa996e(0x216),{'offset':'1','stopColor':_0xfa996e(0xe3)})]}),(0x0,_0x5b106f[_0xfa996e(0x14a)])('clipPath',{'id':_0xfa996e(0xda),'children':(0x0,_0x5b106f['jsx'])(_0xfa996e(0xb8),{'width':'20','height':'89','fill':_0xfa996e(0x1f1),'transform':_0xfa996e(0xa7)})})]})]});}function _0xd3e60f(_0x36217a){const _0x2d6fee=_0x1c40e8;return(0x0,_0x5b106f['jsxs'])('svg',{'width':'30','height':_0x2d6fee(0x1c6),'viewBox':_0x2d6fee(0x159),'fill':_0x2d6fee(0x210),'xmlns':_0x2d6fee(0x9d),'aria-hidden':_0x2d6fee(0x16d),..._0x36217a,'children':[(0x0,_0x5b106f['jsx'])(_0x2d6fee(0xfb),{'id':'mask0_0_1425','style':{'maskType':_0x2d6fee(0x25a)},'maskUnits':_0x2d6fee(0x26d),'x':'0','y':'0','width':'30','height':'105','children':(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0xb8),{'width':'30','height':'105','fill':_0x2d6fee(0x1f1)})}),(0x0,_0x5b106f[_0x2d6fee(0xba)])('g',{'mask':_0x2d6fee(0xc6),'children':[(0x0,_0x5b106f[_0x2d6fee(0xba)])('g',{'filter':_0x2d6fee(0xdb),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x1cb),{'fillRule':_0x2d6fee(0xb9),'clipRule':'evenodd','d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':_0x2d6fee(0x6f)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0xfb),{'id':'mask1_0_1425','style':{'maskType':'luminance'},'maskUnits':'userSpaceOnUse','x':'5','y':'26','width':'20','height':'80','children':(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x1cb),{'fillRule':_0x2d6fee(0xb9),'clipRule':_0x2d6fee(0xb9),'d':_0x2d6fee(0x119),'fill':'white'})}),(0x0,_0x5b106f[_0x2d6fee(0xba)])('g',{'mask':_0x2d6fee(0x225),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x1cb),{'fillRule':_0x2d6fee(0xb9),'clipRule':_0x2d6fee(0xb9),'d':'M9\x2042H21L24.5\x2052H5.5L9\x2042Z','fill':'url(#paint1_linear_0_1425)'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x1cb),{'fillRule':_0x2d6fee(0xb9),'clipRule':_0x2d6fee(0xb9),'d':_0x2d6fee(0x179),'fill':_0x2d6fee(0x240)}),(0x0,_0x5b106f['jsx'])(_0x2d6fee(0xb8),{'x':'9','y':_0x2d6fee(0x27f),'width':'12','height':_0x2d6fee(0x18c),'fill':_0x2d6fee(0x28d)})]})]}),(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x1cb),{'fillRule':'evenodd','clipRule':_0x2d6fee(0xb9),'d':_0x2d6fee(0x27d),'fill':'#BD10E0'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0xfb),{'id':'mask2_0_1425','style':{'maskType':'luminance'},'maskUnits':_0x2d6fee(0x26d),'x':'5','y':'15','width':'20','height':'51','children':(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x1cb),{'fillRule':_0x2d6fee(0xb9),'clipRule':_0x2d6fee(0xb9),'d':_0x2d6fee(0x27d),'fill':_0x2d6fee(0x1f1)})}),(0x0,_0x5b106f[_0x2d6fee(0xba)])('g',{'mask':_0x2d6fee(0xa3),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0xb8),{'y':'12','width':'30','height':'62','fill':_0x2d6fee(0x23f)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0xb8),{'x':_0x2d6fee(0x291),'y':_0x2d6fee(0x1c4),'width':'19','height':'57','fill':_0x2d6fee(0x167)})]})]}),(0x0,_0x5b106f['jsxs'])(_0x2d6fee(0xe9),{'children':[(0x0,_0x5b106f[_0x2d6fee(0xba)])(_0x2d6fee(0x1bb),{'id':'filter0_d_0_1425','x':_0x2d6fee(0x1a6),'y':_0x2d6fee(0x211),'width':'23','height':'83','filterUnits':_0x2d6fee(0x26d),'colorInterpolationFilters':_0x2d6fee(0x1b3),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0xc4),{'floodOpacity':'0','result':_0x2d6fee(0xdf)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x1ab),{'in':_0x2d6fee(0x172),'type':_0x2d6fee(0x14f),'values':_0x2d6fee(0x165),'result':_0x2d6fee(0x269)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('feOffset',{}),(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x151),{'stdDeviation':'1'}),(0x0,_0x5b106f['jsx'])('feColorMatrix',{'type':_0x2d6fee(0x14f),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.254261\x200'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x212),{'mode':_0x2d6fee(0x1d2),'in2':_0x2d6fee(0xdf),'result':_0x2d6fee(0x1b4)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x212),{'mode':_0x2d6fee(0x1d2),'in':_0x2d6fee(0x168),'in2':_0x2d6fee(0x1b4),'result':_0x2d6fee(0x84)})]}),(0x0,_0x5b106f[_0x2d6fee(0xba)])(_0x2d6fee(0x1ac),{'id':_0x2d6fee(0x1a5),'x1':_0x2d6fee(0x14e),'y1':_0x2d6fee(0x1d7),'x2':_0x2d6fee(0x211),'y2':_0x2d6fee(0x1d7),'gradientUnits':_0x2d6fee(0x26d),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'stopColor':'#2F3132'}),(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0xe1),'stopColor':_0x2d6fee(0x1b8)}),(0x0,_0x5b106f['jsx'])('stop',{'offset':_0x2d6fee(0x1ed),'stopColor':_0x2d6fee(0x10c)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0x132),'stopColor':'#252627'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'offset':_0x2d6fee(0x1a4),'stopColor':'#38393A'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'offset':_0x2d6fee(0x1b1),'stopColor':_0x2d6fee(0x182)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'0.920119','stopColor':'#232425'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0xa2),'stopColor':_0x2d6fee(0x25c)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'1','stopColor':'#2F3031'})]}),(0x0,_0x5b106f[_0x2d6fee(0xba)])('linearGradient',{'id':_0x2d6fee(0xed),'x1':_0x2d6fee(0xdc),'y1':'55.3071','x2':'21.2245','y2':'45.6223','gradientUnits':_0x2d6fee(0x26d),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'stopColor':_0x2d6fee(0x10c),'stopOpacity':_0x2d6fee(0x18d)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'0.805495','stopColor':_0x2d6fee(0x182),'stopOpacity':_0x2d6fee(0xc1)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0xa6),'stopColor':_0x2d6fee(0x110)}),(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0xa2),'stopColor':_0x2d6fee(0x25c)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'offset':'1','stopColor':_0x2d6fee(0xe3)})]}),(0x0,_0x5b106f[_0x2d6fee(0xba)])(_0x2d6fee(0x1ac),{'id':_0x2d6fee(0xb7),'x1':'4.9106','y1':_0x2d6fee(0x8a),'x2':_0x2d6fee(0x209),'y2':_0x2d6fee(0x126),'gradientUnits':_0x2d6fee(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x216),{'stopColor':_0x2d6fee(0x186)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'offset':_0x2d6fee(0xe1),'stopColor':_0x2d6fee(0x1b8)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0x1ed),'stopColor':_0x2d6fee(0x10c)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'1','stopColor':_0x2d6fee(0xe3),'stopOpacity':_0x2d6fee(0x18d)})]}),(0x0,_0x5b106f['jsxs'])(_0x2d6fee(0x1ac),{'id':_0x2d6fee(0xc2),'x1':'9.16982','y1':_0x2d6fee(0x224),'x2':'21','y2':_0x2d6fee(0x224),'gradientUnits':_0x2d6fee(0x26d),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'stopColor':_0x2d6fee(0x186)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0xe1),'stopColor':_0x2d6fee(0x1b8)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'0.195905','stopColor':_0x2d6fee(0x10c)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'0.380181','stopColor':'#252627'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0x1a4),'stopColor':'#38393A'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'0.805495','stopColor':_0x2d6fee(0x182)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0xa6),'stopColor':_0x2d6fee(0x110)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'offset':_0x2d6fee(0xa2),'stopColor':_0x2d6fee(0x25c)}),(0x0,_0x5b106f['jsx'])(_0x2d6fee(0x216),{'offset':'1','stopColor':'#2F3031'})]}),(0x0,_0x5b106f[_0x2d6fee(0xba)])(_0x2d6fee(0x1ac),{'id':_0x2d6fee(0x85),'x1':_0x2d6fee(0x291),'y1':_0x2d6fee(0x1fe),'x2':_0x2d6fee(0x211),'y2':'71.5','gradientUnits':_0x2d6fee(0x26d),'children':[(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'stopOpacity':_0x2d6fee(0x128)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':_0x2d6fee(0x1ba),'stopColor':_0x2d6fee(0x1f1),'stopOpacity':_0x2d6fee(0x1da)}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])('stop',{'offset':_0x2d6fee(0x142),'stopColor':_0x2d6fee(0x1f1),'stopOpacity':'0.247214'}),(0x0,_0x5b106f[_0x2d6fee(0x14a)])(_0x2d6fee(0x216),{'offset':'1','stopOpacity':'0.1'})]})]})]});}function _0x4f020b(_0x19114e){const _0x1ffde6=_0x1c40e8;return(0x0,_0x5b106f[_0x1ffde6(0xba)])('svg',{'width':'30','height':_0x1ffde6(0x1c6),'viewBox':_0x1ffde6(0x159),'fill':'none','xmlns':_0x1ffde6(0x9d),'aria-hidden':'true',..._0x19114e,'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0xfb),{'id':'mask0_0_1451','style':{'maskType':_0x1ffde6(0x25a)},'maskUnits':_0x1ffde6(0x26d),'x':'0','y':'0','width':'30','height':_0x1ffde6(0x1c6),'children':(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0xb8),{'width':'30','height':_0x1ffde6(0x1c6),'fill':'white'})}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('g',{'mask':'url(#mask0_0_1451)','children':[(0x0,_0x5b106f['jsx'])(_0x1ffde6(0xfb),{'id':_0x1ffde6(0xad),'style':{'maskType':_0x1ffde6(0x25a)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':'105','children':(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0xb8),{'width':'30','height':_0x1ffde6(0x1c6),'fill':_0x1ffde6(0x1f1)})}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('g',{'mask':'url(#mask1_0_1451)','children':(0x0,_0x5b106f[_0x1ffde6(0xba)])('g',{'filter':_0x1ffde6(0xcb),'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1cb),{'fillRule':_0x1ffde6(0xb9),'clipRule':_0x1ffde6(0xb9),'d':_0x1ffde6(0x118),'fill':_0x1ffde6(0x1ea)}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('g',{'filter':_0x1ffde6(0x293),'children':[(0x0,_0x5b106f['jsx'])(_0x1ffde6(0x1cb),{'fillRule':_0x1ffde6(0xb9),'clipRule':_0x1ffde6(0xb9),'d':_0x1ffde6(0x191),'fill':'url(#paint1_linear_0_1451)'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('path',{'fillRule':_0x1ffde6(0xb9),'clipRule':_0x1ffde6(0xb9),'d':_0x1ffde6(0x191),'fill':'url(#paint2_linear_0_1451)'})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('g',{'filter':_0x1ffde6(0x108),'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1cb),{'fillRule':_0x1ffde6(0xb9),'clipRule':_0x1ffde6(0xb9),'d':_0x1ffde6(0x188),'fill':_0x1ffde6(0xb3)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1cb),{'fillRule':_0x1ffde6(0xb9),'clipRule':_0x1ffde6(0xb9),'d':_0x1ffde6(0x188),'fill':_0x1ffde6(0x251)})]})]})})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('defs',{'children':[(0x0,_0x5b106f[_0x1ffde6(0xba)])(_0x1ffde6(0x1bb),{'id':_0x1ffde6(0x198),'x':'4.5','y':'16','width':_0x1ffde6(0x11d),'height':_0x1ffde6(0x11e),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x1ffde6(0x1b3),'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0xc4),{'floodOpacity':'0','result':_0x1ffde6(0xdf)}),(0x0,_0x5b106f['jsx'])('feColorMatrix',{'in':_0x1ffde6(0x172),'type':_0x1ffde6(0x14f),'values':_0x1ffde6(0x165),'result':_0x1ffde6(0x269)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1ad),{}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x151),{'stdDeviation':_0x1ffde6(0x204)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1ab),{'type':_0x1ffde6(0x14f),'values':_0x1ffde6(0x1f7)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x212),{'mode':_0x1ffde6(0x1d2),'in2':_0x1ffde6(0xdf),'result':_0x1ffde6(0x72)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x212),{'mode':'normal','in':_0x1ffde6(0x168),'in2':_0x1ffde6(0x72),'result':_0x1ffde6(0x84)})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('filter',{'id':'filter1_d_0_1451','x':_0x1ffde6(0x18f),'y':_0x1ffde6(0x29b),'width':_0x1ffde6(0x19e),'height':_0x1ffde6(0x105),'filterUnits':_0x1ffde6(0x26d),'colorInterpolationFilters':_0x1ffde6(0x1b3),'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0xc4),{'floodOpacity':'0','result':_0x1ffde6(0xdf)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('feColorMatrix',{'in':_0x1ffde6(0x172),'type':_0x1ffde6(0x14f),'values':_0x1ffde6(0x165),'result':_0x1ffde6(0x269)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1ad),{'dy':'-1'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('feGaussianBlur',{'stdDeviation':'0.5'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1ab),{'type':_0x1ffde6(0x14f),'values':_0x1ffde6(0x17d)}),(0x0,_0x5b106f['jsx'])('feBlend',{'mode':_0x1ffde6(0x1d2),'in2':_0x1ffde6(0xdf),'result':_0x1ffde6(0x72)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x212),{'mode':'normal','in':_0x1ffde6(0x168),'in2':_0x1ffde6(0x72),'result':'shape'})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])(_0x1ffde6(0x1bb),{'id':'filter2_d_0_1451','x':_0x1ffde6(0xe0),'y':_0x1ffde6(0x27a),'width':_0x1ffde6(0x11d),'height':_0x1ffde6(0x200),'filterUnits':_0x1ffde6(0x26d),'colorInterpolationFilters':_0x1ffde6(0x1b3),'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0xc4),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1ab),{'in':'SourceAlpha','type':'matrix','values':_0x1ffde6(0x165),'result':'hardAlpha'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('feOffset',{'dy':'-1'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('feGaussianBlur',{'stdDeviation':_0x1ffde6(0x204)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x1ab),{'type':_0x1ffde6(0x14f),'values':_0x1ffde6(0x253)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x212),{'mode':_0x1ffde6(0x1d2),'in2':_0x1ffde6(0xdf),'result':_0x1ffde6(0x72)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('feBlend',{'mode':_0x1ffde6(0x1d2),'in':_0x1ffde6(0x168),'in2':_0x1ffde6(0x72),'result':_0x1ffde6(0x84)})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])(_0x1ffde6(0x1ac),{'id':_0x1ffde6(0x282),'x1':'12.3401','y1':_0x1ffde6(0x124),'x2':'17.4701','y2':_0x1ffde6(0x124),'gradientUnits':_0x1ffde6(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x1ffde6(0x216),{'stopColor':'#353434'}),(0x0,_0x5b106f['jsx'])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0xa4),'stopColor':_0x1ffde6(0x24e)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':_0x1ffde6(0x27e),'stopColor':'#6F6F6F'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':'1','stopColor':_0x1ffde6(0x12b)})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])(_0x1ffde6(0x1ac),{'id':_0x1ffde6(0x27b),'x1':_0x1ffde6(0x1e7),'y1':_0x1ffde6(0x29c),'x2':_0x1ffde6(0x121),'y2':_0x1ffde6(0xb0),'gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'stopColor':_0x1ffde6(0x1f4)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x1e2),'stopColor':'#121213'}),(0x0,_0x5b106f['jsx'])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x16f),'stopColor':_0x1ffde6(0x1c5)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':'0.745733','stopColor':_0x1ffde6(0xbd)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x1cc),'stopColor':_0x1ffde6(0x1b6)})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('linearGradient',{'id':_0x1ffde6(0x208),'x1':_0x1ffde6(0x255),'y1':'29.1023','x2':_0x1ffde6(0x223),'y2':_0x1ffde6(0x273),'gradientUnits':_0x1ffde6(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x1ffde6(0x216),{'stopColor':_0x1ffde6(0x231)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':_0x1ffde6(0x125),'stopColor':_0x1ffde6(0x21d)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x160),'stopColor':_0x1ffde6(0x1e8)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x264),'stopColor':_0x1ffde6(0x1f3),'stopOpacity':_0x1ffde6(0x18d)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':'1','stopColor':'white','stopOpacity':'0.01'})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])(_0x1ffde6(0x1ac),{'id':'paint3_linear_0_1451','x1':_0x1ffde6(0x219),'y1':_0x1ffde6(0x74),'x2':_0x1ffde6(0x26e),'y2':'104.365','gradientUnits':_0x1ffde6(0x26d),'children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'stopColor':_0x1ffde6(0x186)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':'0.0722478','stopColor':'#1C1D1E'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':_0x1ffde6(0x1ed),'stopColor':_0x1ffde6(0x10c)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':_0x1ffde6(0x132),'stopColor':_0x1ffde6(0x176)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':'0.575612','stopColor':_0x1ffde6(0xd1)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':_0x1ffde6(0x1b1),'stopColor':'#3C3D3E'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':_0x1ffde6(0xa6),'stopColor':_0x1ffde6(0x110)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0xa2),'stopColor':'#292A2B'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':'1','stopColor':_0x1ffde6(0xe3)})]}),(0x0,_0x5b106f[_0x1ffde6(0xba)])('linearGradient',{'id':_0x1ffde6(0x111),'x1':'6.14427','y1':_0x1ffde6(0x227),'x2':_0x1ffde6(0x158),'y2':_0x1ffde6(0x1c8),'gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'stopColor':_0x1ffde6(0x10c),'stopOpacity':'0.01'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x132),'stopColor':'#252627','stopOpacity':_0x1ffde6(0x18d)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0x1a4),'stopColor':_0x1ffde6(0xd1),'stopOpacity':'0.01'}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':'0.805495','stopColor':_0x1ffde6(0x182),'stopOpacity':'0.01'}),(0x0,_0x5b106f['jsx'])('stop',{'offset':'0.920119','stopColor':_0x1ffde6(0x110)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])(_0x1ffde6(0x216),{'offset':_0x1ffde6(0xa2),'stopColor':_0x1ffde6(0x25c)}),(0x0,_0x5b106f[_0x1ffde6(0x14a)])('stop',{'offset':'1','stopColor':_0x1ffde6(0xe3)})]})]})]});}function _0x440bff(_0x2492bb){const _0x1085f3=_0x1c40e8;return(0x0,_0x5b106f[_0x1085f3(0xba)])(_0x1085f3(0x10d),{'width':'30','height':_0x1085f3(0x1c6),'viewBox':'0\x200\x2030\x20105','fill':_0x1085f3(0x210),'xmlns':_0x1085f3(0x9d),'aria-hidden':'true',..._0x2492bb,'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0xfb),{'id':_0x1085f3(0x15a),'style':{'maskType':_0x1085f3(0x25a)},'maskUnits':_0x1085f3(0x26d),'x':'0','y':'0','width':'30','height':_0x1085f3(0x1c6),'children':(0x0,_0x5b106f['jsx'])(_0x1085f3(0xb8),{'width':'30','height':_0x1085f3(0x1c6),'fill':_0x1085f3(0x1f1)})}),(0x0,_0x5b106f['jsx'])('g',{'mask':_0x1085f3(0xe7),'children':(0x0,_0x5b106f['jsxs'])('g',{'filter':_0x1085f3(0x217),'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])('rect',{'x':_0x1085f3(0x291),'y':'33','width':'19','height':'72','fill':'url(#paint0_linear_0_1593)'}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('path',{'fillRule':_0x1085f3(0xb9),'clipRule':'evenodd','d':_0x1085f3(0xaa),'fill':_0x1085f3(0x152)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x1cb),{'fillRule':'evenodd','clipRule':_0x1085f3(0xb9),'d':'M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','fill':_0x1085f3(0xf9)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x1cb),{'fillRule':_0x1085f3(0xb9),'clipRule':_0x1085f3(0xb9),'d':_0x1085f3(0x259),'fill':_0x1085f3(0xd0)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('path',{'fillRule':_0x1085f3(0xb9),'clipRule':'evenodd','d':_0x1085f3(0x259),'fill':_0x1085f3(0xa9)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('g',{'filter':'url(#filter1_d_0_1593)','children':(0x0,_0x5b106f[_0x1085f3(0x14a)])('path',{'fillRule':_0x1085f3(0xb9),'clipRule':_0x1085f3(0xb9),'d':_0x1085f3(0xfe),'fill':_0x1085f3(0x1db)})})]})}),(0x0,_0x5b106f[_0x1085f3(0xba)])(_0x1085f3(0xe9),{'children':[(0x0,_0x5b106f['jsxs'])(_0x1085f3(0x1bb),{'id':_0x1085f3(0xee),'x':'3.5','y':'14','width':'23','height':'93','filterUnits':_0x1085f3(0x26d),'colorInterpolationFilters':_0x1085f3(0x1b3),'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0xc4),{'floodOpacity':'0','result':_0x1085f3(0xdf)}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x1ab),{'in':'SourceAlpha','type':_0x1085f3(0x14f),'values':_0x1085f3(0x165),'result':_0x1085f3(0x269)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x1ad),{}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x1ab),{'type':'matrix','values':_0x1085f3(0x8e)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x212),{'mode':'normal','in2':_0x1085f3(0xdf),'result':'effect1_dropShadow_0_1593'}),(0x0,_0x5b106f['jsx'])('feBlend',{'mode':_0x1085f3(0x1d2),'in':_0x1085f3(0x168),'in2':_0x1085f3(0x6d),'result':_0x1085f3(0x84)})]}),(0x0,_0x5b106f[_0x1085f3(0xba)])(_0x1085f3(0x1bb),{'id':_0x1085f3(0x8d),'x':_0x1085f3(0x291),'y':'33','width':'19','height':_0x1085f3(0x205),'filterUnits':_0x1085f3(0x26d),'colorInterpolationFilters':'sRGB','children':[(0x0,_0x5b106f['jsx'])(_0x1085f3(0xc4),{'floodOpacity':'0','result':_0x1085f3(0xdf)}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x1ab),{'in':'SourceAlpha','type':_0x1085f3(0x14f),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x1ad),{'dy':'0.2'}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x1ab),{'type':'matrix','values':_0x1085f3(0x8e)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('feBlend',{'mode':_0x1085f3(0x1d2),'in2':_0x1085f3(0xdf),'result':_0x1085f3(0x6d)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('feBlend',{'mode':'normal','in':_0x1085f3(0x168),'in2':_0x1085f3(0x6d),'result':_0x1085f3(0x84)})]}),(0x0,_0x5b106f[_0x1085f3(0xba)])('linearGradient',{'id':'paint0_linear_0_1593','x1':'24.5','y1':_0x1085f3(0x1e5),'x2':_0x1085f3(0x291),'y2':_0x1085f3(0x1e5),'gradientUnits':_0x1085f3(0x26d),'children':[(0x0,_0x5b106f['jsx'])('stop',{'stopColor':_0x1085f3(0x1a1)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])('stop',{'offset':_0x1085f3(0x25f),'stopColor':_0x1085f3(0x1fc)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':'0.445105','stopColor':_0x1085f3(0x15e)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0xd2),'stopColor':_0x1085f3(0x6b)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0xbc),'stopColor':'#DCDDDC'}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':'0.973543','stopColor':'#E4E4E4'}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':'1','stopColor':_0x1085f3(0x145)})]}),(0x0,_0x5b106f['jsxs'])(_0x1085f3(0x1ac),{'id':_0x1085f3(0x7b),'x1':_0x1085f3(0x17c),'y1':_0x1085f3(0x13f),'x2':_0x1085f3(0x262),'y2':_0x1085f3(0x13f),'gradientUnits':_0x1085f3(0x26d),'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'stopColor':_0x1085f3(0x7d)}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':_0x1085f3(0x100),'stopColor':_0x1085f3(0x9e)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':'0.486065','stopColor':'#F79E9D'}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':_0x1085f3(0x1a0),'stopColor':_0x1085f3(0x1c2)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':'1','stopColor':_0x1085f3(0xfc)})]}),(0x0,_0x5b106f['jsxs'])(_0x1085f3(0x1ac),{'id':'paint2_linear_0_1593','x1':_0x1085f3(0x129),'y1':'16','x2':_0x1085f3(0x129),'y2':'18.4818','gradientUnits':_0x1085f3(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'stopColor':'#D27977'}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':'1','stopColor':_0x1085f3(0xe4),'stopOpacity':'0.01'})]}),(0x0,_0x5b106f[_0x1085f3(0xba)])(_0x1085f3(0x1ac),{'id':_0x1085f3(0x1c1),'x1':_0x1085f3(0x24d),'y1':'36.6785','x2':_0x1085f3(0x274),'y2':_0x1085f3(0x297),'gradientUnits':_0x1085f3(0x26d),'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'stopColor':_0x1085f3(0x7d)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0x100),'stopColor':_0x1085f3(0x9e)}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':_0x1085f3(0x263),'stopColor':_0x1085f3(0x9e)}),(0x0,_0x5b106f['jsx'])('stop',{'offset':'0.837945','stopColor':_0x1085f3(0x1c2)}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':'1','stopColor':_0x1085f3(0xfc)})]}),(0x0,_0x5b106f[_0x1085f3(0xba)])(_0x1085f3(0x1ac),{'id':_0x1085f3(0x22b),'x1':'14.5734','y1':'36','x2':_0x1085f3(0xab),'y2':_0x1085f3(0x218),'gradientUnits':_0x1085f3(0x26d),'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'stopColor':_0x1085f3(0x1d8)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':'1','stopColor':_0x1085f3(0xe4),'stopOpacity':_0x1085f3(0x18d)})]}),(0x0,_0x5b106f[_0x1085f3(0xba)])(_0x1085f3(0x1ac),{'id':_0x1085f3(0x16a),'x1':_0x1085f3(0x211),'y1':_0x1085f3(0xdd),'x2':'5.5','y2':_0x1085f3(0xdd),'gradientUnits':_0x1085f3(0x26d),'children':[(0x0,_0x5b106f[_0x1085f3(0x14a)])('stop',{'stopColor':_0x1085f3(0x1a1)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0x25f),'stopColor':_0x1085f3(0x1fc)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0xc7),'stopColor':_0x1085f3(0x15e)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0xd2),'stopColor':'#E1E1E1'}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':'0.911778','stopColor':_0x1085f3(0x265)}),(0x0,_0x5b106f[_0x1085f3(0x14a)])(_0x1085f3(0x216),{'offset':_0x1085f3(0x7c),'stopColor':'#E4E4E4'}),(0x0,_0x5b106f['jsx'])(_0x1085f3(0x216),{'offset':'1','stopColor':'#E4E4E4'})]})]})]});}function _0x5af573(_0x1e71aa){const _0x3cd0c9=_0x1c40e8;return(0x0,_0x5b106f['jsxs'])(_0x3cd0c9(0x10d),{'width':'30','height':_0x3cd0c9(0x1c6),'viewBox':_0x3cd0c9(0x159),'fill':'none','xmlns':_0x3cd0c9(0x9d),'aria-hidden':_0x3cd0c9(0x16d),..._0x1e71aa,'children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0xfb),{'id':_0x3cd0c9(0x19b),'style':{'maskType':_0x3cd0c9(0x25a)},'maskUnits':_0x3cd0c9(0x26d),'x':'0','y':'0','width':'30','height':_0x3cd0c9(0x1c6),'children':(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0xb8),{'width':'30','height':'105','fill':_0x3cd0c9(0x1f1)})}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('g',{'mask':_0x3cd0c9(0xf7),'children':(0x0,_0x5b106f[_0x3cd0c9(0xba)])('g',{'filter':_0x3cd0c9(0x19d),'children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1cb),{'fillRule':_0x3cd0c9(0xb9),'clipRule':_0x3cd0c9(0xb9),'d':_0x3cd0c9(0x118),'fill':_0x3cd0c9(0x1f8)}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])('g',{'filter':_0x3cd0c9(0x138),'children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1cb),{'fillRule':'evenodd','clipRule':_0x3cd0c9(0xb9),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':_0x3cd0c9(0xcd)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1cb),{'fillRule':'evenodd','clipRule':_0x3cd0c9(0xb9),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':'url(#paint2_linear_0_1646)'})]}),(0x0,_0x5b106f['jsx'])('g',{'filter':_0x3cd0c9(0x286),'children':(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1cb),{'fillRule':_0x3cd0c9(0xb9),'clipRule':_0x3cd0c9(0xb9),'d':_0x3cd0c9(0x188),'fill':_0x3cd0c9(0x78)})})]})}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])(_0x3cd0c9(0xe9),{'children':[(0x0,_0x5b106f[_0x3cd0c9(0xba)])(_0x3cd0c9(0x1bb),{'id':_0x3cd0c9(0xb1),'x':'4.5','y':'16','width':_0x3cd0c9(0x11d),'height':_0x3cd0c9(0x11e),'filterUnits':_0x3cd0c9(0x26d),'colorInterpolationFilters':_0x3cd0c9(0x1b3),'children':[(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0xc4),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1ab),{'in':'SourceAlpha','type':_0x3cd0c9(0x14f),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x3cd0c9(0x269)}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x1ad),{}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x151),{'stdDeviation':'0.5'}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x1ab),{'type':_0x3cd0c9(0x14f),'values':_0x3cd0c9(0x1f7)}),(0x0,_0x5b106f['jsx'])('feBlend',{'mode':'normal','in2':'BackgroundImageFix','result':_0x3cd0c9(0x222)}),(0x0,_0x5b106f['jsx'])('feBlend',{'mode':'normal','in':_0x3cd0c9(0x168),'in2':_0x3cd0c9(0x222),'result':_0x3cd0c9(0x84)})]}),(0x0,_0x5b106f['jsxs'])(_0x3cd0c9(0x1bb),{'id':_0x3cd0c9(0x261),'x':_0x3cd0c9(0x18f),'y':_0x3cd0c9(0x29b),'width':_0x3cd0c9(0x19e),'height':_0x3cd0c9(0x105),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x3cd0c9(0x1b3),'children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('feFlood',{'floodOpacity':'0','result':_0x3cd0c9(0xdf)}),(0x0,_0x5b106f['jsx'])('feColorMatrix',{'in':'SourceAlpha','type':_0x3cd0c9(0x14f),'values':_0x3cd0c9(0x165),'result':_0x3cd0c9(0x269)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('feOffset',{'dy':'-1'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x151),{'stdDeviation':_0x3cd0c9(0x204)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1ab),{'type':'matrix','values':_0x3cd0c9(0x28c)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x212),{'mode':_0x3cd0c9(0x1d2),'in2':'BackgroundImageFix','result':_0x3cd0c9(0x222)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x212),{'mode':'normal','in':_0x3cd0c9(0x168),'in2':'effect1_dropShadow_0_1646','result':_0x3cd0c9(0x84)})]}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])(_0x3cd0c9(0x1bb),{'id':_0x3cd0c9(0x25d),'x':_0x3cd0c9(0xe0),'y':_0x3cd0c9(0x27a),'width':_0x3cd0c9(0x11d),'height':_0x3cd0c9(0x200),'filterUnits':_0x3cd0c9(0x26d),'colorInterpolationFilters':_0x3cd0c9(0x1b3),'children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0xc4),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1ab),{'in':_0x3cd0c9(0x172),'type':_0x3cd0c9(0x14f),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x3cd0c9(0x269)}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x1ad),{'dy':'-1'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('feGaussianBlur',{'stdDeviation':_0x3cd0c9(0x204)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x1ab),{'type':'matrix','values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x212),{'mode':'normal','in2':_0x3cd0c9(0xdf),'result':_0x3cd0c9(0x222)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x212),{'mode':_0x3cd0c9(0x1d2),'in':'SourceGraphic','in2':_0x3cd0c9(0x222),'result':_0x3cd0c9(0x84)})]}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])(_0x3cd0c9(0x1ac),{'id':_0x3cd0c9(0x26f),'x1':'12.3401','y1':_0x3cd0c9(0x124),'x2':_0x3cd0c9(0x298),'y2':_0x3cd0c9(0x124),'gradientUnits':_0x3cd0c9(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x216),{'stopColor':_0x3cd0c9(0x1a9)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('stop',{'offset':'0.218117','stopColor':_0x3cd0c9(0x15d)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('stop',{'offset':_0x3cd0c9(0x27e),'stopColor':_0x3cd0c9(0x206)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':'1','stopColor':_0x3cd0c9(0x27c)})]}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])(_0x3cd0c9(0x1ac),{'id':_0x3cd0c9(0x19f),'x1':_0x3cd0c9(0x1e7),'y1':_0x3cd0c9(0x29c),'x2':_0x3cd0c9(0x121),'y2':_0x3cd0c9(0xb0),'gradientUnits':_0x3cd0c9(0x26d),'children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('stop',{'stopColor':_0x3cd0c9(0x139)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':'0.155077','stopColor':_0x3cd0c9(0x22e)}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x216),{'offset':_0x3cd0c9(0x16f),'stopColor':_0x3cd0c9(0xf6)}),(0x0,_0x5b106f['jsx'])('stop',{'offset':_0x3cd0c9(0x81),'stopColor':_0x3cd0c9(0x1bd)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':_0x3cd0c9(0x1cc),'stopColor':_0x3cd0c9(0x1f0)})]}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])('linearGradient',{'id':_0x3cd0c9(0x115),'x1':_0x3cd0c9(0x255),'y1':_0x3cd0c9(0x199),'x2':_0x3cd0c9(0x223),'y2':_0x3cd0c9(0x273),'gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('stop',{'stopColor':_0x3cd0c9(0x17f),'stopOpacity':_0x3cd0c9(0x156)}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x216),{'offset':'0.139436','stopColor':'#EDEDED'}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x216),{'offset':'0.469628','stopColor':_0x3cd0c9(0x1f3),'stopOpacity':_0x3cd0c9(0x18d)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':'1','stopColor':_0x3cd0c9(0x1f1),'stopOpacity':'0.01'})]}),(0x0,_0x5b106f[_0x3cd0c9(0xba)])(_0x3cd0c9(0x1ac),{'id':_0x3cd0c9(0x21f),'x1':_0x3cd0c9(0x26e),'y1':_0x3cd0c9(0x292),'x2':_0x3cd0c9(0x291),'y2':_0x3cd0c9(0x292),'gradientUnits':_0x3cd0c9(0x26d),'children':[(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x216),{'stopColor':'#DADADA'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':_0x3cd0c9(0xe8),'stopColor':'#F5F5F5'}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':'0.447724','stopColor':_0x3cd0c9(0x1f1)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])('stop',{'offset':_0x3cd0c9(0x14b),'stopColor':_0x3cd0c9(0xd4)}),(0x0,_0x5b106f[_0x3cd0c9(0x14a)])(_0x3cd0c9(0x216),{'offset':_0x3cd0c9(0xc3),'stopColor':_0x3cd0c9(0x265)}),(0x0,_0x5b106f['jsx'])(_0x3cd0c9(0x216),{'offset':'1','stopColor':'white'})]})]})]});}function _0x4dd25b(_0x4bf95e){const _0x95108c=_0x1c40e8;return(0x0,_0x5b106f[_0x95108c(0xba)])(_0x95108c(0x10d),{'width':'30','height':'105','viewBox':_0x95108c(0x159),'fill':_0x95108c(0x210),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x95108c(0x16d),..._0x4bf95e,'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xfb),{'id':_0x95108c(0x13c),'style':{'maskType':_0x95108c(0x25a)},'maskUnits':_0x95108c(0x26d),'x':'0','y':'0','width':'30','height':_0x95108c(0x1c6),'children':(0x0,_0x5b106f[_0x95108c(0x14a)])('rect',{'width':'30','height':_0x95108c(0x1c6),'fill':_0x95108c(0x1f1)})}),(0x0,_0x5b106f[_0x95108c(0xba)])('g',{'mask':_0x95108c(0x242),'children':[(0x0,_0x5b106f[_0x95108c(0xba)])('g',{'filter':_0x95108c(0x69),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])('path',{'fillRule':_0x95108c(0xb9),'clipRule':_0x95108c(0xb9),'d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':'url(#paint0_linear_0_1618)'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xfb),{'id':_0x95108c(0x131),'style':{'maskType':_0x95108c(0x25a)},'maskUnits':_0x95108c(0x26d),'x':'5','y':'26','width':'20','height':'80','children':(0x0,_0x5b106f[_0x95108c(0x14a)])('path',{'fillRule':'evenodd','clipRule':_0x95108c(0xb9),'d':_0x95108c(0x119),'fill':_0x95108c(0x1f1)})}),(0x0,_0x5b106f[_0x95108c(0xba)])('g',{'mask':'url(#mask1_0_1618)','children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x1cb),{'fillRule':'evenodd','clipRule':_0x95108c(0xb9),'d':_0x95108c(0x179),'fill':_0x95108c(0x268)}),(0x0,_0x5b106f[_0x95108c(0x14a)])('path',{'fillRule':_0x95108c(0xb9),'clipRule':_0x95108c(0xb9),'d':_0x95108c(0x179),'fill':_0x95108c(0x147)}),(0x0,_0x5b106f['jsx'])('path',{'fillRule':_0x95108c(0xb9),'clipRule':'evenodd','d':_0x95108c(0x179),'fill':_0x95108c(0x11b)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xb8),{'x':'9','y':_0x95108c(0x27f),'width':'12','height':'15.5','fill':_0x95108c(0x181)})]})]}),(0x0,_0x5b106f[_0x95108c(0x14a)])('path',{'fillRule':_0x95108c(0xb9),'clipRule':_0x95108c(0xb9),'d':'M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','fill':_0x95108c(0xac)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xfb),{'id':_0x95108c(0x10a),'style':{'maskType':_0x95108c(0x25a)},'maskUnits':_0x95108c(0x26d),'x':'5','y':'15','width':'20','height':'46','children':(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x1cb),{'fillRule':'evenodd','clipRule':_0x95108c(0xb9),'d':_0x95108c(0x122),'fill':_0x95108c(0x1f1)})}),(0x0,_0x5b106f[_0x95108c(0xba)])('g',{'mask':_0x95108c(0x1e6),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xb8),{'y':'12','width':'30','height':'62','fill':_0x95108c(0x23f)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xb8),{'x':_0x95108c(0x291),'y':_0x95108c(0x1c4),'width':'19','height':'57','fill':_0x95108c(0x141)})]})]}),(0x0,_0x5b106f['jsxs'])('defs',{'children':[(0x0,_0x5b106f[_0x95108c(0xba)])(_0x95108c(0x1bb),{'id':_0x95108c(0xae),'x':_0x95108c(0x1a6),'y':_0x95108c(0x211),'width':'23','height':'83','filterUnits':_0x95108c(0x26d),'colorInterpolationFilters':_0x95108c(0x1b3),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0xc4),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x1ab),{'in':'SourceAlpha','type':_0x95108c(0x14f),'values':_0x95108c(0x165),'result':_0x95108c(0x269)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x1ad),{}),(0x0,_0x5b106f[_0x95108c(0x14a)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,_0x5b106f[_0x95108c(0x14a)])('feColorMatrix',{'type':'matrix','values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.254261\x200'}),(0x0,_0x5b106f['jsx'])('feBlend',{'mode':_0x95108c(0x1d2),'in2':_0x95108c(0xdf),'result':_0x95108c(0x228)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x212),{'mode':_0x95108c(0x1d2),'in':_0x95108c(0x168),'in2':_0x95108c(0x228),'result':_0x95108c(0x84)})]}),(0x0,_0x5b106f[_0x95108c(0xba)])('linearGradient',{'id':'paint0_linear_0_1618','x1':'24.5','y1':_0x95108c(0x1dd),'x2':'5.5','y2':'19.1595','gradientUnits':_0x95108c(0x26d),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'stopColor':_0x95108c(0x1a1)}),(0x0,_0x5b106f['jsx'])(_0x95108c(0x216),{'offset':_0x95108c(0x25f),'stopColor':'#F5F5F5'}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':_0x95108c(0xc7),'stopColor':'#FAF7F7'}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':_0x95108c(0xd2),'stopColor':'#E1E1E1'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'0.911778','stopColor':_0x95108c(0x265)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'0.973543','stopColor':'#E4E4E4'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'1','stopColor':_0x95108c(0x145)})]}),(0x0,_0x5b106f[_0x95108c(0xba)])(_0x95108c(0x1ac),{'id':_0x95108c(0x10b),'x1':_0x95108c(0x258),'y1':_0x95108c(0xf2),'x2':_0x95108c(0x236),'y2':_0x95108c(0x73),'gradientUnits':_0x95108c(0x26d),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'stopColor':'#DADADA'}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':_0x95108c(0x25f),'stopColor':_0x95108c(0x1fc)}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':'0.445105','stopColor':_0x95108c(0x15e)}),(0x0,_0x5b106f['jsx'])(_0x95108c(0x216),{'offset':_0x95108c(0xd2),'stopColor':_0x95108c(0x6b)}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':'0.911778','stopColor':_0x95108c(0x265),'stopOpacity':_0x95108c(0x18d)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0x7c),'stopColor':_0x95108c(0x145),'stopOpacity':_0x95108c(0x18d)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'1','stopColor':_0x95108c(0x145),'stopOpacity':'0.01'})]}),(0x0,_0x5b106f['jsxs'])(_0x95108c(0x1ac),{'id':_0x95108c(0xa5),'x1':_0x95108c(0x192),'y1':'48.3125','x2':_0x95108c(0x90),'y2':_0x95108c(0x173),'gradientUnits':_0x95108c(0x26d),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'stopColor':_0x95108c(0x1a1),'stopOpacity':_0x95108c(0x18d)}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':_0x95108c(0x25f),'stopColor':_0x95108c(0x1fc),'stopOpacity':_0x95108c(0x18d)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0xff),'stopColor':'#FAF7F7','stopOpacity':'0.01'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0x1d0),'stopColor':_0x95108c(0x6b)}),(0x0,_0x5b106f['jsx'])(_0x95108c(0x216),{'offset':_0x95108c(0x113),'stopColor':_0x95108c(0x265)}),(0x0,_0x5b106f[_0x95108c(0x14a)])('stop',{'offset':'1','stopColor':_0x95108c(0x145)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'1','stopColor':_0x95108c(0x145)})]}),(0x0,_0x5b106f[_0x95108c(0xba)])(_0x95108c(0x1ac),{'id':'paint3_linear_0_1618','x1':'21','y1':'25.0598','x2':'9','y2':'25.0598','gradientUnits':'userSpaceOnUse','children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'stopColor':_0x95108c(0x1a1)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'0.169003','stopColor':'#F5F5F5'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0xc7),'stopColor':_0x95108c(0x15e)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0xd2),'stopColor':_0x95108c(0x6b)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0xbc),'stopColor':_0x95108c(0x265)}),(0x0,_0x5b106f['jsx'])(_0x95108c(0x216),{'offset':_0x95108c(0x7c),'stopColor':_0x95108c(0x145)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':'1','stopColor':_0x95108c(0x145)})]}),(0x0,_0x5b106f[_0x95108c(0xba)])(_0x95108c(0x1ac),{'id':'paint4_linear_0_1618','x1':_0x95108c(0x291),'y1':_0x95108c(0x1fe),'x2':_0x95108c(0x211),'y2':_0x95108c(0x1fe),'gradientUnits':_0x95108c(0x26d),'children':[(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'stopOpacity':'0.102218'}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0x1ba),'stopColor':_0x95108c(0x1f1),'stopOpacity':_0x95108c(0x1da)}),(0x0,_0x5b106f[_0x95108c(0x14a)])(_0x95108c(0x216),{'offset':_0x95108c(0x142),'stopColor':_0x95108c(0x1f1),'stopOpacity':'0.247214'}),(0x0,_0x5b106f['jsx'])(_0x95108c(0x216),{'offset':'1','stopOpacity':_0x95108c(0x18a)})]})]})]});}let _0x49079d=[{'labelKey':_0x1c40e8(0xc9),'tool':_0x1c40e8(0xc9),'icon':_0x5af573,'darkIcon':_0x4f020b},{'labelKey':_0x1c40e8(0x267),'tool':_0x1c40e8(0x267),'icon':_0x57c78f,'darkIcon':_0x2ea4c2},{'labelKey':'highlighter','tool':_0x1c40e8(0x26c),'icon':_0x4dd25b,'darkIcon':_0xd3e60f},{'labelKey':'eraser','tool':_0x1c40e8(0x17a),'icon':_0x440bff,'darkIcon':_0x1b1b36}],_0x5483e1={'pen':_0x1c40e8(0x1d3),'brush':_0x1c40e8(0x9a),'highlighter':_0x1c40e8(0xa0),'eraser':'ink-ui.toolbar.eraser'},_0x2c6efa=[{'value':0x2,'icon':_0x2749c6},{'value':0x4,'icon':_0x39c947},{'value':0x8,'icon':_0x12997b},{'value':0xe,'icon':_0xf18446},{'value':0x18,'icon':_0x42a1ac}];function _0x47d81f(_0x4bc14d){return['univer-group\x20univer-relative\x20univer-h-24\x20univer-w-12\x20univer-appearance-none','univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none\x20univer-outline-none',_0x4bc14d?'univer-z-10':'']['join']('\x20');}function _0x5ed4af(_0x12d820){const _0x115494=_0x1c40e8;var _0x4a3779;return(_0x4a3779=_0x2c6efa[_0x115494(0x257)](_0x1c2968=>_0x1c2968['value']===_0x12d820))==null?_0x2c6efa[0x0]:_0x4a3779;}function _0x29d013(_0x2dfb30){const _0x823402=_0x1c40e8;let _0x278297=_0x2dfb30[_0x823402(0xd8)];return(0x0,_0x5b106f[_0x823402(0x14a)])(_0x823402(0x1fa),{'aria-hidden':'true','className':_0x823402(0x28e),'children':(0x0,_0x5b106f[_0x823402(0x14a)])(_0x278297,{'className':_0x823402(0x249)})});}function _0x23a36f(_0x8ad745){const _0x45ceec=_0x1c40e8;let _0x9977d2=(0x0,_0x3daae9[_0x45ceec(0x1f6)])(_0x3b9678[_0x45ceec(0x254)]),_0xf06b08=_0x8ad745[_0x45ceec(0xb4)]!==_0x45ceec(0x107);return(0x0,_0x5b106f[_0x45ceec(0x14a)])(_0x42f833[_0x45ceec(0x87)],{'title':_0x9977d2['t'](_0x8ad745[_0x45ceec(0x233)]),'placement':'top','visible':_0x8ad745['tooltipVisible'],'onVisibleChange':_0x8ad745['onTooltipVisibleChange'],'asChild':!0x0,'children':(0x0,_0x5b106f[_0x45ceec(0x14a)])(_0x45ceec(0x1fa),{'className':(0x0,_0x42f833[_0x45ceec(0x1d6)])('univer-flex\x20univer-items-center\x20univer-justify-center',_0xf06b08?_0x45ceec(0x1b7):_0x45ceec(0xf4)),'data-ink-toolbar-control-tooltip-anchor':_0x45ceec(0x16d),'children':(0x0,_0x5b106f['jsx'])(_0x42f833['Button'],{'aria-label':_0x9977d2['t'](_0x8ad745['labelKey']),'className':(0x0,_0x42f833[_0x45ceec(0x1d6)])(_0x45ceec(0xce),'univer-h-10',_0xf06b08?_0x45ceec(0xc8):'!univer-w-10\x20!univer-min-w-10\x20!univer-p-0',_0x8ad745[_0x45ceec(0x230)]?_0x45ceec(0x8f):''),'data-ink-toolbar-control':_0x8ad745['control'],'size':_0x45ceec(0x28f),'type':_0x45ceec(0x1b0),'variant':_0x45ceec(0x247),'onMouseDown':_0x55e18b=>{const _0x8fd6f0=_0x45ceec;_0x55e18b['stopPropagation'](),_0x55e18b[_0x8fd6f0(0x1ec)]();},'onClick':_0x8ad745[_0x45ceec(0x214)],'children':_0x8ad745[_0x45ceec(0x149)]})})});}function _0x5b109a(_0x196274){const _0x20e142=_0x1c40e8;let {tool:_0x6e3610,color:_0x58a1ee,width:_0x48e5fb,onSelectTool:_0x3d6112,onSetWidth:_0x54d670,onSetColor:_0x3a7699,onClose:_0x582c22}=_0x196274,_0x42ed6f=_0x5ed4af(_0x48e5fb),[_0x4bae32,_0x350caf]=(0x0,_0x487670[_0x20e142(0x22d)])(null),[_0x542650,_0x226cf9]=(0x0,_0x487670['useState'])(null),_0xf40b2d=(0x0,_0x3daae9[_0x20e142(0x1f6)])(_0x3b9678['LocaleService']),_0x1fc971=(0x0,_0x3daae9[_0x20e142(0x1c0)])(_0xf40b2d[_0x20e142(0xfa)],_0xf40b2d['getDirection']());function _0x2c1470(_0x2295c3,_0x363384){_0x226cf9(null),_0x350caf(_0x2db938=>_0x363384?_0x2295c3:_0x2db938===_0x2295c3?null:_0x2db938);}function _0x3b3228(_0x4ee53f,_0x579c9b){_0x226cf9(_0x1d9e88=>_0x579c9b?_0x4bae32===_0x4ee53f?null:_0x4ee53f:_0x1d9e88===_0x4ee53f?null:_0x1d9e88);}return(0x0,_0x5b106f[_0x20e142(0xba)])(_0x20e142(0x243),{'dir':_0x1fc971,'className':_0x20e142(0x221),'data-ink-floating-toolbar':_0x20e142(0x16d),'children':[(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x20e142(0x243),{'className':_0x20e142(0x163),'aria-hidden':_0x20e142(0x16d)}),(0x0,_0x5b106f['jsx'])(_0x20e142(0x243),{'className':_0x20e142(0x1f9),'children':_0x49079d[_0x20e142(0x140)](_0x5ad110=>{const _0x5d029c=_0x20e142;let _0x28d951=_0x5ad110['icon'],_0x302369=_0x5ad110[_0x5d029c(0xaf)],_0x34f42b=_0x6e3610===_0x5ad110[_0x5d029c(0x207)],_0x490089=_0xf40b2d['t'](_0x5483e1[_0x5ad110['labelKey']]);return(0x0,_0x5b106f['jsx'])(_0x5d029c(0x243),{'className':_0x5d029c(0x169),'data-ink-tool-tooltip-anchor':'true','children':(0x0,_0x5b106f[_0x5d029c(0x14a)])(_0x42f833[_0x5d029c(0x87)],{'title':_0x490089,'placement':'top','asChild':!0x0,'children':(0x0,_0x5b106f[_0x5d029c(0x14a)])(_0x5d029c(0x1b0),{'aria-label':_0x490089,'aria-pressed':_0x34f42b,'className':_0x47d81f(_0x34f42b),'type':'button','onClick':()=>_0x3d6112(_0x5ad110[_0x5d029c(0x207)]),'children':(0x0,_0x5b106f[_0x5d029c(0xba)])(_0x5d029c(0x1fa),{'className':(0x0,_0x42f833[_0x5d029c(0x1d6)])(_0x5d029c(0x162),_0x34f42b?_0x5d029c(0x178):_0x5d029c(0x1aa)),'children':[(0x0,_0x5b106f['jsx'])(_0x28d951,{'className':_0x5d029c(0xb6)}),(0x0,_0x5b106f[_0x5d029c(0x14a)])(_0x302369,{'className':_0x5d029c(0x102)})]})})})},_0x5ad110[_0x5d029c(0x207)]);})}),(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x20e142(0x243),{'className':_0x20e142(0x248)}),(0x0,_0x5b106f[_0x20e142(0xba)])(_0x20e142(0x243),{'className':_0x20e142(0x246),'children':[(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x42f833[_0x20e142(0x201)],{'open':_0x4bae32==='width','className':'univer-z-[100001]','data-ink-floating-toolbar-popup':_0x20e142(0x16d),'onOpenChange':_0x54d65e=>_0x2c1470('width',_0x54d65e),'overlay':(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x26ccf6[_0x20e142(0xd3)],{'className':_0x20e142(0x29d),'minWidthClassName':_0x20e142(0x289),'children':(0x0,_0x5b106f[_0x20e142(0x14a)])('div',{'className':_0x20e142(0xcc),'children':_0x2c6efa[_0x20e142(0x140)](_0x1d8d5e=>{const _0x447842=_0x20e142;let _0x578e6b=_0x1d8d5e[_0x447842(0xd8)],_0x329225=_0x1d8d5e[_0x447842(0x213)]===_0x48e5fb;return(0x0,_0x5b106f[_0x447842(0x14a)])(_0x42f833[_0x447842(0x71)],{'aria-label':_0xf40b2d['t'](_0x447842(0x244),String(_0x1d8d5e[_0x447842(0x213)])),'aria-pressed':_0x329225,'className':(0x0,_0x42f833['clsx'])(_0x447842(0x18e),_0x329225?_0x447842(0x91):''),'size':_0x447842(0xd8),'type':'button','variant':'ghost','onClick':()=>{const _0x3a62c0=_0x447842;_0x54d670(_0x1d8d5e[_0x3a62c0(0x213)]),_0x350caf(null);},'children':(0x0,_0x5b106f['jsx'])(_0x578e6b,{})},_0x1d8d5e[_0x447842(0x213)]);})})}),'children':(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x20e142(0x1fa),{'className':_0x20e142(0x1cf),'children':(0x0,_0x5b106f[_0x20e142(0xba)])(_0x23a36f,{'labelKey':'ink-ui.toolbar.widthSelector','control':'width','tooltipVisible':_0x4bae32===_0x20e142(0x21c)?!0x1:_0x542650===_0x20e142(0x21c),'onTooltipVisibleChange':_0x4b8edd=>_0x3b3228(_0x20e142(0x21c),_0x4b8edd),'children':[(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x29d013,{'icon':_0x42ed6f[_0x20e142(0xd8)]}),(0x0,_0x5b106f[_0x20e142(0x14a)])(_0xea23cb,{})]})})}),(0x0,_0x5b106f['jsx'])(_0x42f833[_0x20e142(0x201)],{'open':_0x4bae32==='color','className':(0x0,_0x42f833[_0x20e142(0x1d6)])(_0x20e142(0x8b),_0x20e142(0x256)),'data-ink-floating-toolbar-popup':_0x20e142(0x16d),'onOpenChange':_0x9ca86a=>_0x2c1470(_0x20e142(0x1f2),_0x9ca86a),'overlay':(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x20e142(0x243),{'className':_0x20e142(0x294),'dir':_0x1fc971,'children':(0x0,_0x5b106f['jsx'])(_0x42f833[_0x20e142(0x1af)],{'value':_0x58a1ee,'onChange':_0x3a7699})}),'children':(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x20e142(0x1fa),{'className':'univer-flex\x20univer-h-12\x20univer-items-center','children':(0x0,_0x5b106f[_0x20e142(0xba)])(_0x23a36f,{'labelKey':_0x20e142(0x1a7),'control':_0x20e142(0x1f2),'tooltipVisible':_0x4bae32===_0x20e142(0x1f2)?!0x1:_0x542650===_0x20e142(0x1f2),'onTooltipVisibleChange':_0x34569d=>_0x3b3228(_0x20e142(0x1f2),_0x34569d),'children':[(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x31875b,{'className':'univer-block\x20univer-size-[30px]\x20univer-rounded-full'}),(0x0,_0x5b106f['jsx'])(_0xea23cb,{})]})})})]}),(0x0,_0x5b106f['jsx'])('div',{'className':'univer-flex\x20univer-h-12\x20univer-items-center','children':(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x23a36f,{'labelKey':_0x20e142(0x1c3),'control':_0x20e142(0x107),'tooltipVisible':_0x542650==='close','onTooltipVisibleChange':_0x3ec7c1=>_0x3b3228(_0x20e142(0x107),_0x3ec7c1),'onClick':_0x582c22,'children':(0x0,_0x5b106f[_0x20e142(0x14a)])(_0x24c233,{'className':'univer-size-5','aria-hidden':_0x20e142(0x16d)})})})]});}function _0x34890b(){const _0x21b5fe=_0x1c40e8;let _0x2ba450=(0x0,_0x3daae9[_0x21b5fe(0x1f6)])(_0x535bcb),_0x388186=(0x0,_0x3daae9[_0x21b5fe(0x1c0)])(()=>_0x2ba450[_0x21b5fe(0xe6)],_0x2ba450[_0x21b5fe(0x1df)](),!0x1,[_0x2ba450]);return _0x388186['toolbarVisible']?(0x0,_0x5b106f[_0x21b5fe(0x14a)])(_0x5b109a,{'color':_0x388186[_0x21b5fe(0x1f2)],'tool':_0x388186['tool'],'width':_0x388186[_0x21b5fe(0x21c)],'onClose':()=>_0x2ba450['cancelInkMode'](),'onSetColor':_0x2d01d9=>_0x2ba450[_0x21b5fe(0x21e)](_0x2d01d9),'onSetWidth':_0x475ea7=>_0x2ba450[_0x21b5fe(0x24f)](_0x475ea7),'onSelectTool':_0x3e6dba=>_0x2ba450['selectTool'](_0x3e6dba)}):null;}let _0x1948b9=class extends _0x3b9678[_0x1c40e8(0x13b)]{constructor(_0x31acfe=_0x396a96,_0x41f69e,_0x24699d,_0x21bea2){const _0x4b4a7f=_0x1c40e8;super(),this['_config']=_0x31acfe,this[_0x4b4a7f(0x17e)]=_0x41f69e,this[_0x4b4a7f(0x120)]=_0x24699d,this[_0x4b4a7f(0x276)]=_0x21bea2;let {..._0x5caf3}=(0x0,_0x3b9678[_0x4b4a7f(0xf8)])({},_0x396a96,this[_0x4b4a7f(0x1c9)]);this[_0x4b4a7f(0x276)][_0x4b4a7f(0x94)]('ink-ui.config',_0x5caf3);}[_0x1c40e8(0x89)](){const _0x3152d8=_0x1c40e8;[[_0x20af78],[_0x535bcb,{'useClass':_0x1cd290}],[_0x146567,{'useClass':_0x34c9fe}]][_0x3152d8(0xd5)](_0x36049f=>this['_injector'][_0x3152d8(0x1e4)](_0x36049f)),this[_0x3152d8(0x20d)](this[_0x3152d8(0x120)][_0x3152d8(0x29a)](_0x3daae9[_0x3152d8(0x1d1)][_0x3152d8(0x70)],()=>(0x0,_0x3daae9[_0x3152d8(0xf1)])(_0x34890b,this[_0x3152d8(0x17e)])));}};_0x1b082d(_0x1948b9,_0x1c40e8(0x196),_0x1c40e8(0x285)),_0x1b082d(_0x1948b9,_0x1c40e8(0x99),_0x33792a),_0x1b082d(_0x1948b9,_0x1c40e8(0x9f),_0x3689a4),_0x1b082d(_0x1948b9,'type',_0x3b9678[_0x1c40e8(0x185)]['UNIVER_UNKNOWN']),_0x1948b9=_0x2d11ef([(0x0,_0x3b9678[_0x1c40e8(0x28b)])(_0x47b979[_0x1c40e8(0x1e9)],_0x4b3e56[_0x1c40e8(0x189)],_0x3daae9['UniverUIPlugin']),_0x29e57d(0x1,(0x0,_0x3b9678[_0x1c40e8(0xbf)])(_0x3b9678['Injector'])),_0x29e57d(0x2,_0x3daae9[_0x1c40e8(0x15f)]),_0x29e57d(0x3,_0x3b9678[_0x1c40e8(0x13e)])],_0x1948b9),_0x1df13d[_0x1c40e8(0x10f)]=_0x146567,_0x1df13d[_0x1c40e8(0x1fb)]=_0x535bcb,Object[_0x1c40e8(0x215)](_0x1df13d,_0x1c40e8(0x232),{'enumerable':!0x0,'get':function(){return _0x20af78;}}),_0x1df13d[_0x1c40e8(0x150)]=_0x1cd290,Object[_0x1c40e8(0x215)](_0x1df13d,'UniverInkUIPlugin',{'enumerable':!0x0,'get':function(){return _0x1948b9;}});}));
@@ -0,0 +1 @@
1
+ function _0x3e58(){var _0x2bf946=['فرشاة','234790lmyrrU','قلم','1041918MRLKjH','143eEdfmr','69iygzir','عرض\x20الحبر\x20{0}','4926HIhnKj','object','1358452YhmgIx','816485Lltbeq','28EGxfCB','قلم\x20تمييز','الخروج\x20من\x20وضع\x20الحبر','303633sCYUvn','ممحاة','محدد\x20عرض\x20الحبر','8FGAMtv','UniverProInkUiArSA','1771239QuNuEu','function'];_0x3e58=function(){return _0x2bf946;};return _0x3e58();}function _0x54d1(_0x5c36e5,_0x2a60f9){_0x5c36e5=_0x5c36e5-0x124;var _0x3e5848=_0x3e58();var _0x54d15f=_0x3e5848[_0x5c36e5];return _0x54d15f;}(function(_0x42f2e9,_0x479737){var _0x2db11b=_0x54d1,_0x46727f=_0x42f2e9();while(!![]){try{var _0xe2711e=parseInt(_0x2db11b(0x134))/0x1*(-parseInt(_0x2db11b(0x136))/0x2)+-parseInt(_0x2db11b(0x12d))/0x3+parseInt(_0x2db11b(0x138))/0x4+-parseInt(_0x2db11b(0x124))/0x5+parseInt(_0x2db11b(0x132))/0x6*(parseInt(_0x2db11b(0x125))/0x7)+-parseInt(_0x2db11b(0x12b))/0x8*(parseInt(_0x2db11b(0x128))/0x9)+parseInt(_0x2db11b(0x130))/0xa*(parseInt(_0x2db11b(0x133))/0xb);if(_0xe2711e===_0x479737)break;else _0x46727f['push'](_0x46727f['shift']());}catch(_0x23f573){_0x46727f['push'](_0x46727f['shift']());}}}(_0x3e58,0x5d46a),function(_0x8bda9f,_0x14f417){var _0x45f4d6=_0x54d1;typeof exports==_0x45f4d6(0x137)&&typeof module<'u'?module['exports']=_0x14f417():typeof define==_0x45f4d6(0x12e)&&define['amd']?define([],_0x14f417):(_0x8bda9f=typeof globalThis<'u'?globalThis:_0x8bda9f||self,_0x8bda9f[_0x45f4d6(0x12c)]=_0x14f417());}(this,function(){var _0x4a689d=_0x54d1;return{'ink-ui':{'toolbar':{'pen':_0x4a689d(0x131),'brush':_0x4a689d(0x12f),'highlighter':_0x4a689d(0x126),'eraser':_0x4a689d(0x129),'widthSelector':_0x4a689d(0x12a),'widthValue':_0x4a689d(0x135),'colorPicker':'منتقي\x20لون\x20الحبر','exitInkMode':_0x4a689d(0x127)}}};}));
@@ -0,0 +1 @@
1
+ function _0x3902(){var _0xc2ddba=['exports','object','amd','Ressaltador','Esborrador','Pinzell','2541ezlnsz','1277457MNhdON','1906HIWKVv','function','Selector\x20de\x20color\x20de\x20tinta','UniverProInkUiCaES','Gruix\x20de\x20tinta\x20{0}','3262590mUEnWf','Surt\x20del\x20mode\x20de\x20tinta','79764sknBYm','14684970JJNzeP','741NHXAoK','283976KKYcOp','Bolígraf','94580hofJgn','232GpwzbT','8TMCPsQ','456uFUkTf'];_0x3902=function(){return _0xc2ddba;};return _0x3902();}function _0x44c4(_0x55ecc3,_0x5b2050){_0x55ecc3=_0x55ecc3-0xd7;var _0x3902b4=_0x3902();var _0x44c4f6=_0x3902b4[_0x55ecc3];return _0x44c4f6;}(function(_0x2484bd,_0x1e11ca){var _0x11b9ab=_0x44c4,_0x419c47=_0x2484bd();while(!![]){try{var _0x29ed7b=-parseInt(_0x11b9ab(0xec))/0x1*(parseInt(_0x11b9ab(0xe3))/0x2)+parseInt(_0x11b9ab(0xe2))/0x3*(-parseInt(_0x11b9ab(0xd9))/0x4)+parseInt(_0x11b9ab(0xd7))/0x5*(-parseInt(_0x11b9ab(0xda))/0x6)+-parseInt(_0x11b9ab(0xed))/0x7*(-parseInt(_0x11b9ab(0xd8))/0x8)+-parseInt(_0x11b9ab(0xe8))/0x9+parseInt(_0x11b9ab(0xeb))/0xa+-parseInt(_0x11b9ab(0xe1))/0xb*(-parseInt(_0x11b9ab(0xea))/0xc);if(_0x29ed7b===_0x1e11ca)break;else _0x419c47['push'](_0x419c47['shift']());}catch(_0x564a7b){_0x419c47['push'](_0x419c47['shift']());}}}(_0x3902,0xc8cd9),function(_0x4119cb,_0x4e971f){var _0x38810b=_0x44c4;typeof exports==_0x38810b(0xdc)&&typeof module<'u'?module[_0x38810b(0xdb)]=_0x4e971f():typeof define==_0x38810b(0xe4)&&define[_0x38810b(0xdd)]?define([],_0x4e971f):(_0x4119cb=typeof globalThis<'u'?globalThis:_0x4119cb||self,_0x4119cb[_0x38810b(0xe6)]=_0x4e971f());}(this,function(){var _0x38d965=_0x44c4;return{'ink-ui':{'toolbar':{'pen':_0x38d965(0xee),'brush':_0x38d965(0xe0),'highlighter':_0x38d965(0xde),'eraser':_0x38d965(0xdf),'widthSelector':'Selector\x20de\x20gruix\x20de\x20tinta','widthValue':_0x38d965(0xe7),'colorPicker':_0x38d965(0xe5),'exitInkMode':_0x38d965(0xe9)}}};}));
@@ -0,0 +1 @@
1
+ (function(_0x46e13f,_0x2b4e20){var _0x7b2c9a=_0x4556,_0x518db2=_0x46e13f();while(!![]){try{var _0x28d2fd=parseInt(_0x7b2c9a(0x117))/0x1*(-parseInt(_0x7b2c9a(0x116))/0x2)+-parseInt(_0x7b2c9a(0x10e))/0x3*(-parseInt(_0x7b2c9a(0x112))/0x4)+parseInt(_0x7b2c9a(0x119))/0x5+parseInt(_0x7b2c9a(0x11b))/0x6*(parseInt(_0x7b2c9a(0x10a))/0x7)+parseInt(_0x7b2c9a(0x109))/0x8+parseInt(_0x7b2c9a(0x11c))/0x9+parseInt(_0x7b2c9a(0x10c))/0xa*(-parseInt(_0x7b2c9a(0x114))/0xb);if(_0x28d2fd===_0x2b4e20)break;else _0x518db2['push'](_0x518db2['shift']());}catch(_0x2b16cb){_0x518db2['push'](_0x518db2['shift']());}}}(_0x4065,0xbba61),function(_0x2d5bba,_0x2b4c90){var _0x4f4e5d=_0x4556;typeof exports==_0x4f4e5d(0x10d)&&typeof module<'u'?module['exports']=_0x2b4c90():typeof define==_0x4f4e5d(0x10f)&&define['amd']?define([],_0x2b4c90):(_0x2d5bba=typeof globalThis<'u'?globalThis:_0x2d5bba||self,_0x2d5bba[_0x4f4e5d(0x111)]=_0x2b4c90());}(this,function(){var _0x5ade61=_0x4556;return{'ink-ui':{'toolbar':{'pen':_0x5ade61(0x115),'brush':_0x5ade61(0x118),'highlighter':_0x5ade61(0x113),'eraser':'Radierer','widthSelector':_0x5ade61(0x10b),'widthValue':_0x5ade61(0x110),'colorPicker':'Tintenfarbe\x20auswählen','exitInkMode':_0x5ade61(0x11a)}}};}));function _0x4556(_0x1854b8,_0x1f9404){_0x1854b8=_0x1854b8-0x109;var _0x406573=_0x4065();var _0x4556fd=_0x406573[_0x1854b8];return _0x4556fd;}function _0x4065(){var _0xe78832=['1Qnrzzq','Pinsel','4478105CiypVE','Tintenmodus\x20beenden','1356iCZqOs','12530187TbcJBS','1184320wBfQCe','19124rxoYrD','Tintenbreite\x20auswählen','5690qyPWhk','object','3TLquAR','function','Tintenbreite\x20{0}','UniverProInkUiDeDE','4338152MqJPAg','Textmarker','36157XElLVh','Stift','2997924RJnOTT'];_0x4065=function(){return _0xe78832;};return _0x4065();}
@@ -0,0 +1 @@
1
+ (function(_0x3983b4,_0x2f2874){var _0x505e4f=_0xc816,_0x22cf47=_0x3983b4();while(!![]){try{var _0x1b48e9=parseInt(_0x505e4f(0x119))/0x1+parseInt(_0x505e4f(0x116))/0x2+parseInt(_0x505e4f(0x11d))/0x3+-parseInt(_0x505e4f(0x10f))/0x4+parseInt(_0x505e4f(0x111))/0x5*(-parseInt(_0x505e4f(0x110))/0x6)+-parseInt(_0x505e4f(0x118))/0x7+parseInt(_0x505e4f(0x113))/0x8;if(_0x1b48e9===_0x2f2874)break;else _0x22cf47['push'](_0x22cf47['shift']());}catch(_0x1949f2){_0x22cf47['push'](_0x22cf47['shift']());}}}(_0x483b,0xa993e),function(_0x519286,_0x48dc03){var _0xe10cc8=_0xc816;typeof exports==_0xe10cc8(0x11c)&&typeof module<'u'?module[_0xe10cc8(0x117)]=_0x48dc03():typeof define==_0xe10cc8(0x11e)&&define['amd']?define([],_0x48dc03):(_0x519286=typeof globalThis<'u'?globalThis:_0x519286||self,_0x519286[_0xe10cc8(0x11b)]=_0x48dc03());}(this,function(){var _0x4b7c63=_0xc816;return{'ink-ui':{'toolbar':{'pen':_0x4b7c63(0x10d),'brush':_0x4b7c63(0x112),'highlighter':'Highlighter','eraser':_0x4b7c63(0x114),'widthSelector':_0x4b7c63(0x11a),'widthValue':_0x4b7c63(0x115),'colorPicker':_0x4b7c63(0x10e),'exitInkMode':'Exit\x20ink\x20mode'}}};}));function _0xc816(_0x1270ef,_0x286488){_0x1270ef=_0x1270ef-0x10d;var _0x483b20=_0x483b();var _0xc816a5=_0x483b20[_0x1270ef];return _0xc816a5;}function _0x483b(){var _0x491a36=['Brush','22850784IeilRX','Eraser','Ink\x20width\x20{0}','551058qEurgc','exports','9359868pLcShr','178978QtCiHG','Ink\x20width\x20selector','UniverProInkUiEnUS','object','1787850eDMoxG','function','Pen','Ink\x20color\x20picker','4621264SBNiYS','479850sDxjKF','45KtfMPk'];_0x483b=function(){return _0x491a36;};return _0x483b();}
@@ -0,0 +1 @@
1
+ function _0x4c9f(_0x5b0109,_0x5b8004){_0x5b0109=_0x5b0109-0xbc;var _0x405023=_0x4050();var _0x4c9f97=_0x405023[_0x5b0109];return _0x4c9f97;}(function(_0x8f8d16,_0x2a46df){var _0x6d91b3=_0x4c9f,_0x1d42b2=_0x8f8d16();while(!![]){try{var _0xb90745=parseInt(_0x6d91b3(0xc8))/0x1+-parseInt(_0x6d91b3(0xc3))/0x2*(-parseInt(_0x6d91b3(0xbe))/0x3)+-parseInt(_0x6d91b3(0xc1))/0x4+parseInt(_0x6d91b3(0xc5))/0x5*(parseInt(_0x6d91b3(0xca))/0x6)+parseInt(_0x6d91b3(0xc6))/0x7*(-parseInt(_0x6d91b3(0xcd))/0x8)+-parseInt(_0x6d91b3(0xc4))/0x9*(parseInt(_0x6d91b3(0xbf))/0xa)+parseInt(_0x6d91b3(0xbd))/0xb;if(_0xb90745===_0x2a46df)break;else _0x1d42b2['push'](_0x1d42b2['shift']());}catch(_0x524a17){_0x1d42b2['push'](_0x1d42b2['shift']());}}}(_0x4050,0x1ae6e),function(_0x3a4a48,_0x5c0552){var _0x224e14=_0x4c9f;typeof exports==_0x224e14(0xc7)&&typeof module<'u'?module['exports']=_0x5c0552():typeof define==_0x224e14(0xc2)&&define[_0x224e14(0xcf)]?define([],_0x5c0552):(_0x3a4a48=typeof globalThis<'u'?globalThis:_0x3a4a48||self,_0x3a4a48[_0x224e14(0xbc)]=_0x5c0552());}(this,function(){var _0x4db583=_0x4c9f;return{'ink-ui':{'toolbar':{'pen':_0x4db583(0xc9),'brush':_0x4db583(0xcc),'highlighter':_0x4db583(0xc0),'eraser':_0x4db583(0xcb),'widthSelector':'Selector\x20de\x20grosor\x20de\x20tinta','widthValue':'Grosor\x20de\x20tinta\x20{0}','colorPicker':_0x4db583(0xce),'exitInkMode':'Salir\x20del\x20modo\x20de\x20tinta'}}};}));function _0x4050(){var _0x30265e=['object','178102MlhWTL','Pluma','979458ueORgR','Borrador','Pincel','48WSbimF','Selector\x20de\x20color\x20de\x20tinta','amd','UniverProInkUiEsES','940863ggCQwB','3ExHHwB','70KDqVcq','Resaltador','331472XhawTw','function','175196HqCLZn','224622JjhHcm','5wbaECq','171164LcTDeo'];_0x4050=function(){return _0x30265e;};return _0x4050();}
@@ -0,0 +1 @@
1
+ function _0x2665(){var _0x4cb214=['پاک‌کن','3FqfzMc','amd','انتخاب\x20ضخامت\x20جوهر','2005956iQYpNT','5936KfSepw','UniverProInkUiFaIR','object','413116cgvPlq','845594LcKJKb','2282095DZuFsJ','function','هایلایتر','2824767joxpXX','952rFuGfg','انتخاب\x20رنگ\x20جوهر','قلم','1604826izgbWe','exports','قلم‌مو'];_0x2665=function(){return _0x4cb214;};return _0x2665();}function _0x1116(_0x2bc40c,_0x12ab2a){_0x2bc40c=_0x2bc40c-0x104;var _0x266539=_0x2665();var _0x111638=_0x266539[_0x2bc40c];return _0x111638;}(function(_0x1e7908,_0x58f367){var _0x57853f=_0x1116,_0x380fc1=_0x1e7908();while(!![]){try{var _0xc9e5bb=parseInt(_0x57853f(0x115))/0x1+parseInt(_0x57853f(0x116))/0x2*(parseInt(_0x57853f(0x10e))/0x3)+-parseInt(_0x57853f(0x111))/0x4+parseInt(_0x57853f(0x117))/0x5+-parseInt(_0x57853f(0x10a))/0x6+-parseInt(_0x57853f(0x107))/0x7*(-parseInt(_0x57853f(0x112))/0x8)+-parseInt(_0x57853f(0x106))/0x9;if(_0xc9e5bb===_0x58f367)break;else _0x380fc1['push'](_0x380fc1['shift']());}catch(_0x5ab84b){_0x380fc1['push'](_0x380fc1['shift']());}}}(_0x2665,0x4bc95),function(_0x521dea,_0xb355dc){var _0x1fe9bb=_0x1116;typeof exports==_0x1fe9bb(0x114)&&typeof module<'u'?module[_0x1fe9bb(0x10b)]=_0xb355dc():typeof define==_0x1fe9bb(0x104)&&define[_0x1fe9bb(0x10f)]?define([],_0xb355dc):(_0x521dea=typeof globalThis<'u'?globalThis:_0x521dea||self,_0x521dea[_0x1fe9bb(0x113)]=_0xb355dc());}(this,function(){var _0x445c41=_0x1116;return{'ink-ui':{'toolbar':{'pen':_0x445c41(0x109),'brush':_0x445c41(0x10c),'highlighter':_0x445c41(0x105),'eraser':_0x445c41(0x10d),'widthSelector':_0x445c41(0x110),'widthValue':'ضخامت\x20جوهر\x20{0}','colorPicker':_0x445c41(0x108),'exitInkMode':'خروج\x20از\x20حالت\x20جوهر'}}};}));
@@ -0,0 +1 @@
1
+ function _0x3eee(){var _0x1382ab=['exports','1383000hiiDcl','Sélecteur\x20d’épaisseur\x20de\x20l’encre','Gomme','6357290EhHGsK','292240Kavvxw','Surligneur','935472JnVQrD','Épaisseur\x20de\x20l’encre\x20{0}','object','Stylo','Sélecteur\x20de\x20couleur\x20de\x20l’encre','1369GybFZN','Pinceau','393792LvGnsC','9CESWrL','357bGnaZG','292otOQNb','35648YrQKvZ','amd'];_0x3eee=function(){return _0x1382ab;};return _0x3eee();}function _0x7742(_0x465d1b,_0x3b5694){_0x465d1b=_0x465d1b-0x10d;var _0x3eeebd=_0x3eee();var _0x7742f5=_0x3eeebd[_0x465d1b];return _0x7742f5;}(function(_0x2b36ee,_0x327fc5){var _0x51ac96=_0x7742,_0x651a13=_0x2b36ee();while(!![]){try{var _0x13b524=-parseInt(_0x51ac96(0x116))/0x1*(parseInt(_0x51ac96(0x11b))/0x2)+parseInt(_0x51ac96(0x118))/0x3+-parseInt(_0x51ac96(0x10f))/0x4+-parseInt(_0x51ac96(0x11f))/0x5+parseInt(_0x51ac96(0x111))/0x6+parseInt(_0x51ac96(0x11a))/0x7*(-parseInt(_0x51ac96(0x11c))/0x8)+parseInt(_0x51ac96(0x119))/0x9*(parseInt(_0x51ac96(0x10e))/0xa);if(_0x13b524===_0x327fc5)break;else _0x651a13['push'](_0x651a13['shift']());}catch(_0x4f5f35){_0x651a13['push'](_0x651a13['shift']());}}}(_0x3eee,0x23ac3),function(_0x62f9d3,_0x446ab8){var _0xc86ade=_0x7742;typeof exports==_0xc86ade(0x113)&&typeof module<'u'?module[_0xc86ade(0x11e)]=_0x446ab8():typeof define=='function'&&define[_0xc86ade(0x11d)]?define([],_0x446ab8):(_0x62f9d3=typeof globalThis<'u'?globalThis:_0x62f9d3||self,_0x62f9d3['UniverProInkUiFrFR']=_0x446ab8());}(this,function(){var _0x25b708=_0x7742;return{'ink-ui':{'toolbar':{'pen':_0x25b708(0x114),'brush':_0x25b708(0x117),'highlighter':_0x25b708(0x110),'eraser':_0x25b708(0x10d),'widthSelector':_0x25b708(0x120),'widthValue':_0x25b708(0x112),'colorPicker':_0x25b708(0x115),'exitInkMode':'Quitter\x20le\x20mode\x20encre'}}};}));
@@ -0,0 +1 @@
1
+ function _0x1cc1(_0x530e7e,_0x158427){_0x530e7e=_0x530e7e-0x66;var _0x369563=_0x3695();var _0x1cc165=_0x369563[_0x530e7e];return _0x1cc165;}function _0x3695(){var _0x4877f5=['Ketebalan\x20tinta\x20{0}','Pena','1034ypBTvF','Pemilih\x20warna\x20tinta','344MdgOef','314421AyTZKK','UniverProInkUiIdID','38031gTPEcU','526136yBPwSD','function','6VDdCAx','319353aQWvFt','Penghapus','Keluar\x20dari\x20mode\x20tinta','exports','420LCSArB','12985LhkSoB','amd','6165IksVNw','Pemilih\x20ketebalan\x20tinta','190lLoess','Kuas','93348NzUBFX'];_0x3695=function(){return _0x4877f5;};return _0x3695();}(function(_0x225144,_0x14a79e){var _0x3b306d=_0x1cc1,_0x59423f=_0x225144();while(!![]){try{var _0x1c46f2=-parseInt(_0x3b306d(0x70))/0x1+-parseInt(_0x3b306d(0x75))/0x2*(parseInt(_0x3b306d(0x76))/0x3)+parseInt(_0x3b306d(0x73))/0x4+-parseInt(_0x3b306d(0x7b))/0x5*(-parseInt(_0x3b306d(0x7a))/0x6)+parseInt(_0x3b306d(0x72))/0x7*(-parseInt(_0x3b306d(0x6f))/0x8)+-parseInt(_0x3b306d(0x66))/0x9*(parseInt(_0x3b306d(0x68))/0xa)+parseInt(_0x3b306d(0x6d))/0xb*(parseInt(_0x3b306d(0x6a))/0xc);if(_0x1c46f2===_0x14a79e)break;else _0x59423f['push'](_0x59423f['shift']());}catch(_0x263ed6){_0x59423f['push'](_0x59423f['shift']());}}}(_0x3695,0x2812e),function(_0x472830,_0x1f8bb9){var _0xc74d9b=_0x1cc1;typeof exports=='object'&&typeof module<'u'?module[_0xc74d9b(0x79)]=_0x1f8bb9():typeof define==_0xc74d9b(0x74)&&define[_0xc74d9b(0x7c)]?define([],_0x1f8bb9):(_0x472830=typeof globalThis<'u'?globalThis:_0x472830||self,_0x472830[_0xc74d9b(0x71)]=_0x1f8bb9());}(this,function(){var _0x13cade=_0x1cc1;return{'ink-ui':{'toolbar':{'pen':_0x13cade(0x6c),'brush':_0x13cade(0x69),'highlighter':'Penyorot','eraser':_0x13cade(0x77),'widthSelector':_0x13cade(0x67),'widthValue':_0x13cade(0x6b),'colorPicker':_0x13cade(0x6e),'exitInkMode':_0x13cade(0x78)}}};}));
@@ -0,0 +1 @@
1
+ function _0x22e5(_0x3a55b7,_0xbb6145){_0x3a55b7=_0x3a55b7-0x122;var _0x377f7f=_0x377f();var _0x22e535=_0x377f7f[_0x3a55b7];return _0x22e535;}(function(_0x5bc3fc,_0x558af8){var _0x211a50=_0x22e5,_0x559a25=_0x5bc3fc();while(!![]){try{var _0x4e2bcc=parseInt(_0x211a50(0x125))/0x1*(parseInt(_0x211a50(0x138))/0x2)+parseInt(_0x211a50(0x132))/0x3*(-parseInt(_0x211a50(0x131))/0x4)+parseInt(_0x211a50(0x12a))/0x5+parseInt(_0x211a50(0x133))/0x6*(parseInt(_0x211a50(0x12e))/0x7)+-parseInt(_0x211a50(0x12f))/0x8*(-parseInt(_0x211a50(0x128))/0x9)+parseInt(_0x211a50(0x127))/0xa*(-parseInt(_0x211a50(0x137))/0xb)+-parseInt(_0x211a50(0x12b))/0xc*(parseInt(_0x211a50(0x12d))/0xd);if(_0x4e2bcc===_0x558af8)break;else _0x559a25['push'](_0x559a25['shift']());}catch(_0x22f9cf){_0x559a25['push'](_0x559a25['shift']());}}}(_0x377f,0x2aee4),function(_0x562927,_0x420488){var _0x600786=_0x22e5;typeof exports==_0x600786(0x135)&&typeof module<'u'?module[_0x600786(0x129)]=_0x420488():typeof define==_0x600786(0x12c)&&define[_0x600786(0x124)]?define([],_0x420488):(_0x562927=typeof globalThis<'u'?globalThis:_0x562927||self,_0x562927[_0x600786(0x122)]=_0x420488());}(this,function(){var _0x14dafa=_0x22e5;return{'ink-ui':{'toolbar':{'pen':'Penna','brush':_0x14dafa(0x126),'highlighter':_0x14dafa(0x130),'eraser':_0x14dafa(0x136),'widthSelector':'Selettore\x20spessore\x20inchiostro','widthValue':'Spessore\x20inchiostro\x20{0}','colorPicker':_0x14dafa(0x134),'exitInkMode':_0x14dafa(0x123)}}};}));function _0x377f(){var _0x172950=['Evidenziatore','4OZYdzK','190413troGsq','29892WQvRlR','Selettore\x20colore\x20inchiostro','object','Gomma','86438GNXUiT','36ONZLVN','UniverProInkUiItIT','Esci\x20dalla\x20modalità\x20inchiostro','amd','9033IbMJmR','Pennello','80tHiyNG','595251gnSCGK','exports','1317220quSaLi','1199772ydlRVr','function','26LUXeZQ','14ghlSpo','8aYtLrO'];_0x377f=function(){return _0x172950;};return _0x377f();}
@@ -0,0 +1 @@
1
+ function _0xe585(_0x219bc2,_0x4fbec6){_0x219bc2=_0x219bc2-0x159;var _0x153e1c=_0x153e();var _0xe585e5=_0x153e1c[_0x219bc2];return _0xe585e5;}(function(_0x13403d,_0x1e4e23){var _0x119496=_0xe585,_0x2c3f42=_0x13403d();while(!![]){try{var _0xc52b9d=parseInt(_0x119496(0x15b))/0x1*(-parseInt(_0x119496(0x163))/0x2)+parseInt(_0x119496(0x162))/0x3+parseInt(_0x119496(0x168))/0x4+parseInt(_0x119496(0x16b))/0x5*(parseInt(_0x119496(0x166))/0x6)+-parseInt(_0x119496(0x167))/0x7*(-parseInt(_0x119496(0x15c))/0x8)+-parseInt(_0x119496(0x160))/0x9*(-parseInt(_0x119496(0x16a))/0xa)+-parseInt(_0x119496(0x15a))/0xb;if(_0xc52b9d===_0x1e4e23)break;else _0x2c3f42['push'](_0x2c3f42['shift']());}catch(_0x467e2e){_0x2c3f42['push'](_0x2c3f42['shift']());}}}(_0x153e,0x92d31),function(_0x95d2cb,_0x2c353b){var _0x47c963=_0xe585;typeof exports==_0x47c963(0x165)&&typeof module<'u'?module[_0x47c963(0x15e)]=_0x2c353b():typeof define==_0x47c963(0x169)&&define['amd']?define([],_0x2c353b):(_0x95d2cb=typeof globalThis<'u'?globalThis:_0x95d2cb||self,_0x95d2cb[_0x47c963(0x15f)]=_0x2c353b());}(this,function(){var _0x278777=_0xe585;return{'ink-ui':{'toolbar':{'pen':'ペン','brush':_0x278777(0x164),'highlighter':_0x278777(0x159),'eraser':_0x278777(0x15d),'widthSelector':'インク幅セレクター','widthValue':'インク幅\x20{0}','colorPicker':_0x278777(0x161),'exitInkMode':'インクモードを終了'}}};}));function _0x153e(){var _0x58d582=['消しゴム','exports','UniverProInkUiJaJP','3582zQQpvk','インク色セレクター','2504112jGMXWt','94daYRlX','ブラシ','object','931764wUHtpk','114688oghber','3310316ZdkuWb','function','27890ZgUSAi','35LVvzVr','蛍光ペン','33952039qBnCaU','8179kQgykf','104zyxPLi'];_0x153e=function(){return _0x58d582;};return _0x153e();}
@@ -0,0 +1 @@
1
+ function _0x12da(_0x4788ab,_0x357760){_0x4788ab=_0x4788ab-0x1f3;var _0x18c26a=_0x18c2();var _0x12dac0=_0x18c26a[_0x4788ab];return _0x12dac0;}function _0x18c2(){var _0x13b503=['56ABHrWv','5068080LKYfTb','형광펜','468976OgOaYO','18SCPpRK','amd','잉크\x20색상\x20선택','브러시','잉크\x20모드\x20종료','UniverProInkUiKoKR','628782OJIdgE','5340730GUpxLz','exports','67917RXlozs','잉크\x20두께\x20선택','1106154fpBOoY','94JyQuve','40ETNCqU','237036kVghRG','1793SNQxiB'];_0x18c2=function(){return _0x13b503;};return _0x18c2();}(function(_0x14f996,_0x59bdef){var _0x5a9bb8=_0x12da,_0x4c0ea9=_0x14f996();while(!![]){try{var _0x2f9e9f=parseInt(_0x5a9bb8(0x1f7))/0x1+-parseInt(_0x5a9bb8(0x1f8))/0x2*(-parseInt(_0x5a9bb8(0x1f5))/0x3)+-parseInt(_0x5a9bb8(0x1ff))/0x4*(parseInt(_0x5a9bb8(0x1f9))/0x5)+parseInt(_0x5a9bb8(0x1fd))/0x6+parseInt(_0x5a9bb8(0x206))/0x7*(parseInt(_0x5a9bb8(0x1fc))/0x8)+-parseInt(_0x5a9bb8(0x200))/0x9*(-parseInt(_0x5a9bb8(0x1f3))/0xa)+parseInt(_0x5a9bb8(0x1fb))/0xb*(-parseInt(_0x5a9bb8(0x1fa))/0xc);if(_0x2f9e9f===_0x59bdef)break;else _0x4c0ea9['push'](_0x4c0ea9['shift']());}catch(_0x3922b1){_0x4c0ea9['push'](_0x4c0ea9['shift']());}}}(_0x18c2,0x87478),function(_0x430c94,_0x191b5b){var _0x2af0e6=_0x12da;typeof exports=='object'&&typeof module<'u'?module[_0x2af0e6(0x1f4)]=_0x191b5b():typeof define=='function'&&define[_0x2af0e6(0x201)]?define([],_0x191b5b):(_0x430c94=typeof globalThis<'u'?globalThis:_0x430c94||self,_0x430c94[_0x2af0e6(0x205)]=_0x191b5b());}(this,function(){var _0x2a402b=_0x12da;return{'ink-ui':{'toolbar':{'pen':'펜','brush':_0x2a402b(0x203),'highlighter':_0x2a402b(0x1fe),'eraser':'지우개','widthSelector':_0x2a402b(0x1f6),'widthValue':'잉크\x20두께\x20{0}','colorPicker':_0x2a402b(0x202),'exitInkMode':_0x2a402b(0x204)}}};}));
@@ -0,0 +1 @@
1
+ (function(_0x4ad43a,_0x54d430){var _0x4e8764=_0x2749,_0x15ab48=_0x4ad43a();while(!![]){try{var _0x2cfa7d=-parseInt(_0x4e8764(0x1ad))/0x1+-parseInt(_0x4e8764(0x1ab))/0x2+-parseInt(_0x4e8764(0x1a3))/0x3+parseInt(_0x4e8764(0x1aa))/0x4+parseInt(_0x4e8764(0x19f))/0x5+-parseInt(_0x4e8764(0x1a8))/0x6+parseInt(_0x4e8764(0x1a6))/0x7;if(_0x2cfa7d===_0x54d430)break;else _0x15ab48['push'](_0x15ab48['shift']());}catch(_0x42c71c){_0x15ab48['push'](_0x15ab48['shift']());}}}(_0x3d9c,0xb5b81),function(_0x305950,_0x30d6e0){var _0xc1c470=_0x2749;typeof exports==_0xc1c470(0x1a0)&&typeof module<'u'?module['exports']=_0x30d6e0():typeof define=='function'&&define[_0xc1c470(0x1a4)]?define([],_0x30d6e0):(_0x305950=typeof globalThis<'u'?globalThis:_0x305950||self,_0x305950[_0xc1c470(0x1ac)]=_0x30d6e0());}(this,function(){var _0x46be8e=_0x2749;return{'ink-ui':{'toolbar':{'pen':'Pióro','brush':'Pędzel','highlighter':_0x46be8e(0x1a2),'eraser':_0x46be8e(0x1a1),'widthSelector':_0x46be8e(0x1a5),'widthValue':_0x46be8e(0x1a7),'colorPicker':'Selektor\x20koloru\x20pisma','exitInkMode':_0x46be8e(0x1a9)}}};}));function _0x2749(_0x235ee3,_0x14dfd9){_0x235ee3=_0x235ee3-0x19f;var _0x3d9c5b=_0x3d9c();var _0x2749a6=_0x3d9c5b[_0x235ee3];return _0x2749a6;}function _0x3d9c(){var _0x55e646=['798228OMNeGy','UniverProInkUiPlPL','11553pcVxfp','5954755QPUBbI','object','Gumka','Zakreślacz','2023002JadDrY','amd','Selektor\x20szerokości\x20pisma','5550468vHhKPB','Szerokość\x20pisma\x20{0}','3683028VajHmM','Wyjdź\x20z\x20trybu\x20pisma\x20odręcznego','1837140hyxmjq'];_0x3d9c=function(){return _0x55e646;};return _0x3d9c();}
@@ -0,0 +1 @@
1
+ function _0xf23e(){var _0x137293=['8566568hixQKQ','Sair\x20do\x20modo\x20de\x20tinta','12815487RxdSgN','1sEpWRw','2124162qWNwHc','object','Seletor\x20de\x20cor\x20da\x20tinta','3214645nVIWZM','Pincel','Marca-texto','exports','140986uUPndl','3654875Fkaqzl','10hbpaVS','Caneta','Borracha','2633144eetbeo','Espessura\x20da\x20tinta\x20{0}','3zfBxlQ','amd','Seletor\x20de\x20espessura\x20da\x20tinta'];_0xf23e=function(){return _0x137293;};return _0xf23e();}function _0x6c6c(_0x5c3754,_0x31f2f3){_0x5c3754=_0x5c3754-0xb4;var _0xf23e83=_0xf23e();var _0x6c6c82=_0xf23e83[_0x5c3754];return _0x6c6c82;}(function(_0x2b5aa7,_0x22aa10){var _0x1d049f=_0x6c6c,_0xb3a5f4=_0x2b5aa7();while(!![]){try{var _0x643db5=-parseInt(_0x1d049f(0xbb))/0x1*(-parseInt(_0x1d049f(0xc3))/0x2)+parseInt(_0x1d049f(0xb5))/0x3*(-parseInt(_0x1d049f(0xc8))/0x4)+parseInt(_0x1d049f(0xc4))/0x5+parseInt(_0x1d049f(0xbc))/0x6+parseInt(_0x1d049f(0xbf))/0x7+parseInt(_0x1d049f(0xb8))/0x8+-parseInt(_0x1d049f(0xba))/0x9*(parseInt(_0x1d049f(0xc5))/0xa);if(_0x643db5===_0x22aa10)break;else _0xb3a5f4['push'](_0xb3a5f4['shift']());}catch(_0x10b853){_0xb3a5f4['push'](_0xb3a5f4['shift']());}}}(_0xf23e,0x934ba),function(_0x417579,_0xf8973b){var _0x2703bc=_0x6c6c;typeof exports==_0x2703bc(0xbd)&&typeof module<'u'?module[_0x2703bc(0xc2)]=_0xf8973b():typeof define=='function'&&define[_0x2703bc(0xb6)]?define([],_0xf8973b):(_0x417579=typeof globalThis<'u'?globalThis:_0x417579||self,_0x417579['UniverProInkUiPtBR']=_0xf8973b());}(this,function(){var _0x4325e5=_0x6c6c;return{'ink-ui':{'toolbar':{'pen':_0x4325e5(0xc6),'brush':_0x4325e5(0xc0),'highlighter':_0x4325e5(0xc1),'eraser':_0x4325e5(0xc7),'widthSelector':_0x4325e5(0xb7),'widthValue':_0x4325e5(0xb4),'colorPicker':_0x4325e5(0xbe),'exitInkMode':_0x4325e5(0xb9)}}};}));
@@ -0,0 +1 @@
1
+ function _0x588a(_0x39bbc6,_0x30eca6){_0x39bbc6=_0x39bbc6-0x17d;var _0xbc233b=_0xbc23();var _0x588a1d=_0xbc233b[_0x39bbc6];return _0x588a1d;}(function(_0x29654b,_0x33c838){var _0x23749e=_0x588a,_0x562a67=_0x29654b();while(!![]){try{var _0x2b92dc=-parseInt(_0x23749e(0x17e))/0x1+-parseInt(_0x23749e(0x18b))/0x2+-parseInt(_0x23749e(0x182))/0x3*(parseInt(_0x23749e(0x18c))/0x4)+-parseInt(_0x23749e(0x190))/0x5+parseInt(_0x23749e(0x183))/0x6+parseInt(_0x23749e(0x185))/0x7*(-parseInt(_0x23749e(0x18d))/0x8)+parseInt(_0x23749e(0x17f))/0x9;if(_0x2b92dc===_0x33c838)break;else _0x562a67['push'](_0x562a67['shift']());}catch(_0x4b96d7){_0x562a67['push'](_0x562a67['shift']());}}}(_0xbc23,0xf3a4e),function(_0x2d577a,_0x2d8a12){var _0x1b150c=_0x588a;typeof exports==_0x1b150c(0x180)&&typeof module<'u'?module['exports']=_0x2d8a12():typeof define==_0x1b150c(0x188)&&define[_0x1b150c(0x186)]?define([],_0x2d8a12):(_0x2d577a=typeof globalThis<'u'?globalThis:_0x2d577a||self,_0x2d577a[_0x1b150c(0x18f)]=_0x2d8a12());}(this,function(){var _0x2347fd=_0x588a;return{'ink-ui':{'toolbar':{'pen':_0x2347fd(0x18e),'brush':_0x2347fd(0x187),'highlighter':_0x2347fd(0x191),'eraser':_0x2347fd(0x18a),'widthSelector':_0x2347fd(0x17d),'widthValue':_0x2347fd(0x184),'colorPicker':_0x2347fd(0x189),'exitInkMode':_0x2347fd(0x181)}}};}));function _0xbc23(){var _0x21cb7a=['Выбор\x20цвета\x20чернил','Ластик','2117264ZminFg','958504sgigHX','6592wDKcuw','Перо','UniverProInkUiRuRU','3758770jgbihz','Маркер','Выбор\x20толщины\x20линии','152320AcEKvJ','30044394JCpKOD','object','Выйти\x20из\x20режима\x20рукописного\x20ввода','3vdWXWm','4828128IvAqZz','Толщина\x20линии\x20{0}','8008lLnWVw','amd','Кисть','function'];_0xbc23=function(){return _0x21cb7a;};return _0xbc23();}
@@ -0,0 +1 @@
1
+ (function(_0x50c2fa,_0x1e9d4e){var _0x8c722f=_0x17d1,_0x28841a=_0x50c2fa();while(!![]){try{var _0x559a4a=parseInt(_0x8c722f(0x1c7))/0x1*(-parseInt(_0x8c722f(0x1bc))/0x2)+parseInt(_0x8c722f(0x1b9))/0x3+-parseInt(_0x8c722f(0x1c5))/0x4+parseInt(_0x8c722f(0x1b6))/0x5+parseInt(_0x8c722f(0x1c2))/0x6*(-parseInt(_0x8c722f(0x1c4))/0x7)+-parseInt(_0x8c722f(0x1be))/0x8+parseInt(_0x8c722f(0x1c0))/0x9*(parseInt(_0x8c722f(0x1b8))/0xa);if(_0x559a4a===_0x1e9d4e)break;else _0x28841a['push'](_0x28841a['shift']());}catch(_0x3f0805){_0x28841a['push'](_0x28841a['shift']());}}}(_0x5841,0x6aca9),function(_0x245214,_0x4ec76d){var _0x3e150c=_0x17d1;typeof exports==_0x3e150c(0x1bd)&&typeof module<'u'?module['exports']=_0x4ec76d():typeof define==_0x3e150c(0x1b7)&&define[_0x3e150c(0x1b5)]?define([],_0x4ec76d):(_0x245214=typeof globalThis<'u'?globalThis:_0x245214||self,_0x245214[_0x3e150c(0x1c3)]=_0x4ec76d());}(this,function(){var _0x1a39b9=_0x17d1;return{'ink-ui':{'toolbar':{'pen':_0x1a39b9(0x1c6),'brush':_0x1a39b9(0x1c1),'highlighter':_0x1a39b9(0x1bf),'eraser':'Guma','widthSelector':_0x1a39b9(0x1ba),'widthValue':'Hrúbka\x20rukopisu\x20{0}','colorPicker':'Výber\x20farby\x20rukopisu','exitInkMode':_0x1a39b9(0x1bb)}}};}));function _0x17d1(_0x5b9c3a,_0x1b348e){_0x5b9c3a=_0x5b9c3a-0x1b5;var _0x5841d4=_0x5841();var _0x17d145=_0x5841d4[_0x5b9c3a];return _0x17d145;}function _0x5841(){var _0x506ad2=['2iOEbTj','amd','1911590zBtrSK','function','150PRvDEH','68991GeohKV','Výber\x20hrúbky\x20rukopisu','Ukončiť\x20režim\x20rukopisu','836138URQvgX','object','6909904lYeJYl','Zvýrazňovač','1434078wdLnKY','Štetec','6OGMNEA','UniverProInkUiSkSK','831663Vngxwz','2157372mhwvFZ','Pero'];_0x5841=function(){return _0x506ad2;};return _0x5841();}
@@ -0,0 +1 @@
1
+ (function(_0x461bb0,_0x338f78){var _0x4bca68=_0x42f6,_0x178748=_0x461bb0();while(!![]){try{var _0x40d455=parseInt(_0x4bca68(0xf7))/0x1*(parseInt(_0x4bca68(0xea))/0x2)+parseInt(_0x4bca68(0xed))/0x3*(-parseInt(_0x4bca68(0xf2))/0x4)+parseInt(_0x4bca68(0xf0))/0x5+parseInt(_0x4bca68(0xec))/0x6+-parseInt(_0x4bca68(0xf4))/0x7+parseInt(_0x4bca68(0xe9))/0x8*(-parseInt(_0x4bca68(0xf6))/0x9)+parseInt(_0x4bca68(0xf5))/0xa;if(_0x40d455===_0x338f78)break;else _0x178748['push'](_0x178748['shift']());}catch(_0x497f8a){_0x178748['push'](_0x178748['shift']());}}}(_0x3698,0xb0b4c),function(_0x1756d0,_0xaab6e7){var _0x394eed=_0x42f6;typeof exports==_0x394eed(0xeb)&&typeof module<'u'?module[_0x394eed(0xef)]=_0xaab6e7():typeof define==_0x394eed(0xf9)&&define[_0x394eed(0xe8)]?define([],_0xaab6e7):(_0x1756d0=typeof globalThis<'u'?globalThis:_0x1756d0||self,_0x1756d0[_0x394eed(0xfb)]=_0xaab6e7());}(this,function(){var _0x5ab0ba=_0x42f6;return{'ink-ui':{'toolbar':{'pen':_0x5ab0ba(0xf3),'brush':_0x5ab0ba(0xfa),'highlighter':_0x5ab0ba(0xf8),'eraser':'Tẩy','widthSelector':_0x5ab0ba(0xee),'widthValue':'Độ\x20dày\x20nét\x20mực\x20{0}','colorPicker':_0x5ab0ba(0xf1),'exitInkMode':'Thoát\x20chế\x20độ\x20mực'}}};}));function _0x42f6(_0x128420,_0x5a9e67){_0x128420=_0x128420-0xe8;var _0x369823=_0x3698();var _0x42f6ac=_0x369823[_0x128420];return _0x42f6ac;}function _0x3698(){var _0x4bd6b6=['1448QgJubB','562726ZwbAFe','object','3499536SUDyRI','3SqCFBw','Bộ\x20chọn\x20độ\x20dày\x20nét\x20mực','exports','1685260VFPMlV','Bộ\x20chọn\x20màu\x20mực','1945252npxVib','Bút','1946917eESFYg','10198840ZYVBXw','50454roRcnA','2zbjOSG','Bút\x20đánh\x20dấu','function','Cọ\x20vẽ','UniverProInkUiViVN','amd'];_0x3698=function(){return _0x4bd6b6;};return _0x3698();}
@@ -0,0 +1 @@
1
+ function _0x248b(){var _0x209ed3=['15460950bYBleb','39LXUYIU','3311iPsCOd','UniverProInkUiZhCN','3642qwMMqb','amd','退出画笔模式','257212GQUNVr','3622240kRXNqp','画笔粗细','荧光笔','画笔颜色','橡皮擦','546831sqTpQq','3884922ukhIwC','1317536lxxGDX','2WuOUnT'];_0x248b=function(){return _0x209ed3;};return _0x248b();}function _0x3e52(_0xf234bd,_0x45d2cf){_0xf234bd=_0xf234bd-0xbb;var _0x248b52=_0x248b();var _0x3e52f8=_0x248b52[_0xf234bd];return _0x3e52f8;}(function(_0x6af626,_0x606545){var _0x5e76d5=_0x3e52,_0x3a5476=_0x6af626();while(!![]){try{var _0x1d95b4=parseInt(_0x5e76d5(0xc2))/0x1*(parseInt(_0x5e76d5(0xc5))/0x2)+-parseInt(_0x5e76d5(0xc7))/0x3*(parseInt(_0x5e76d5(0xbc))/0x4)+-parseInt(_0x5e76d5(0xbd))/0x5+parseInt(_0x5e76d5(0xca))/0x6*(-parseInt(_0x5e76d5(0xc8))/0x7)+-parseInt(_0x5e76d5(0xc4))/0x8+parseInt(_0x5e76d5(0xc3))/0x9+parseInt(_0x5e76d5(0xc6))/0xa;if(_0x1d95b4===_0x606545)break;else _0x3a5476['push'](_0x3a5476['shift']());}catch(_0xc7e869){_0x3a5476['push'](_0x3a5476['shift']());}}}(_0x248b,0x7d18a),function(_0x4267ac,_0x22332e){var _0x269d9d=_0x3e52;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x22332e():typeof define=='function'&&define[_0x269d9d(0xcb)]?define([],_0x22332e):(_0x4267ac=typeof globalThis<'u'?globalThis:_0x4267ac||self,_0x4267ac[_0x269d9d(0xc9)]=_0x22332e());}(this,function(){var _0x2b9c43=_0x3e52;return{'ink-ui':{'toolbar':{'pen':'钢笔','brush':'画笔','highlighter':_0x2b9c43(0xbf),'eraser':_0x2b9c43(0xc1),'widthSelector':_0x2b9c43(0xbe),'widthValue':'粗细\x20{0}','colorPicker':_0x2b9c43(0xc0),'exitInkMode':_0x2b9c43(0xbb)}}};}));
@@ -0,0 +1 @@
1
+ function _0x4507(_0x462229,_0x5273b5){_0x462229=_0x462229-0x113;var _0x1a0515=_0x1a05();var _0x45078c=_0x1a0515[_0x462229];return _0x45078c;}function _0x1a05(){var _0x4b15b1=['741Gguexd','624472RyDCwk','object','7228410rBjnBi','畫筆顏色','11LXcJBe','粗細\x20{0}','螢光筆','970788cllTaD','UniverProInkUiZhHK','exports','amd','15261030gFIRFJ','18516wTrAtT','畫筆粗細','457816JZsQxk','2160796oIxcLl','27EdNYdZ','5GUpFfo','橡皮擦'];_0x1a05=function(){return _0x4b15b1;};return _0x1a05();}(function(_0x3badd6,_0x16ad0d){var _0x1bbe06=_0x4507,_0x4f7856=_0x3badd6();while(!![]){try{var _0x4fa8bd=parseInt(_0x1bbe06(0x123))/0x1+-parseInt(_0x1bbe06(0x11e))/0x2+-parseInt(_0x1bbe06(0x122))/0x3*(-parseInt(_0x1bbe06(0x11b))/0x4)+-parseInt(_0x1bbe06(0x120))/0x5*(parseInt(_0x1bbe06(0x125))/0x6)+parseInt(_0x1bbe06(0x116))/0x7+-parseInt(_0x1bbe06(0x11d))/0x8*(parseInt(_0x1bbe06(0x11f))/0x9)+parseInt(_0x1bbe06(0x11a))/0xa*(parseInt(_0x1bbe06(0x113))/0xb);if(_0x4fa8bd===_0x16ad0d)break;else _0x4f7856['push'](_0x4f7856['shift']());}catch(_0x2822e5){_0x4f7856['push'](_0x4f7856['shift']());}}}(_0x1a05,0xee3c0),function(_0x278168,_0x113967){var _0x17ff2c=_0x4507;typeof exports==_0x17ff2c(0x124)&&typeof module<'u'?module[_0x17ff2c(0x118)]=_0x113967():typeof define=='function'&&define[_0x17ff2c(0x119)]?define([],_0x113967):(_0x278168=typeof globalThis<'u'?globalThis:_0x278168||self,_0x278168[_0x17ff2c(0x117)]=_0x113967());}(this,function(){var _0xe01c17=_0x4507;return{'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':_0xe01c17(0x115),'eraser':_0xe01c17(0x121),'widthSelector':_0xe01c17(0x11c),'widthValue':_0xe01c17(0x114),'colorPicker':_0xe01c17(0x126),'exitInkMode':'退出畫筆模式'}}};}));
@@ -0,0 +1 @@
1
+ function _0x1ed0(_0x5533ee,_0x4f3e0f){_0x5533ee=_0x5533ee-0xc2;var _0x1e027b=_0x1e02();var _0x1ed05b=_0x1e027b[_0x5533ee];return _0x1ed05b;}(function(_0x47466f,_0x4a8716){var _0x3dcb45=_0x1ed0,_0x27305e=_0x47466f();while(!![]){try{var _0x43ace8=parseInt(_0x3dcb45(0xd1))/0x1+-parseInt(_0x3dcb45(0xcb))/0x2+-parseInt(_0x3dcb45(0xc8))/0x3*(parseInt(_0x3dcb45(0xc9))/0x4)+parseInt(_0x3dcb45(0xca))/0x5*(parseInt(_0x3dcb45(0xd0))/0x6)+parseInt(_0x3dcb45(0xc2))/0x7*(parseInt(_0x3dcb45(0xc7))/0x8)+-parseInt(_0x3dcb45(0xd3))/0x9+-parseInt(_0x3dcb45(0xce))/0xa*(-parseInt(_0x3dcb45(0xc3))/0xb);if(_0x43ace8===_0x4a8716)break;else _0x27305e['push'](_0x27305e['shift']());}catch(_0x226db7){_0x27305e['push'](_0x27305e['shift']());}}}(_0x1e02,0x5eb00),function(_0x302d14,_0x44d9e0){var _0x20fc5=_0x1ed0;typeof exports==_0x20fc5(0xc4)&&typeof module<'u'?module[_0x20fc5(0xcd)]=_0x44d9e0():typeof define==_0x20fc5(0xd2)&&define[_0x20fc5(0xcc)]?define([],_0x44d9e0):(_0x302d14=typeof globalThis<'u'?globalThis:_0x302d14||self,_0x302d14['UniverProInkUiZhTW']=_0x44d9e0());}(this,function(){var _0x5491d5=_0x1ed0;return{'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':_0x5491d5(0xc6),'eraser':_0x5491d5(0xcf),'widthSelector':'畫筆粗細','widthValue':'粗細\x20{0}','colorPicker':_0x5491d5(0xc5),'exitInkMode':'退出畫筆模式'}}};}));function _0x1e02(){var _0x47bfe6=['object','畫筆顏色','螢光筆','88024MRITaC','17418Mjqvzg','460uFnsmK','5FKjniy','699822jrtfEx','amd','exports','87170dDMEWE','橡皮擦','657390ejbOTy','564746VKzosi','function','3778110FCGfco','161urngZx','1133BYCLGY'];_0x1e02=function(){return _0x47bfe6;};return _0x1e02();}
package/package.json ADDED
@@ -0,0 +1,88 @@
1
+ {
2
+ "name": "@univerjs-pro/ink-ui",
3
+ "version": "1.0.0-alpha.3",
4
+ "private": false,
5
+ "description": "Ink UI integration for Univer.",
6
+ "author": "DreamNum Co., Ltd. <developer@univer.ai>",
7
+ "funding": {
8
+ "type": "opencollective",
9
+ "url": "https://opencollective.com/univer"
10
+ },
11
+ "homepage": "https://univer.ai",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/dream-num/univer"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/dream-num/univer/issues"
18
+ },
19
+ "keywords": [
20
+ "univer",
21
+ "univer-pro",
22
+ "ink",
23
+ "pen",
24
+ "ui"
25
+ ],
26
+ "exports": {
27
+ ".": {
28
+ "import": "./lib/es/index.js",
29
+ "require": "./lib/cjs/index.js",
30
+ "types": "./lib/types/index.d.ts"
31
+ },
32
+ "./*": {
33
+ "import": "./lib/es/*",
34
+ "require": "./lib/cjs/*",
35
+ "types": "./lib/types/index.d.ts"
36
+ },
37
+ "./locale/*": {
38
+ "import": "./lib/es/locale/*.js",
39
+ "require": "./lib/cjs/locale/*.js",
40
+ "types": "./lib/types/locale/*.d.ts"
41
+ },
42
+ "./lib/*": "./lib/*"
43
+ },
44
+ "main": "./lib/es/index.js",
45
+ "types": "./lib/types/index.d.ts",
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "directories": {
50
+ "lib": "lib"
51
+ },
52
+ "files": [
53
+ "lib"
54
+ ],
55
+ "peerDependencies": {
56
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
57
+ "rxjs": ">=7.0.0"
58
+ },
59
+ "dependencies": {
60
+ "@univerjs/icons": "1.20.0",
61
+ "@univerjs-pro/ink": "1.0.0-alpha.3",
62
+ "@univerjs-pro/shape-editor-ui": "1.0.0-alpha.3",
63
+ "@univerjs-pro/license": "1.0.0-alpha.3",
64
+ "@univerjs/design": "1.0.0-alpha.3",
65
+ "@univerjs/core": "1.0.0-alpha.3",
66
+ "@univerjs/ui": "1.0.0-alpha.3"
67
+ },
68
+ "devDependencies": {
69
+ "postcss": "^8.5.16",
70
+ "react": "18.3.1",
71
+ "react-dom": "18.3.1",
72
+ "rxjs": "7.8.2",
73
+ "tailwindcss": "3.4.17",
74
+ "typescript": "^6.0.3",
75
+ "vitest": "^4.1.10",
76
+ "@univerjs-infra/shared": "1.0.0-alpha.3"
77
+ },
78
+ "scripts": {
79
+ "test": "vitest run",
80
+ "test:watch": "vitest",
81
+ "coverage": "vitest run --coverage",
82
+ "typecheck": "tsc --noEmit",
83
+ "build:bundle": "univer-cli build",
84
+ "build:types": "tsc -p tsconfig.node.json",
85
+ "build": "pnpm run build:bundle && pnpm run build:types"
86
+ },
87
+ "module": "./lib/es/index.js"
88
+ }