mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-24 02:25:07 +08:00
* Bump WP version * ♻️ Initial Refactor commit [APP-687] (#109) * Initial refactor commit * ✅ Added build and tests CI/CD * PR Rejects * Rejects leftover * Setup base (#110) * Initial refactor commit * ✅ Added build and tests CI/CD * update: add src for admin settings * update: incorrect constant names * update: namespace * add: accessibility settings * update: webpack to output files inside a folder * update: build output folders * update: removed commented code * update: npm scripts * add: webpack config * add: hooks * update: move admin setting to the module folder * update: assets loading logic * update: settings variable * update: removed duplicate css import * Update modules/settings/assets/js/api/index.js Co-authored-by: VasylD <vasyld@elementor.red> --------- Co-authored-by: Ohad <ohad@elementor.com> Co-authored-by: VasylD <vasyld@elementor.red> * [Infra] ✅ updated Github actions (#114) * updated github actions * removed composer github auth * PHPCS * removed package-lock.json from ignore to allow `npm ci` * added missing husky * ignore legacy * removed unused non existing import * Add connect modal (#111) * Initial refactor commit * ✅ Added build and tests CI/CD * update: add src for admin settings * update: incorrect constant names * update: namespace * add: accessibility settings * update: webpack to output files inside a folder * update: build output folders * update: removed commented code * update: npm scripts * add: webpack config * add: hooks * update: move admin setting to the module folder * update: assets loading logic * update: add rule to move jsx props to multiline imporving readability * add: connect modal * update: hooks import for better readability * update: replace functions with hooks * fix: alignment and style * update: imports * update: removed conflicting imports * fix: add compatibility for mobile devices --------- Co-authored-by: Ohad <ohad@elementor.com> * [APP 705] add connect module, settings and notification component (#112) * Initial refactor commit * ✅ Added build and tests CI/CD * update: add src for admin settings * update: incorrect constant names * update: namespace * add: accessibility settings * update: webpack to output files inside a folder * update: build output folders * update: removed commented code * update: npm scripts * add: webpack config * add: hooks * update: move admin setting to the module folder * update: assets loading logic * update: add rule to move jsx props to multiline imporving readability * add: connect modal * update: hooks import for better readability * update: replace functions with hooks * add: connect module * add: settings and get settings route * add: hooks and contexts to get settings * add: hooks * add: notification component * add: data api * add: settings provider and connect settings * add: husky * fix: formatting and text-domain * update: filter names * fix: hook import * add: set function for settings * add: prop-types package * update: refactor notification component and context * update: remove filter for authorize url * update: imports and exports of hooks * update: plugin settings context filename and relevant imports --------- Co-authored-by: Ohad <ohad@elementor.com> * [APP 707] general setting components (#113) * Initial refactor commit * ✅ Added build and tests CI/CD * update: add src for admin settings * update: incorrect constant names * update: namespace * add: accessibility settings * update: webpack to output files inside a folder * update: build output folders * update: removed commented code * update: npm scripts * add: webpack config * add: hooks * update: move admin setting to the module folder * update: assets loading logic * update: add rule to move jsx props to multiline imporving readability * add: connect modal * update: hooks import for better readability * update: replace functions with hooks * add: connect module * add: settings and get settings route * add: hooks and contexts to get settings * add: hooks * add: notification component * add: data api * add: settings provider and connect settings * add: husky * add: icon size control * fix: icon size control labels * add: icon select component * add: color picker component * add: accessibility icons * add: icon export * update: add icons to the component * fix: styling for the icon select control * update: color picker with react-colorful component * update: icon size component with live icon design * fix: styling of radio boxes * add: icon design settings layout * add: position settings layout * add: layout exports * add: alignment matrix and position control components * add: position settings & position settings for mobile layout * fix: formatting and text-domain * update: filter names * fix: hook import * add: set function for settings * add: prop-types package * update: refactor notification component and context * update: remove filter for authorize url * Update modules/settings/assets/js/components/color-picker/style.css Co-authored-by: Raz Ohad <admin@bainternet.info> * update: color picker class name --------- Co-authored-by: Ohad <ohad@elementor.com> Co-authored-by: Raz Ohad <admin@bainternet.info> * [App 780] Navigation Sidebar (#115) * Initial refactor commit * ✅ Added build and tests CI/CD * update: add src for admin settings * update: incorrect constant names * update: namespace * add: accessibility settings * update: webpack to output files inside a folder * update: build output folders * update: removed commented code * update: npm scripts * add: webpack config * add: hooks * update: move admin setting to the module folder * update: assets loading logic * update: add rule to move jsx props to multiline imporving readability * add: connect modal * update: hooks import for better readability * update: replace functions with hooks * add: connect module * add: settings and get settings route * add: hooks and contexts to get settings * add: hooks * add: notification component * add: data api * add: settings provider and connect settings * add: husky * fix: formatting and text-domain * update: filter names * fix: hook import * add: set function for settings * add: prop-types package * update: refactor notification component and context * update: remove filter for authorize url * update: imports and exports of hooks * update: plugin settings context filename and relevant imports * update: icons and icon imports * add: sidebar(wip) * update: fix width of connect screen on mobile * update: sidebar layout * add: credit card and user arrow icons * update: hidden wpfooter and fixed sidebar height * update: sidebar layout * add: basic page layouts * update: sidebar layout * add: sidebar menu, sidebar app bar and my account menu components * update: add sidebar and menu settings * update: add page layouts * update: admin top bar * add: bottom bar * add: bottom bar and top bar * add: bottom bar and top bar * update: page content styling * fix: styling * fix: styling * update: text domain * update: added translations * fix: admin top bar layout * update: exports of icons * update: exports of components * add: aliases for imports and fix exports * fix: height and styling of the layout * fix: unhide wp footer * update: keep widget menu open on page load (default) * update: linter rules to move first prop to new line * update: linter rules to move first prop to new line --------- Co-authored-by: Ohad <ohad@elementor.com> * Fix error on install plugin, add prettier (#116) * Feature/app 810 assemble icon settings page (#117) * Initial refactor commit * ✅ Added build and tests CI/CD * update: add src for admin settings * update: incorrect constant names * update: namespace * add: accessibility settings * update: webpack to output files inside a folder * update: build output folders * update: removed commented code * update: npm scripts * add: webpack config * add: hooks * update: move admin setting to the module folder * update: assets loading logic * update: add rule to move jsx props to multiline imporving readability * add: connect modal * update: hooks import for better readability * update: replace functions with hooks * add: connect module * add: settings and get settings route * add: hooks and contexts to get settings * add: hooks * add: notification component * add: data api * add: settings provider and connect settings * add: husky * add: icon size control * fix: icon size control labels * add: icon select component * add: color picker component * add: accessibility icons * add: icon export * update: add icons to the component * fix: styling for the icon select control * update: color picker with react-colorful component * update: icon size component with live icon design * fix: styling of radio boxes * add: icon design settings layout * add: position settings layout * add: layout exports * add: alignment matrix and position control components * add: position settings & position settings for mobile layout * fix: formatting and text-domain * update: filter names * fix: hook import * add: set function for settings * add: prop-types package * update: refactor notification component and context * update: remove filter for authorize url * update: imports and exports of hooks * update: plugin settings context filename and relevant imports * update: icons and icon imports * add: sidebar(wip) * update: fix width of connect screen on mobile * update: sidebar layout * Update modules/settings/assets/js/components/color-picker/style.css Co-authored-by: Raz Ohad <admin@bainternet.info> * update: color picker class name * add: credit card and user arrow icons * update: hidden wpfooter and fixed sidebar height * update: sidebar layout * add: basic page layouts * update: sidebar layout * add: sidebar menu, sidebar app bar and my account menu components * update: add sidebar and menu settings * update: add page layouts * update: admin top bar * add: bottom bar * add: bottom bar and top bar * add: bottom bar and top bar * update: page content styling * fix: styling * fix: styling * update: text domain * add: props to wrapper * add: icon design and position setting layouts * add: in page scroll behaviour to the settings * add: widget icons and getter function * update: icon design settings getter and setter functions * update: imports * add: mobile layout for position settings * add: icon position settings * add: icon position settings hooks and handlers * fix: alignment of controls in AlignmentMatrixControl * update: useSettings and usePositionSetting hooks and relevant functions * fix: colors of AlignmentMatrixControl * fix: styling of components and layouts * add: aliases * add: container wrapper to page * update: accessibility options rendering logic * fix: order of the icons * add: aliases for components and hooks imports * fix: styling of settings panel * fix: container height for settings page * update: toggle control states * add: widget icon settings * add: load saved widget icon settings * update: move layout to page for different designs per page * update: add changes tracking and disable button logic * add: async/await to save settings * update: convert options to array of objects * Update modules/settings/assets/js/components/bottom-bar/index.js Co-authored-by: VasylD <vasyld@elementor.red> * Update modules/settings/assets/js/app.js Co-authored-by: VasylD <vasyld@elementor.red> * fix: remove duplicate entries --------- Co-authored-by: Ohad <ohad@elementor.com> Co-authored-by: Raz Ohad <admin@bainternet.info> Co-authored-by: VasylD <vasyld@elementor.red> * Feature/app 708 widget menu settings (#118) * add: icons for menu settings * add: placeholder layout for widget preview in menu settings * update: load saved settings and updated imports * add: logics for handling and saving menu settings * add: useSavedSettings hook * update: set export as default for Sidebar layout * add: widget menu settings layout and settings * update: add widget menu settings and widget preview layouts * add: hide/show minimum option alert notification * update: styling of the save button * update: save settings logic to use async/await * fix: accessibility text icon * update: app type (#119) * [APP-834] Update account menu buttons (#121) * update: account menu buttons * update: billing link * add: error handling for switch account * [APP-835] add service data (#122) * add: client functions * add: site register and site info endpoints * update: add plan data settings * update: add support for 201 response code * update: add plan data key * update: store the plan data on the once the site is registered * update: add filter for client url * add: retry registering in there is any error after connect * update: setting prefix * add: plan data * update: add account details to menu * fix: lint issues * update: add data checkbox support (#123) * [APP-928] Settings pointer (#125) * add: settings pointer * update: add alias for the settings * [APP-837] Add post connect modal (#120) * add: post connect modal * update: settings prefix * fix: connect modal design * update: connect modal text * add: connect modal graphics * update: connect modal icon * update: post connect modal * update: sidebar menu text * update: text of icon settings * update: text * update: php compatibility with return types * add: accessibility statement page structure (#126) * [APP-721] Render widget and global settings (#124) * add: webhook endpoint * add: widget module * add: default widget settings on successful registration * update: name of global object to ea11yWidget * update: remove json encoding to make objects available on the frontend * update: widget url, filter and enqueuing method * update: removed obsolete code * update: enqueue script only when connected * update: add check for valid plan data and key * update: conditional check * update: conditional check * fix: widget loading error (#128) * [Legacy] Upgrade To New [APP-949] (#127) * Added `Notice_Base` and `Notices` component to core module * Always load core module and load all other modules based on legacy status * added filter in customizer settings * added bubble / pimple in admin menu to indicate upgrade * added `Dismissible_Deprecated_Nag` notice to none legacy pages * added `Dismissible_Deprecated_Nag` notice to legacy pages * Added `Upgrade` component to legacy module includes: * loading of notices * introduction modal * admin menu pimple * customizer notice * pointer * confirmation modal * upgrade logic and handler * ✅ Fixed legacy module test * added `local:quick-run` command to run in browser mode * update phpunit workflow * ensure wp.ajax is loaded * wrong translations * Updated strings * added "Equally" * remove unused test * ✅ use custom version of wp test library (#129) * ✅ use custom version of wp test library * cleanup * update WP versions for testing * [APP-711] Widget preview (#130) * add: dynamic script loader for widget * update: settings name * update: settings save function and comments * update: tools settings object structure * add: widget preview section * update: added setting page slug as a constant * update: enqueue widget for preview in the settings * add: widget icon assets link * add: widget icon svgs * update: store widget url in a constant * update: store widget url in a constant * update: trigger widget preview update on menu item changes * update: remove the icon option from the frontend. * update: add widget URL * update: plan data setting type * update: widget plan url * update: widget plan url and parse plan data * fix: phpcs error ext-json missing * fix: widget url * fix: save and use plan data as a serialized option * fix: use template string for widget url * [APP-908] Accessibility generator (#131) * add: accessibility statement radio icons * update: add form group on radio buttons * add: statement generator * add: statement generator * add: accessibility statement data option * update: create page in WordPress and save it to the option * update: exclude zip file from the git * update: render statement page conditionally * add: statement link layout and settings * add: preload statement data * update: publish the created page and add link for it * update: changed Dynamic Script Loader to WidgetLoader * add: accessibility statement url * update: text and styling * update: styling of the preview text * update: restructure statement generator * add: support for dynamic update in statement links * update: remove index.css file for widget loader * add: widget styling for settings page * add: empty link when hide link is enabled * update: statement page structure and logic * fix: typo * update: convert component into a styled component * fix: styling and layout * update: icons * update: convert radio buttons to styled component * fix: typo and style * add: fading for the link preview * update: import * update: styling and spacing * fix: sidebar layout * update: wpcs to latest version * fix: spacing * fix: wpcs version * add: check for valid statement page * fix: jitters on rendering * fix: use escape attribute * update: settings menu slug and plugin name * fix: menu item rendering * update: definition of the styled text field * add: addPage function to the API * fix: add notification on page creation * add: copy link icon * update: optimize SVGs * [APP-908] Additional fixes (#133) * fix: text domains * updated: styled component syntax * update: use await instead of then * fix: prevent application crash in case widget fails to load * add: generated info tip card * update: refactor function * Fix: Fix the QA bugs [n/a] (#135) * [APP-830] Add mixpanel events (#134) * [APP-830] Add mixpanel events * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * [APP-830] Add user to init Mixpanel (#136) * [APP-830] Add mixpanel events * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * Merge branch 'develop' into feature/APP-830-add-mixpanel # Conflicts: # .gitignore # modules/settings/assets/js/components/sidebar-menu/index.js # modules/settings/assets/js/pages/accessibility-statement.js * [APP-830] Add user to init Mixpanel * [APP-830] Add user to init Mixpanel * [APP-830] Add user to init Mixpanel * [APP-830] rename events (#137) * Connect and Preview Fixes (#139) * updated connect admin page * Use unified widget URL instead of hardcoded Js to support envs * Removed enqueue of fictional widget.js and reuse settings `admin` handle * Fix: Fix the QA bugs [n/a] (#138) * New: Finish the BE integration [n/a] * Fix: Fix some bugs [n/a] * upgrade flow UI and design tweaks [app-949] (#141) * Updated Learn More links with UTM's * Tweaked Pointer strings Icon and CTA * dismissible notice strings * sticky notice strings * updated upgrade flow design for pointer, notices, introduction modal, and confirmation modal * added build script * [APP-979] Update links and plugin name (#140) * Ensure loading of legacy widget based on any saved data and fixed legacy JS * Bug/app 1002 (#143) * Bug: Update the logo in the "Hide Widget" modal [APP-1001] * Fix: Update the side menu spaces [APP-1002] * [APP-991] Add translation for statement (#142) * [APP-979] Update links and plugin name * [APP-991] Add translation for statement * Set Prod Widget URL * [APP-1004][APP-1005][APP-1006] Fix generator UI and logic, fix statement UI, fix copy link (#144) * [APP-1004] Fix generator UI and logic * [APP-1005] Fix statement UI * [APP-1005] Fix statement UI * Mixpanel record session * Fix: Enhance position values validation [APP-1009] (#146) * Bug/app 1003 (#147) * Fix: Add a border to the preview [n/a] * Fix: Fix Capabilities screen UI [APP-1003] * [APP-1020] add missed events (#148) * [APP-1015] fix switch account (#149) * [APP-1015] fix switch account (#150) * [APP-1021] Fix switch modal ui (#151) * fix: ui issues * fix: translation strings * [APP-912] add default settings for RTL (#152) * [APP-912] add default settings for RTL * [APP-912] add default settings for RTL * [APP-912] add default settings for RTL * [APP-1026] Remove HTML breaking <style> tag & update pointer logic (#153) * fix: remove extra closing tag * update: hide settings pointer when plugin settings is opened * update: remove unused functions * update: add help text to mobile position settings * Bug/app 1003 (#157) * Fix: Add missed translations [n/a] * Fix: Refresh the plan data on page load [n/a] * New: Add loader to the settings [n/a] * update: delete lock key after each check (#160) * New: Update dashboard icon size [n/a] (#158) * New: Update dashboard icon size [n/a] * Fix: Fix widget previews [n/a] * [APP-1018] Help menu change (#155) * update: remove accessibility word from menu items * update: remove top bar * update: add help button to the sidebar * update: re-add spacing in styled css code * update: create styled components * [APP-973] Add an UTM for users upgrading from one click to the new widget (#165) * update: ui of the statement preview (#166) * [APP-1011][APP-1013] focus outline and sitemap settings (#161) * [APP-1011][APP-1013] focus outline and sitemap settings * [APP-1011][APP-1013] focus outline and sitemap settings * [APP-1011][APP-1013] focus outline and sitemap settings * [APP-1011][APP-1013] focus outline and sitemap settings * update: video link (#167) * [APP-1051] Fix layout on the small and medium devices (#156) * fix: layout on the small and medium devices * update: change components to styled components * refactor: position settings wrapper into a separate component * [APP-1012][APP-1085] Add skip to content settings and event for Mixpanel (#169) * [APP-1012][APP-1085] Add skip to content settings and event for Mixpanel * [APP-1012][APP-1085] Add skip to content settings and event for Mixpanel * [APP-1012][APP-1085] Add skip to content settings and event for Mixpanel * [APP-1012][APP-1085] Add skip to content settings and event for Mixpanel * [APP-1048] Add tooltip to accessibility statement (#159) * add: tooltip to accessibility statement * update: hide infotip when statement link is set * update: infotip's text * fix: infotip naming and logic * [APP-1049] Add back button accessibility statement (#164) * add: back button to the statement link section * add: Edit link button to statement page section * update: add admin_url and generate query args properly * update: learn more link for accessibility statement page (#168) * Fix: Update overlay height [n/a] (#171) * Fix settings and connect issues (#170) * fix: token fails to refresh after expiry * update: add 12 hour time for plan data refresh and fix missing subscription id * update: add check to refresh plan data * fix: decoding errors and alignment and add logging for errors * update: refresh logic and formatting * Update/app 1029 app name (#173) * update: plugin name * update: default menu option * update: menu structure * update: add inline checks * update: reduce padding on app icon in menu * fix: height of the modal * update: app menu icon color * update: menu icon colors * fix: menu icon size * update: plugin names * update: HELP_LINK * update: app name * update: icon background color * update: icon size * fix: admin icon size * fix: width of the sidebar * Fix/toggle not working properly (#174) * fix: toggles not working properly in some cases * fix: saving of the settings was not working * add: missing adminUrl in settings data * fix: switch was not working properly in some cases (#175) * Fix/app 1093 incorrect position on default (#176) * fix: switch was not working properly in some cases * fix: default setting structure for the icon position * [APP-1096] Text changes (#177) * fix: switch was not working properly in some cases * update: plugin name and action buttons title * fix: revert change to is_active function * fix: button color * New: Add the skip link [APP-1012] (#179) * [APP-1097] Fix preview load (#178) * [APP-1097] Fix preview load * [APP-1097] Fix preview load * [APP-1097] Fix preview load * Update modules/settings/assets/js/components/widget-loader/index.js --------- Co-authored-by: Raz Ohad <ohad@elementor.com> * [APP-1123] Accessibility statement text (#181) * fix: switch was not working properly in some cases * update: accessibility statement content * [APP-1121] Add support for react-jsx-runtime for older WP versions (#180) * fix: switch was not working properly in some cases * update: revert wp-scripts version to 28.0.0 to add support for older WordPress versions * update: revert wp-scripts to 27.9.0 * add: support for react-jsx-runtime in older versions of WordPress * update: version to the latest wp-scripts 30.3.0 * update: add lib/ to gitignore * update: plugin name * Fix: Fix admin widget previews [n/a] (#183) * [APP-1061] change mixpanel user id (#184) * [APP-1129] change toggle_event for mixpanel (#186) * Remove skip to content btn if anchor does not exist (#187) * fix: hide wp notices to keep the layout from shifting (#189) * [APP-1143] fix bug with capability display (#195) * [APP-1143] fix bug with capability display * [APP-1143] fix bug with capability display * [APP-1143] fix bug with capability display * [APP-1143] fix bug with capability display * add: loading text to widget preview (#196) * [APP-1142] add 'appType' super props, change identify key (#191) * [APP-1108][APP-1109][APP-1110] Add analytics backend logic * [APP-1142] Add 'appType' super props * [APP-1144] Accessibility statement tooltip text update (#198) * update: text * update: switch design * Tweak: Update widget loaders [n/a] (#197) * added images to readme (#172) * added images to readme * updated readme * V3.0.0 * updated readme * updated tested up to * added deploy workflows * Remove duplicate settings menu * update: switch redirect url --------- Co-authored-by: Yakir Sitbon <kingyes1@gmail.com> Co-authored-by: Nirbhay Singh <121793120+nirbhayel@users.noreply.github.com> Co-authored-by: VasylD <vasyld@elementor.red> Co-authored-by: Pavlo Kniazevych <139438463+pkniazevych@users.noreply.github.com>
42 lines
22 KiB
JavaScript
42 lines
22 KiB
JavaScript
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
|
|
const ConnectModalIcon = () => {
|
|
return (
|
|
<SvgIcon
|
|
viewBox="0 0 376 167"
|
|
sx={{
|
|
width: '367px',
|
|
height: '167px',
|
|
fill: 'none',
|
|
}}
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
>
|
|
<path
|
|
d="M375.5 0.535706H0.5V166.607H375.5V0.535706Z"
|
|
fill="url(#pattern0_5984_53247)"
|
|
/>
|
|
<defs>
|
|
<pattern
|
|
id="pattern0_5984_53247"
|
|
patternContentUnits="objectBoundingBox"
|
|
width="1"
|
|
height="1"
|
|
>
|
|
<use
|
|
xlinkHref="#image0_5984_53247"
|
|
transform="matrix(0.00142033 0 0 0.00320719 -0.0333333 -0.0339977)"
|
|
/>
|
|
</pattern>
|
|
<image
|
|
id="image0_5984_53247"
|
|
width="751"
|
|
height="333"
|
|
xlinkHref="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu8AAAFNCAYAAACwv4EpAAAACXBIWXMAABYlAAAWJQFJUiTwAAAgAElEQVR4nO3dfZBjd33v+c/pmfbYY09LDpOCNQzSBMoh5bGlSbKpJDZIw7IsBkLLSe4tAwutgeTycENaQ5Zcu0hoDQtrLregNZDlIfeGUTtlsLMbRp0Fcye1oY/Axlw2YLU9XMCBmiOPsccBY6k9z93TZ/9QH1n9fCQd6ZzTer+qutx6OOf8pj2j/uin7+/7M2zbFgAAAIDgG/J7AAAAAADcIbwDAAAAIUF4BwAAAEKC8A4AAACEBOEdAAAACAnCOwAAABAShHcAAAAgJAjvAAAAQEgQ3gEAAICQILwDAAAAIUF4BwAAAEKC8A4AAACEBOEdAAAACAnCOwAAABAShHcAAAAgJAjvAAAAQEgQ3gEAAICQILwDAAAAIUF4BwAAAEKC8A4AAACEBOEdAAAACAnCOwAAABAShHcAAAAgJAjvAAAAQEgQ3gEAAICQ2O73AACgXwzDiEpKLt1MSoqueEpaUk1SZcX91tJXzbbtlY8BANA3hm3bfo8BADxnGEZajYCelBSXlPLw9FU1wrypRtA3bduubXbQz+cut755kNZ+A6Glczrns3aPbLO6GCsAYAshvAPYEgzDSErKqDF77mVQd2tWjTBv/qy+YOn5Nw1pNQJ6osvzt75hsCRVdo9s41MAABgwhHcAoWUYRkaNwJ6RFFnveZFIRMlkUslkUtFotPlfSUqn0+uev1arqVJp5GPLsmRZliqViizL0uzs7LrHjYxE9Po3jurWN4zq9W8c7eSP5lZdS28YJJWYoQeArY/wDiBUlmbYc9ogsKdSKaXTaSWTSaXT6WZQ99KlBVv//N2KzJkZPfBAWQ9+s6y5ufqq542MRHT7W8f07vf+qfa8NO75OFaYlVQUQR4AtizCO4DAW1pomlEjtK8qP4nFYspkMkqn08pkMj0bx/yCrQvzti4t2FrrpfPEo7P60j1T+tpXpnXqVHXV47e/5e26/a1juvmWvlT1lCUVd49sK/bjYgCA/iC8AwispdCeW/paNsvuBPZsNqtkMrnm8V6wbenCvK3zlxa1uOj+OCfI33vP1KoZ+d+95VX68zsn+hXi65IKkgq7R7ZtuqgWABBshHcAgbNRaB8dHVU2m+3pDLskXV6ULlxa1IX5tWfZ23HvPVP6+F0fXjUbf/tb3q4/v/ND/SinkQjxALAlEN4BBMZ6oT0SiSiXyymbzSoej/d0DJcXpXMXF3Vx3vvXxvu/Mq2P33VY3z/xSPO+kZGI3vXecf35nR/y/HrrqEvK7x7ZVujXBQEA3iG8AwgEwzCyaswMrwrtuVyuJ4tOW9l2I7Sfv9T718S1ZuJv2HeT/upzR7Xvxm47Sro2Kym3e2Sb2a8LAgC6R3gH4Kul7jEFtfRm72dol54P7f1+Ofz4XR/Wf/rYh5fd95G7PqF3vXe8n8M4osZMPKU0ABAChHcAvjEMIy9povW+8fFx5fP5noZ2p2f7wmVb5y/ZWlznZfClL431vB791OOW/uQ979C3HvhG875b3/AmffqzX1Ak0vs3LktmJWXZ9AkAgo/wDqDvlmbbi2pp+5hKpVQoFDztHONsqlSpVGSapizLUrW6uoXjZvbsiWlPLKabb0lr340J3fzKlOfBeuUsvA9lNJJ0kNaSABBshHcAfWUYRk7SpHM7Eokon88rl8t1fe5araZSqSTTNGWaZkdB3a0b9t2km1+Z1uvfOOpZy8cTj85q9PWvbraWHBmJaPr+r/c7wE/tHtmW7ecFAQDuEd4B9MVSJ5mipFHnvlQqpWKx2FUHGSewl0olTU9Pb/jcW175Ku0aiWrfjY3Z/X03JhRZozynXqvpxKOzkqQTj1b0eNVa1iFmJS93Ua3Xaxp9/auXXe/Tn/kb3f7Wsa7O26aypAx18AAQPIR3AD23VCZTkhRz7pucnOxqtr1SqahQKKhUKqler696PBaLKZ1OK51O66ZEUr9y/U1auNzd692JR2f14DdNPfhAWQ9+s7xq8yXJuw2Y3veed+jeL97dvO1DgJ+VlCbAA0CwEN4B9NTKFpCxWEylUqnj2vZSqaRCoaByubzqsUQi0dzAyZnNn1+wNXd+sSedZB58oKz7vzLds11UCfAAgJUI7wB6ZmV9++joqIrFYkedZEzTVDabXVXHHovFlMvllgV2x4V5W2fOL3Y09nbde8+UvvTFqWVdY6RGiP+rz36h43KalQG+9NV/8qzG3iUCPAAECOEdQE8YhlGU1JwmHh8fV6HQ/qaepmkqn8+vmmlPpVLK5/NKp9NrHvfc+d7skrqZBx8o6+N3HV4V4j9wx4c63kW1NcD7tIiVAA8AAUF4B+C5lcH96NGjymazbZ2jVqspl8tpampq2f2jo6PK5/Mblt34FdxbPfhAWR/8D4eWLTztpv3jygD/vRM/6WcfeEma3j2yLdPPCwIAViO8A/BUa3CPRCIqlUrrzo6vp1QqKZvNLluIutlMuyTZtjR3blHzXS5M9dLnP3NEH7/rw8vaP370Y5/sqHb97W/5fX3tq/8gqfFGwHzwe56O1YUju0e2dd/TEwDQMcI7AM+sDO6maba1MLVWqymbzS5r+RiLxVQoFJTJbDzpa9tS/dxi1x1leuHU45be9ubfXzYL/+/e86f66Mc+2dZ5VraR7OQcHmAjJwDwEeEdgCe6De6VSkWZTGbZgtTx8XHl8/lNF7gGObi3+uAd79dff/ZTzdu3v+Xt+vRnv9DWOVZu5DR1z9/r9W8c3eQoT9XVqH+v9POiAIAGwjuArnUb3IvFog4ePNi8HYvFVCwWXZfbzJ1b1KUFd69lpx639PjjjTcIp6rPfx+JRLTvpuTS99GeLQi9954pffCO9zfDdycB/v6vTGvsrX8gybf699ndI9s66/UJAOgK4R1AV1rbQXYS3LPZ7LJFqe22k9xocaqzqdKJR2f16COVDXdJXcsN+27SS2Nx3XxLSje/Mu1ZoF85e95JgG9dwHrrG96ku7/4ZU/G1obDu0e25ft9UQAYdIR3AB1b2oDpqHN7ZmbG9Wz5WvXt7e66evbCos5fWv4aduLRWX3pnil97SvTOnWqus6RndmzJ6Zb3ziqd7/3Tzvu2+7oNsDX6zUduPk3mn9GH/q/S9J+ymcAoL8I7wA6YhhGUpKppZ1T22kHWavVlE6nNTs7K6mzrjStGzDV6zV9/jOf0r33TK0b2PfsiWlPLKabb2lc4+ZXrh10TzxSUb1e14lHKzrxyOy65/NiB9WVAb7dXvCt5TN79sT0vRM/6XgsHSrvHtmW7vdFAWCQEd4BtM0wjKikiqSY1N4GTGsF93ZLbRYu26qdXdSpxy19/K4PL9uB1LFnT0w3vzKlW98wqptfmeq4Jrxer+lrX5nWgw+Udf9XpptB29FtiD/x6KwO3PIbzdvtLkBtbR/5kbs+oXe9d7yjcXThtt0j20r9vigADCrCO4C2GYZhSkpJjRr1UslddlsZ3BOJhEqlkuLxuOtr27Z08qfP6D/+Hx9e1rlFaizefP0bR3X7W8d6VkJy7z1T+tIXp1btoHrrG96kT3/2Cx29Sbj3nim9773vlNT4M5gPftd1Wc6pxy39+o0vbx7rw+LV6u6RbfF+XhDB9NiT89Erthu3XFqwn7j+umHKqYAeGfJ7AADCxTCMvJaCeyKRULFYdHXcWsHdNM22grskfe6vv6D9N7xsWXDfsyemj9z1CX3vxE/06c9+oae137e/dUzTX/26Sl/9J/3uLa9q3v+1r/6Dfn3fy3T/V6Y3OHr9c97+lrdLkubm6vqT97zD9bF7XhpfduznP/OpTY7wXOznc5ez/b4oAil5acH+fyS5+xgOQEeYeQfg2lKd+8PO7Ycffth1uUsmk2kuTnWCu9uOMpJkWZbe9vYxPfDN52e8u9mt1Cv3f2Vaf3HH+5fVxne6eVL65l9vdsRppwSmXq/p1/e9THNzdWbf4ZvHnpxPS5qRVL7+uuG0v6MBti5m3gG4slTnXnRuT05Oug7urV1lnMWp7QT3UqmkZDK5LLh/4I4P6XsnfuJrcJek179xVDMPflf/7j1/2rzvrz/7Kb3vPe9QvV5r61x/9blm4x59/K4P69TjlqvjIpFos05+bq6ur3Uw+98lZt8BoE8I7wDcyklKSFIqlXLd0rFYLDb7uDuLU9splcnlcrrttttUrzcWit6w7ybNPPBd/fmdH+r37PK6IpGoPvqxT+rTn/kbjYxEJEn3fvFujb7+1W0F+H03JvSBOxrdZubm6vr4XR92fWxrl5p2jvOQ+x6fAICOUTYDYFOt5TKRSESWZbmaOa9UKtq/f3/z9rFjx5TJZFxds1arKZPJqFwuN+/rtByln1a2f7xh300yH/xeW+f49X0v66h/e+vGTT71fT+we2Sb2e+LIhgomwH6g5l3AG40F6Dl83lXwd0J346JiYm2gns6nW4G95GRiKbu+fvAB3epMXs+ff/XmzPw3z/xiN7XxgJUaeUs+mHXx7WWEN17z9QGz+yZrB8XBYBBQngHsKGlXVRTUnvlMrlcTtVqY/Z4dHRU+Xze1XEru9Lsu/EmTd//9bZ6n/ttZYC/94t36/OfOeL6+NvfOqY9e2KSpG898A2deHTW1XE335JqHtdJ1xsPuHt3hkB67Mn56L88Nf/fH3tyPuvX9R97cr5S/deF/82P6wNhQXgHsK6lRarNWXe3GzGVSqVlde6dtpO88aaESl/9uvbdmGhv4AHgBHjHX9z5Z3rwgfIGRyzXOvveTvC/tWXhqg8BPsLC1VDL2bZ+TdLRTgL89dcNm9dfN3ygk5KZx56cj6qxY3Pi4oL9l+0eDwwSwjuAjeQkRaTGLqpuusvUarVls/NuO8us1Qd++v5/Csyi1E7suzGhj9z1iebt973bfQea1tn3e794t+vj3txSOvO1r/oy+57246Lo3vXXDeclOfVWHQX4TrQGd0lzWvqkD8DaCO8A1rQ0656TGrPnbste8vl8s1xmbGxM6XTa1XHZbHZZcL//+Ne1a1d4g7vjXe8d161veJMk6dSpalubKL3rvc+3n3Rbw77vxgSlM+jY9dcNZ9XHAL9WcGd3VmBjdJsBsKalnVQnpMZiUzfh3bIs7d27V1J7XWny+bwOH24szIzFYnr44YoWt+/SVnl5at1ESZK+9+iPteelcVfHvfyluyW117Xmg3e8v7kD7cwD3+1L2dGJR2f1wTsOSZJ++IP/PvuLZ37eXpP7HohEItcMDw9v3+g5Z86cefnOnTt/MTQ09It+jatWq718YWHh6m7Occ011+jKK690txiiAx/9xH/ek37NG35Jkj75sQ+e+tLU5y/Nzc29bLPj0um0TNPc6CmHbdvOSwR3oFMbvqgBGEwrZ93dLlLNZrPN7wuFgqvgXiqVmsHd2cBpx84Rnbu4RZK7Gn3g//zOD+kv7vwzSY0+7J/+7BdcHXfrG96kr331H/T9E4/o1OOWq9B/8y2pZnh/8JtmX8J7vV7Ttx74hhKJhG7cd0NoFimUy2W98IUvvDoej+/p1zXj8Xhbex2sVCwWVa1W9Ru/8Rs9+zl/8QsF7bhiWL/zqtcqmUju+eH+/a4+RYvH40qlVle9WJblrINpfVMXNQz9qm0T3IF2MPMOYJVOZt1N09SBAwckNcpeKpXNfw/XajXF4/HmBkxHjx5VNpvVM89d3jKz7q1a+7e7nX2/954pve+975QkfeSuT+hd7x3f9JjWGftb3/Am3f3FL3c+aJcefKCszBv+J83MzLgulQoCwzBc/x0PCqeNaj9+f8+dW9TIzu4rbFteHw7Ytm0u3Z17/OcL371wyX6O4A64R807gLW0PeveGn7cdqXJZrPN4D4+Pq5sNqsL8/aWDO7S8g4yn3NZ+35rS4tMt91qIpGobth3U+OYb7rvcINwuHDhQt+u5UVwX0dOUvGlu7d/k+AOtIfwDmCZpb7uEakRrt2Uvpim2dxQKZVKuZp5LZVKmp5uLKiMxWLN8H/u4mJH4w6D29869nzvd5cLUDsN4jfe1OgMNDdXd92pphv1mu8l7gPj9OnTfg+hWzlJRS0voQHgEuEdwErNqXa3s+6tM+1uyw9az10sFhWNRjW/YGtx62Z3Sc/vgtpOH/abX5luHuN2w6bWOne3x3TDuUaYSmbQf+Vy+Q9FcAe6QngH0GQYRlKNzg8aHR11tajOsqzmDHoikXAV3tZrJ3lhfovWy7TopA/7ja1B/BF3FQb7bnq+J7/bY4BeyuVy+sAHPvBfRXAHukJ4B9Aq2/ympXPMRlpn3d3M1NdqteYxrf3jbVu6OADhvZM+7K1B/PHHq66OeelLY83vnXUFQK899uS8HntyftX9L3nJS1QsFvWd73znjA/DArYUwjuAVlmpEaozGXd77ZRKJTnHuAn8xWKxGSZzuVxzdv/iwtYP7g5nEarbMpjlJTDuZtFbO9k8+IDZ1vgQbPV6XYmE/904584t6uTTCzpdu7zuc07XLje+Tp9WjXURgCcI7wAkSYZhZNSyUNWNUqnULH/pdqb+0gDMujtuvuX5PtgPftN0dYwzW9/O4lPnGGw9bhaS99q5S7bmL9uaO7e4ZoA/XbusuXOLujhva2FhwYcRAlsT4R2AI+180054b+eY1rA/NjbWDCC2LV0aoJn3G296ftbUbRnMnlgjiJ94xP3iU+eYU1V31xg0zhvJZDK5yTOxlhdFtzVbSc6dW9SzZ59fbe4E9x3Dhva8gP0gAS8R3gE4MlKj/MVtmHHCeywWc3VMsVhsft866z5IJTPS8pIWt2Uwjrm59uvXnY2hsLYgzGKHVWuA/1n9+dn3uXOLGhqS9rxgu4ZIGoCneDsMwOkyE5Pkuta9Uqk0a9fdHFOr1ZZ1pWkN+/MDFt4l6XdveZW+9cA3XM+K33xLWt964Bs9HhUGwTPPrV+jPrJzSMPbjLbO96LoNkmNwO7oJrg/9uR8foOHi9dfN2y1f1Zg6zD6sb0yMAjuu+8++93vfrffw+jIxYsXdf78eUnS1VdfreHh4U2PuXDhQnOnRzfHXLp0SefOnZMkXXXVVdqxY0fzscUBfB06e/asLi/VAY9EIps+/+KFi7p48YLr53d6TKcuXrigixcvKky/UwqFgg4dOqSZmZlQ9ae/9tprlUgkZJpmR8ev1Q3G8ZIXbNfOHZuH943OsZFDf5zR0CaJ/hOf//K6j33gT/5XfWPmHzu69lpe+MIX6o477lA2m23vHQvgI2beAY889dRTW6KbwtmzZ3t+zPnz55tvFiDNtdnKsd3nd3oMgunqq6/u6vgX7Fo/PA+7TAXXX7f8zbpT4+5wZt53DDcycT6f1+HDh12de+8n//d1H/vuP/83T19na7WaLMvy7HxAPxDeAQAIkUuXLnV1/At2bfNoJA0rg7skLS5KT/7ismK/3H7pzKc/sX54B8CCVQCARyI9Ls1Bw/x8ZyUrvdAa3Ftn9Ed2Dmn+sq1TzyxocXG9owF0gvAOBEQ8Hm9uWLSVzoPBQcvFwdIa3Ed2Di2b0Xe60FycbwR4AN4hvAM+y+VysixLJ0+e1MmTJ1Wr1ZTP59s+Tz6fV61W68l5Wts6AoAk7bzC0PA2QyM7h5odZ1o5AX7HsKEXvehFPowQ2JqoeQd8lMvlNDk5uey+SCSiiYkJRaNR16E5n89rYmJizfM4j7tRKBQ0Pj6+6jyTk5OKRqMdvRkA4K2g7FY6snOo2eN9PU6oj0ajSiaTqlTa29cAwGrMvAM+2iicrwzRnZ6nnVnzja7pdtdVAL115syZwLa2vP664VWdaCTphz/8oeLxOKVVgAcI78AWxyJCYG1PP/2030MYKKVSiQAPeIDwDvioWCyu+9jU1JQn5zly5Ijr82x0zY2uAVx55ZV+D6FtDz30kCQFdhZ7KyLAA90jvAM+Wm/jkqmpqbbKXXK53Joh/ciRI56dh3p3bCSM4R3+IMAD3WHBKuCzfD6vQqHQ/EVWqVQ62kEwl8spn893dR6ns0y35wEQfouL0rNnL3u+qZPUCPCZTEbp17xRjz/+uL78d3d7fg1gqyK8AwFQq9VkmuaWOw+AcFpclE49s6CL87YWF6VfjnQX4E3T1DXXXKMzZ8407/vRv5zUf/w//655mwAPuEPZDAAAaGoN7kND2rQdpFvbty+fL/zB92d17P/6W0nSXZP/Rb//b9/uyXWArY7wDgBASPS6T/rK4L7nBdu1Y9jo2fXuyL2TAA+0ifAOAOjamTNnFI/H/R7GltfL9Sf9Du4OAjzQHmreAQBdW1hY0OnTp1UoFHwdR7lc1rPPPuvquf/8z/8sKVytIp3wXiwWPV+X8nt/8Hb93h+8TRfOn9N/+vD7dar6k7aO37nzGh14zf+iR2Yrq46tVCqan59f99g7cu+UJN32b96mv/xIgfp3YAOEd8AjrW3PbNv2cSRA/xmGoePHj+v48eN+D6Vt5XLZ7yG0rVqtqlqtenrOcrmsc+fO60t/+5/1g+/Ptn38b/1OSqO3v1v/Q+wbetsfvmbV4y9+8Yt19uzZDc/xs/plxX452pfX0HQ6Hcr/9wDhHQDgibGxMWWzWV/HEI/HXZfvOOEtTG+27733Xr35zW/W5ORkW3s4tOMv/8O/7+i4cxdtPfHMglKp1KqfqdtPN7rtagMMAsI7AMAT8Xg8VCUoYXT69GlJYoMjYICxYBUAMJCeeOIJRSIRv4cBAG0hvAMABtIzzzzDDDaA0CG8AwAAACFBeAcAAD3Vy/70wKAhvAMAgK7t3GHo+uuGtWf36l4Ys7OzLGYGPEJ4BwAAAEKC8A4AGEjDw8N+D6FtlUrF7yEA8BnhHQDQFdM0JYWv9/gVV1zh9xAAoG2EdwCAJ6LRqN9DAIAtj/AOAAAAhMTqJeFAABiGkfZ7DO2anJxsfu+UEaBzdKYAVjt9+rQkKR6P+zsQAL4hvCOoZvweQLsOHTrU/P7AgQM+jmRrsG3b7yEAgXPhwgVJhHdgkBHeEWi/9Tuv8nsI6LPvPPQNv4eAAfH000/rN3/zN/0eBgC0hfCOQPvb//v/9XsI6LNffTEdQNAfCwsLoeuQAwAsWAUQGD/4/qwkKRKJ+DwSAACCifCOwDEMIy5Ju3YR4AbNc3M1SeHrFw5gfZZlSaKVKOAVymbgO8MwopJa01pSkn5tX8KfAQEAPOOEd96UA94gvMM3LaE9KWlyk6cDwMBzus0AGFyEd/gpqRC2hASwXK1W83sIA8Pp8w5gcFHzDiAwfnCisWCV2thwqVQqkthYCwD6gfCOwNo1woLVQTM3V5dEbSwAAOshvCOwfu0GAhwAAEArwjsAACFRr9eVSNCJCxhkhHcAAEKENSHAYCO8AwiMn56yJBFO0Hv33XefJCkej/s7EABoE60iEVgjLFgdOD99oiqJBavovaeeekpS78J7tVrVsWPHPD/vxYsXPT9nq/vuu6/5s/HKj3/8Y0nSmTNnPD0vMKgI7wgsdlgFwsE0TUmSYRj+DqQDBw4c8HsIbSuXy6H8WTshHkB3CO8AgE3NL9i6MG9r11Wrqy3j8bjK5bImJiZ8GFlnvv3tb+v48eMaGxvr2ex7L/rev+51r9OLXvQiZbNZz88tNf5fev3zKBaLmpqa0qtf/WpPzwsMKsI7AGBTF+ZtXZy3Nbzd1pXDy2d9nbCXz+f7P7AOFQoFHT9+XNlsNlSbS+3evVvxeDxUP2vnk5mbbrrJ34EAWwQLVgEExhMsWA0k25YuLdiSpDPnFzW/9D3679KlS34PAYDPCO/wU3yjB3eNEOAGzZNPPC6JBatBc3HBlt2S1+fOL2rh8vN3WJbV/0ENqPn5eb+HAMBnhHf4Kb7Rg792AwtWgV67ML/5LPqFS8ufY9vSmQvPB3rLspRKpXoxPADACoR3ABhgZ84v6hdnLq8b4i8vatksu2Phsq36uUVJWjYrDwDoLcI7AAy4xcX1Q/yFS4vrHrdw2dbcuUUtLJLe+2VhYcHvIQDwGeEdQCD89FRjg6bt22mC5ZfWEO8sSr24yeLUSyxe7aszZ86EqjsOAO/xWxKB9Z2Hyn4PAX30gxOzkqRrrrnG55FgcVGqn1vU0FDjewBAcBDeEVhv+8P/2e8hAAPNbXAP316fUqlUkkRnIwDhQ3hHoEWjUSUSdJ0ZBJZlqVqt6uqrr/Z7KGiXEcb43sCeAgDChvCOQEskEs3d+bC15fN5HT58WC9/+cv9HgoAAIHFglUAANAzpmnyCSrgIWbeAWCLWrhs6+yFRjeY7dtWV7cMbwtvuQvChfIkwDuEdwDYorZvM3TZXtTiojR/ea1n0OYxTCqVit9DABAAlM0AwBa2Y3vvZ9cfr1rMrPZBrVbzewgAAoDwDgBb2JVX9P5l/tTjVVouAkCfEN4BYAvbNtQonwEAbA2EdwDY4q68gvC+FZw+fVoSiz+BQUd4B4Atrh917+g9J7xTogQMNsI7AGxxhiHtGCbAt6rX634PAQA6QngHtohisahMJqN0Oq1CoSDLsvweEgKE8L6cZVlKpVJ+DwMA2kafd2ALyGazmpqaat4ul8s6dOiQjh49qmw269/A4LtLC7YuXLJ1aYGe7gCwFTDzDj+l/R7AVpDP55vBPZFI6OjRo80ZxVwuR2/oAXR5UTp3cVG/OHNZc+cWCe7wFa9BgLcI70CIVSoVHT58WJI0OTmpSqWibDarYrEoqVHXG5ZdGfkF371LC7bmzi3q2TOXde6ircVFv0cESLOzs0qn034PA9gyCO9AiDklMaOjo8rlcs374/F4c/Y9LKHYeZPBL/nOXZynPAYAtjrCOxBSuVxOs7OzikQizZn2VuVyWRJt5QbJrquGWJjq0vDwsN9DaFtYPkUD0FuEdyCETNPUkSNHJDW6zKzctKVQKEhq1MDH4/F+Dw8+uubKob7uqHri0VlJCt3fsyuuuMLvIQBAR+g2A4RMrVZrlsuMjY0pk8kse7xSqejQoUOStKyUBoPBMKTIziHVzy1q4XLvS2j+5bEfSmq8YQREUmQAAB8pSURBVFzrE6BeeOKJJ/TMM890dY65uTk99dRTuvbaaz0albRt2zZdeeWVnp1vpbm5OUnS7/3e72n7du9+fV955ZXatm2bZ+dbKRqN8qkB4CHCOwKNko/V8vm8qtWqYrFYc4a9lRPsU6kUbSIHlBPgf3Hmsuwe5/d//denJTUWJfZLJBLp+rXhxIkTWlhYUCKR8GhUvXfixAlJ0ste9rJVn7YFmVPCB8AbhHcEWph+QfXDZuUy+Xy+WQdfKpX8GCIConUGvpcBft+NjfA7MzMTqsXGL3nJS/Tyl79cpmn6PRTXXve61+n48eMqlUqhKlMyDIOJGMBDhHegj2q1miqVyrqBIRqNKplMKplMrgrmtVqtWSIzPj6+Kii1to1cK9hj8GzfZujqK4d05jw9I7eCCxcuSArf+gIA3iK8Az1WqVRULBZVKpVUrVZdH5dIJJROp5XNZpVMJpXNZlWv1xWLxZTP55c9tzXYj46OrqqDx2BauGzr7AWC+1pqtRpvcAGEEuEd6JFisahCodBxLfDs7KxmZ2d15MgRxeNxWZYlSSqVSmuWy1Sr1XXbRmLwLFy2e14yE2Znz56llANAKBHeAY9VKhXlcjlPF2k5M/YTExOrAkdrHfxawR6Dh+AOAFsXfd4BDxUKBe3fv9/z7gq2bSuRSKxZLuN0lFmrDh6Dh+COIHE+MWRSAfAOM++AR7LZrKampnp2/rXKYXK5XLNt5Mpgj8FDcEfQOOGdEiXAO8y8Ax5oJ7jHYrHm90NDG/8TNIzGTpmTk5OrfvmVSqXmNekuA9sWwX2Lc7rNABhshHegS4VCwVVwj0Qievjhh2VZliYmJiRJi4sbdwKxbVupVGrVTqmt5TK7d+9mVgsyDCl69TbtGDb8Hgp65PTp034PAUAAEN6BLliWpQ996EOunlsoFJohO5/PNwP8RtbrHuO0jZSkn//856vCPQbTtiFp11VDuvaaRog3+pDjH/xmY30HbyABoD8I70AXstmsnnvuOVfPXRlunJnzjeTz+VUbshSLRU1PTy+7b2pqKlQ7RaK3nBD/S9ds084d/QnxlG0BQH8Q3oEOWZbVVlcZZ+GWIx6PK5FIrPv80dHRVTPqlmWtO8vu5s0ABothSDt3NEL89m2U0wDAVkB4h5/ifg+gG4VCoa3nl0qlVfetF7jdlMusVK1W17wGsGg3OtEg3Or1+oZv+AEMBsI7/BTb/CnB1W6ZylrPz2Qyaz53re4xhUJB5XJ5ww417K6KtZy9sPHCaIQH5UkACO9Ah2ZnZ10/1zAMVatVVSqVZfevVTozOjq6KtRbltXs475Rh5qZmRnXYwoa52ezssYf3ZlfsHVpgVn3Vvfdd58k/q4BCCfCO9CBdmfd7aXm22vNjLfuirpeuUwmk1m3XKbV3NzcqjcIYeH8+QhU3jp3keC+0lNPPSWJv2sAwonwDvTRZnXvpVJp1cfi+Xxes7OzzQ2bNlOr1boaI7aOC/O25ql1B4AthfAO9Ml6pTPJZFKxWEzj4+PLZuGlRinJ4cOHJT0/ew+4de4ite7wF+VwgPcI7wi0oC7O6uQX0UalM/l8vlnT3or2j+jU+Uu2NtnAFyFz9dVX+z2EtjmfBBLeAe9s93sAwEaCumtjN7+I1qqXXyuk53K5ZrkMs+5o1/yCreE1ertTRhNely5d8nsIAAKAmXegQ6Ojox0dNzs7u2rDppVM09SRI0cktV8uE9Q3POivkZ1Dily9+mv3yLbm184d3W/cVK+zxqJf5ufn/R4CgAAgvAMdWq9HuxsbbaZUq9U6LpdJJBKBLTXC1nTi0YpSqZTfwwCAgUF4BzqUyWQ0MjLS0bEbbaaUz+dVrVY33IxpPdTIox2XqYkHgNAhvAMdikajOnToUEfHrlc6UyqVmuUyG23GtJZdu3YR3tEWFrSGy8LCgt9DABAAhHegC/l8ftUOqW6tLJ3pplxGkt7//vdTMgNsYWfOnFnVThbA4CG8A10qFovatWtX28fl8/lmD2TLslzvorqWRCKhXC7X0bHAWlzuCQYA6DPCO9ClZDKpT33qU20dYxiG6vW60um0stms9u7dq3K53NH1R0ZGVCwWmXWHJ4aGpKuvHNIvXbNN29doNblSGDO+86kXnZkAhBF93gEPOOUuBw8edPV827Y1NDSker2uqakpSdLQ0FDbde4jIyMql8uEEHRteJuhq3YYumL783F8x7ChhU36wp89d1bP1WsqFAq9HqJnnPUmGy0cd+vEiRP68Y9/3PV53Pr2t7/tyc96o45XXtqsLS6A9hHeAY9ks1nF43GNjo5qbm5u0+evDOoEd/hhx7Chq64w1pxlv2K7obObHPvTU4/rZz/7WceLt/0UxjEfP35cx48f93sYAHxEeAc8lE6nVa1Wlc1mNT093bPrpFIplUolSmXQlcjVG1dObhuStm9be/Z9x7ChXVcNae/evbruuutCNfPu7F48MzPT9bmi0Wjf3kAbhqGxsTFPukolk8m+vH6k02lm3wGPEd4Bj0WjUZVKJZmmqXw+33Et+1pisZgKhUJXG0QB7VirdMYJ7pJ01VVX6aqrrgpVFxQntIZpzI54PB66ccfjcb+HAGwpLFgFeiSdTss0Tc3MzGhsbKyrc42Ojuro0aPNrjRAv7TWwEuN2ngnuKN/nM5UAMDMO3xhGEba7zH0SzqdVjqdVrFYVKlUUqVSkWmasixL1Wp1zWNSqVRzhi2TyVAeA9+0ls5s32ZoZOfy4G5ZFusu+qBWq/k9BAABQXgH+iiTyTBzvgaCSbDtGG7Mvkd2Dq3q/+6s8QAA9AfhHYDvWksCwlbPOwiuHDZ05bDBxk0AEACEdwDAhgjt/jt9+rQkUUIHgAWrAAAEnRPeWV8AgPAOABgo9Xrd7yEAQMcI7wg0ZpkAeM2yLKVSKb+HAQAdIbwj0KjvBAAAeB7hHQAAAAgJwjsAAOiJcrlM+SPgMcI7AADoGcofAW8R3gEAA2V4eNjvIbStdSMzAION8A4A6IgTKOPxuL8DadMVV1zh9xAAoGOEdwBAR2q1mqTwhXcACDPCOwAAABAShHcAAALu9OnTklj8CYDwDgBA4F24cEESu04DkLb7PQBgI/l83u8hoA8sy/J7CBggtVqNGWwAoUV4R6AdPnzY7yEA2GLOnj3LDDaA0CK8wy9Mew2oaDSqRCLh9zAAAAglwjv8wrTXgEokEjJN0+9hAOgxp5UoAG+xYBUAAHjO2cQrnU77OxBgi2HmHQCAgHO6zYTRgQMHJDU+dXMWCqfTacXjcSWTSdYfAG0ivAMAEHBOn/cwm52dbX5fLpeb30ciEWUyGaXTaWWzWR9GBoQLZTMAgI44axeYOUU36vW6pqamdPDgQUWjUWWzWdrHAhtg5h0A0JVMJtOT87bOznrt8OHDoWxFaxiG30PoKSfIT01NaWxsTPl8XvF43O9hAYFCeIcvbNvOS8r7PAxPGYZhd3O8ba99uPPLeuXj7d4PeC0ejyuVSi277/yl9v7eXXXF8jDaevzb/+h9GhlZ3lX2BbsaHxg/89xiW9dp9Z2Hynrxnphe/JJ4x+dwa+V4ndsrbfbn+empqubmavq1G5a3Wd3s57He4yvHsdHxlmXpq/f/V/38Z09vOEavOSF+fHxc+XyejbWAJYR3ICA2C91uQzmhHf3w2JPz+t3XvlW/+9q3tnXc9dcNN4/v5HmbHe883jrOje53y6vjN/vzrLzOyuu5/fltdn43P/9arabxD3xId09NubpWrxw5ckSlUknFYpHONYCoeQcAACtUKhWl02nd/V8+7fdQJEnValUHDhxQPp/3eyiA75h5BwJqZW2rM6NOWQyCyO2M7nozz5s9b7P7N5vB3mxme73xOMd5ffzK+1da+fzNrrvy+u3OzLde9wffn9XYv3mN6vW6q3P00+HDh2VZlgqFAmU0GFjMvAMAAEnSl//ubmVe+z8GMrg7pqamlE6n2cEVA4uZdyAgVs6sr3c/M/AIos1m1DeruW63hrzT8aw3jvVub1br7vZxt/e7HZ9X529VLBZ156E/WnV/EM3OziqdTss0TWbgMXCYeQcAYMBVKhXlcjm/h9GW2dlZNnXCQGLmHVuaYRjpFXdFJTk7ypgrHqvZtl3p9ZhW2mxmfbPj1rPeDD7gJbddWFY+r9Ma7s1qyje77srj2n28064zbv+86x3ntjbe7f2tt+fmanr1q9J67rnglsqsZ3p6WrlcToVCwe+hAH1DeEfoLQX0pKT40n+jkhIbHOKYWONczrdlSTVJFefLtm2r68ECQMD8+3f8YSiDu+PIkSNKp9M92ywMCBrCO0LFMIyopHTL14YhPZFIrKqHdBY6VSrLJ9kty1K1WnVuOjvPjLZcu67GbL0pyfRqln7lDPl6t9utdXc7gw90YrOZ5Ha7wrTbdWazcW02I+/2PCvHsd5MfLddbtyez+0nD26v98W//qi+89A3XD03yLLZrCzLov4dA4HwjsAzDCMpKbP0tSqsx2IxJZPJ5lc0Gu1qIw8n2FuWJcuyZJqmKpWK6vV6RI0wP7o0rrqkkqSSbdulji8IAD6wLEuHDx/u2fmj0aiy2azS6bQsy1KpVJJpmj25Vr1eVzabVanESzG2PsI7AskwjLik7NJXrPWxRCKhdDrd/PJ6pmW98F+pVGSaZvNrKcyPSRobGhqa6/a67XabWQ+17vCD2xryzbrMrHd8uzPSbrvJuNXuTqjrjWuz87d7vc3GufL+1sff9pYxV+fsRDQalWmaSiSen28ZHx/XoUOHelafPj09LdM02YUVWx7hHYFiGEZWjcDulK0oEok06xkzmYxvH4s6M/tOR4ZKpaJisahSqaRqtTriy6AAoAPfeajc03KZQqGwLLg7JicnVSqVZFlWT66bz+d7NrsPBIXBrBz8tlTHntOKWfbR0VHfA7tblUpFhUJBpVKpubmJYRieznpvVsPOv2X0k9sZ4U5nqtudwfZqhr3T83Xa9aXd7jXtrg1Y7/npdFrlcnnDa3WjVqspEoms+VgvZ98laWZmxtXsu/MzmJiYUD6fZ3EQQoM+7/CNYRhRwzDyhmFU1ej8EovFYpqYmNDJkydVKpWUzWYDH9ylxqx8sViUZVk6evSoYrEYYRpA2371xVfoV198RU+vUalUehrcN9Pr1/R8Pt/T8wN+o2wGvlgK7Yds2x6xbVuxWEz5fD70G244C7Sy2axM01Q+n2/+khwaGtLi4mLH5+606ww7s8JLm/Ubd2zWRWalTvvAr3y+V58IuO3ystl13J6/3ce7Oa4fPdFLpZLGxtauqe/1otJyuSzLshSPx3t6HcAvzLyjrwzDyBiGYUmasG17JBaL6ejRo7IsK/TBfSVn6+6ZmRmlUqlmcKd1IwA/9aMjSz6fb5YQtjpy5MiqNr29UCwWe34NwC/MvKMvlrrHFLW0EHWrzLS74YT4UqmkXC7X2ku+I5vNpK+8zQw7vNRpTfpKXtWot/tJQLe18CvPt97tzcbX6U6tbq335/zMF/5+zVDtNWfmO5/PK5lMqlarNRf490OpVKJ8BlsW4R09ZxhGbmho6MOLi4u7JGliYkK5XC4Utexechbf5vN5FQqFvvwCBRAcf/Fnf6SFy7Y+Vvibrs7jTHp0Mrv83x7qX617rVZrdufqt9nZWUpnsGUR3tFThmEUJY0tLi4qlUqpWCwO/Iup84lDLpfT9PT0us/bbGZ9vdp1atvRD+3usOq2L7vX43D7/E4/CWinT/3OHYampu7WyM6hVcHb7Z8jm81qampqVT2523HP/n/etYeMx+PKZDKetH50uop5We5imuZAfLqLwUPNO3pqx44dv7Vz5875yclJmaY58MHdEY/HVSqVdOzYsWY7NWrhga2tWCxqbGxMU1NTHYXK1uDeacidnZ3t6LhWTsg+efKkJicndfLkSVUqFeVyubZe4zOZjIrFomq1mo4dO9Zc/5TJZLoeo6S+1NYDvrBtmy+++vEVt227aGOVkydP2qlUypbU1pdjvftXPr7ebcAPP/rpJftHP73k+v5Oj9vsfH4YGxuzJdljY2Orxrfev0/nmN//t2/r+M8zMzPT9uvMWl/RaNSu1WrrXqdSqdi5XM6Ox+Orjs1kMnaxWNzw+Hw+78k4U6nUhj8P53V3YmLCtv3/HckXX66/mHlHv1hqbMK0V9KUryMJmHg8LtM0NTEx4fdQAPRB6wz8Hbl3LnvMNM1VO4S2zrjfNdl5vbxXu5rWarUN200mEollM/L333+/7r///uYM+9jY2LobONXrdc9aWTLzjq2Kmnf0W23pCys4XRmy2azq9brrvvC2vXZN+8oyHGrgESRe9z/v9HwredWNZjNO2cv09LQW534iXfcKSVIqlVr2vH/8x3/sulTG4VV4lxq94qPRqDKZjGKx2LrPSyQSSiQSrs45PT3dLKPxAk0BsFUx845+yqgxAz/u8zgCK5PJyDRNxWIxLS4uUgcPbGHFYlGPPPKIXvGKV6z7nNe+9rU6fvx44PqWO51k4vG49u/fryNHjnTUBnd6eloHDx7Utdde21z8CmBjhHf0S07SMUlrf1aKpmQyqUqlokQiIdu2FYlENDMz06x1cxiGsebXZtw+DxhE11833PNZ91Z79uzZ9Dmvfe1r+zCSzrUuVnUT5FcGdi9n29caG7DVEN7RL5TKtCEajco0TaVSKdXrdR04cCBwM28AsFJrkP/jP/7jZY/96Ec/6ktgb9WPawD9RnhHv5h+DyBsnADv9HM+ePDgshnzlTPxzm1nZn2z1eoOZuKB3ljv07FO/s2Vy2VPz9cPP/7xj5fdPn36dN/D9KBtBojBQHhHv1iSum8wPICczhQSveABoB3JZNLvIQCeI7yjn0y/BxBWxWJRqVSqObPeauVM+mZWztK1ezwAd9x++uWG8+/fq/MBCC/CO/rJ9HsAYVYqlZqLWIeGhqjlBNCWfu9wfc011yy7/Su/8it9vf56veSBsCO8o5/oAdYFpwY+kUhocXFR11577ZplNCtr35lpB4Lr/Pnzmz7n1KlTnlyr3+H9jjvuWHZ7z549SqfTfbs+JTPYqgjv6Ley3wMIs2g0qmKxyIwSsAVks1m95S1v2TDAnzp1SjfddJOy2WzX1+tncM5kMrr55ptX3V8sFvu2iJTwjq2K8I5+Y/a9S8lkclnbyJUz6+t1nnDbmSKonSuArSSbzWpqakqRSERXXXXVus/bs2ePRkdHNTU15UmAd7vbaTecSYa1xGIx5fP5no9BIrxj6yK8o99MvwewFWQyGU1MTEiiAw0QNk5wHxsbWxVy13rz7HSc8iLA92P2fbNPB8fHx/syjn5+0gD0E+Ed/VaR1P4e2lgln883O1AkEolV/d1XctuZgpp4oHc2Cu4b8SrA9zrQZjIZjY6OLrvvc5/7nOr1+rL7el0+k0gk+l7jD/TLdr8HgIFkShrzexBbQbFYVDKZ1Ozs5i30TdOUZVmyLGvZ/a2/zOPxOL/wgB7pNLg7nGOmpqaW3W5HJpNRJBJZFaa9sFa5TLVa1Z133qnjx4/r2LFjzfud8plcLuf5OCR5UmIEBBXhHX4wRXj3RDweV7FY1G233da8L5vNyrKsVb+gDxw4sOY5Dh8+vOq+WCymarXxAcnRo0eVTqcJ9YAHOg3ujm6OdWQymeYbAC+tVS6TzWZVq9VUKpU0PT29bFZ+fHxcpVJJpml6PpZMJuP5OYGgMPh4HD6ISnrW70FsJel0WuXy2o18YrFYM3hHo9Fli7hqtZoqlUrz9nrnkBo9k9PptDKZDGEe6BGn3r2Xv5sty9LevXs9PWcmk1k2sy5JR44cWTazHo1GmxMLjmq1qmQy6em+FaOjoyqVNu+N4LxuTkxMKJ/Ps3gIoUF4h18qknrf9mBAWJalfD6vWq2mZDLZDNedBmzTNJvB3jRNVSqVVR+zJxIJZbNZZTIZgjzgkX6Ed2njN/ztaieUuwn53ZqZmXFV2094R1gR3uGXvKQJvwcB95wgXyqVVv3SHx0dbQZ5AJ3rV3g3TXPdUrp2FQoFjY+PL7vvwIED65bDlEqlVYta9+/fv+xTwE6lUinXZTiEd4QV3WbgF9PvAaA9yWRSuVxOpmnq2Wef1dGjR5VKpSRJ09PTuu222xSPx1UoFDz9CByA99Lp9KoA3amV/96PHDmyYYDOZrOrPsnzIrhL6lsPecBPhHf4xZTkfbsD9EU0GlU2m5Vpmjp58qQmJiYUiURUrVZ16NAhxePxZhkPAPf62aq1UCh4sltza1Avl8ubBuharbYswLvpluXG2NgYvd0xEAjv8JPp9wDQvdagfvToUcViMdXrdR0+fLjZDQdA8Dj/drtVqVR04MABGYahdDrt6k17qVRSNBrV3r17PWnrGIlEVCgUuj4PEAaEd/jJ9HsA8JbTprI1xB88eFDJZNKzj8UBeCeXyzXL3zpVq9U6bvdoWZYnrw293vQJCBLCO/y0eS8vhJIT4icnJxWJRDQ7O6v9+/crl8tRSgMETKlU8qR8xi8TExMslsdAIbzDT5akqt+DQO/kcjlZltVcGHfkyBGl02lm4YEAiUajMk0zlAF+bGyMRaoYOIR3+I3Z9y0uGo2qVCrp2LFjy2bhqYUHgiOZTIYuwCcSCercMZAI7/Cb6fcA0B+ZTGbZLPzBgwc9WagGwBthCvBOP3fq3DGICO/wm+n3ANA/ziz85OSkJGlqasrzrdEBdC4MAX5sbIzgjoFGeIffapK82aMboZHL5ZaV0bhtLweg95zuUIlEwu+hrDI5OUnJHQYe4R1BYPo9APRfJpNpzvAR4IFgicfjqlQqmpiY8HsokqRYLKaHH35YuVzO76EAviO8IwhYtDqgnI/oE4kEAR4IoHw+r4cffrjrXvDdmJiYUKVSUTKZ9G0MQJAQ3hEEFUl1vwcBfxDggWBz/o06m6/1y9jYmE6ePKl8Pk99O9CC8I6gYPZ9gDkLWSmhAYLL2Xzt2LFjPZuJj0QiGh8f18mTJ1UsFhWPx3tyHSDMCO8ICtPvAcBf8Xh8WQ08ta1AMDnrVU6ePKnJycmug3wsFtPY2JiOHTumWq2mQqFAaAc2sN3vAQBLTL8HAP8lk0mVSiUdOHCg2UaSEA8EUzweVy6Xa/4bNU1TlUpFtVpNpmmue1w0GlUymWx+EdSB9hDeERSWpFlJwetNhr5Kp9OanJzUoUOHdOjQISWTSaXTab+HBWAT6XSaf6tAH1A2gyAx/R4AgiGXy2lsbExSo86W+ncAABoI7wgSFq2iqVAoKBaLqVqtKpvN+j0cAAACgfCOIDH9HgCCw+lAI0nT09PN7wEAGGSEdwTNtN8DQHAkk8nmDo+5XI7yGQDAwCO8I2hMvweAYMnlcs3ymUKh4PdwAADwFeEdQWP6PQAESzQabYb2w4cPy7IsfwcEAICPaBWJoKlIqkrq3x7cCLxMJqNUKqVyuazf/u3f1ite8Qq/hwQg5CqVit9DADpCeEcQmZLG/B4EgqVQKGj//v16+umn9fTTT/s9HAAAfEF4RxCVRHjHCslkUmNjY5qamlIikVAmk/F7SAC2ADaWQtgYtm37PQZgpaikZ/0eBILHsizt3bvXubnXtm3Lx+EAANB3LFhFENUkzfo9CARPPB5XKpVybub8HAsAAH4gvCOo2JEHa8rn85IkwzAOGoYR9Xc0AAD0F+EdQUV4x5rS6bRisZhs2x6RROE7AGCgEN4RVBVJdb8HgWDK5ZoVM1kfhwEAQN8R3hFkpt8DQDC1dJpJGYYR928kAAD0F+EdQUbpDNYUj8eVSCScm5TOAAAGBuEdQWb6PQAEVzabdb5N+zcKAAD6iz7vCDpLUszvQSB4Wnu+27Zt+DwcAAD6gpl3BB2lM1hTPB5XLNZ4X2cYRtrf0QAA0B+EdwSd6fcAEFwtC1fTPg4DAIC+Ibwj6Jh5x7qSyaTzbdrHYQAA0DeEd4RB2e8BIJjS6bTzbcrHYQAA0DeEd4QBs+9YUzweVyQSkSTR7x0AMAgI7wgD0+8BoCuz6uGnJy2lM/FeXQMAgKAgvCMMKpLqfg8CHaupUZN+QD0I8dS9AwAGCeEdYUHpTPiZagTs/ZKmvDppNBr16lQAAAQe4R1hYfo9AHimIikraa88CPHMvAMABsl2vwcAuFRSI/AhfCrr3G+p8f80Lym39H2k3ZMz8w4AGCSEd4SFUzeNrcdSI7znl/6bUwchHgCAQUDZDICgqKkR4OOSDkuqujmoZeY9udHzAADYCgzbtv0eAwCsJ6tGoI9t9CTDMCRJtm0bPR8RAAA+YuYdQJAV1ZiJPyiXM/EAAGxlhHcAYVBUI8T3pFc8AABhQXgHECamVmz4ZFmW8xgbeQEAtjzCO4AwMrW04dNDDz10fOm+9VpSAgCwZbBgFUCoGYYR3bFjx7cuXrz4d7Zt5/0eDwAAvUR4BwAAAEKCshkAAAAgJAjvAAAAQEgQ3gEAAICQILwDAAAAIUF4BwAAAEKC8A4AAACEBOEdAAAACAnCOwAAABAShHcAAAAgJAjvAAAAQEgQ3gEAAICQILwDAAAAIUF4BwAAAEKC8A4AAACEBOEdAAAACAnCOwAAABAShHcAAAAgJAjvAAAAQEgQ3gEAAICQILwDAAAAIUF4BwAAAEKC8A4AAACEBOEdAAAACAnCOwAAABAShHcAAAAgJP5/epyVvkmJTqcAAAAASUVORK5CYII="
|
|
/>
|
|
</defs>
|
|
</SvgIcon>
|
|
);
|
|
};
|
|
|
|
export default ConnectModalIcon;
|