@zohodesk/svg 1.0.0-beta.6 → 1.0.0-beta.60
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.
- package/README.md +243 -27
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
- package/css_error.log +0 -0
- package/deprecated/june_2022/ErrorUnauthorizedLogin.js +127 -0
- package/es/Loader/Loader.js +66 -0
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/SVG/SVG.js +57 -0
- package/es/{svg → SVG}/SVG.module.css +31 -27
- package/es/SVG/SvgLoader.js +25 -0
- package/es/SVG/props/defaultProps.js +11 -0
- package/es/SVG/props/propTypes.js +15 -0
- package/es/css/EmptyStateVariables.module.css +39 -0
- package/es/emptystate/index.js +6 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +28 -0
- package/es/emptystate/version1/index.js +1 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +29 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +29 -0
- package/es/emptystate/version2/EmptyFromAddress.js +28 -0
- package/es/emptystate/version2/EmptyImportHistory.js +29 -0
- package/es/emptystate/version2/EmptyNetwork.js +28 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +28 -0
- package/es/emptystate/version2/EmptyRoles.js +28 -0
- package/es/emptystate/version2/EmptyWebhook.js +28 -0
- package/es/emptystate/version2/FailureLog.js +29 -0
- package/es/emptystate/version2/index.js +9 -0
- package/es/emptystate/version3/AuditLog.js +78 -0
- package/es/emptystate/version3/Bot.js +69 -0
- package/es/emptystate/version3/Contract.js +90 -0
- package/es/emptystate/version3/CustomModule.js +57 -0
- package/es/emptystate/version3/EmptyAPIAuthentication.js +92 -0
- package/es/emptystate/version3/EmptyAPIConfiguration.js +84 -0
- package/es/emptystate/version3/EmptyAPIs.js +64 -0
- package/es/emptystate/version3/EmptyAccounts.js +88 -0
- package/es/emptystate/version3/EmptyActiveCalls.js +60 -0
- package/es/emptystate/version3/EmptyActivity.js +60 -0
- package/es/emptystate/version3/EmptyAgent.js +60 -0
- package/es/emptystate/version3/EmptyAgentQueue.js +66 -0
- package/es/emptystate/version3/EmptyApplechat.js +72 -0
- package/es/emptystate/version3/EmptyApproval.js +65 -0
- package/es/emptystate/version3/EmptyArchived.js +67 -0
- package/es/emptystate/version3/EmptyArticle.js +73 -0
- package/es/emptystate/version3/EmptyAsapchat.js +68 -0
- package/es/emptystate/version3/EmptyAttach.js +60 -0
- package/es/emptystate/version3/EmptyAuthenticationPending.js +69 -0
- package/es/emptystate/version3/EmptyBlueprint.js +75 -0
- package/es/emptystate/version3/EmptyCallHistory.js +62 -0
- package/es/emptystate/version3/EmptyCanned.js +78 -0
- package/es/emptystate/version3/EmptyChat.js +78 -0
- package/es/emptystate/version3/EmptyCollision.js +59 -0
- package/es/emptystate/version3/EmptyColumn.js +65 -0
- package/es/emptystate/version3/EmptyContact.js +60 -0
- package/es/emptystate/version3/EmptyContract.js +55 -0
- package/es/emptystate/version3/EmptyConversation.js +60 -0
- package/es/emptystate/version3/EmptyCrm.js +59 -0
- package/es/emptystate/version3/EmptyCrmNotes.js +70 -0
- package/es/emptystate/version3/EmptyCrmPotential.js +74 -0
- package/es/emptystate/version3/EmptyCustomerHappiness.js +67 -0
- package/es/emptystate/version3/EmptyDashboard.js +65 -0
- package/es/emptystate/version3/EmptyDelete.js +50 -0
- package/es/emptystate/version3/EmptyDepartment.js +59 -0
- package/es/emptystate/version3/EmptyError.js +83 -0
- package/es/emptystate/version3/EmptyFeed.js +62 -0
- package/es/emptystate/version3/EmptyFollowers.js +60 -0
- package/es/emptystate/version3/EmptyFrame.js +59 -0
- package/es/emptystate/version3/EmptyHappiness.js +60 -0
- package/es/emptystate/version3/EmptyHistory.js +59 -0
- package/es/emptystate/version3/EmptyInstagram.js +74 -0
- package/es/emptystate/version3/EmptyInstantmessage.js +76 -0
- package/es/emptystate/version3/EmptyInvoice.js +64 -0
- package/es/emptystate/version3/EmptyLine.js +74 -0
- package/es/emptystate/version3/EmptyMessenger.js +60 -0
- package/es/emptystate/version3/EmptyNoData.js +78 -0
- package/es/emptystate/version3/EmptyNotification.js +59 -0
- package/es/emptystate/version3/EmptyPreference.js +79 -0
- package/es/emptystate/version3/EmptyProducts.js +62 -0
- package/es/emptystate/version3/EmptyReply.js +54 -0
- package/es/emptystate/version3/EmptyReports.js +65 -0
- package/es/emptystate/version3/EmptySandbox.js +81 -0
- package/es/emptystate/version3/EmptySchedule.js +101 -0
- package/es/emptystate/version3/EmptySearch.js +69 -0
- package/es/emptystate/version3/EmptySkills.js +107 -0
- package/es/emptystate/version3/EmptySla.js +54 -0
- package/es/emptystate/version3/EmptySnippet.js +69 -0
- package/es/emptystate/version3/EmptyTag.js +62 -0
- package/es/emptystate/version3/EmptyTask.js +75 -0
- package/es/emptystate/version3/EmptyTeams.js +60 -0
- package/es/emptystate/version3/EmptyTelegram.js +74 -0
- package/es/emptystate/version3/EmptyTemplate.js +71 -0
- package/es/emptystate/version3/EmptyTicket.js +63 -0
- package/es/emptystate/version3/EmptyTimeEntry.js +65 -0
- package/es/emptystate/version3/EmptyTimeline.js +60 -0
- package/es/emptystate/version3/EmptyTopic.js +65 -0
- package/es/emptystate/version3/EmptyTwilio.js +74 -0
- package/es/emptystate/version3/EmptyWechat.js +74 -0
- package/es/emptystate/version3/EmptyWhatsapp.js +74 -0
- package/es/emptystate/version3/EmptyZSCKey.js +87 -0
- package/es/emptystate/version3/Export.js +55 -0
- package/es/emptystate/version3/Extensions.js +61 -0
- package/es/emptystate/version3/Extractor.js +54 -0
- package/es/emptystate/version3/GCBot.js +52 -0
- package/es/emptystate/version3/GCConversation.js +54 -0
- package/es/emptystate/version3/Import.js +70 -0
- package/es/emptystate/version3/KBBot.js +67 -0
- package/es/emptystate/version3/Multilingual.js +60 -0
- package/es/emptystate/version3/NetworkError.js +63 -0
- package/es/emptystate/version3/Predictor.js +61 -0
- package/es/emptystate/version3/ReadRecipients.js +59 -0
- package/es/emptystate/version3/SupportPlan.js +75 -0
- package/es/emptystate/version3/Variable.js +58 -0
- package/es/emptystate/version3/ZiaAnamoly.js +55 -0
- package/es/emptystate/version3/index.js +78 -0
- package/es/errorstate/index.js +6 -0
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +33 -0
- package/es/errorstate/version1/NoRequestFound.js +33 -0
- package/es/errorstate/version1/PageNotFound.js +34 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +34 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +34 -0
- package/es/errorstate/version1/UrlNotFound.js +34 -0
- package/es/errorstate/version1/WillBeRightBack.js +34 -0
- package/es/errorstate/version1/index.js +7 -0
- package/es/errorstate/version2/EmptyUnauthorizedLogin.js +34 -0
- package/es/errorstate/version2/EmptyWillBeRightBack.js +30 -0
- package/es/errorstate/version2/NotImpossible.js +69 -0
- package/es/errorstate/version2/index.js +2 -0
- package/es/errorstate/version3/ErrorInconvenience.js +104 -0
- package/es/errorstate/version3/ErrorOopsSomethingMiss.js +105 -0
- package/es/errorstate/version3/ErrorUnableToProcessRequest.js +105 -0
- package/es/errorstate/version3/ErrorUnauthorizedLogin.js +113 -0
- package/es/errorstate/version3/ErrorUrlNotFound.js +105 -0
- package/es/errorstate/version3/ErrorWillBeRightBack.js +105 -0
- package/es/errorstate/version3/index.js +6 -0
- package/es/index.js +17 -6
- package/{lib/svg/images → images}/EmptyBusinessHoliday.svg +50 -50
- package/{src/svg/images → images}/EmptyBusinessHour.svg +42 -42
- package/{es/svg/images → images}/EmptyContactInfo.svg +27 -27
- package/images/EmptyCustomDomain.svg +85 -0
- package/{lib/svg/images → images}/EmptyFilter.svg +62 -62
- package/{src/svg/images → images}/EmptyFromAddress.svg +41 -41
- package/{es/svg/images → images}/EmptyImportHistory.svg +43 -43
- package/{src/svg/images → images}/EmptyNetwork.svg +50 -50
- package/{src/svg/images → images}/EmptyRecycleBin.svg +58 -58
- package/{lib/svg/images → images}/EmptyRoles.svg +30 -30
- package/images/EmptySkills.svg +83 -0
- package/{lib/svg/images → images}/EmptyWebhook.svg +44 -44
- package/{src/svg/images → images}/FailureLog.svg +46 -46
- package/{es/svg/images → images}/Inconvenience.svg +719 -719
- package/{src/svg/images → images}/NoRequestFound.svg +247 -247
- package/{lib/svg/images → images}/PageNotFound.svg +405 -405
- package/{src/svg/images → images}/ReguestUrlNotFound.svg +267 -267
- package/{lib/svg/images → images}/UnableToProcess.svg +752 -752
- package/{src/svg/images → images}/UnauthorizedLogin.svg +1047 -1047
- package/{src/svg/images → images}/WillBack.svg +633 -633
- package/install.md +11 -0
- package/lib/Loader/Loader.js +94 -0
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +12 -0
- package/lib/SVG/SVG.js +87 -0
- package/lib/{svg → SVG}/SVG.module.css +31 -27
- package/lib/SVG/SvgLoader.js +50 -0
- package/lib/SVG/props/defaultProps.js +18 -0
- package/lib/SVG/props/propTypes.js +23 -0
- package/lib/css/EmptyStateVariables.module.css +39 -0
- package/lib/emptystate/index.js +15 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/emptystate/props/propTypes.js +17 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +61 -0
- package/lib/emptystate/version1/index.js +13 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +62 -0
- package/lib/emptystate/version2/EmptyBusinessHour.js +62 -0
- package/lib/emptystate/version2/EmptyFromAddress.js +61 -0
- package/lib/emptystate/version2/EmptyImportHistory.js +62 -0
- package/lib/emptystate/version2/EmptyNetwork.js +61 -0
- package/lib/emptystate/version2/EmptyRecycleBin.js +61 -0
- package/lib/emptystate/version2/EmptyRoles.js +61 -0
- package/lib/emptystate/version2/EmptyWebhook.js +61 -0
- package/lib/emptystate/version2/FailureLog.js +62 -0
- package/lib/emptystate/version2/index.js +69 -0
- package/lib/emptystate/version3/AuditLog.js +111 -0
- package/lib/emptystate/version3/Bot.js +102 -0
- package/lib/emptystate/version3/Contract.js +123 -0
- package/lib/emptystate/version3/CustomModule.js +90 -0
- package/lib/emptystate/version3/EmptyAPIAuthentication.js +125 -0
- package/lib/emptystate/version3/EmptyAPIConfiguration.js +117 -0
- package/lib/emptystate/version3/EmptyAPIs.js +97 -0
- package/lib/emptystate/version3/EmptyAccounts.js +121 -0
- package/lib/emptystate/version3/EmptyActiveCalls.js +93 -0
- package/lib/emptystate/version3/EmptyActivity.js +93 -0
- package/lib/emptystate/version3/EmptyAgent.js +93 -0
- package/lib/emptystate/version3/EmptyAgentQueue.js +99 -0
- package/lib/emptystate/version3/EmptyApplechat.js +105 -0
- package/lib/emptystate/version3/EmptyApproval.js +98 -0
- package/lib/emptystate/version3/EmptyArchived.js +100 -0
- package/lib/emptystate/version3/EmptyArticle.js +106 -0
- package/lib/emptystate/version3/EmptyAsapchat.js +101 -0
- package/lib/emptystate/version3/EmptyAttach.js +93 -0
- package/lib/emptystate/version3/EmptyAuthenticationPending.js +102 -0
- package/lib/emptystate/version3/EmptyBlueprint.js +108 -0
- package/lib/emptystate/version3/EmptyCallHistory.js +95 -0
- package/lib/emptystate/version3/EmptyCanned.js +111 -0
- package/lib/emptystate/version3/EmptyChat.js +111 -0
- package/lib/emptystate/version3/EmptyCollision.js +92 -0
- package/lib/emptystate/version3/EmptyColumn.js +98 -0
- package/lib/emptystate/version3/EmptyContact.js +93 -0
- package/lib/emptystate/version3/EmptyContract.js +88 -0
- package/lib/emptystate/version3/EmptyConversation.js +93 -0
- package/lib/emptystate/version3/EmptyCrm.js +92 -0
- package/lib/emptystate/version3/EmptyCrmNotes.js +103 -0
- package/lib/emptystate/version3/EmptyCrmPotential.js +107 -0
- package/lib/emptystate/version3/EmptyCustomerHappiness.js +100 -0
- package/lib/emptystate/version3/EmptyDashboard.js +98 -0
- package/lib/emptystate/version3/EmptyDelete.js +83 -0
- package/lib/emptystate/version3/EmptyDepartment.js +92 -0
- package/lib/emptystate/version3/EmptyError.js +116 -0
- package/lib/emptystate/version3/EmptyFeed.js +95 -0
- package/lib/emptystate/version3/EmptyFollowers.js +93 -0
- package/lib/emptystate/version3/EmptyFrame.js +92 -0
- package/lib/emptystate/version3/EmptyHappiness.js +93 -0
- package/lib/emptystate/version3/EmptyHistory.js +92 -0
- package/lib/emptystate/version3/EmptyInstagram.js +107 -0
- package/lib/emptystate/version3/EmptyInstantmessage.js +109 -0
- package/lib/emptystate/version3/EmptyInvoice.js +97 -0
- package/lib/emptystate/version3/EmptyLine.js +107 -0
- package/lib/emptystate/version3/EmptyMessenger.js +93 -0
- package/lib/emptystate/version3/EmptyNoData.js +111 -0
- package/lib/emptystate/version3/EmptyNotification.js +92 -0
- package/lib/emptystate/version3/EmptyPreference.js +112 -0
- package/lib/emptystate/version3/EmptyProducts.js +95 -0
- package/lib/emptystate/version3/EmptyReply.js +87 -0
- package/lib/emptystate/version3/EmptyReports.js +98 -0
- package/lib/emptystate/version3/EmptySandbox.js +114 -0
- package/lib/emptystate/version3/EmptySchedule.js +134 -0
- package/lib/emptystate/version3/EmptySearch.js +102 -0
- package/lib/emptystate/version3/EmptySkills.js +140 -0
- package/lib/emptystate/version3/EmptySla.js +87 -0
- package/lib/emptystate/version3/EmptySnippet.js +102 -0
- package/lib/emptystate/version3/EmptyTag.js +95 -0
- package/lib/emptystate/version3/EmptyTask.js +108 -0
- package/lib/emptystate/version3/EmptyTeams.js +93 -0
- package/lib/emptystate/version3/EmptyTelegram.js +107 -0
- package/lib/emptystate/version3/EmptyTemplate.js +104 -0
- package/lib/emptystate/version3/EmptyTicket.js +96 -0
- package/lib/emptystate/version3/EmptyTimeEntry.js +98 -0
- package/lib/emptystate/version3/EmptyTimeline.js +93 -0
- package/lib/emptystate/version3/EmptyTopic.js +98 -0
- package/lib/emptystate/version3/EmptyTwilio.js +107 -0
- package/lib/emptystate/version3/EmptyWechat.js +107 -0
- package/lib/emptystate/version3/EmptyWhatsapp.js +107 -0
- package/lib/emptystate/version3/EmptyZSCKey.js +120 -0
- package/lib/emptystate/version3/Export.js +88 -0
- package/lib/emptystate/version3/Extensions.js +94 -0
- package/lib/emptystate/version3/Extractor.js +87 -0
- package/lib/emptystate/version3/GCBot.js +85 -0
- package/lib/emptystate/version3/GCConversation.js +87 -0
- package/lib/emptystate/version3/Import.js +103 -0
- package/lib/emptystate/version3/KBBot.js +100 -0
- package/lib/emptystate/version3/Multilingual.js +93 -0
- package/lib/emptystate/version3/NetworkError.js +96 -0
- package/lib/emptystate/version3/Predictor.js +94 -0
- package/lib/emptystate/version3/ReadRecipients.js +92 -0
- package/lib/emptystate/version3/SupportPlan.js +108 -0
- package/lib/emptystate/version3/Variable.js +91 -0
- package/lib/emptystate/version3/ZiaAnamoly.js +88 -0
- package/lib/emptystate/version3/index.js +552 -0
- package/lib/errorstate/index.js +15 -0
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +17 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +64 -0
- package/lib/errorstate/version1/NoRequestFound.js +64 -0
- package/lib/errorstate/version1/PageNotFound.js +65 -0
- package/lib/errorstate/version1/UnableToProcessRequest.js +65 -0
- package/lib/errorstate/version1/UnauthorizedLogin.js +65 -0
- package/lib/errorstate/version1/UrlNotFound.js +65 -0
- package/lib/errorstate/version1/WillBeRightBack.js +65 -0
- package/lib/errorstate/version1/index.js +55 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +67 -0
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +63 -0
- package/lib/errorstate/version2/NotImpossible.js +102 -0
- package/lib/errorstate/version2/index.js +20 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +137 -0
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +138 -0
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +138 -0
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +146 -0
- package/lib/errorstate/version3/ErrorUrlNotFound.js +138 -0
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +138 -0
- package/lib/errorstate/version3/index.js +48 -0
- package/lib/index.js +16 -43
- package/package.json +76 -42
- package/es/svg/EmptyAccounts.js +0 -67
- package/es/svg/EmptyActiveCalls.js +0 -70
- package/es/svg/EmptyActivity.js +0 -70
- package/es/svg/EmptyAgent.js +0 -66
- package/es/svg/EmptyArchived.js +0 -65
- package/es/svg/EmptyAttach.js +0 -66
- package/es/svg/EmptyBlueprint.js +0 -66
- package/es/svg/EmptyBusinessHoliday.js +0 -66
- package/es/svg/EmptyBusinessHour.js +0 -66
- package/es/svg/EmptyCallHistory.js +0 -70
- package/es/svg/EmptyCloud.js +0 -65
- package/es/svg/EmptyCloudDanger.js +0 -64
- package/es/svg/EmptyContact.js +0 -67
- package/es/svg/EmptyConversation.js +0 -66
- package/es/svg/EmptyDashboard.js +0 -66
- package/es/svg/EmptyEdition.js +0 -66
- package/es/svg/EmptyFromAddress.js +0 -66
- package/es/svg/EmptyHappiness.js +0 -66
- package/es/svg/EmptyHistory.js +0 -67
- package/es/svg/EmptyImportHistory.js +0 -66
- package/es/svg/EmptyInvoice.js +0 -66
- package/es/svg/EmptyNetwork.js +0 -66
- package/es/svg/EmptyNotification.js +0 -66
- package/es/svg/EmptyProducts.js +0 -66
- package/es/svg/EmptyRecycleBin.js +0 -66
- package/es/svg/EmptyReports.js +0 -66
- package/es/svg/EmptyRoles.js +0 -66
- package/es/svg/EmptySearch.js +0 -66
- package/es/svg/EmptySkills.js +0 -66
- package/es/svg/EmptySnippet.js +0 -66
- package/es/svg/EmptyTag.js +0 -66
- package/es/svg/EmptyTask.js +0 -66
- package/es/svg/EmptyTeams.js +0 -66
- package/es/svg/EmptyTemplate.js +0 -67
- package/es/svg/EmptyTicket.js +0 -66
- package/es/svg/EmptyTimeEntry.js +0 -66
- package/es/svg/EmptyTopic.js +0 -66
- package/es/svg/EmptyWebhook.js +0 -66
- package/es/svg/FailureLog.js +0 -66
- package/es/svg/Inconvenience.js +0 -69
- package/es/svg/InvalidUrl.js +0 -784
- package/es/svg/Loader.js +0 -59
- package/es/svg/NoRequestFound.js +0 -69
- package/es/svg/PageNotFound.js +0 -69
- package/es/svg/SVG.js +0 -105
- package/es/svg/SitBack.js +0 -63
- package/es/svg/UnableToProcessRequest.js +0 -69
- package/es/svg/UnauthorizedLogin.js +0 -69
- package/es/svg/UrlNotFound.js +0 -69
- package/es/svg/WillBeRightBack.js +0 -69
- package/es/svg/docs/SVG__default.docs.js +0 -605
- package/es/svg/images/EmptyAccounts.svg +0 -55
- package/es/svg/images/EmptyActiveCalls.svg +0 -57
- package/es/svg/images/EmptyActivity.svg +0 -85
- package/es/svg/images/EmptyAgent.svg +0 -52
- package/es/svg/images/EmptyArchived.svg +0 -38
- package/es/svg/images/EmptyAttach.svg +0 -39
- package/es/svg/images/EmptyBlueprint.svg +0 -78
- package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/es/svg/images/EmptyBusinessHour.svg +0 -42
- package/es/svg/images/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- package/es/svg/images/EmptyCloudDanger.svg +0 -1
- package/es/svg/images/EmptyContact.svg +0 -33
- package/es/svg/images/EmptyConversation.svg +0 -38
- package/es/svg/images/EmptyDashboard.svg +0 -42
- package/es/svg/images/EmptyEdition.svg +0 -76
- package/es/svg/images/EmptyFilter.svg +0 -62
- package/es/svg/images/EmptyFromAddress.svg +0 -41
- package/es/svg/images/EmptyHappiness.svg +0 -58
- package/es/svg/images/EmptyHistory.svg +0 -44
- package/es/svg/images/EmptyInvoice.svg +0 -45
- package/es/svg/images/EmptyNetwork.svg +0 -50
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyRecycleBin.svg +0 -58
- package/es/svg/images/EmptyReports.svg +0 -39
- package/es/svg/images/EmptyRoles.svg +0 -30
- package/es/svg/images/EmptySearch.svg +0 -37
- package/es/svg/images/EmptySkills.svg +0 -75
- package/es/svg/images/EmptySnippet.svg +0 -46
- package/es/svg/images/EmptyTag.svg +0 -43
- package/es/svg/images/EmptyTask.svg +0 -42
- package/es/svg/images/EmptyTeams.svg +0 -39
- package/es/svg/images/EmptyTemplate.svg +0 -39
- package/es/svg/images/EmptyTicket.svg +0 -33
- package/es/svg/images/EmptyTimeEntry.svg +0 -96
- package/es/svg/images/EmptyTopic.svg +0 -41
- package/es/svg/images/EmptyWebhook.svg +0 -44
- package/es/svg/images/FailureLog.svg +0 -46
- package/es/svg/images/Loader.svg +0 -62
- package/es/svg/images/NoRequestFound.svg +0 -247
- package/es/svg/images/PageNotFound.svg +0 -405
- package/es/svg/images/ReguestUrlNotFound.svg +0 -267
- package/es/svg/images/SitBack.svg +0 -464
- package/es/svg/images/UnableToProcess.svg +0 -752
- package/es/svg/images/UnauthorizedLogin.svg +0 -1047
- package/es/svg/images/WillBack.svg +0 -633
- package/lib/svg/EmptyAccounts.js +0 -89
- package/lib/svg/EmptyActiveCalls.js +0 -92
- package/lib/svg/EmptyActivity.js +0 -92
- package/lib/svg/EmptyAgent.js +0 -88
- package/lib/svg/EmptyArchived.js +0 -87
- package/lib/svg/EmptyAttach.js +0 -88
- package/lib/svg/EmptyBlueprint.js +0 -88
- package/lib/svg/EmptyBusinessHoliday.js +0 -88
- package/lib/svg/EmptyBusinessHour.js +0 -88
- package/lib/svg/EmptyCallHistory.js +0 -92
- package/lib/svg/EmptyCloud.js +0 -87
- package/lib/svg/EmptyCloudDanger.js +0 -86
- package/lib/svg/EmptyContact.js +0 -89
- package/lib/svg/EmptyConversation.js +0 -88
- package/lib/svg/EmptyDashboard.js +0 -88
- package/lib/svg/EmptyEdition.js +0 -88
- package/lib/svg/EmptyFromAddress.js +0 -88
- package/lib/svg/EmptyHappiness.js +0 -88
- package/lib/svg/EmptyHistory.js +0 -89
- package/lib/svg/EmptyImportHistory.js +0 -88
- package/lib/svg/EmptyInvoice.js +0 -88
- package/lib/svg/EmptyNetwork.js +0 -88
- package/lib/svg/EmptyNotification.js +0 -88
- package/lib/svg/EmptyProducts.js +0 -88
- package/lib/svg/EmptyRecycleBin.js +0 -88
- package/lib/svg/EmptyReports.js +0 -88
- package/lib/svg/EmptyRoles.js +0 -88
- package/lib/svg/EmptySearch.js +0 -88
- package/lib/svg/EmptySkills.js +0 -88
- package/lib/svg/EmptySnippet.js +0 -88
- package/lib/svg/EmptyTag.js +0 -88
- package/lib/svg/EmptyTask.js +0 -88
- package/lib/svg/EmptyTeams.js +0 -88
- package/lib/svg/EmptyTemplate.js +0 -89
- package/lib/svg/EmptyTicket.js +0 -88
- package/lib/svg/EmptyTimeEntry.js +0 -88
- package/lib/svg/EmptyTopic.js +0 -88
- package/lib/svg/EmptyWebhook.js +0 -88
- package/lib/svg/FailureLog.js +0 -88
- package/lib/svg/Inconvenience.js +0 -91
- package/lib/svg/InvalidUrl.js +0 -803
- package/lib/svg/Loader.js +0 -84
- package/lib/svg/NoRequestFound.js +0 -91
- package/lib/svg/PageNotFound.js +0 -91
- package/lib/svg/SVG.js +0 -124
- package/lib/svg/SitBack.js +0 -85
- package/lib/svg/UnableToProcessRequest.js +0 -91
- package/lib/svg/UnauthorizedLogin.js +0 -91
- package/lib/svg/UrlNotFound.js +0 -91
- package/lib/svg/WillBeRightBack.js +0 -91
- package/lib/svg/docs/SVG__default.docs.js +0 -765
- package/lib/svg/images/EmptyAccounts.svg +0 -55
- package/lib/svg/images/EmptyActiveCalls.svg +0 -57
- package/lib/svg/images/EmptyActivity.svg +0 -85
- package/lib/svg/images/EmptyAgent.svg +0 -52
- package/lib/svg/images/EmptyArchived.svg +0 -38
- package/lib/svg/images/EmptyAttach.svg +0 -39
- package/lib/svg/images/EmptyBlueprint.svg +0 -78
- package/lib/svg/images/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyCallHistory.svg +0 -46
- package/lib/svg/images/EmptyCloud.svg +0 -38
- package/lib/svg/images/EmptyCloudDanger.svg +0 -1
- package/lib/svg/images/EmptyContact.svg +0 -33
- package/lib/svg/images/EmptyContactInfo.svg +0 -27
- package/lib/svg/images/EmptyConversation.svg +0 -38
- package/lib/svg/images/EmptyDashboard.svg +0 -42
- package/lib/svg/images/EmptyEdition.svg +0 -76
- package/lib/svg/images/EmptyFromAddress.svg +0 -41
- package/lib/svg/images/EmptyHappiness.svg +0 -58
- package/lib/svg/images/EmptyHistory.svg +0 -44
- package/lib/svg/images/EmptyImportHistory.svg +0 -43
- package/lib/svg/images/EmptyInvoice.svg +0 -45
- package/lib/svg/images/EmptyNetwork.svg +0 -50
- package/lib/svg/images/EmptyNotification.svg +0 -38
- package/lib/svg/images/EmptyProducts.svg +0 -57
- package/lib/svg/images/EmptyRecycleBin.svg +0 -58
- package/lib/svg/images/EmptyReports.svg +0 -39
- package/lib/svg/images/EmptySearch.svg +0 -37
- package/lib/svg/images/EmptySkills.svg +0 -75
- package/lib/svg/images/EmptySnippet.svg +0 -46
- package/lib/svg/images/EmptyTag.svg +0 -43
- package/lib/svg/images/EmptyTask.svg +0 -42
- package/lib/svg/images/EmptyTeams.svg +0 -39
- package/lib/svg/images/EmptyTemplate.svg +0 -39
- package/lib/svg/images/EmptyTicket.svg +0 -33
- package/lib/svg/images/EmptyTimeEntry.svg +0 -96
- package/lib/svg/images/EmptyTopic.svg +0 -41
- package/lib/svg/images/FailureLog.svg +0 -46
- package/lib/svg/images/Inconvenience.svg +0 -719
- package/lib/svg/images/Loader.svg +0 -62
- package/lib/svg/images/NoRequestFound.svg +0 -247
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/SitBack.svg +0 -464
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
- package/src/index.js +0 -7
- package/src/svg/EmptyAccounts.js +0 -39
- package/src/svg/EmptyActiveCalls.js +0 -47
- package/src/svg/EmptyActivity.js +0 -47
- package/src/svg/EmptyAgent.js +0 -38
- package/src/svg/EmptyArchived.js +0 -37
- package/src/svg/EmptyAttach.js +0 -38
- package/src/svg/EmptyBlueprint.js +0 -38
- package/src/svg/EmptyBusinessHoliday.js +0 -38
- package/src/svg/EmptyBusinessHour.js +0 -38
- package/src/svg/EmptyCallHistory.js +0 -47
- package/src/svg/EmptyCloud.js +0 -37
- package/src/svg/EmptyCloudDanger.js +0 -36
- package/src/svg/EmptyContact.js +0 -39
- package/src/svg/EmptyConversation.js +0 -38
- package/src/svg/EmptyDashboard.js +0 -38
- package/src/svg/EmptyEdition.js +0 -38
- package/src/svg/EmptyFromAddress.js +0 -38
- package/src/svg/EmptyHappiness.js +0 -38
- package/src/svg/EmptyHistory.js +0 -39
- package/src/svg/EmptyImportHistory.js +0 -38
- package/src/svg/EmptyInvoice.js +0 -38
- package/src/svg/EmptyNetwork.js +0 -38
- package/src/svg/EmptyNotification.js +0 -38
- package/src/svg/EmptyProducts.js +0 -38
- package/src/svg/EmptyRecycleBin.js +0 -38
- package/src/svg/EmptyReports.js +0 -38
- package/src/svg/EmptyRoles.js +0 -38
- package/src/svg/EmptySearch.js +0 -38
- package/src/svg/EmptySkills.js +0 -38
- package/src/svg/EmptySnippet.js +0 -38
- package/src/svg/EmptyTag.js +0 -38
- package/src/svg/EmptyTask.js +0 -38
- package/src/svg/EmptyTeams.js +0 -38
- package/src/svg/EmptyTemplate.js +0 -39
- package/src/svg/EmptyTicket.js +0 -38
- package/src/svg/EmptyTimeEntry.js +0 -38
- package/src/svg/EmptyTopic.js +0 -38
- package/src/svg/EmptyWebhook.js +0 -38
- package/src/svg/FailureLog.js +0 -38
- package/src/svg/Inconvenience.js +0 -41
- package/src/svg/InvalidUrl.js +0 -758
- package/src/svg/Loader.js +0 -34
- package/src/svg/NoRequestFound.js +0 -41
- package/src/svg/PageNotFound.js +0 -41
- package/src/svg/SVG.js +0 -91
- package/src/svg/SVG.module.css +0 -27
- package/src/svg/SitBack.js +0 -37
- package/src/svg/UnableToProcessRequest.js +0 -41
- package/src/svg/UnauthorizedLogin.js +0 -41
- package/src/svg/UrlNotFound.js +0 -41
- package/src/svg/WillBeRightBack.js +0 -41
- package/src/svg/docs/SVG__default.docs.js +0 -289
- package/src/svg/images/EmptyAccounts.svg +0 -55
- package/src/svg/images/EmptyActiveCalls.svg +0 -57
- package/src/svg/images/EmptyActivity.svg +0 -85
- package/src/svg/images/EmptyAgent.svg +0 -52
- package/src/svg/images/EmptyArchived.svg +0 -38
- package/src/svg/images/EmptyAttach.svg +0 -39
- package/src/svg/images/EmptyBlueprint.svg +0 -78
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- package/src/svg/images/EmptyCloudDanger.svg +0 -1
- package/src/svg/images/EmptyContact.svg +0 -33
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyConversation.svg +0 -38
- package/src/svg/images/EmptyDashboard.svg +0 -42
- package/src/svg/images/EmptyEdition.svg +0 -76
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyHappiness.svg +0 -58
- package/src/svg/images/EmptyHistory.svg +0 -44
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyInvoice.svg +0 -45
- package/src/svg/images/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- package/src/svg/images/EmptyReports.svg +0 -39
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySearch.svg +0 -37
- package/src/svg/images/EmptySkills.svg +0 -75
- package/src/svg/images/EmptySnippet.svg +0 -46
- package/src/svg/images/EmptyTag.svg +0 -43
- package/src/svg/images/EmptyTask.svg +0 -42
- package/src/svg/images/EmptyTeams.svg +0 -39
- package/src/svg/images/EmptyTemplate.svg +0 -39
- package/src/svg/images/EmptyTicket.svg +0 -33
- package/src/svg/images/EmptyTimeEntry.svg +0 -96
- package/src/svg/images/EmptyTopic.svg +0 -41
- package/src/svg/images/EmptyWebhook.svg +0 -44
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
|
@@ -1,605 +0,0 @@
|
|
|
1
|
-
import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
|
|
2
|
-
import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
|
|
3
|
-
import _createClass from 'babel-runtime/helpers/createClass';
|
|
4
|
-
import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
|
|
5
|
-
import _inherits from 'babel-runtime/helpers/inherits';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import EmptyActivity from '../EmptyActivity';
|
|
8
|
-
import EmptyAccounts from '../EmptyAccounts';
|
|
9
|
-
import EmptyAgent from '../EmptyAgent';
|
|
10
|
-
import EmptyArchived from '../EmptyArchived';
|
|
11
|
-
import EmptyBusinessHoliday from '../EmptyBusinessHoliday';
|
|
12
|
-
import EmptyBusinessHour from '../EmptyBusinessHour';
|
|
13
|
-
import EmptyBlueprint from '../EmptyBlueprint';
|
|
14
|
-
import EmptyCloud from '../EmptyCloud';
|
|
15
|
-
import EmptyCloudDanger from '../EmptyCloudDanger';
|
|
16
|
-
import EmptyContact from '../EmptyContact';
|
|
17
|
-
import EmptyDashboard from '../EmptyDashboard';
|
|
18
|
-
import EmptyImportHistory from '../EmptyImportHistory';
|
|
19
|
-
import EmptyInvoice from '../EmptyInvoice';
|
|
20
|
-
import EmptyProducts from '../EmptyProducts';
|
|
21
|
-
import EmptyRecycleBin from '../EmptyRecycleBin';
|
|
22
|
-
import EmptyReports from '../EmptyReports';
|
|
23
|
-
import EmptyRoles from '../EmptyRoles';
|
|
24
|
-
import EmptySearch from '../EmptySearch';
|
|
25
|
-
import EmptyTag from '../EmptyTag';
|
|
26
|
-
import EmptyTask from '../EmptyTask';
|
|
27
|
-
import EmptyTicket from '../EmptyTicket';
|
|
28
|
-
import EmptyAttach from '../EmptyAttach';
|
|
29
|
-
import EmptyNetwork from '../EmptyNetwork';
|
|
30
|
-
import EmptyHappiness from '../EmptyHappiness';
|
|
31
|
-
import EmptyConversation from '../EmptyConversation';
|
|
32
|
-
import EmptyNotification from '../EmptyNotification';
|
|
33
|
-
import EmptyTimeEntry from '../EmptyTimeEntry';
|
|
34
|
-
import EmptyTeams from '../EmptyTeams';
|
|
35
|
-
import EmptyTopic from '../EmptyTopic';
|
|
36
|
-
import FailureLog from '../FailureLog';
|
|
37
|
-
import InvalidUrl from '../InvalidUrl';
|
|
38
|
-
import Inconvenience from '../Inconvenience';
|
|
39
|
-
import NoRequestFound from '../NoRequestFound';
|
|
40
|
-
import PageNotFound from '../PageNotFound';
|
|
41
|
-
import UnableToProcessRequest from '../UnableToProcessRequest';
|
|
42
|
-
import UnauthorizedLogin from '../UnauthorizedLogin';
|
|
43
|
-
import UrlNotFound from '../UrlNotFound';
|
|
44
|
-
import WillBeRightBack from '../WillBeRightBack';
|
|
45
|
-
import EmptyActiveCalls from '../EmptyActiveCalls';
|
|
46
|
-
import EmptyCallHistory from '../EmptyCallHistory';
|
|
47
|
-
import EmptyHistory from '../EmptyHistory';
|
|
48
|
-
import EmptyFromAddress from '../EmptyFromAddress';
|
|
49
|
-
import EmptyWebhook from '../EmptyWebhook';
|
|
50
|
-
import EmptyTemplate from '../EmptyTemplate';
|
|
51
|
-
import EmptyEdition from '../EmptyEdition';
|
|
52
|
-
import EmptySkills from '../EmptySkills';
|
|
53
|
-
import EmptySnippet from '../EmptySnippet';
|
|
54
|
-
import SitBack from '../SitBack';
|
|
55
|
-
import Loader from '../Loader';
|
|
56
|
-
|
|
57
|
-
var SVG__default = function (_React$Component) {
|
|
58
|
-
_inherits(SVG__default, _React$Component);
|
|
59
|
-
|
|
60
|
-
function SVG__default() {
|
|
61
|
-
_classCallCheck(this, SVG__default);
|
|
62
|
-
|
|
63
|
-
return _possibleConstructorReturn(this, (SVG__default.__proto__ || _Object$getPrototypeOf(SVG__default)).apply(this, arguments));
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
_createClass(SVG__default, [{
|
|
67
|
-
key: 'render',
|
|
68
|
-
value: function render() {
|
|
69
|
-
var boxStyle = {
|
|
70
|
-
minWidth: '15%',
|
|
71
|
-
border: '1px solid #dcdcdc',
|
|
72
|
-
padding: '5px',
|
|
73
|
-
margin: '5px',
|
|
74
|
-
flex: '1'
|
|
75
|
-
};
|
|
76
|
-
var textStyle = {
|
|
77
|
-
textAlign: 'center',
|
|
78
|
-
padding: '10px 0',
|
|
79
|
-
background: ' #f9f9f9',
|
|
80
|
-
marginTop: '10px',
|
|
81
|
-
color: '#000'
|
|
82
|
-
};
|
|
83
|
-
return React.createElement(
|
|
84
|
-
React.Fragment,
|
|
85
|
-
null,
|
|
86
|
-
React.createElement(
|
|
87
|
-
'div',
|
|
88
|
-
{
|
|
89
|
-
style: {
|
|
90
|
-
display: 'flex',
|
|
91
|
-
flexDirection: 'row',
|
|
92
|
-
alignItems: 'center',
|
|
93
|
-
justifyContent: 'center',
|
|
94
|
-
flexWrap: 'wrap'
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
React.createElement(
|
|
98
|
-
'div',
|
|
99
|
-
{ style: boxStyle },
|
|
100
|
-
React.createElement(EmptyTeams, null),
|
|
101
|
-
React.createElement(
|
|
102
|
-
'div',
|
|
103
|
-
{ style: textStyle },
|
|
104
|
-
'EmptyTeams'
|
|
105
|
-
)
|
|
106
|
-
),
|
|
107
|
-
React.createElement(
|
|
108
|
-
'div',
|
|
109
|
-
{ style: boxStyle },
|
|
110
|
-
React.createElement(EmptyAgent, null),
|
|
111
|
-
React.createElement(
|
|
112
|
-
'div',
|
|
113
|
-
{ style: textStyle },
|
|
114
|
-
'EmptyAgent'
|
|
115
|
-
)
|
|
116
|
-
),
|
|
117
|
-
React.createElement(
|
|
118
|
-
'div',
|
|
119
|
-
{ style: boxStyle },
|
|
120
|
-
React.createElement(EmptyTicket, null),
|
|
121
|
-
React.createElement(
|
|
122
|
-
'div',
|
|
123
|
-
{ style: textStyle },
|
|
124
|
-
'EmptyTicket'
|
|
125
|
-
)
|
|
126
|
-
),
|
|
127
|
-
React.createElement(
|
|
128
|
-
'div',
|
|
129
|
-
{ style: boxStyle },
|
|
130
|
-
React.createElement(EmptyTask, null),
|
|
131
|
-
React.createElement(
|
|
132
|
-
'div',
|
|
133
|
-
{ style: textStyle },
|
|
134
|
-
'EmptyTask'
|
|
135
|
-
)
|
|
136
|
-
),
|
|
137
|
-
React.createElement(
|
|
138
|
-
'div',
|
|
139
|
-
{ style: boxStyle },
|
|
140
|
-
React.createElement(EmptyContact, null),
|
|
141
|
-
React.createElement(
|
|
142
|
-
'div',
|
|
143
|
-
{ style: textStyle },
|
|
144
|
-
'EmptyContact'
|
|
145
|
-
)
|
|
146
|
-
),
|
|
147
|
-
React.createElement(
|
|
148
|
-
'div',
|
|
149
|
-
{ style: boxStyle },
|
|
150
|
-
React.createElement(EmptyAccounts, null),
|
|
151
|
-
React.createElement(
|
|
152
|
-
'div',
|
|
153
|
-
{ style: textStyle },
|
|
154
|
-
'EmptyAccounts'
|
|
155
|
-
)
|
|
156
|
-
),
|
|
157
|
-
React.createElement(
|
|
158
|
-
'div',
|
|
159
|
-
{ style: boxStyle },
|
|
160
|
-
React.createElement(EmptyActivity, null),
|
|
161
|
-
React.createElement(
|
|
162
|
-
'div',
|
|
163
|
-
{ style: textStyle },
|
|
164
|
-
'EmptyActivity'
|
|
165
|
-
)
|
|
166
|
-
),
|
|
167
|
-
React.createElement(
|
|
168
|
-
'div',
|
|
169
|
-
{ style: boxStyle },
|
|
170
|
-
React.createElement(EmptyProducts, null),
|
|
171
|
-
React.createElement(
|
|
172
|
-
'div',
|
|
173
|
-
{ style: textStyle },
|
|
174
|
-
'EmptyProducts'
|
|
175
|
-
)
|
|
176
|
-
),
|
|
177
|
-
React.createElement(
|
|
178
|
-
'div',
|
|
179
|
-
{ style: boxStyle },
|
|
180
|
-
React.createElement(EmptyDashboard, null),
|
|
181
|
-
React.createElement(
|
|
182
|
-
'div',
|
|
183
|
-
{ style: textStyle },
|
|
184
|
-
'EmptyDashboard'
|
|
185
|
-
)
|
|
186
|
-
),
|
|
187
|
-
React.createElement(
|
|
188
|
-
'div',
|
|
189
|
-
{ style: boxStyle },
|
|
190
|
-
React.createElement(EmptyReports, null),
|
|
191
|
-
React.createElement(
|
|
192
|
-
'div',
|
|
193
|
-
{ style: textStyle },
|
|
194
|
-
'EmptyReports'
|
|
195
|
-
)
|
|
196
|
-
),
|
|
197
|
-
React.createElement(
|
|
198
|
-
'div',
|
|
199
|
-
{ style: boxStyle },
|
|
200
|
-
React.createElement(EmptyTopic, null),
|
|
201
|
-
React.createElement(
|
|
202
|
-
'div',
|
|
203
|
-
{ style: textStyle },
|
|
204
|
-
'EmptyTopic'
|
|
205
|
-
)
|
|
206
|
-
),
|
|
207
|
-
React.createElement(
|
|
208
|
-
'div',
|
|
209
|
-
{ style: boxStyle },
|
|
210
|
-
React.createElement(EmptyArchived, null),
|
|
211
|
-
React.createElement(
|
|
212
|
-
'div',
|
|
213
|
-
{ style: textStyle },
|
|
214
|
-
'EmptyArchived'
|
|
215
|
-
)
|
|
216
|
-
),
|
|
217
|
-
React.createElement(
|
|
218
|
-
'div',
|
|
219
|
-
{ style: boxStyle },
|
|
220
|
-
React.createElement(EmptyBusinessHour, null),
|
|
221
|
-
React.createElement(
|
|
222
|
-
'div',
|
|
223
|
-
{ style: textStyle },
|
|
224
|
-
'EmptyBusinessHour'
|
|
225
|
-
)
|
|
226
|
-
),
|
|
227
|
-
React.createElement(
|
|
228
|
-
'div',
|
|
229
|
-
{ style: boxStyle },
|
|
230
|
-
React.createElement(EmptyBusinessHoliday, null),
|
|
231
|
-
React.createElement(
|
|
232
|
-
'div',
|
|
233
|
-
{ style: textStyle },
|
|
234
|
-
'EmptyBusinessHoliday'
|
|
235
|
-
)
|
|
236
|
-
),
|
|
237
|
-
React.createElement(
|
|
238
|
-
'div',
|
|
239
|
-
{ style: boxStyle },
|
|
240
|
-
React.createElement(EmptyBlueprint, null),
|
|
241
|
-
React.createElement(
|
|
242
|
-
'div',
|
|
243
|
-
{ style: textStyle },
|
|
244
|
-
'EmptyBlueprint'
|
|
245
|
-
)
|
|
246
|
-
),
|
|
247
|
-
React.createElement(
|
|
248
|
-
'div',
|
|
249
|
-
{ style: boxStyle },
|
|
250
|
-
React.createElement(EmptyImportHistory, null),
|
|
251
|
-
React.createElement(
|
|
252
|
-
'div',
|
|
253
|
-
{ style: textStyle },
|
|
254
|
-
'EmptyImportHistory'
|
|
255
|
-
)
|
|
256
|
-
),
|
|
257
|
-
React.createElement(
|
|
258
|
-
'div',
|
|
259
|
-
{ style: boxStyle },
|
|
260
|
-
React.createElement(EmptyInvoice, null),
|
|
261
|
-
React.createElement(
|
|
262
|
-
'div',
|
|
263
|
-
{ style: textStyle },
|
|
264
|
-
'EmptyInvoice'
|
|
265
|
-
)
|
|
266
|
-
),
|
|
267
|
-
React.createElement(
|
|
268
|
-
'div',
|
|
269
|
-
{ style: boxStyle },
|
|
270
|
-
React.createElement(EmptyRecycleBin, null),
|
|
271
|
-
React.createElement(
|
|
272
|
-
'div',
|
|
273
|
-
{ style: textStyle },
|
|
274
|
-
'EmptyRecycleBin'
|
|
275
|
-
)
|
|
276
|
-
),
|
|
277
|
-
React.createElement(
|
|
278
|
-
'div',
|
|
279
|
-
{ style: boxStyle },
|
|
280
|
-
React.createElement(EmptyRoles, null),
|
|
281
|
-
React.createElement(
|
|
282
|
-
'div',
|
|
283
|
-
{ style: textStyle },
|
|
284
|
-
'EmptyRoles'
|
|
285
|
-
)
|
|
286
|
-
),
|
|
287
|
-
React.createElement(
|
|
288
|
-
'div',
|
|
289
|
-
{ style: boxStyle },
|
|
290
|
-
React.createElement(EmptySearch, null),
|
|
291
|
-
React.createElement(
|
|
292
|
-
'div',
|
|
293
|
-
{ style: textStyle },
|
|
294
|
-
'EmptySearch'
|
|
295
|
-
)
|
|
296
|
-
),
|
|
297
|
-
React.createElement(
|
|
298
|
-
'div',
|
|
299
|
-
{ style: boxStyle },
|
|
300
|
-
React.createElement(EmptyTag, null),
|
|
301
|
-
React.createElement(
|
|
302
|
-
'div',
|
|
303
|
-
{ style: textStyle },
|
|
304
|
-
'EmptyTag'
|
|
305
|
-
)
|
|
306
|
-
),
|
|
307
|
-
React.createElement(
|
|
308
|
-
'div',
|
|
309
|
-
{ style: boxStyle },
|
|
310
|
-
React.createElement(FailureLog, null),
|
|
311
|
-
React.createElement(
|
|
312
|
-
'div',
|
|
313
|
-
{ style: textStyle },
|
|
314
|
-
'FailureLog'
|
|
315
|
-
)
|
|
316
|
-
),
|
|
317
|
-
React.createElement(
|
|
318
|
-
'div',
|
|
319
|
-
{ style: boxStyle },
|
|
320
|
-
React.createElement(EmptyActiveCalls, null),
|
|
321
|
-
React.createElement(
|
|
322
|
-
'div',
|
|
323
|
-
{ style: textStyle },
|
|
324
|
-
'EmptyActiveCalls'
|
|
325
|
-
)
|
|
326
|
-
),
|
|
327
|
-
React.createElement(
|
|
328
|
-
'div',
|
|
329
|
-
{ style: boxStyle },
|
|
330
|
-
React.createElement(EmptyCallHistory, null),
|
|
331
|
-
React.createElement(
|
|
332
|
-
'div',
|
|
333
|
-
{ style: textStyle },
|
|
334
|
-
'EmptyCallHistory'
|
|
335
|
-
)
|
|
336
|
-
),
|
|
337
|
-
React.createElement(
|
|
338
|
-
'div',
|
|
339
|
-
{ style: boxStyle },
|
|
340
|
-
React.createElement(EmptyHistory, null),
|
|
341
|
-
React.createElement(
|
|
342
|
-
'div',
|
|
343
|
-
{ style: textStyle },
|
|
344
|
-
'EmptyHistory'
|
|
345
|
-
)
|
|
346
|
-
),
|
|
347
|
-
React.createElement(
|
|
348
|
-
'div',
|
|
349
|
-
{ style: boxStyle },
|
|
350
|
-
React.createElement(EmptyFromAddress, null),
|
|
351
|
-
React.createElement(
|
|
352
|
-
'div',
|
|
353
|
-
{ style: textStyle },
|
|
354
|
-
'EmptyFromAddress'
|
|
355
|
-
)
|
|
356
|
-
),
|
|
357
|
-
React.createElement(
|
|
358
|
-
'div',
|
|
359
|
-
{ style: boxStyle },
|
|
360
|
-
React.createElement(EmptyWebhook, null),
|
|
361
|
-
React.createElement(
|
|
362
|
-
'div',
|
|
363
|
-
{ style: textStyle },
|
|
364
|
-
'EmptyWebhook'
|
|
365
|
-
)
|
|
366
|
-
),
|
|
367
|
-
React.createElement(
|
|
368
|
-
'div',
|
|
369
|
-
{ style: boxStyle },
|
|
370
|
-
React.createElement(EmptyTemplate, null),
|
|
371
|
-
React.createElement(
|
|
372
|
-
'div',
|
|
373
|
-
{ style: textStyle },
|
|
374
|
-
'EmptyTemplate'
|
|
375
|
-
)
|
|
376
|
-
),
|
|
377
|
-
React.createElement(
|
|
378
|
-
'div',
|
|
379
|
-
{ style: boxStyle },
|
|
380
|
-
React.createElement(EmptyEdition, null),
|
|
381
|
-
React.createElement(
|
|
382
|
-
'div',
|
|
383
|
-
{ style: textStyle },
|
|
384
|
-
'EmptyEdition'
|
|
385
|
-
)
|
|
386
|
-
),
|
|
387
|
-
React.createElement(
|
|
388
|
-
'div',
|
|
389
|
-
{ style: boxStyle },
|
|
390
|
-
React.createElement(EmptyTimeEntry, null),
|
|
391
|
-
React.createElement(
|
|
392
|
-
'div',
|
|
393
|
-
{ style: textStyle },
|
|
394
|
-
'EmptyTimeEntry'
|
|
395
|
-
)
|
|
396
|
-
),
|
|
397
|
-
React.createElement(
|
|
398
|
-
'div',
|
|
399
|
-
{ style: boxStyle },
|
|
400
|
-
React.createElement(EmptyNotification, null),
|
|
401
|
-
React.createElement(
|
|
402
|
-
'div',
|
|
403
|
-
{ style: textStyle },
|
|
404
|
-
'EmptyNotification'
|
|
405
|
-
)
|
|
406
|
-
),
|
|
407
|
-
React.createElement(
|
|
408
|
-
'div',
|
|
409
|
-
{ style: boxStyle },
|
|
410
|
-
React.createElement(EmptyNetwork, null),
|
|
411
|
-
React.createElement(
|
|
412
|
-
'div',
|
|
413
|
-
{ style: textStyle },
|
|
414
|
-
'EmptyNetwork'
|
|
415
|
-
)
|
|
416
|
-
),
|
|
417
|
-
React.createElement(
|
|
418
|
-
'div',
|
|
419
|
-
{ style: boxStyle },
|
|
420
|
-
React.createElement(EmptyHappiness, null),
|
|
421
|
-
React.createElement(
|
|
422
|
-
'div',
|
|
423
|
-
{ style: textStyle },
|
|
424
|
-
'EmptyHappiness'
|
|
425
|
-
)
|
|
426
|
-
),
|
|
427
|
-
React.createElement(
|
|
428
|
-
'div',
|
|
429
|
-
{ style: boxStyle },
|
|
430
|
-
React.createElement(EmptyConversation, null),
|
|
431
|
-
React.createElement(
|
|
432
|
-
'div',
|
|
433
|
-
{ style: textStyle },
|
|
434
|
-
'EmptyConversation'
|
|
435
|
-
)
|
|
436
|
-
),
|
|
437
|
-
React.createElement(
|
|
438
|
-
'div',
|
|
439
|
-
{ style: boxStyle },
|
|
440
|
-
React.createElement(EmptySnippet, null),
|
|
441
|
-
React.createElement(
|
|
442
|
-
'div',
|
|
443
|
-
{ style: textStyle },
|
|
444
|
-
'EmptySnippet'
|
|
445
|
-
)
|
|
446
|
-
),
|
|
447
|
-
React.createElement(
|
|
448
|
-
'div',
|
|
449
|
-
{ style: boxStyle },
|
|
450
|
-
React.createElement(EmptySkills, null),
|
|
451
|
-
React.createElement(
|
|
452
|
-
'div',
|
|
453
|
-
{ style: textStyle },
|
|
454
|
-
'EmptySkills'
|
|
455
|
-
)
|
|
456
|
-
),
|
|
457
|
-
React.createElement(
|
|
458
|
-
'div',
|
|
459
|
-
{ style: boxStyle },
|
|
460
|
-
React.createElement(EmptyAttach, null),
|
|
461
|
-
React.createElement(
|
|
462
|
-
'div',
|
|
463
|
-
{ style: textStyle },
|
|
464
|
-
'EmptyAttach'
|
|
465
|
-
)
|
|
466
|
-
),
|
|
467
|
-
React.createElement(
|
|
468
|
-
'div',
|
|
469
|
-
{ style: boxStyle },
|
|
470
|
-
React.createElement(EmptyCloud, null),
|
|
471
|
-
React.createElement(
|
|
472
|
-
'div',
|
|
473
|
-
{ style: textStyle },
|
|
474
|
-
'EmptyCloud'
|
|
475
|
-
)
|
|
476
|
-
),
|
|
477
|
-
React.createElement(
|
|
478
|
-
'div',
|
|
479
|
-
{ style: boxStyle },
|
|
480
|
-
React.createElement(EmptyCloudDanger, null),
|
|
481
|
-
React.createElement(
|
|
482
|
-
'div',
|
|
483
|
-
{ style: textStyle },
|
|
484
|
-
'EmptyCloudDanger'
|
|
485
|
-
)
|
|
486
|
-
),
|
|
487
|
-
React.createElement(
|
|
488
|
-
'div',
|
|
489
|
-
{ style: boxStyle },
|
|
490
|
-
React.createElement(Inconvenience, null),
|
|
491
|
-
React.createElement(
|
|
492
|
-
'div',
|
|
493
|
-
{ style: textStyle },
|
|
494
|
-
'Inconvenience'
|
|
495
|
-
)
|
|
496
|
-
),
|
|
497
|
-
React.createElement(
|
|
498
|
-
'div',
|
|
499
|
-
{ style: boxStyle },
|
|
500
|
-
React.createElement(InvalidUrl, null),
|
|
501
|
-
React.createElement(
|
|
502
|
-
'div',
|
|
503
|
-
{ style: textStyle },
|
|
504
|
-
'InvalidUrl'
|
|
505
|
-
)
|
|
506
|
-
),
|
|
507
|
-
React.createElement(
|
|
508
|
-
'div',
|
|
509
|
-
{ style: boxStyle },
|
|
510
|
-
React.createElement(NoRequestFound, null),
|
|
511
|
-
React.createElement(
|
|
512
|
-
'div',
|
|
513
|
-
{ style: textStyle },
|
|
514
|
-
'NoRequestFound'
|
|
515
|
-
)
|
|
516
|
-
),
|
|
517
|
-
React.createElement(
|
|
518
|
-
'div',
|
|
519
|
-
{ style: boxStyle },
|
|
520
|
-
React.createElement(PageNotFound, null),
|
|
521
|
-
React.createElement(
|
|
522
|
-
'div',
|
|
523
|
-
{ style: textStyle },
|
|
524
|
-
'PageNotFound'
|
|
525
|
-
)
|
|
526
|
-
),
|
|
527
|
-
React.createElement(
|
|
528
|
-
'div',
|
|
529
|
-
{ style: boxStyle },
|
|
530
|
-
React.createElement(UnableToProcessRequest, null),
|
|
531
|
-
React.createElement(
|
|
532
|
-
'div',
|
|
533
|
-
{ style: textStyle },
|
|
534
|
-
'UnableToProcessRequest'
|
|
535
|
-
)
|
|
536
|
-
),
|
|
537
|
-
React.createElement(
|
|
538
|
-
'div',
|
|
539
|
-
{ style: boxStyle },
|
|
540
|
-
React.createElement(UnauthorizedLogin, null),
|
|
541
|
-
React.createElement(
|
|
542
|
-
'div',
|
|
543
|
-
{ style: textStyle },
|
|
544
|
-
'UnathorizedLogin'
|
|
545
|
-
)
|
|
546
|
-
),
|
|
547
|
-
React.createElement(
|
|
548
|
-
'div',
|
|
549
|
-
{ style: boxStyle },
|
|
550
|
-
React.createElement(UrlNotFound, null),
|
|
551
|
-
React.createElement(
|
|
552
|
-
'div',
|
|
553
|
-
{ style: textStyle },
|
|
554
|
-
'UrlNotFound'
|
|
555
|
-
)
|
|
556
|
-
),
|
|
557
|
-
React.createElement(
|
|
558
|
-
'div',
|
|
559
|
-
{ style: boxStyle },
|
|
560
|
-
React.createElement(WillBeRightBack, null),
|
|
561
|
-
React.createElement(
|
|
562
|
-
'div',
|
|
563
|
-
{ style: textStyle },
|
|
564
|
-
'WillBeRightBack'
|
|
565
|
-
)
|
|
566
|
-
),
|
|
567
|
-
React.createElement(
|
|
568
|
-
'div',
|
|
569
|
-
{ style: boxStyle },
|
|
570
|
-
React.createElement(SitBack, null),
|
|
571
|
-
React.createElement(
|
|
572
|
-
'div',
|
|
573
|
-
{ style: textStyle },
|
|
574
|
-
'SitBack'
|
|
575
|
-
)
|
|
576
|
-
),
|
|
577
|
-
React.createElement(
|
|
578
|
-
'div',
|
|
579
|
-
{ style: boxStyle },
|
|
580
|
-
React.createElement(
|
|
581
|
-
'div',
|
|
582
|
-
{ style: { height: '40px', width: '40px', margin: 'auto' } },
|
|
583
|
-
React.createElement(Loader, null)
|
|
584
|
-
),
|
|
585
|
-
React.createElement(
|
|
586
|
-
'div',
|
|
587
|
-
{ style: textStyle },
|
|
588
|
-
'Loader'
|
|
589
|
-
)
|
|
590
|
-
)
|
|
591
|
-
)
|
|
592
|
-
);
|
|
593
|
-
}
|
|
594
|
-
}]);
|
|
595
|
-
|
|
596
|
-
return SVG__default;
|
|
597
|
-
}(React.Component);
|
|
598
|
-
|
|
599
|
-
export default SVG__default;
|
|
600
|
-
|
|
601
|
-
if (false) {
|
|
602
|
-
SVG__default.docs = {
|
|
603
|
-
componentGroup: 'SVG'
|
|
604
|
-
};
|
|
605
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
|
|
7
|
-
.st1{fill:#FFFFFF;}
|
|
8
|
-
.st2{opacity:0.2;fill:#788190;enable-background:new ;}
|
|
9
|
-
.st3{fill:#788190;}
|
|
10
|
-
.st4{fill:#F1F2F4;}
|
|
11
|
-
.st5{fill:#CED5DE;}
|
|
12
|
-
</style>
|
|
13
|
-
<title>emptyAccount</title>
|
|
14
|
-
<g>
|
|
15
|
-
<g id="Layer_1-2">
|
|
16
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
17
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
18
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
19
|
-
<path class="st1" d="M61.5,38.1h-2C60.2,38,60.9,38,61.5,38.1z"/>
|
|
20
|
-
<path class="st1" d="M116.7,38.2h-3.3C114.5,38,115.6,38,116.7,38.2z"/>
|
|
21
|
-
<path class="st2" d="M59.2,38.1l-2.3,53.6c-0.3,6.8,5,12.5,11.8,12.8c0.2,0,0.4,0,0.5,0h37.3c6.8,0,12.3-5.5,12.3-12.3
|
|
22
|
-
c0-0.2,0-0.3,0-0.5l-2-53.6L59.2,38.1z"/>
|
|
23
|
-
<path class="st1" d="M82.2,104.5c-1,4.5-4.6,8-9.2,8.9l-33.7,6.6c-6.3,1.2-12.4-2.9-13.7-9.2L15.4,58.5
|
|
24
|
-
c-1.2-6.3,2.9-12.4,9.2-13.7c0,0,0,0,0,0l33.7-6.6c0.3-0.1,0.6-0.1,0.9-0.2l-2.3,53.6c-0.3,6.8,5,12.5,11.8,12.8
|
|
25
|
-
c0.2,0,0.3,0,0.5,0H82.2z M151,44.9l-33.7-6.6l-0.6-0.1l2.1,53.6c0.3,6.8-5,12.5-11.8,12.8c-0.2,0-0.3,0-0.5,0H93.4
|
|
26
|
-
c1,4.5,4.6,8,9.1,8.9l33.7,6.6c6.3,1.2,12.4-2.9,13.7-9.2l10.3-52.3C161.4,52.2,157.3,46.1,151,44.9C151,44.9,151,44.9,151,44.9z
|
|
27
|
-
M116.9,91V37.1c0-6.3-5.1-11.4-11.4-11.4l0,0h-35c-6.3,0-11.4,5.1-11.4,11.4V91c0,6.3,5.1,11.4,11.3,11.4c0,0,0,0,0,0h35
|
|
28
|
-
C111.8,102.4,116.9,97.3,116.9,91z"/>
|
|
29
|
-
<path class="st3" d="M88,33.6c-7.4,0-13.6,5.5-14.7,12.8l0,0c-0.1,0.7-0.1,1.4-0.1,2.1v5.7l2.3-9.5c0,0,3.6,10.2,24.5,12.5
|
|
30
|
-
c0.9,0.1,1.9,0.2,2.9,0.3v-9C102.9,40.2,96.3,33.6,88,33.6C88,33.6,88,33.6,88,33.6z M57.2,54c-0.9-5-5.6-8.3-10.6-7.4
|
|
31
|
-
c0,0,0,0,0,0L38.2,48c-5,0.9-8.3,5.6-7.5,10.6l1.6,9.2l0.1,0.5c0,0-0.4-11.3,3.6-12.5l0.6-0.2l0.5-0.1l0.5,0H38c0.1,0,0.2,0,0.3,0
|
|
32
|
-
c1.7,0.1,2.7,0.9,4.2,1c0.2,0,0.4,0,0.5,0h0.1c0.1,0,0.2,0,0.4,0h0.1l0,0h0.3h0.2h0.2h0.1l0,0l0,0c2.5-0.5,3-2.5,5.9-3l0.6-0.1
|
|
33
|
-
h0.4h0.1c3.2-0.3,5.7,5.5,6.9,8.7l0.1-1.7L57.2,54z M133.7,47.5c0,0-10.7-2.8-15.6,9.2c-0.2,0.5-0.4,1-0.6,1.4l1.1,26.6
|
|
34
|
-
c1.6,0.8,3.2,1.5,4.9,2c16.4,3.6,18.7-8.7,18.8-15.5c0-2.7,0.2-5.4,0.5-8.1C144.4,50.2,133.7,47.5,133.7,47.5L133.7,47.5z"/>
|
|
35
|
-
<path class="st4" d="M99.8,82.5H73.2c-0.6,0-1.1-0.5-1.1-1.1s0.5-1.1,1.1-1.1h26.7c0.6,0,1.1,0.5,1.1,1.1S100.4,82.5,99.8,82.5z
|
|
36
|
-
M90.1,90.1c0-0.6-0.5-1.1-1.1-1.1c0,0,0,0,0,0H73.2c-0.6,0.1-1,0.6-1,1.2c0,0.5,0.5,0.9,1,1H89C89.6,91.2,90.1,90.7,90.1,90.1
|
|
37
|
-
C90.1,90.1,90.1,90.1,90.1,90.1z M40.3,97.5l11.4-2.3c0.6-0.1,1-0.7,0.9-1.3c-0.1-0.6-0.7-1-1.3-0.9l0,0l-11.4,2.4
|
|
38
|
-
c-0.6,0.1-0.9,0.7-0.8,1.3c0.1,0.5,0.5,0.8,1,0.8L40.3,97.5z M42.1,106l6.9-1.4c0.6-0.1,1-0.7,0.8-1.3c-0.1-0.6-0.7-1-1.3-0.8l0,0
|
|
39
|
-
l-6.9,1.4c-0.6,0.1-1,0.7-0.9,1.3c0.1,0.5,0.5,0.9,1.1,0.9H42.1z M132.1,95.7c0.1-0.6-0.3-1.2-0.8-1.3c0,0,0,0,0,0l-10.8-2.2
|
|
40
|
-
c-0.6-0.1-1.2,0.3-1.3,0.8c-0.1,0.6,0.3,1.2,0.8,1.3l0,0l10.8,2.2h0.2C131.6,96.5,132,96.2,132.1,95.7L132.1,95.7z M126.7,103.4
|
|
41
|
-
c0.1-0.6-0.3-1.2-0.8-1.3l-3.7-0.8c-0.6-0.1-1.2,0.3-1.3,0.8c-0.1,0.6,0.3,1.2,0.8,1.3l0,0l3.7,0.8h0.2
|
|
42
|
-
C126.2,104.2,126.6,103.9,126.7,103.4L126.7,103.4z"/>
|
|
43
|
-
<path class="st5" d="M75.5,44.7l-2.3,9.5v7c0,6.6,5.4,12,12,12H88c6.6,0,12-5.4,12-12v-3.9C79.1,54.9,75.5,44.7,75.5,44.7z
|
|
44
|
-
M73.2,47.4v1.1c0-0.7,0-1.4,0.1-2.1C73.2,46.7,73.2,47,73.2,47.4z M122.9,53l-3.4,13.2c-1.3,4.8,1.6,9.7,6.4,11c0,0,0,0,0.1,0
|
|
45
|
-
c0.7,0.2,1.5,0.3,2.3,0.3c4.1,0,7.7-2.8,8.8-6.8l2.3-9C127.7,60,122.9,53,122.9,53z M51.2,53.1h-0.4l-0.6,0.1
|
|
46
|
-
c-3,0.5-3.5,2.5-5.9,3h-0.1l0,0l-0.2,0h-0.2h-0.3h-0.1l0,0l0,0c-0.1,0-0.2,0-0.4,0h-0.1c-0.2,0-0.4,0-0.5,0
|
|
47
|
-
c-1.5-0.1-2.6-0.9-4.2-1H38h-0.5l-0.5,0l-0.5,0.1c-0.2,0-0.4,0.1-0.7,0.2c-3.4,1-3.7,8.8-3.7,11.6v0.4c0,0.3,0,0.5,0,0.5l0.3,1.5
|
|
48
|
-
l1,5.4c1,6.7,7,11.6,13.8,11.3H48l0.6-0.1l0.5-0.1h0.1c0.4-0.1,0.8-0.1,1.1-0.2l0.5-0.2c2.6-0.8,4.9-2.4,6.6-4.6l0.3-7.6L58.2,62
|
|
49
|
-
C57,58.9,54.4,52.9,51.2,53.1L51.2,53.1z"/>
|
|
50
|
-
<path class="st4" d="M57.7,73.6l-0.3,7.6v0.1c-1.7,2.1-4,3.7-6.5,4.5l-0.5,0.2c-0.4,0.1-0.7,0.2-1.1,0.2l-0.6,0.1L48,86.3h-0.7
|
|
51
|
-
C42,86.5,37,83.5,34.7,78.7C41.1,73.4,49.7,71.5,57.7,73.6L57.7,73.6z"/>
|
|
52
|
-
<path class="st2" d="M59.5,38.1h-0.3l0,0H59.5z"/>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
</svg>
|