@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,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>
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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:none;}
|
|
8
|
-
.st2{fill:#F1F2F4;}
|
|
9
|
-
.st3{fill:#788190;}
|
|
10
|
-
.st4{fill:#CED5DE;}
|
|
11
|
-
.st5{fill:none;stroke:#788190;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
|
|
12
|
-
</style>
|
|
13
|
-
<title>activeCalls1</title>
|
|
14
|
-
<g id="Layer_2_1_">
|
|
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="M105.5,71.1c0,15.3-12.5,27.8-27.8,27.8c-11.2,0-21.2-6.7-25.6-17L50.7,83c6.6,14.9,24,21.7,39,15.1
|
|
20
|
-
c14.9-6.6,21.7-24,15.1-39c-0.9-2-2-3.9-3.3-5.7l-1.7,0.7C103.5,59,105.5,64.9,105.5,71.1z"/>
|
|
21
|
-
<path class="st1" d="M77.7,41.5c-16.3,0-29.5,13.2-29.5,29.6c0,4.1,0.9,8.2,2.5,11.9l1.4-1.2C46.2,67.7,52.9,51.4,67,45.5
|
|
22
|
-
c11.6-4.9,25-1.3,32.7,8.6l1.7-0.7C95.9,45.9,87.1,41.5,77.7,41.5z"/>
|
|
23
|
-
<path class="st2" d="M165,92.2c0-3.3,1.5-6.4,4.2-8.4c0.6-0.5,0.8-1.3,0.4-2l-2.3-4l-2.4-4.1c-0.4-0.7-1.2-1-2-0.7
|
|
24
|
-
c-1.3,0.5-2.7,0.8-4.1,0.8c-5.3,0-9.8-4-10.5-9.2c-0.1-0.8-0.7-1.4-1.5-1.4h-9.3c-0.8,0-1.4,0.6-1.5,1.4
|
|
25
|
-
c-0.7,5.3-5.2,9.2-10.5,9.2c-1.4,0-2.8-0.3-4.1-0.8c-0.7-0.3-1.5,0-1.9,0.6l-4.6,8.1c-0.4,0.7-0.2,1.5,0.4,2
|
|
26
|
-
c4.7,3.5,5.6,10.2,2.1,14.8c-0.6,0.8-1.3,1.5-2.1,2.1c-0.6,0.5-0.8,1.3-0.4,2l2.1,3.6l0,0l0.3,0.6l0,0l0.4,0.6l0,0l0,0l1.9,3.2
|
|
27
|
-
c0.4,0.7,1.2,0.9,1.9,0.6c1.3-0.5,2.7-0.8,4.1-0.8c5.3,0,9.8,4,10.5,9.2c0.1,0.8,0.7,1.4,1.5,1.4h9.3c0.8,0,1.4-0.6,1.5-1.4
|
|
28
|
-
c0.7-5.3,5.2-9.3,10.6-9.2c1.4,0,2.8,0.3,4.1,0.8c0.7,0.3,1.5,0,1.9-0.6l4.6-8.1c0.4-0.7,0.2-1.5-0.4-2
|
|
29
|
-
C166.5,98.6,165,95.5,165,92.2z"/>
|
|
30
|
-
<path class="st3" d="M99.7,54.1c-9.4-12.1-26.8-14.4-38.9-5s-14.4,26.8-5,38.9s26.8,14.4,38.9,5c6.8-5.2,10.8-13.4,10.8-21.9
|
|
31
|
-
C105.5,65,103.5,59,99.7,54.1z"/>
|
|
32
|
-
<path class="st4" d="M113.1,71.1c0-5.2,2.4-10,6.5-13.1c1-0.7,1.3-2.1,0.7-3.1l-3.6-6.2l-3.7-6.4c-0.6-1.1-1.9-1.5-3-1
|
|
33
|
-
c-2,0.8-4.1,1.3-6.3,1.3c-8.3-0.1-15.2-6.2-16.3-14.3C87.2,26.9,86.2,26,85,26H70.5c-1.2,0-2.2,0.9-2.4,2.1
|
|
34
|
-
c-1.2,9-9.5,15.4-18.5,14.2c-1.4-0.2-2.9-0.6-4.2-1.1c-1.1-0.5-2.4,0-3,1l-7.2,12.6c-0.6,1.1-0.3,2.4,0.7,3.1
|
|
35
|
-
c7.3,5.5,8.7,15.9,3.2,23.1c-0.9,1.2-2,2.3-3.2,3.2c-1,0.7-1.3,2.1-0.7,3.1l3.2,5.6l0,0l0.5,0.9l0,0l0.6,1l0,0l0,0l2.9,5.1
|
|
36
|
-
c0.6,1,1.9,1.5,3,1c8.5-3.5,18.1,0.6,21.6,9c0.5,1.3,0.9,2.7,1.1,4.1c0.1,1.2,1.2,2.1,2.4,2.1H85c1.2,0,2.2-0.9,2.4-2.1
|
|
37
|
-
c1.2-9.1,9.5-15.4,18.6-14.2c1.4,0.2,2.8,0.5,4.1,1.1c1.1,0.5,2.4,0.1,3-1l7.3-12.6c0.6-1.1,0.3-2.4-0.7-3.1
|
|
38
|
-
C115.5,81.1,113.1,76.2,113.1,71.1z"/>
|
|
39
|
-
<path class="st3" d="M65.1,85.3C58,78,53.3,70,52.6,64c-0.3-2.6,0.8-5.1,2.9-6.6l2.5-1.7c0.8-0.6,2-0.4,2.5,0.5c0,0,0,0.1,0.1,0.1
|
|
40
|
-
l6,9.2c0.5,0.8,0.4,1.8-0.2,2.4l-1.4,1.4c-1.7,1.8-1.8,4.5-0.3,6.4c1.2,1.5,2.8,3.3,4.6,5.2l0.2,0.2c1.8,1.8,3.6,3.4,5.1,4.7
|
|
41
|
-
c1.8,1.6,4.6,1.5,6.3-0.3l1.4-1.4c0.6-0.6,1.6-0.8,2.3-0.2l9,6.1c0.8,0.6,1,1.8,0.5,2.7l-1.7,2.5c-1.4,2.1-3.9,3.3-6.4,3
|
|
42
|
-
C80,97.5,72.3,92.7,65.1,85.3L65.1,85.3z"/>
|
|
43
|
-
<path class="st5" d="M80,58.8c6.7,0.1,12.1,5.6,12,12.3c0,0,0,0,0,0"/>
|
|
44
|
-
<path class="st5" d="M77.6,47.4c14.3,0,25.9,11.9,25.9,26.6"/>
|
|
45
|
-
<circle class="st3" cx="142.3" cy="92.2" r="2.5"/>
|
|
46
|
-
<circle class="st3" cx="142.3" cy="83.2" r="2.5"/>
|
|
47
|
-
<circle class="st3" cx="142.3" cy="101.2" r="2.5"/>
|
|
48
|
-
<circle class="st3" cx="142.3" cy="110.2" r="2.5"/>
|
|
49
|
-
<circle class="st3" cx="151.3" cy="92.2" r="2.5"/>
|
|
50
|
-
<circle class="st3" cx="151.3" cy="83.2" r="2.5"/>
|
|
51
|
-
<circle class="st3" cx="151.3" cy="101.2" r="2.5"/>
|
|
52
|
-
<circle class="st3" cx="133.3" cy="92.2" r="2.5"/>
|
|
53
|
-
<circle class="st3" cx="133.3" cy="83.2" r="2.5"/>
|
|
54
|
-
<circle class="st3" cx="133.3" cy="101.2" r="2.5"/>
|
|
55
|
-
</g>
|
|
56
|
-
</g>
|
|
57
|
-
</svg>
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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:#CED5DE;}
|
|
8
|
-
.st2{fill:#788190;}
|
|
9
|
-
.st3{fill:#FFFFFF;}
|
|
10
|
-
.st4{fill:none;stroke:#788190;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
|
|
11
|
-
.st5{opacity:3.000000e-02;fill:#FFFFFF;enable-background:new ;}
|
|
12
|
-
.st6{fill:#E7E9EC;}
|
|
13
|
-
.st7{opacity:3.000000e-02;}
|
|
14
|
-
.st8{fill:#1E2633;}
|
|
15
|
-
</style>
|
|
16
|
-
<title>emptyActivity</title>
|
|
17
|
-
<g id="Layer_2_1_">
|
|
18
|
-
<g id="Layer_1-2">
|
|
19
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
20
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
21
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
22
|
-
<path class="st1" d="M49.2,50.9h94.7l0,0v60.6c0,2.5-2,4.5-4.5,4.5H53.7c-2.5,0-4.5-2-4.5-4.5l0,0V50.9L49.2,50.9z"/>
|
|
23
|
-
<path class="st2" d="M136.8,38.3h-17.1v3.9c0,1.8-1.4,3.2-3.2,3.2c-1.8,0-3.2-1.4-3.2-3.2v-3.9H79.7v3.9c0,1.8-1.4,3.2-3.2,3.2
|
|
24
|
-
c-1.8,0-3.2-1.4-3.2-3.2v-3.9H56.3c-3.9,0-7.1,3.2-7.1,7.1v3.7h94.7v-3.7C143.9,41.5,140.7,38.3,136.8,38.3z"/>
|
|
25
|
-
<path class="st2" d="M68.7,60.7h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C67.7,61.2,68.2,60.7,68.7,60.7z"/>
|
|
26
|
-
<path class="st2" d="M88.7,60.7h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C87.7,61.2,88.2,60.7,88.7,60.7z"/>
|
|
27
|
-
<path class="st2" d="M108.7,60.7h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C107.7,61.2,108.2,60.7,108.7,60.7z"
|
|
28
|
-
/>
|
|
29
|
-
<path class="st2" d="M78.7,79.2h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C77.7,79.7,78.2,79.2,78.7,79.2z"/>
|
|
30
|
-
<path class="st2" d="M98.7,79.2h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C97.7,79.7,98.2,79.2,98.7,79.2z"/>
|
|
31
|
-
<path class="st2" d="M118.7,79.2h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C117.7,79.7,118.2,79.2,118.7,79.2z"
|
|
32
|
-
/>
|
|
33
|
-
<path class="st2" d="M88.7,97.7h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C87.7,98.2,88.2,97.7,88.7,97.7z"/>
|
|
34
|
-
<path class="st2" d="M68.7,97.7h5c0.6,0,1,0.5,1,1v5c0,0.6-0.5,1-1,1h-5c-0.6,0-1-0.5-1-1v-5C67.7,98.2,68.2,97.7,68.7,97.7z"/>
|
|
35
|
-
<path class="st1" d="M76.4,32L76.4,32c1,0,1.8,0.8,1.8,1.8v8.6c0,1-0.8,1.8-1.8,1.8l0,0c-1,0-1.8-0.8-1.8-1.8v-8.6
|
|
36
|
-
C74.6,32.8,75.4,32,76.4,32z"/>
|
|
37
|
-
<path class="st1" d="M116.4,32L116.4,32c1,0,1.8,0.8,1.8,1.8v8.6c0,1-0.8,1.8-1.8,1.8l0,0c-1,0-1.8-0.8-1.8-1.8v-8.6
|
|
38
|
-
C114.6,32.8,115.4,32,116.4,32z"/>
|
|
39
|
-
<rect x="111.5" y="102.8" class="st3" width="26.6" height="26.6"/>
|
|
40
|
-
<polyline class="st4" points="120.1,117.1 123,120.1 131.5,111.9 "/>
|
|
41
|
-
<path class="st5" d="M145.9,83.7V88c-0.8-0.4-1.2-1.3-1.2-2.1C144.6,85,145.1,84.2,145.9,83.7z"/>
|
|
42
|
-
<path class="st5" d="M145.3,91.2l0.6-2v2.5c-0.1,0-0.1,0-0.2,0h-0.1C145.4,91.7,145.2,91.4,145.3,91.2
|
|
43
|
-
C145.3,91.2,145.3,91.2,145.3,91.2z"/>
|
|
44
|
-
<path class="st3" d="M178.7,85.2c-0.3-4.9-2.4-9.5-5.7-13.1c1.6-0.3,2.7-1.9,2.3-3.5c-0.2-0.8-0.6-1.5-1.3-1.9l-3.2-2.3
|
|
45
|
-
c-0.5-0.4-1.1-0.6-1.8-0.6c-1,0-1.9,0.5-2.5,1.3c-0.4,0.6-0.6,1.3-0.6,2c-0.9-0.4-1.9-0.7-2.8-1c3.7-3.3,4.1-8.9,0.8-12.6
|
|
46
|
-
s-8.9-4.1-12.6-0.8s-4.1,8.9-0.8,12.6c0.3,0.3,0.5,0.6,0.8,0.8c-9.3,2.6-15.7,11.1-15.7,20.7v1.5h0.1c0.7,10.7,9.2,19.2,19.9,20
|
|
47
|
-
v0.1h1.5c11.9,0,21.6-9.6,21.6-21.5c0,0,0,0,0-0.1L178.7,85.2L178.7,85.2z M157.2,101.1c-8,0-14.4-6.4-14.4-14.4
|
|
48
|
-
s6.4-14.4,14.4-14.4s14.4,6.4,14.4,14.4c0,1.5-0.2,2.9-0.7,4.3C169.1,97,163.5,101.1,157.2,101.1z M157.4,56
|
|
49
|
-
c1.8,0,3.3,1.5,3.3,3.3c0,0.7-0.2,1.3-0.6,1.8c-1.6-1.3-3.9-1.3-5.6,0c-0.4-0.5-0.6-1.2-0.6-1.8C154,57.5,155.5,56,157.4,56z"/>
|
|
50
|
-
<path class="st1" d="M157.5,66.7c-11.1,0-20,9-20,20s9,20,20,20l0,0c11.1,0,20-9,20-20S168.5,66.7,157.5,66.7z M157.5,102.7
|
|
51
|
-
L157.5,102.7c-8.8,0-15.9-7.1-15.9-15.9s7.1-15.9,15.9-15.9c8.8,0,15.9,7.1,15.9,15.9C173.3,95.5,166.2,102.6,157.5,102.7
|
|
52
|
-
L157.5,102.7z"/>
|
|
53
|
-
<path class="st1" d="M157.5,66.7v4.1c-8.8,0-15.9,7.1-15.9,15.9h-4.1C137.4,75.7,146.4,66.7,157.5,66.7z"/>
|
|
54
|
-
<path class="st1" d="M177.5,86.7c0,11-9,20-20,20l0,0v-4.1l0,0c8.8,0,15.9-7.1,15.9-15.9L177.5,86.7z"/>
|
|
55
|
-
<circle class="st3" cx="157.5" cy="86.7" r="15.9"/>
|
|
56
|
-
<circle class="st6" cx="157.5" cy="86.7" r="1.2"/>
|
|
57
|
-
<g class="st7">
|
|
58
|
-
<circle class="st8" cx="147.4" cy="90.7" r="2.2"/>
|
|
59
|
-
|
|
60
|
-
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -12.8138 130.5101)" class="st8" cx="151.1" cy="80.7" rx="6.9" ry="4.4"/>
|
|
61
|
-
</g>
|
|
62
|
-
<path class="st2" d="M157.5,76c-0.2,0-0.4-0.2-0.4-0.4v-2.4c0-0.2,0.2-0.4,0.4-0.4c0.2,0,0.4,0.2,0.4,0.4v2.4
|
|
63
|
-
C157.8,75.8,157.7,76,157.5,76z M157.9,100.2v-2.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-0.4,0.2-0.4,0.4c0,0,0,0,0,0v2.4
|
|
64
|
-
c0,0.2,0.2,0.4,0.4,0.4C157.7,100.7,157.8,100.5,157.9,100.2L157.9,100.2z M146.7,86.8c0-0.2-0.2-0.4-0.4-0.4c0,0,0,0,0,0H144
|
|
65
|
-
c-0.2,0-0.4,0.1-0.4,0.3c0,0.2,0.1,0.4,0.3,0.4c0,0,0.1,0,0.1,0h2.4C146.6,87.1,146.7,87,146.7,86.8z M171.4,86.8
|
|
66
|
-
c0-0.2-0.2-0.4-0.4-0.4h-2.4c-0.2,0-0.4,0.1-0.4,0.3c0,0.2,0.1,0.4,0.3,0.4c0,0,0.1,0,0.1,0h2.4C171.2,87.1,171.4,87,171.4,86.8z
|
|
67
|
-
M149.9,79.2c0.2-0.2,0.2-0.4,0-0.6l-1.7-1.6c-0.1-0.2-0.4-0.2-0.5,0c0,0,0,0,0,0c-0.1,0.1-0.2,0.4,0,0.5c0,0,0,0,0,0l1.7,1.7
|
|
68
|
-
C149.5,79.4,149.7,79.4,149.9,79.2L149.9,79.2z M167.3,96.6c0.2-0.2,0.2-0.4,0-0.6l-1.7-1.7c-0.1-0.1-0.4-0.2-0.5,0c0,0,0,0,0,0
|
|
69
|
-
c-0.2,0.1-0.2,0.4,0,0.5c0,0,0,0,0,0l1.7,1.7c0.1,0.1,0.2,0.1,0.3,0.1C167.1,96.7,167.2,96.7,167.3,96.6z M148.2,96.6l1.7-1.7
|
|
70
|
-
c0.2-0.2,0.2-0.4,0-0.6c-0.1-0.1-0.4-0.2-0.5,0c0,0,0,0,0,0l-1.7,1.7c-0.2,0.2-0.2,0.4,0,0.6c0.1,0.1,0.2,0.1,0.3,0.1
|
|
71
|
-
C148,96.7,148.1,96.7,148.2,96.6z M165.6,79.2l1.7-1.7c0.1-0.1,0.2-0.4,0-0.5c0,0,0,0,0,0c-0.1-0.2-0.4-0.2-0.5,0c0,0,0,0,0,0
|
|
72
|
-
l-1.7,1.7c-0.2,0.1-0.2,0.4,0,0.5c0,0,0,0,0,0C165.2,79.3,165.4,79.3,165.6,79.2L165.6,79.2z M160.3,77.9l-1.8,6.7
|
|
73
|
-
c1.2,0.6,1.7,2,1.1,3.2c-0.4,0.8-1.2,1.4-2.1,1.4h-0.2l-0.8,2.9c0,0.2-0.2,0.3-0.4,0.3H156c-0.2-0.1-0.3-0.3-0.3-0.5l0.8-2.9
|
|
74
|
-
c-1.2-0.5-1.8-1.9-1.2-3.1c0.4-0.9,1.3-1.4,2.2-1.4h0.3l1.8-6.7c0.1-0.2,0.3-0.3,0.5-0.3C160.3,77.5,160.4,77.7,160.3,77.9z
|
|
75
|
-
M157.9,85.2L157.9,85.2c-0.1,0-0.3-0.1-0.4-0.1c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6
|
|
76
|
-
C159.1,86,158.6,85.4,157.9,85.2z M173.8,70L173.8,70c-0.5,0.7-1.5,0.8-2.2,0.3l-3.2-2.3c-0.7-0.5-0.8-1.5-0.4-2.1c0,0,0,0,0,0
|
|
77
|
-
l0,0c0.5-0.7,1.5-0.9,2.1-0.4c0,0,0,0,0,0l3.2,2.3C174.1,68.3,174.3,69.3,173.8,70z M165,59.3c0,2.7-1.4,5.1-3.8,6.5l-0.3,0.2
|
|
78
|
-
l-0.3,0.2v0.9c-2-0.4-4-0.4-6,0v-0.9l-0.3-0.2l-0.3-0.2c-3.6-2-4.9-6.6-2.8-10.1c2-3.6,6.6-4.9,10.1-2.8
|
|
79
|
-
C163.5,54.2,165,56.7,165,59.3z M162.4,59.3c0-2.7-2.2-4.8-4.8-4.8c-2.7,0-4.8,2.2-4.8,4.8c0,1.4,0.6,2.8,1.7,3.7l0.3,0.2l0.1,0.1
|
|
80
|
-
c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.2,0.2-0.3c1-1.3,2.9-1.5,4.2-0.5c0.2,0.1,0.3,0.3,0.5,0.5c0.1,0.1,0.1,0.2,0.2,0.3
|
|
81
|
-
c0.1,0.1,0.1,0.2,0.1,0.2l0.1-0.1l0.3-0.2C161.8,62.1,162.4,60.8,162.4,59.3L162.4,59.3z M170.5,69.9l-1.6-1.1l-0.4,0.6l1.6,1.1
|
|
82
|
-
L170.5,69.9z"/>
|
|
83
|
-
</g>
|
|
84
|
-
</g>
|
|
85
|
-
</svg>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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:#788190;}
|
|
8
|
-
.st2{fill:#CED5DE;}
|
|
9
|
-
.st3{opacity:0.2;fill:#FFFFFF;enable-background:new ;}
|
|
10
|
-
.st4{fill:#E7E9EC;}
|
|
11
|
-
.st5{fill:#F1F2F4;}
|
|
12
|
-
</style>
|
|
13
|
-
<title>emptyAgent</title>
|
|
14
|
-
<g id="Layer_2_1_">
|
|
15
|
-
<g id="Layer_1-2">
|
|
16
|
-
<path class="st0" d="M181.9,68.8c0,38-30.8,68.8-68.8,68.8s-68.8-30.8-68.8-68.8S75.1,0,113.1,0c0,0,0,0,0,0
|
|
17
|
-
c38,0,68.8,30.7,68.8,68.7C181.9,68.7,181.9,68.8,181.9,68.8z"/>
|
|
18
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
19
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
20
|
-
<path class="st1" d="M116.7,134.8c-3.5,0.2-7.1,0.1-10.6-0.3c0.2-2.9,2.8-5.1,5.7-4.9C114.5,129.8,116.6,132.1,116.7,134.8z"/>
|
|
21
|
-
<path class="st2" d="M117.3,25.5c-0.1,0.1-0.2,0.1-0.3,0.2l0,0C117.1,25.6,117.2,25.5,117.3,25.5z"/>
|
|
22
|
-
<path class="st2" d="M147.8,112.9v15.3c-10.5,6.2-22.5,9.4-34.7,9.4c-14.4,0-28.4-4.5-40.1-12.9v-11.8c0-1.3,1.1-2.4,2.4-2.4
|
|
23
|
-
c0,0,0,0,0,0h70C146.7,110.5,147.8,111.6,147.8,112.9z"/>
|
|
24
|
-
<path class="st1" d="M147.8,112.9v1H73v-1c0-1.3,1.1-2.4,2.4-2.4c0,0,0,0,0,0h70C146.7,110.5,147.8,111.6,147.8,112.9z"/>
|
|
25
|
-
<path class="st3" d="M147.8,112.9v15.3c-10.5,6.2-22.5,9.4-34.7,9.4c-7,0-14-1.1-20.7-3.1c11.2-6.9,29.9-17.4,44.8-24h8.1
|
|
26
|
-
C146.7,110.5,147.8,111.5,147.8,112.9C147.8,112.9,147.8,112.9,147.8,112.9z"/>
|
|
27
|
-
<path class="st4" d="M135.6,52.5v23.8c0,13.1-10.1,24-23.2,25c-0.6,0-1.2,0.1-1.9,0.1c-13.8,0-25-11.2-25-25l0,0V52.5H135.6z"/>
|
|
28
|
-
<path class="st4" d="M78.5,73.5c-4.1,0-5-3.3-5-7.4s0.9-7.4,5-7.4V73.5z M142.8,74.6c4.1,0,5-3.3,5-7.4s-0.9-7.4-5-7.4V74.6z"/>
|
|
29
|
-
<circle class="st1" cx="100.6" cy="72.7" r="2.1"/>
|
|
30
|
-
<circle class="st1" cx="118.6" cy="72.7" r="2.1"/>
|
|
31
|
-
<path class="st1" d="M115.9,81.3c0,3.6-2.9,6.5-6.4,6.5c-3.6,0-6.5-2.9-6.5-6.5"/>
|
|
32
|
-
<path class="st2" d="M139.9,75.9c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6c0,0,0,0,0,0c-0.1,6.8-3.1,11.6-8.8,14.3
|
|
33
|
-
c-2.6,1.2-5.4,1.9-8.2,2.1c-0.3-2.7-2.8-4.7-5.6-4.4c-2.7,0.3-4.7,2.8-4.4,5.6c0.3,2.7,2.8,4.7,5.6,4.4c2.3-0.3,4.1-2.1,4.4-4.4
|
|
34
|
-
C124.8,93.2,139.6,91.5,139.9,75.9z"/>
|
|
35
|
-
<path class="st1" d="M135.6,62.9v11.5c0,1,0.8,1.9,1.9,1.9l0,0h3.5c1,0,1.9-0.8,1.9-1.9l0,0V61.5"/>
|
|
36
|
-
<path class="st1" d="M80.4,56L80.4,56c-1,0-1.9,0.8-1.9,1.9l0,0v16.5c0,1,0.8,1.9,1.9,1.9l0,0h3.5c1,0,1.9-0.8,1.9-1.9l0,0V56
|
|
37
|
-
H80.4z"/>
|
|
38
|
-
<path class="st2" d="M153,57.2c0,0,0,0.1,0,0.1c-0.8,5-5.4,8.4-10.3,7.7c-0.3,0-0.7-0.1-1-0.2c-2,1.9-4.7,2.7-7.4,2.3
|
|
39
|
-
c-4.3-0.7-7.5-4.4-7.6-8.7c-2.4,3.4-6.5,5.1-10.6,4.5c-3.4-0.5-6.3-2.5-8-5.5c-1.1,0.9-2.5,1.3-3.8,1.1c-2.6-0.4-4.4-2.8-4.2-5.4
|
|
40
|
-
c-3.6,5.4-10.9,6.9-16.3,3.4c-3.9-2.6-5.9-7.2-5.2-11.8c0.6-4.1,3.2-7.5,6.9-9.2c-1.1-4.2,1.4-8.6,5.6-9.7
|
|
41
|
-
c1.7-0.5,3.5-0.3,5.2,0.4c0.5-1,1.1-2,1.8-2.8c2.6-3.1,6.6-4.6,10.7-4c2.9,0.4,5.4,1.9,7.3,4.1c0.9-1.2,1.9-2.3,3.2-3.1
|
|
42
|
-
c2.4-1.7,5.4-2.3,8.3-1.9c6.5,1,11,7,10,13.5c0,0.1-0.1,0.2-0.1,0.3c0.8-0.1,1.6-0.1,2.4,0c5,0.8,8.4,5.4,7.6,10.4
|
|
43
|
-
c-0.1,0.5-0.2,1.1-0.4,1.6c-0.3,0.9-0.7,1.8-1.3,2.5C150.6,47.8,153.7,52.4,153,57.2z"/>
|
|
44
|
-
<path class="st4" d="M153,57.2c0,0,0,0.1,0,0.1c-32.3-5.8-47.8-22.5-54.7-33.9c2.6-3.1,6.6-4.6,10.7-4c2.9,0.4,5.4,1.9,7.3,4.1
|
|
45
|
-
c3.7-5.4,11-6.7,16.4-3c3.7,2.6,5.7,7.1,5,11.5c0,0.1-0.1,0.2-0.1,0.3c0.8-0.1,1.6-0.1,2.4,0c5,0.8,8.4,5.4,7.6,10.4
|
|
46
|
-
c-0.2,1.5-0.8,2.9-1.7,4.1C150.6,47.8,153.7,52.4,153,57.2z"/>
|
|
47
|
-
<path class="st5" d="M147.5,42.7c-0.1,0.5-0.2,1.1-0.4,1.6c-12.6-3-22.9-12-27.8-24c2.4-1.7,5.4-2.3,8.3-1.9
|
|
48
|
-
c6.5,1,10.9,7.1,9.9,13.6c0,0,0,0,0,0c0,0.1-0.1,0.2-0.1,0.3c0.8-0.1,1.6-0.1,2.4,0C144.8,33.1,148.2,37.7,147.5,42.7
|
|
49
|
-
C147.5,42.7,147.5,42.7,147.5,42.7z"/>
|
|
50
|
-
</g>
|
|
51
|
-
</g>
|
|
52
|
-
</svg>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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{opacity:0.5;fill:#FFFFFF;enable-background:new ;}
|
|
8
|
-
.st2{fill:#CED5DE;}
|
|
9
|
-
.st3{fill:#F6F8FB;}
|
|
10
|
-
.st4{fill:#788190;}
|
|
11
|
-
.st5{fill:#FFFFFF;}
|
|
12
|
-
.st6{fill:none;stroke:#CED5DE;stroke-linecap:round;stroke-linejoin:round;}
|
|
13
|
-
</style>
|
|
14
|
-
<title>emptyArchieved</title>
|
|
15
|
-
<g id="Layer_2_1_">
|
|
16
|
-
<g id="Layer_1-2">
|
|
17
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
18
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
19
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
20
|
-
<path class="st1" d="M110.7,44H57.6c-1.6,0-3,1.4-3,3v42.7l0,0c0,4.5,3.6,8.1,8.1,8.1c0,0,0,0,0,0h1.2l12-35.6l34.9-11.4L110.7,44
|
|
21
|
-
z"/>
|
|
22
|
-
<path class="st2" d="M54.5,104.1h50c7.5,0,13.6-6.1,13.6-13.5c0,0,0,0,0,0V54c0-1.7-1.4-3-3.1-3H67.8c-1.7,0-3,1.4-3,3v39.8
|
|
23
|
-
C64.8,93.8,64.5,103.6,54.5,104.1z"/>
|
|
24
|
-
<rect x="83.3" y="67.5" class="st3" width="19" height="3.4"/>
|
|
25
|
-
<path class="st4" d="M44.2,40.7v52.8c-0.1,5.7,4.4,10.4,10.1,10.6c5.7,0.1,10.3-4.4,10.4-10.1c0-0.1,0-0.1,0-0.2V54
|
|
26
|
-
c0-1.7,1.3-3,3-3h46.8v-9.9c0-1.9-1.5-3.4-3.4-3.4h-64C45.6,37.7,44.2,39.1,44.2,40.7C44.2,40.7,44.2,40.7,44.2,40.7z"/>
|
|
27
|
-
<path class="st5" d="M164.3,58.7v41.7c0,2.2-1.8,4-4,4h-31.5c-2.2,0-4-1.7-4-3.9c0,0,0,0,0-0.1V54.7c0-2.2,1.8-4,4-4
|
|
28
|
-
c0,0,0,0,0.1,0h27.3L164.3,58.7z"/>
|
|
29
|
-
<path class="st2" d="M156.1,50.6v5.5c0,1.4,1.2,2.6,2.6,2.6h5.6L156.1,50.6z"/>
|
|
30
|
-
<line class="st6" x1="132.2" y1="63.9" x2="148.9" y2="63.9"/>
|
|
31
|
-
<line class="st6" x1="132.2" y1="73.9" x2="140.9" y2="73.9"/>
|
|
32
|
-
<line class="st6" x1="145.2" y1="73.9" x2="153.9" y2="73.9"/>
|
|
33
|
-
<line class="st6" x1="132.2" y1="83.9" x2="148.9" y2="83.9"/>
|
|
34
|
-
<path class="st5" d="M105.5,36.6v14.3H66.8V29.5c0-1.7,1.3-3,2.9-3c0,0,0,0,0.1,0h24.7L105.5,36.6z"/>
|
|
35
|
-
<path class="st4" d="M98.4,36.7h7.1l-11-10.2v6.3C94.5,34.9,96.3,36.6,98.4,36.7z"/>
|
|
36
|
-
</g>
|
|
37
|
-
</g>
|
|
38
|
-
</svg>
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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:#788190;}
|
|
8
|
-
.st2{fill:#CED5DE;}
|
|
9
|
-
.st3{fill:#F6F8FB;}
|
|
10
|
-
.st4{fill:#FFFFFF;}
|
|
11
|
-
</style>
|
|
12
|
-
<title>emptyAttach</title>
|
|
13
|
-
<g id="Layer_2_1_">
|
|
14
|
-
<g id="Layer_1-2">
|
|
15
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
16
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
17
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
18
|
-
<path class="st1" d="M88.3,108.6h-7.5c-1.6,0-2.9-1.3-2.9-2.9l0,0V33.9c0-1.6,1.3-2.9,2.9-2.9h7.5c-1.6,0-2.9,1.3-2.9,2.9v71.8
|
|
19
|
-
C85.4,107.2,86.7,108.5,88.3,108.6L88.3,108.6z"/>
|
|
20
|
-
<path class="st2" d="M147.3,45v60.6c0,1.6-1.3,2.9-2.9,2.9h-56c-1.6,0-2.9-1.3-2.9-2.9V33.9c0-1.6,1.3-2.9,2.9-2.9l0,0h43.9
|
|
21
|
-
L147.3,45z"/>
|
|
22
|
-
<path class="st1" d="M132.2,30.9v11.2c0,1.6,1.3,2.9,2.9,2.9h12.1L132.2,30.9z"/>
|
|
23
|
-
<circle class="st1" cx="146.6" cy="91.2" r="12.6"/>
|
|
24
|
-
<path class="st3" d="M154.4,91.3c0,0.9-0.8,1.7-1.7,1.7h-4.5v4.5c0.1,0.9-0.6,1.7-1.5,1.8c-0.9,0.1-1.7-0.6-1.8-1.5
|
|
25
|
-
c0-0.1,0-0.2,0-0.3V93h-4.5c-0.9,0.1-1.7-0.6-1.8-1.5c-0.1-0.9,0.6-1.7,1.5-1.8c0.1,0,0.2,0,0.3,0h4.5v-4.5
|
|
26
|
-
c-0.1-0.9,0.6-1.7,1.5-1.8c0.9-0.1,1.7,0.6,1.8,1.5c0,0.1,0,0.2,0,0.3v4.5h4.5C153.7,89.7,154.4,90.4,154.4,91.3L154.4,91.3z
|
|
27
|
-
M137.4,55L102,39.2L88.3,69.8l35.4,15.8L137.4,55z"/>
|
|
28
|
-
<path class="st1" d="M116,24.8v33.8c0,5.2-4.2,9.4-9.4,9.4c-5.2,0-9.4-4.2-9.4-9.4c0,0,0,0,0,0V42.5c-0.1-0.7,0.4-1.3,1.1-1.4
|
|
29
|
-
c0.7-0.1,1.3,0.4,1.4,1.1c0,0.1,0,0.1,0,0.2v16.1c0,3.8,3.1,6.9,6.9,6.9s6.9-3.1,6.9-6.9V24.8c0-2.7-2.2-4.9-4.9-4.9
|
|
30
|
-
c-2.7,0-4.9,2.2-4.9,4.9c0,0,0,0,0,0v6.2h-2.5v-6.2c-0.2-4.1,3.1-7.6,7.2-7.7s7.6,3.1,7.7,7.2C116,24.4,116,24.6,116,24.8
|
|
31
|
-
L116,24.8z"/>
|
|
32
|
-
<path class="st4" d="M39.6,32.6L67.4,45c2.1,0.9,3.1,3.4,2.1,5.5l-10.3,23c-0.9,2.1-3.4,3.1-5.5,2.1L25.9,63.2
|
|
33
|
-
c-2.1-0.9-3.1-3.4-2.1-5.5l10.3-23C35,32.6,37.5,31.7,39.6,32.6z"/>
|
|
34
|
-
<path class="st1" d="M30.9,56l10.2-5.9c1.1-0.6,2.4-0.2,3.1,0.8c0,0.1,0.1,0.2,0.1,0.3l2.1,5.2c0.4,1.1,1.6,1.6,2.7,1.3l8.2-2.3
|
|
35
|
-
c1.2-0.3,2.4,0.4,2.8,1.6c0.1,0.5,0.1,1.1-0.1,1.5l-5.3,11.2L31.2,60c-1.1-0.5-1.7-1.8-1.2-2.9C30.1,56.6,30.5,56.2,30.9,56z
|
|
36
|
-
M42.7,39c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8s2.8-1.3,2.8-2.8l0,0C45.6,40.3,44.3,39,42.7,39z"/>
|
|
37
|
-
</g>
|
|
38
|
-
</g>
|
|
39
|
-
</svg>
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 23.0.3, 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 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
|
|
5
|
-
<title>blueprintEmt</title>
|
|
6
|
-
<g>
|
|
7
|
-
<g id="Layer_1-2">
|
|
8
|
-
<path style="opacity:0.35;fill:#E5E5E5;enable-background:new ;" d="M288.2,78.1H211c-1.9-2.6-2.1-5.1-0.7-7.7h44
|
|
9
|
-
c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H134.7c-1.8-2.7-1.7-5.4,0.2-8.2h40.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0
|
|
10
|
-
l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h59.7
|
|
11
|
-
c1.6,2.5,1.7,5.6,0.2,8.2H34.7c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6h111.2c1.2,2.5,1,5.4-0.6,7.7H63
|
|
12
|
-
c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h72c1.1,2.2,1.1,4.8,0,7h-32.6c-5.3,0-9.6,4.3-9.6,9.6c0,5.3,4.3,9.6,9.6,9.6
|
|
13
|
-
l0,0h114.5c5.3,0,9.6-4.3,9.6-9.6c0-5.3-4.3-9.6-9.6-9.6h-17.2c-1.4-2.1-1.4-4.9,0-7h88.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0
|
|
14
|
-
C297.9,82.3,293.6,78,288.2,78.1z"/>
|
|
15
|
-
|
|
16
|
-
<polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
|
|
17
|
-
76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1 "/>
|
|
18
|
-
<g style="opacity:0.7;">
|
|
19
|
-
|
|
20
|
-
<circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;" cx="66.6" cy="22.8" r="4.3"/>
|
|
21
|
-
</g>
|
|
22
|
-
<g style="opacity:0.7;">
|
|
23
|
-
|
|
24
|
-
<circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;" cx="192.3" cy="117.8" r="4.3"/>
|
|
25
|
-
</g>
|
|
26
|
-
|
|
27
|
-
<polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
|
|
28
|
-
139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4 138.3,15.6 "/>
|
|
29
|
-
|
|
30
|
-
<polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
|
|
31
|
-
215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7 214.2,0.9 "/>
|
|
32
|
-
<g style="opacity:0.7;">
|
|
33
|
-
|
|
34
|
-
<circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;" cx="260.9" cy="54.3" r="8"/>
|
|
35
|
-
</g>
|
|
36
|
-
<g style="opacity:0.3;">
|
|
37
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="145.9" y1="51.3" x2="145.9" y2="40.8"/>
|
|
38
|
-
<circle style="fill:none;stroke:#000000;stroke-miterlimit:10;" cx="145.9" cy="56.6" r="5.3"/>
|
|
39
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="145.9" y1="58.5" x2="145.9" y2="54.6"/>
|
|
40
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="144" y1="56.6" x2="147.9" y2="56.6"/>
|
|
41
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="145.9" y1="61.9" x2="145.9" y2="72.4"/>
|
|
42
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="181.5" y1="80.1" x2="192" y2="80.1"/>
|
|
43
|
-
<circle style="fill:none;stroke:#000000;stroke-miterlimit:10;" cx="176.2" cy="80.1" r="5.3"/>
|
|
44
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="174.2" y1="80.1" x2="178.1" y2="80.1"/>
|
|
45
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="176.2" y1="78.1" x2="176.2" y2="82"/>
|
|
46
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="170.8" y1="80.1" x2="160.3" y2="80.1"/>
|
|
47
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="131.8" y1="80.5" x2="116.8" y2="80.5"/>
|
|
48
|
-
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="103.2" y1="86.6" x2="103.2" y2="106.6"/>
|
|
49
|
-
<path style="fill:none;stroke:#000000;stroke-miterlimit:10;" d="M110.9,86.6H95.5c-3.1,0-5.6-2.5-5.6-5.6v-1
|
|
50
|
-
c0-3.1,2.5-5.6,5.6-5.6c0,0,0,0,0,0h15.4c3.1,0,5.6,2.5,5.6,5.6c0,0,0,0,0,0v1c0,3.1-2.4,5.5-5.5,5.6
|
|
51
|
-
C111,86.6,110.9,86.6,110.9,86.6z"/>
|
|
52
|
-
<circle cx="103.2" cy="80.5" r="1.2"/>
|
|
53
|
-
<circle cx="107.6" cy="80.5" r="1.2"/>
|
|
54
|
-
<circle cx="98.9" cy="80.5" r="1.2"/>
|
|
55
|
-
</g>
|
|
56
|
-
<path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M161.9,40.7H130c-0.2,0-0.4-0.2-0.4-0.4v-12
|
|
57
|
-
c0-0.2,0.2-0.4,0.4-0.4h31.9c0.2,0,0.4,0.2,0.4,0.4v12C162.2,40.6,162.1,40.7,161.9,40.7z"/>
|
|
58
|
-
<circle cx="145.9" cy="34.4" r="1.2"/>
|
|
59
|
-
<circle cx="150.3" cy="34.4" r="1.2"/>
|
|
60
|
-
<circle cx="141.6" cy="34.4" r="1.2"/>
|
|
61
|
-
<path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M224.2,86.4h-31.9c-0.2,0-0.4-0.2-0.4-0.4V74
|
|
62
|
-
c0-0.2,0.2-0.4,0.4-0.4h31.9c0.2,0,0.4,0.2,0.4,0.4v12C224.6,86.2,224.4,86.4,224.2,86.4C224.2,86.4,224.2,86.4,224.2,86.4z"/>
|
|
63
|
-
<circle cx="208.3" cy="80.1" r="1.2"/>
|
|
64
|
-
<circle cx="212.6" cy="80.1" r="1.2"/>
|
|
65
|
-
<circle cx="203.9" cy="80.1" r="1.2"/>
|
|
66
|
-
<path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M119.2,119.4H87.3c-0.2,0-0.4-0.2-0.4-0.4v-12
|
|
67
|
-
c0-0.2,0.2-0.4,0.4-0.4h31.9c0.2,0,0.4,0.2,0.4,0.4v12C119.5,119.2,119.4,119.4,119.2,119.4z"/>
|
|
68
|
-
<circle cx="103.2" cy="113" r="1.2"/>
|
|
69
|
-
<circle cx="107.6" cy="113" r="1.2"/>
|
|
70
|
-
<circle cx="98.9" cy="113" r="1.2"/>
|
|
71
|
-
<path style="fill:#FFFFFF;stroke:#66BDE9;stroke-miterlimit:10;" d="M132.2,87.7h27.6c0.3,0,0.6-0.3,0.6-0.6V73
|
|
72
|
-
c0-0.3-0.3-0.6-0.6-0.6h-27.6c-0.3,0-0.6,0.3-0.6,0.6v14.1C131.5,87.5,131.8,87.7,132.2,87.7z"/>
|
|
73
|
-
<circle cx="145.9" cy="80.1" r="1.2"/>
|
|
74
|
-
<circle cx="150.3" cy="80.1" r="1.2"/>
|
|
75
|
-
<circle cx="141.6" cy="80.1" r="1.2"/>
|
|
76
|
-
</g>
|
|
77
|
-
</g>
|
|
78
|
-
</svg>
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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:#F1F2F4;}
|
|
8
|
-
.st2{fill:#788190;}
|
|
9
|
-
.st3{fill:#CED5DE;}
|
|
10
|
-
.st4{fill:#FFFFFF;}
|
|
11
|
-
</style>
|
|
12
|
-
<title>businessHourNew</title>
|
|
13
|
-
<g id="Layer_2_1_">
|
|
14
|
-
<g id="Layer_1-2">
|
|
15
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
16
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
17
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
18
|
-
<path class="st1" d="M168,87c0-3.3,1.5-6.4,4.2-8.4c0.6-0.5,0.8-1.3,0.4-2l-2.3-4l-2.4-4.1c-0.4-0.7-1.2-0.9-1.9-0.6
|
|
19
|
-
c-5.4,2.3-11.6-0.3-13.8-5.7c-0.4-0.9-0.6-1.8-0.7-2.7c-0.1-0.8-0.7-1.4-1.5-1.4h-9.3c-0.8,0-1.4,0.6-1.5,1.4
|
|
20
|
-
c-0.7,5.3-5.2,9.2-10.5,9.2c-1.4,0-2.8-0.3-4.1-0.8c-0.7-0.3-1.5,0-1.9,0.6l-4.7,8.1c-0.4,0.7-0.2,1.5,0.4,2
|
|
21
|
-
c4.7,3.5,5.6,10.2,2.1,14.8c-0.6,0.8-1.3,1.5-2.1,2.1c-0.6,0.5-0.8,1.3-0.4,2l2.1,3.6l0,0l0.3,0.6l0,0l0.4,0.6l0,0l0,0l1.9,3.2
|
|
22
|
-
c0.4,0.7,1.2,0.9,1.9,0.6c1.3-0.5,2.7-0.8,4.1-0.8c5.3,0,9.8,4,10.5,9.2c0.1,0.8,0.7,1.4,1.5,1.4h9.2c0.8,0,1.4-0.6,1.5-1.4
|
|
23
|
-
c0.7-5.3,5.2-9.3,10.5-9.2c1.4,0,2.8,0.3,4.1,0.8c0.7,0.3,1.5,0,1.9-0.6l4.7-8.1c0.4-0.7,0.2-1.5-0.4-2
|
|
24
|
-
C169.5,93.4,168,90.3,168,87z"/>
|
|
25
|
-
<path class="st2" d="M102.7,48.9c-9.4-12.2-26.8-14.4-39-5.1s-14.4,26.8-5.1,39s26.8,14.4,39,5.1c6.8-5.2,10.8-13.4,10.8-22
|
|
26
|
-
C108.5,59.7,106.5,53.8,102.7,48.9z M80.7,89c-9.8,0-18.5-6.2-21.8-15.4c-0.9-2.5-1.3-5.1-1.3-7.8c0-12.8,10.4-23.2,23.1-23.2
|
|
27
|
-
c12.8,0,23.2,10.4,23.2,23.2S93.5,89,80.7,89C80.7,89,80.7,89,80.7,89z"/>
|
|
28
|
-
<path class="st3" d="M116.1,65.8c0-5.2,2.4-10,6.5-13.1c1-0.7,1.3-2.1,0.7-3.1l-3.6-6.2L116,37c-0.6-1.1-1.9-1.5-3-1
|
|
29
|
-
c-2,0.8-4.1,1.3-6.3,1.3c-8.3,0-15.3-6.2-16.4-14.4c-0.1-1.2-1.1-2.1-2.3-2.1H73.5c-1.2,0-2.2,0.9-2.4,2.1
|
|
30
|
-
c-1.2,9-9.5,15.4-18.5,14.3c-1.5-0.2-2.9-0.6-4.2-1.1c-1.1-0.5-2.4-0.1-3,1l-7.2,12.6c-0.6,1.1-0.3,2.4,0.7,3.1
|
|
31
|
-
c7.3,5.5,8.7,15.9,3.2,23.1c-0.9,1.2-2,2.3-3.2,3.2c-1,0.7-1.3,2.1-0.7,3.1l3.2,5.6l0,0l0.5,0.9l0,0l0.6,1l0,0l0,0l2.9,5.1
|
|
32
|
-
c0.6,1,1.9,1.5,3,1c2-0.8,4.2-1.2,6.3-1.2c8.3,0,15.3,6.2,16.4,14.4c0.2,1.2,1.2,2.1,2.4,2.1h14.4c1.2,0,2.2-0.9,2.4-2.1
|
|
33
|
-
c1.2-9.1,9.5-15.4,18.6-14.2c1.4,0.2,2.8,0.6,4.1,1.1c1.1,0.5,2.4,0.1,3-1l7.3-12.6c0.6-1.1,0.3-2.4-0.7-3.1
|
|
34
|
-
C118.5,75.9,116.1,71,116.1,65.8z M102.1,87.7C82.3,102.5,61,94.1,53.8,78l0,0c0,0,0-0.1,0-0.1l0,0l0,0c-0.1-0.2-0.2-0.4-0.3-0.7
|
|
35
|
-
c-0.2-0.6-0.5-1.3-0.6-1.5c-3.2-9.2-2.1-20.4,6.1-31.2c0.1-0.2,0.3-0.4,0.5-0.5c17.3-13,35.8-8,45,4.3c7.4,10,8.7,24.9-1.9,39
|
|
36
|
-
C102.5,87.5,102.3,87.6,102.1,87.7L102.1,87.7z"/>
|
|
37
|
-
<circle class="st4" cx="145.3" cy="87" r="10.2"/>
|
|
38
|
-
<path class="st2" d="M97.4,65.7H83.8c-0.3-0.6-0.9-1-1.6-1.1l-3.5-10C78.6,54,78,53.8,77.5,54s-0.8,0.8-0.6,1.3l0,0l3.5,10
|
|
39
|
-
c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.2,1,2.1,2.1,2.1c0.8,0,1.5-0.4,1.9-1.1h13.6c0.6,0,1-0.4,1-1S98,65.7,97.4,65.7z"/>
|
|
40
|
-
</g>
|
|
41
|
-
</g>
|
|
42
|
-
</svg>
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, 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:#CED5DE;}
|
|
8
|
-
.st2{fill:#788190;}
|
|
9
|
-
.st3{fill:#FFFFFF;}
|
|
10
|
-
.st4{opacity:0.8;}
|
|
11
|
-
</style>
|
|
12
|
-
<title>callHostory1</title>
|
|
13
|
-
<g id="Layer_2_1_">
|
|
14
|
-
<g id="Layer_1-2">
|
|
15
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
16
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
17
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
18
|
-
<path class="st1" d="M144.8,72.5v33.8c0,4.9,4,8.9,8.9,8.9l0,0l0,0c4.9,0,8.9-4,8.9-8.9v0V72.5H144.8z"/>
|
|
19
|
-
<path class="st1" d="M136.1,31.9c-4.9,0-8.9,4-8.9,8.9v61.4c0,0,1.2,13.7-8.7,13h-0.2c-4.9,0-8.9-4-8.9-8.9c0,0,0,0,0,0V93.7H59.9
|
|
20
|
-
V31.9H136.1z"/>
|
|
21
|
-
<path class="st2" d="M153.9,115.2h-35.4c9.8,0,8.7-13,8.7-13V40.8c0.2-4.9,4.3-8.8,9.2-8.6c4.7,0.2,8.4,3.9,8.6,8.6V102
|
|
22
|
-
C144.4,114.9,153.9,115.2,153.9,115.2z M109.4,106.3V93.7H43.5v12.6c0,4.9,4,8.9,8.9,8.9c0,0,0,0,0,0h65.9
|
|
23
|
-
C113.4,115.2,109.4,111.2,109.4,106.3C109.4,106.3,109.4,106.3,109.4,106.3z"/>
|
|
24
|
-
<circle class="st3" cx="61" cy="30.5" r="20.9"/>
|
|
25
|
-
<path class="st2" d="M81.9,30.2c0,3.4-0.8,6.9-2.4,9.9c-1.6,3-3.9,5.6-6.7,7.4c-5.6,3.7-12.6,4.4-18.8,1.8
|
|
26
|
-
c-2.9-1.3-5.5-3.2-7.5-5.8c-0.3-0.3-0.5-0.6-0.7-1l-0.7-1l-0.6-1c-0.2-0.3-0.4-0.7-0.5-1l-0.5-1.1c-0.2-0.4-0.2-0.8-0.4-1.1
|
|
27
|
-
c-0.2-0.7-0.4-1.5-0.5-2.3c-0.5-3-0.3-6.2,0.7-9.1c1-2.7,2.5-5.1,4.5-7.1l2.5,2.5c0.4,0.4,0.9,0.3,1.3,0c0.2-0.2,0.3-0.4,0.3-0.6
|
|
28
|
-
V12c0-0.5-0.4-0.9-0.9-0.9l-9.4-0.6c-0.5,0-0.9,0.4-1,0.9c0,0.3,0.1,0.5,0.3,0.7l2.7,2.7c-2.5,2.8-4.3,6.2-5.3,9.8
|
|
29
|
-
c-0.9,3.8-1,7.7-0.1,11.4c0.2,0.9,0.5,1.8,0.9,2.7c0.2,0.5,0.3,0.9,0.5,1.3l0.6,1.3c0.2,0.4,0.4,0.8,0.7,1.2l0.8,1.2l0.9,1.1
|
|
30
|
-
c0.3,0.4,0.6,0.8,0.9,1.1c2.5,2.8,5.7,4.9,9.2,6.1c7,2.4,14.8,1.2,20.7-3.4C79.4,44.3,82.5,37.4,81.9,30.2z"/>
|
|
31
|
-
<g class="st4">
|
|
32
|
-
<path class="st2" d="M82.3,77.3c-3.7-3.8-5.8-8.3-6.2-11.5c-0.2-1.3,0.4-2.7,1.5-3.5l1.3-0.9c0.5-0.3,1.1-0.2,1.4,0.3l3.1,4.8
|
|
33
|
-
c0.3,0.4,0.2,0.9-0.1,1.3l-0.7,0.8c-0.9,0.9-0.9,2.3-0.1,3.3c0.7,0.8,1.5,1.7,2.4,2.7l0.1,0.1c1,0.9,1.9,1.8,2.7,2.5
|
|
34
|
-
c0.9,0.9,2.3,0.9,3.2,0l0.7-0.8c0.3-0.3,0.8-0.4,1.2-0.1l4.7,3.2c0.5,0.3,0.6,0.9,0.3,1.4c0,0,0,0,0,0L97,82.2
|
|
35
|
-
c-0.7,1.1-2,1.7-3.4,1.6C90.6,83.4,86.1,81.1,82.3,77.3L82.3,77.3z"/>
|
|
36
|
-
</g>
|
|
37
|
-
<path class="st3" d="M102.5,45.4c-6.3,0-11.5,5.1-11.5,11.5c0,2.2,0.6,4.3,1.8,6.1l-1.1,3.6l4-0.5c5.1,3.8,12.3,2.7,16.1-2.5
|
|
38
|
-
s2.7-12.3-2.5-16.1C107.3,46.2,104.9,45.4,102.5,45.4L102.5,45.4z"/>
|
|
39
|
-
<path class="st2" d="M70.7,32.9H59.9c-0.6,0-1-0.4-1-1V21c0-0.6,0.4-1,1-1s1,0.4,1,1v10h9.8c0.6,0,1,0.4,1,1S71.2,33,70.7,32.9
|
|
40
|
-
L70.7,32.9z"/>
|
|
41
|
-
<circle class="st2" cx="102.5" cy="56.9" r="1"/>
|
|
42
|
-
<circle class="st2" cx="98.5" cy="56.9" r="1"/>
|
|
43
|
-
<circle class="st2" cx="106.5" cy="56.9" r="1"/>
|
|
44
|
-
</g>
|
|
45
|
-
</g>
|
|
46
|
-
</svg>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 23.0.3, 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 298 123.5" style="enable-background:new 0 0 298 123.5;" xml:space="preserve">
|
|
5
|
-
<title>cloudEmt</title>
|
|
6
|
-
<g>
|
|
7
|
-
<g id="Layer_1-2">
|
|
8
|
-
<path style="opacity:0.35;fill:#E5E5E5;enable-background:new ;" d="M288.2,78.1H211c-1.9-2.6-2.1-5.1-0.7-7.7h44
|
|
9
|
-
c5.3,0,9.6-4.3,9.6-9.6l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H134.7c-1.8-2.7-1.7-5.4,0.2-8.2h40.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0
|
|
10
|
-
l0,0c0-5.3-4.3-9.6-9.6-9.6l0,0H9.6c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0C0,38.7,4.3,43,9.6,43c0,0,0,0,0,0h59.7
|
|
11
|
-
c1.6,2.5,1.7,5.6,0.2,8.2H34.7c-5.3,0-9.6,4.3-9.6,9.6c0,0,0,0,0,0l0,0c0,5.3,4.3,9.6,9.6,9.6h111.2c1.2,2.5,1,5.4-0.6,7.7H63
|
|
12
|
-
c-5.3,0-9.6,4.3-9.6,9.6l0,0c0,5.3,4.3,9.6,9.6,9.6h72c1.1,2.2,1.1,4.8,0,7h-32.6c-5.3,0-9.6,4.3-9.6,9.6c0,5.3,4.3,9.6,9.6,9.6
|
|
13
|
-
l0,0h114.5c5.3,0,9.6-4.3,9.6-9.6c0-5.3-4.3-9.6-9.6-9.6h-17.2c-1.4-2.1-1.4-4.9,0-7h88.7c5.3,0,9.6-4.3,9.6-9.6c0,0,0,0,0,0l0,0
|
|
14
|
-
C297.9,82.3,293.6,78,288.2,78.1z"/>
|
|
15
|
-
|
|
16
|
-
<polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
|
|
17
|
-
76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1 "/>
|
|
18
|
-
<g style="opacity:0.7;">
|
|
19
|
-
|
|
20
|
-
<circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:0.97,0.97;" cx="66.6" cy="22.8" r="4.3"/>
|
|
21
|
-
</g>
|
|
22
|
-
<g style="opacity:0.7;">
|
|
23
|
-
|
|
24
|
-
<circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.03,1.03;" cx="192.3" cy="117.8" r="4.3"/>
|
|
25
|
-
</g>
|
|
26
|
-
|
|
27
|
-
<polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
|
|
28
|
-
139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4 138.3,15.6 "/>
|
|
29
|
-
|
|
30
|
-
<polygon style="opacity:0.7;fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;enable-background:new ;" points="
|
|
31
|
-
215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7 214.2,0.9 "/>
|
|
32
|
-
<g style="opacity:0.7;">
|
|
33
|
-
|
|
34
|
-
<circle style="fill:none;stroke:#DADADA;stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:1.01,1.01;" cx="260.9" cy="54.3" r="8"/>
|
|
35
|
-
</g>
|
|
36
|
-
</g>
|
|
37
|
-
</g>
|
|
38
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298 123.46"><defs><style>.cls-1{fill:#ffdddd;opacity:0.25;}.cls-1,.cls-2{isolation:isolate;}.cls-2,.cls-4,.cls-5,.cls-6{fill:none;stroke:#ffdddd;stroke-miterlimit:10;stroke-width:0.75px;}.cls-2,.cls-3{opacity:0.7;}.cls-4{stroke-dasharray:0.97 0.97;}.cls-5{stroke-dasharray:1.03 1.03;}.cls-6{stroke-dasharray:1.01 1.01;}</style></defs><title>empty screen</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1 mktSvgFill" d="M288.2,78.06H211c-1.9-2.6-2.1-5.1-.7-7.7h44a9.6,9.6,0,0,0,9.6-9.6h0a9.6,9.6,0,0,0-9.6-9.6H134.7c-1.8-2.7-1.7-5.4.2-8.2h40.7a9.6,9.6,0,0,0,9.6-9.6h0a9.6,9.6,0,0,0-9.6-9.6H9.6A9.6,9.6,0,0,0,0,33.36H0A9.6,9.6,0,0,0,9.6,43H69.3a7.81,7.81,0,0,1,.2,8.2H34.7a9.6,9.6,0,0,0-9.6,9.6h0a9.6,9.6,0,0,0,9.6,9.6H145.9a7.61,7.61,0,0,1-.6,7.7H63a9.6,9.6,0,0,0-9.6,9.6h0a9.6,9.6,0,0,0,9.6,9.6h72a7.84,7.84,0,0,1,0,7H102.4a9.6,9.6,0,0,0,0,19.2H216.9a9.6,9.6,0,0,0,0-19.2H199.7a6.36,6.36,0,0,1,0-7h88.7a9.6,9.6,0,0,0,9.6-9.6h0A9.77,9.77,0,0,0,288.2,78.06Z"></path><polygon class="cls-2 mktSvgStrk" points="76.5 70.46 79.3 70.76 77.4 72.76 77.9 75.46 75.4 74.26 73 75.66 73.4 72.96 71.4 71.06 74.1 70.56 75.2 68.06 76.5 70.46"></polygon><g class="cls-3"><circle class="cls-4 mktSvgStrk" cx="66.6" cy="22.76" r="4.3"></circle></g><g class="cls-3"><circle class="cls-5 mktSvgStrk" cx="192.3" cy="117.76" r="4.3"></circle></g><polygon class="cls-2 mktSvgStrk" points="139.2 17.26 141.2 17.46 139.8 18.86 140.2 20.86 138.5 19.96 136.7 20.96 137 18.96 135.6 17.66 137.5 17.36 138.3 15.56 139.2 17.26"></polygon><polygon class="cls-2 mktSvgStrk" points="215.1 2.56 217.1 2.86 215.7 4.26 216.1 6.16 214.4 5.36 212.6 6.26 212.9 4.36 211.5 2.96 213.4 2.66 214.2 0.86 215.1 2.56"></polygon><g class="cls-3"><circle class="cls-6 mktSvgStrk" cx="260.9" cy="54.26" r="8"></circle></g></g></g></svg>
|
|
@@ -1,33 +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:none;stroke:#75B3FE;stroke-linecap:round;stroke-linejoin:round;}
|
|
8
|
-
.st2{fill:#FFFFFF;}
|
|
9
|
-
.st3{fill:#CED5DE;}
|
|
10
|
-
.st4{fill:#788190;}
|
|
11
|
-
</style>
|
|
12
|
-
<title>emptyContact</title>
|
|
13
|
-
<g>
|
|
14
|
-
<g id="Layer_1-2">
|
|
15
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
16
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
17
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
18
|
-
<line class="st1" x1="112.8" y1="55.7" x2="112.8" y2="55.8"/>
|
|
19
|
-
<path class="st2" d="M51,25.7h82.9c1.5,0,2.7,1.2,2.7,2.7v82.9c0,1.5-1.2,2.7-2.7,2.7H51c-1.5,0-2.7-1.2-2.7-2.7V28.4
|
|
20
|
-
C48.3,26.9,49.5,25.7,51,25.7z"/>
|
|
21
|
-
<path class="st3" d="M109,62.7V66c0,9.4-7.6,17-17,17s-17-7.6-17-17v-7l2.9-12C77.9,47,82.5,59.8,109,62.7z M64.2,114l-0.2,8.6
|
|
22
|
-
c0,1.5,1.3,2.8,2.8,2.8h77c2.8,0,5.1-2.3,5.1-5.1V43.5c0-1.6-1.3-2.9-2.9-2.9h-9.5v70.6c0,1.6-1.3,2.9-2.9,2.9c0,0,0,0,0,0
|
|
23
|
-
L64.2,114z M107.2,92.7H78.1c-0.8,0-1.4-0.6-1.4-1.4l0,0l0,0c0-0.7,0.6-1.3,1.4-1.3h29.1c0.7,0,1.4,0.6,1.4,1.3l0,0
|
|
24
|
-
C108.5,92.1,108,92.7,107.2,92.7C107.2,92.7,107.2,92.7,107.2,92.7L107.2,92.7z M97,102.9H78c-0.7,0-1.4-0.6-1.4-1.3l0,0
|
|
25
|
-
c0-0.8,0.6-1.4,1.4-1.4l0,0h19c0.7,0,1.4,0.6,1.3,1.4l0,0C98.3,102.3,97.7,102.9,97,102.9z M19.9,48.2l4.3,4.2l-0.5,6
|
|
26
|
-
c0,0.2,0.2,0.3,0.3,0.2l5.6-2.8l5.2,2.7c0.2,0.1,0.3,0,0.3-0.2l-1.2-5.9l4.8-4.3c0.2-0.2,0.1-0.4-0.1-0.4l-6.4-0.8l-2.7-5.5
|
|
27
|
-
c-0.1-0.1-0.3-0.1-0.4,0l-3,5.4l-5.9,0.9C20,47.8,19.9,48,19.9,48.2z"/>
|
|
28
|
-
<path class="st4" d="M112.8,51.7v11.4c-1.3-0.1-2.5-0.2-3.7-0.3c-26.5-2.9-31-15.8-31-15.8l-2.9,12v-7.2c0-6.8,3.7-13.1,9.6-16.4
|
|
29
|
-
c0.2-0.1,0.4-0.2,0.7-0.4c9.3-4.7,20.6-1,25.3,8.3c1.1,2.1,1.7,4.4,2,6.8c0,0.3,0.1,0.7,0.1,1S112.8,51.5,112.8,51.7z"/>
|
|
30
|
-
<path class="st4" d="M99.8,69.4c0.2,4.4-3.3,8.1-7.6,8.2c-4.4,0.2-8.1-3.3-8.2-7.6c0-0.2,0-0.4,0-0.6H99.8z"/>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</svg>
|