@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,39 +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:#CED5DE;}
|
|
8
|
-
.st2{fill:none;}
|
|
9
|
-
.st3{fill:#788190;}
|
|
10
|
-
.st4{fill:#FFFFFF;}
|
|
11
|
-
</style>
|
|
12
|
-
<title>template</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
|
-
<path class="st1" d="M38,56.4h94.7l0,0v60.7c0,2.5-2,4.5-4.5,4.5H42.5c-2.5,0-4.5-2-4.5-4.5c0,0,0,0,0,0V56.4L38,56.4z"/>
|
|
19
|
-
<path class="st2" d="M50.1,48c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2S50.7,48,50.1,48L50.1,48z"/>
|
|
20
|
-
<path class="st2" d="M45.3,48c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2S46,48,45.3,48L45.3,48z"/>
|
|
21
|
-
<circle class="st2" cx="54.8" cy="49.2" r="1.2"/>
|
|
22
|
-
<path class="st3" d="M132.7,47.4c0-2-1.6-3.6-3.6-3.6c0,0,0,0,0,0H41.6c-2,0-3.6,1.6-3.6,3.6c0,0,0,0,0,0v7.2h94.7V47.4z
|
|
23
|
-
M45.3,50.4c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2C46.5,49.9,46,50.4,45.3,50.4L45.3,50.4z M50.1,50.4
|
|
24
|
-
c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2C51.2,49.9,50.7,50.4,50.1,50.4L50.1,50.4z M54.8,50.4
|
|
25
|
-
c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2C56,49.9,55.4,50.4,54.8,50.4L54.8,50.4z"/>
|
|
26
|
-
<path class="st4" d="M92.7,65.9h23.5c0.6,0,1,0.4,1,1v17.6c0,0.6-0.4,1-1,1H92.7c-0.6,0-1-0.4-1-1V66.9
|
|
27
|
-
C91.7,66.3,92.1,65.9,92.7,65.9z"/>
|
|
28
|
-
<path class="st4" d="M92.7,90.6h23.5c0.6,0,1,0.4,1,1v17.6c0,0.6-0.4,1-1,1H92.7c-0.6,0-1-0.4-1-1V91.6
|
|
29
|
-
C91.7,91,92.1,90.6,92.7,90.6z"/>
|
|
30
|
-
<path class="st1" d="M152.7,36.4v60.7c0,2.5-2,4.5-4.5,4.5c0,0,0,0,0,0h-12.3V44c0-1.7-1.3-3-3-3H58v-4.6H152.7z"/>
|
|
31
|
-
<path class="st3" d="M152.7,27.4c0-2-1.6-3.6-3.6-3.6c0,0,0,0,0,0H61.6c-2,0-3.6,1.6-3.6,3.6c0,0,0,0,0,0v7.2h94.7V27.4z
|
|
32
|
-
M65.3,30.4c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v0C66.5,29.9,66,30.4,65.3,30.4L65.3,30.4z M70.1,30.4
|
|
33
|
-
c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v0C71.2,29.9,70.7,30.4,70.1,30.4L70.1,30.4z M74.8,30.4
|
|
34
|
-
c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v0C76,29.9,75.4,30.4,74.8,30.4L74.8,30.4z"/>
|
|
35
|
-
<path class="st4" d="M79.7,65.9H52.3c-0.6,0-1,0.4-1,1v42.7c0,0.6,0.4,1,1,1h27.4c0.6,0,1-0.4,1-1V66.9
|
|
36
|
-
C80.7,66.3,80.2,65.9,79.7,65.9z"/>
|
|
37
|
-
</g>
|
|
38
|
-
</g>
|
|
39
|
-
</svg>
|
|
@@ -1,33 +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:#FFFFFF;}
|
|
9
|
-
.st3{fill:#788190;}
|
|
10
|
-
</style>
|
|
11
|
-
<title>emptyTicket</title>
|
|
12
|
-
<g id="Layer_2_1_">
|
|
13
|
-
<g id="Layer_1-2">
|
|
14
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
15
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
16
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
17
|
-
<path class="st1" d="M125.1,44l-6.5-6.5c-5.2,5.1-13.6,5.1-18.8-0.2C96.2,33.6,95,28,97,23.1c1.3-3.2,2.8-4.4,0.4-6.9l-3.9-3.9
|
|
18
|
-
c-1.4-1.4-3.6-1.4-5-0.1c0,0-0.1,0.1-0.1,0.1L74.7,26l1.6,1.6l-2.7,2.7L72,28.7L43.8,56.9L31.5,69.2c-1.4,1.4-1.4,3.6,0,5
|
|
19
|
-
c0,0,0,0,0,0l6.5,6.5l0.1-0.1c5.1-5.2,13.4-5.2,18.6-0.1c0,0,0.1,0.1,0.1,0.1c0.8,0.8,1.4,1.6,2,2.5c3.2,5.2,2.3,11.9-2,16.2
|
|
20
|
-
c0,0-0.1,0-0.1,0.1l6.5,6.5c1.3,1.3,3.4,1.4,4.8,0.2l0.2-0.2l56.9-56.9C126.5,47.7,126.6,45.5,125.1,44
|
|
21
|
-
C125.2,44.1,125.2,44,125.1,44z M80,36.7l-2.1-2.1l2.7-2.7l2.2,2.1L80,36.7z M86.4,43.1L84.3,41l2.7-2.7l2.1,2.1L86.4,43.1z
|
|
22
|
-
M93.2,49l-0.4,0.4l-0.3-0.3l-1.9-1.9l2.7-2.7l2.1,2.1L93.2,49z M99.2,55.8l-2.1-2.1l2.7-2.7l2.1,2.1L99.2,55.8z M105.6,62.2
|
|
23
|
-
l-2.1-2.1l2.7-2.7l0.7,0.7l1.4,1.4L105.6,62.2z"/>
|
|
24
|
-
<path class="st2" d="M73.7,40.8l22.9,22.9c1.2,1.2,1.2,3.1,0,4.2L75.9,88.7c-1.2,1.2-3.1,1.2-4.2,0L48.8,65.8
|
|
25
|
-
c-1.2-1.2-1.2-3.1,0-4.2l20.7-20.7C70.7,39.6,72.6,39.6,73.7,40.8z"/>
|
|
26
|
-
<path class="st3" d="M66.3,62.1l4.9-0.7l2.5-4.4c0.1-0.1,0.3-0.1,0.4,0c0,0,0,0,0,0l2.2,4.5l5.3,0.6c0.2,0,0.3,0.2,0.1,0.4l-4,3.5
|
|
27
|
-
l1,4.9c0,0.2-0.1,0.3-0.3,0.2l-4.3-2.2l-4.6,2.3c-0.1,0.1-0.3,0-0.3-0.2l0.4-5l-3.5-3.5C66.1,62.4,66.2,62.2,66.3,62.1z"/>
|
|
28
|
-
<path class="st3" d="M129.7,85.1c0,6,4.8,10.8,10.8,10.8c0,0,0,0,0,0v5.7c0,2.5-2,4.6-4.5,4.6c0,0,0,0,0,0H72.7l42.5-42.1h20.8
|
|
29
|
-
c2.5,0,4.6,2,4.6,4.6c0,0,0,0,0,0v5.7C134.5,74.3,129.7,79.1,129.7,85.1z"/>
|
|
30
|
-
<path class="st2" d="M80.9,98.1h25.8c0.9,0,1.6-0.7,1.6-1.6V70.9L80.9,98.1z"/>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</svg>
|
|
@@ -1,96 +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:#CED5DE;}
|
|
9
|
-
.st3{fill:#E7E9EC;}
|
|
10
|
-
.st4{fill:#FEFEFE;}
|
|
11
|
-
.st5{fill:none;}
|
|
12
|
-
.st6{fill:#788190;}
|
|
13
|
-
.st7{fill:#FFFFFF;}
|
|
14
|
-
.st8{opacity:0.2;fill:#788190;enable-background:new ;}
|
|
15
|
-
</style>
|
|
16
|
-
<title>emptyTimeentry</title>
|
|
17
|
-
<g id="Layer_2_1_">
|
|
18
|
-
<g id="Layer_1-2">
|
|
19
|
-
<path class="st0" d="M181.9,68.8c0,38-30.8,68.8-68.8,68.8c-15.3,0-30.2-5.1-42.3-14.5c-1.1-0.8-2.1-1.7-3.1-2.6
|
|
20
|
-
c-1.3-1.2-2.6-2.3-3.8-3.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.9-0.9-1.8-1.9-2.7-2.9l-0.3-0.3c-0.8-0.9-1.6-1.9-2.3-2.9
|
|
21
|
-
c-0.1-0.1-0.2-0.2-0.2-0.3c-0.7-1-1.4-1.9-2.1-2.9l-0.2-0.3c-0.7-1-1.3-2.1-2-3.2c-0.5-0.8-1-1.7-1.4-2.6s-0.8-1.5-1.2-2.2
|
|
22
|
-
c-0.6-1.2-1.1-2.4-1.6-3.6c-0.1-0.1-0.1-0.2-0.1-0.3c-0.4-1-0.8-1.9-1.1-2.9c0-0.1-0.1-0.2-0.1-0.3c-0.3-0.9-0.7-1.9-1-2.9
|
|
23
|
-
l-0.1-0.3c-0.3-1-0.6-1.9-0.8-2.9c0-0.1-0.1-0.2-0.1-0.3c-0.3-1-0.5-2.1-0.7-3.2s-0.4-1.9-0.5-2.9c-0.5-3.5-0.8-7-0.8-10.6
|
|
24
|
-
c0.5-38,31.6-68.4,69.6-68C151.2,1.3,181.4,31.4,181.9,68.8L181.9,68.8z"/>
|
|
25
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
26
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
27
|
-
<circle class="st1" cx="113.3" cy="93.2" r="23.9"/>
|
|
28
|
-
<path class="st2" d="M113.3,63.3C96.8,63.6,83.7,77.2,84,93.7c0.3,16.1,13.2,29,29.3,29.3l0,0c16.5-0.3,29.6-13.9,29.3-30.4
|
|
29
|
-
C142.3,76.5,129.4,63.6,113.3,63.3z M113.3,116.9L113.3,116.9c-13.1,0-23.8-10.6-23.8-23.7c0-13.1,10.6-23.8,23.7-23.8
|
|
30
|
-
c13.1,0,23.8,10.6,23.8,23.7c0,0,0,0,0,0.1C137,106.2,126.4,116.9,113.3,116.9L113.3,116.9z"/>
|
|
31
|
-
<path class="st2" d="M113.3,63.3v6.1c-13.1,0-23.7,10.6-23.8,23.8h-6.1C83.4,76.7,96.8,63.3,113.3,63.3z"/>
|
|
32
|
-
<path class="st2" d="M143.2,93.2c0,16.5-13.4,29.8-29.9,29.8l0,0v-6.1l0,0c13.1,0,23.7-10.6,23.7-23.7H143.2z"/>
|
|
33
|
-
<circle class="st3" cx="113.3" cy="93.2" r="1.8"/>
|
|
34
|
-
<circle class="st4" cx="98.4" cy="99" r="3.2"/>
|
|
35
|
-
|
|
36
|
-
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -29.1119 98.106)" class="st4" cx="103.9" cy="84.2" rx="10.3" ry="6.5"/>
|
|
37
|
-
<circle class="st5" cx="113.3" cy="93.2" r="23.9"/>
|
|
38
|
-
<path class="st6" d="M113.3,77.2c-0.3,0-0.6-0.3-0.6-0.6l0,0v-3.6c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6l0,0v3.6
|
|
39
|
-
C113.9,77,113.6,77.2,113.3,77.2L113.3,77.2z M113.9,113.4v-3.6c0-0.3-0.3-0.6-0.6-0.6s-0.6,0.3-0.6,0.6v3.6
|
|
40
|
-
c0,0.3,0.3,0.6,0.6,0.6S113.9,113.7,113.9,113.4z M97.3,93.2c0-0.3-0.3-0.6-0.6-0.6h-3.6c-0.3,0-0.6,0.2-0.7,0.5
|
|
41
|
-
c0,0.3,0.2,0.6,0.5,0.7c0.1,0,0.1,0,0.2,0h3.6C97.1,93.8,97.3,93.5,97.3,93.2z M134,93.2c0-0.3-0.3-0.6-0.6-0.6h-3.6
|
|
42
|
-
c-0.3,0-0.5,0.3-0.5,0.7c0,0.3,0.2,0.5,0.5,0.5h3.6C133.8,93.8,134,93.5,134,93.2L134,93.2z M102,81.9c0.2-0.2,0.2-0.6,0-0.8
|
|
43
|
-
c0,0,0,0,0,0l-2.5-2.5c-0.2-0.2-0.6-0.2-0.8,0c-0.2,0.2-0.2,0.6,0,0.8c0,0,0,0,0,0l2.5,2.5c0.1,0.1,0.3,0.2,0.4,0.2
|
|
44
|
-
C101.7,82.1,101.9,82,102,81.9z M128,107.9c0.2-0.2,0.2-0.6,0-0.8c0,0,0,0,0,0l-2.5-2.5c-0.2-0.2-0.6-0.2-0.8,0
|
|
45
|
-
c-0.2,0.2-0.2,0.6,0,0.8l2.5,2.5c0.1,0.1,0.3,0.2,0.4,0.2C127.7,108.1,127.9,108,128,107.9L128,107.9z M99.5,107.9l2.5-2.5
|
|
46
|
-
c0.2-0.2,0.2-0.6,0-0.8c0,0,0,0,0,0c-0.2-0.2-0.6-0.2-0.8,0l-2.5,2.5c-0.2,0.2-0.3,0.6-0.1,0.8c0.1,0.1,0.3,0.2,0.5,0.2
|
|
47
|
-
C99.3,108.1,99.4,108,99.5,107.9L99.5,107.9z M125.5,81.9l2.5-2.5c0.2-0.2,0.2-0.6,0-0.8c0,0,0,0,0,0c-0.2-0.2-0.6-0.2-0.8,0
|
|
48
|
-
l-2.5,2.5c-0.2,0.2-0.2,0.6,0,0.8C124.9,82.1,125.3,82.1,125.5,81.9L125.5,81.9z M117.6,80l-2.7,10c1.8,0.8,2.5,3,1.7,4.7
|
|
49
|
-
c-0.6,1.2-1.8,2-3.2,2H113l-1.2,4.2c-0.1,0.2-0.3,0.4-0.6,0.4c0,0-0.1,0-0.2,0c-0.3-0.1-0.5-0.4-0.4-0.7l1.2-4.3
|
|
50
|
-
c-1.8-0.8-2.6-2.9-1.8-4.7c0.6-1.3,1.8-2.1,3.2-2.1h0.4l2.7-9.9c0.1-0.3,0.4-0.5,0.7-0.4C117.4,79.4,117.6,79.7,117.6,80L117.6,80
|
|
51
|
-
z M114,90.8L114,90.8c-0.2-0.1-0.4-0.1-0.7-0.1c-1.3,0-2.4,1.1-2.4,2.4c0,1.3,1.1,2.4,2.4,2.4c1.3,0,2.4-1.1,2.4-2.4
|
|
52
|
-
C115.7,92.1,115,91.2,114,90.8L114,90.8z M137.6,68.3L137.6,68.3c-0.7,1-2.2,1.3-3.2,0.5l-4.8-3.4c-1-0.7-1.3-2.2-0.5-3.2
|
|
53
|
-
c0,0,0,0,0,0l0,0c0.7-1,2.2-1.3,3.2-0.5c0,0,0,0,0,0l4.7,3.4C138.1,65.7,138.4,67.2,137.6,68.3C137.6,68.2,137.6,68.3,137.6,68.3
|
|
54
|
-
L137.6,68.3z M124.6,52.3c0,4-2.2,7.7-5.6,9.7c-0.2,0.1-0.3,0.2-0.5,0.3l-0.5,0.2v1.3c-3-0.7-6-0.7-9,0v-1.3l-0.5-0.2L108,62
|
|
55
|
-
c-5.3-3-7.2-9.8-4.1-15.2s9.8-7.2,15.2-4.1C122.5,44.7,124.6,48.4,124.6,52.3L124.6,52.3z M120.7,52.3c0-4-3.2-7.2-7.2-7.2
|
|
56
|
-
s-7.2,3.2-7.2,7.2c0,2.1,0.9,4.2,2.6,5.5c0.1,0.1,0.3,0.2,0.4,0.3s0.1,0.1,0.2,0.2c0.1-0.1,0.1-0.2,0.2-0.4
|
|
57
|
-
c0.1-0.1,0.2-0.3,0.3-0.4c1.5-1.9,4.4-2.2,6.3-0.7c0.3,0.2,0.5,0.4,0.7,0.7c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.1,0.1,0.2,0.2,0.4
|
|
58
|
-
c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.3-0.2,0.4-0.3C119.8,56.5,120.7,54.5,120.7,52.3L120.7,52.3z M90,48c0.2-0.3,0.2-0.7,0-0.9
|
|
59
|
-
l-5.5-5.4c-0.3-0.3-0.7-0.3-0.9,0c-0.3,0.3-0.3,0.7,0,0.9l5.5,5.4c0.1,0.1,0.3,0.2,0.5,0.2C89.7,48.2,89.9,48.1,90,48z M91.4,50
|
|
60
|
-
h0.1l0.1-0.1c0,0,0.1,0,0.1-0.1c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.3-0.2-0.5c0,0-0.1-0.1-0.1-0.1l-0.1-0.1h-0.1
|
|
61
|
-
c-0.2,0-0.4,0-0.6,0.2c-0.1,0.1-0.2,0.3-0.2,0.5c0,0.2,0.1,0.3,0.2,0.5c0.1,0.1,0.3,0.2,0.4,0.2L91.4,50z M161.3,69.7l7.4-2.2
|
|
62
|
-
c0.3-0.1,0.5-0.4,0.4-0.8c0,0,0,0,0,0c-0.1-0.3-0.5-0.5-0.8-0.4l-7.4,2.2c-0.3,0.1-0.6,0.4-0.5,0.8c0.1,0.3,0.3,0.5,0.6,0.5
|
|
63
|
-
C161.2,69.8,161.2,69.8,161.3,69.7L161.3,69.7z M159.1,70.2C159.2,70.2,159.2,70.1,159.1,70.2l0.1-0.2c0,0,0-0.1,0-0.1
|
|
64
|
-
c0,0,0-0.1,0-0.1c0-0.2-0.1-0.3-0.2-0.4c-0.2-0.2-0.4-0.2-0.6-0.2h-0.1c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0.1
|
|
65
|
-
c-0.1,0.1-0.2,0.3-0.2,0.4c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.3,0.2,0.4,0.2C158.8,70.4,159,70.3,159.1,70.2L159.1,70.2z
|
|
66
|
-
M145.2,50.4l8-8c0.3-0.3,0.3-0.7,0-0.9c-0.3-0.3-0.7-0.3-0.9,0l-8,8c-0.2,0.3-0.2,0.7,0,0.9c0.1,0.1,0.3,0.2,0.4,0.2
|
|
67
|
-
C145,50.6,145.1,50.5,145.2,50.4z M132.8,68.1l-2.4-1.7l-0.7,0.9l2.4,1.7L132.8,68.1z"/>
|
|
68
|
-
<path class="st1" d="M153,123c-4.2,3.7-8.9,6.8-14,9.2l-0.2,0.1c-3,1.5-6.2,2.7-9.4,3.6l-0.5,0.2c-0.9,0.3-1.8,0.5-2.8,0.7H126
|
|
69
|
-
c-4.2,1-8.4,1.6-12.7,1.7h-0.2c-4.3,0.1-8.5-0.2-12.7-1h-0.2c-2.1-0.4-4.2-0.9-6.2-1.5l-0.5-0.2c-2-0.6-4-1.4-6-2.2l-0.2-0.1
|
|
70
|
-
c-6.2-2.7-12-6.3-17.1-10.6H153z"/>
|
|
71
|
-
<path class="st7" d="M87.4,133.7l0.2,0.1V123h-0.2V133.7z"/>
|
|
72
|
-
<path class="st7" d="M126.1,123h-0.2v12.9h-12.7V123h-0.2v12.9h-12.7V123h-0.2v12.9h-6.7l0.5,0.2h6.2v1.5h0.2v-1.5h12.7v2.5h0.2
|
|
73
|
-
v-2.5h12.7v0.8h0.2v-0.7h2.8l0.5-0.2h-3.3L126.1,123z"/>
|
|
74
|
-
<path class="st7" d="M138.8,123v9.3l0.2-0.1V123H138.8z"/>
|
|
75
|
-
<path class="st2" d="M83.6,112.2c0,1.4-0.3,2.8-0.8,4.2c-0.6,1.3-1.4,2.5-2.4,3.6c-2.1,2-4.8,3.2-7.7,3.2h-1.9
|
|
76
|
-
c-1.1-0.8-2.1-1.7-3.1-2.6c-1.3-1.2-2.6-2.3-3.8-3.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.9-0.9-1.8-1.9-2.7-2.9l-0.3-0.3
|
|
77
|
-
c-0.8-0.9-1.6-1.9-2.3-2.9c-0.1-0.1-0.2-0.2-0.2-0.3c-0.7-1-1.4-1.9-2.1-2.9l-0.2-0.3c-0.7-1-1.3-2.1-2-3.2
|
|
78
|
-
c-0.5-0.8-1-1.7-1.4-2.6h20.3C78.7,101.2,83.6,106.1,83.6,112.2C83.6,112.1,83.6,112.1,83.6,112.2z"/>
|
|
79
|
-
<path class="st7" d="M81,112.2c0,4.6-3.7,8.4-8.4,8.4h-5c-1.3-1.2-2.6-2.3-3.8-3.6c-0.1-0.1-0.2-0.2-0.3-0.3
|
|
80
|
-
c-0.9-0.9-1.8-1.9-2.7-2.9l-0.3-0.3c-0.8-0.9-1.6-1.9-2.3-2.9c-0.1-0.1-0.2-0.2-0.2-0.3c-0.7-1-1.4-1.9-2.1-2.9l-0.2-0.3
|
|
81
|
-
c-0.7-1-1.3-2.1-2-3.2h18.9C77.3,103.8,81,107.5,81,112.2z"/>
|
|
82
|
-
<path class="st3" d="M70.5,90.3c0,6-4.9,10.9-10.9,10.9h-7.2c-0.4-0.7-0.8-1.5-1.2-2.2c-0.6-1.2-1.1-2.4-1.6-3.6
|
|
83
|
-
c-0.1-0.1-0.1-0.2-0.1-0.3c-0.4-1-0.8-1.9-1.1-2.9c0-0.1-0.1-0.2-0.1-0.3c-0.3-0.9-0.7-1.9-1-2.9l-0.1-0.3c-0.3-1-0.6-1.9-0.8-2.9
|
|
84
|
-
c0-0.1-0.1-0.2-0.1-0.3c-0.3-1-0.5-2.1-0.7-3.2s-0.4-1.9-0.5-2.9h14.6C65.6,79.4,70.5,84.3,70.5,90.3
|
|
85
|
-
C70.5,90.3,70.5,90.3,70.5,90.3z"/>
|
|
86
|
-
<path class="st7" d="M36.3,82.3c-0.1,0.4-0.1,0.9-0.2,1.3C36.2,83.1,36.2,82.7,36.3,82.3L36.3,82.3z"/>
|
|
87
|
-
<path class="st7" d="M68.2,90.6c0,4.6-3.7,8.4-8.3,8.4c0,0,0,0,0,0h-8.6c-0.6-1.2-1.1-2.4-1.6-3.6c-0.1-0.1-0.1-0.2-0.1-0.3
|
|
88
|
-
c-0.4-1-0.8-1.9-1.1-2.9c0-0.1-0.1-0.2-0.1-0.3c-0.3-0.9-0.7-1.9-1-2.9l-0.1-0.3c-0.3-1-0.6-1.9-0.8-2.9c0-0.1-0.1-0.2-0.1-0.3
|
|
89
|
-
c-0.3-1-0.5-2.1-0.7-3.2h14.3C64.4,82.3,68.1,86,68.2,90.6z"/>
|
|
90
|
-
<path class="st8" d="M49.5,95.1c0,0.1,0.1,0.2,0.1,0.3H60v-0.3H49.5z M48.2,91.8c0,0.1,0.1,0.2,0.1,0.3h14.9v-0.3H48.2z
|
|
91
|
-
M47.2,88.6l0.1,0.3h16v-0.3H47.2z M46.3,85.4c0,0.1,0,0.2,0.1,0.3H60v-0.3H46.3z M63.6,116.6c0.1,0.1,0.2,0.2,0.3,0.3h9v-0.3
|
|
92
|
-
H63.6z M60.7,113.4l0.3,0.3h15.1v-0.3H60.7z M58.1,110.2c0.1,0.1,0.2,0.2,0.2,0.3h17.8v-0.3H58.1z M55.8,107l0.2,0.3h16.9V107
|
|
93
|
-
H55.8z"/>
|
|
94
|
-
</g>
|
|
95
|
-
</g>
|
|
96
|
-
</svg>
|
|
@@ -1,41 +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.8;fill:#788190;enable-background:new ;}
|
|
8
|
-
.st2{opacity:0.5;fill:#788190;enable-background:new ;}
|
|
9
|
-
.st3{fill:#C2CBD3;}
|
|
10
|
-
.st4{fill:#CED5DE;}
|
|
11
|
-
.st5{fill:#FFFFFF;}
|
|
12
|
-
.st6{fill:#788190;}
|
|
13
|
-
</style>
|
|
14
|
-
<title>emptyTopic</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="M53,58.6c-0.1,0-0.2,0-0.4,0h-0.1H53z"/>
|
|
21
|
-
<path class="st2" d="M33.4,40h-14c0,0-0.3-8.5,6.9-8.9C26.3,31,34.2,30.9,33.4,40z"/>
|
|
22
|
-
<path class="st2" d="M59.3,67.5v35.9H39.9c-6,0,5.9-6.8,5.9-6.8V65.8c0-1.9,0.8-3.8,2.1-5.1c1.3-1.3,3-2,4.8-2.1
|
|
23
|
-
C60.5,59.7,59.3,67.5,59.3,67.5z"/>
|
|
24
|
-
<path class="st3" d="M110.5,65.3V122H72.8c0,0,1.7,8.2-6.8,8.9c0,0-6.2,0.1-6.8-6.8V67.5c0,0,1.2-7.8-6.6-8.9c0.1,0,0.2,0,0.4,0
|
|
25
|
-
h50.8C107.5,58.6,110.5,61.6,110.5,65.3C110.5,65.3,110.5,65.3,110.5,65.3L110.5,65.3z"/>
|
|
26
|
-
<path class="st4" d="M26.3,31L26.3,31c3.7,0,6.8,3,6.8,6.8V40l-0.1,54.5v2.1c0,3.7,3,6.8,6.8,6.8l0,0c3.7,0,6.8-3,6.8-6.8V65.3
|
|
27
|
-
c0-3.7,3-6.8,6.8-6.8h30.5V37.8c0-3.7-3-6.8-6.7-6.8c0,0,0,0,0,0H26.3z"/>
|
|
28
|
-
<path class="st2" d="M66.7,130.9c0,0,5.3-2.2,4-8.9H119c0,0,0.5,7.7-4.2,8.9H66.7z"/>
|
|
29
|
-
<path class="st5" d="M123.5,76.9H78.1c-1,0-1.7-0.8-1.7-1.7l0,0c0-1,0.8-1.7,1.7-1.7c0,0,0,0,0,0h45.4c1,0,1.8,0.8,1.8,1.8l0,0
|
|
30
|
-
C125.2,76.1,124.4,76.9,123.5,76.9C123.5,76.9,123.5,76.9,123.5,76.9z M106.2,89.3L106.2,89.3c0-1-0.8-1.7-1.7-1.7H78.1
|
|
31
|
-
c-1,0-1.7,0.8-1.7,1.7l0,0c0,1,0.8,1.7,1.7,1.7h26.4C105.5,91.1,106.2,90.3,106.2,89.3z M92,103.6L92,103.6c0-1-0.8-1.7-1.7-1.7
|
|
32
|
-
c0,0,0,0,0,0H78.1c-1,0-1.7,0.8-1.7,1.7l0,0c0,1,0.8,1.7,1.7,1.7c0,0,0,0,0,0h12.2C91.2,105.3,92,104.5,92,103.6z"/>
|
|
33
|
-
<path class="st4" d="M119.7,106.4c0,0,10.3-63.7,46.6-72l-3.7,8.5c0,0,6.6,15.8-21.2,38.7c-2.6,2.1-5.5,3.9-8.6,5.4
|
|
34
|
-
c-2.9,1.4-6.7,3.9-8,7.6L119.7,106.4z"/>
|
|
35
|
-
<path class="st6" d="M115.9,115.8c0.8-3.3,1.8-6.5,3.1-9.7l0.9-2.4l1-2.3c0.6-1.6,1.3-3.1,2.1-4.6c1.5-3,3.2-5.9,4.8-8.9
|
|
36
|
-
c0.8-1.5,1.5-3,2.3-4.5s1.5-3,2.2-4.6s1.5-3,2.3-4.5s1.6-3,2.5-4.4s1.7-2.9,2.6-4.4s1.9-2.8,2.9-4.2c3.9-5.6,8.6-10.5,13.9-14.8
|
|
37
|
-
l0.1,0.2c-4.4,5-8.5,10.3-12.3,15.9c-3.9,5.4-7.4,11.1-11,16.8c-0.9,1.4-1.8,2.9-2.6,4.3s-1.6,3-2.3,4.5s-1.3,3.1-2,4.6
|
|
38
|
-
s-1.3,3.1-1.9,4.7c-2.6,6.2-5.4,12.3-8.4,18.4L115.9,115.8z"/>
|
|
39
|
-
</g>
|
|
40
|
-
</g>
|
|
41
|
-
</svg>
|
|
@@ -1,44 +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
|
-
</style>
|
|
11
|
-
<title>webhook1</title>
|
|
12
|
-
<g id="Layer_2_1_">
|
|
13
|
-
<g id="Layer_1-2">
|
|
14
|
-
<circle class="st0" cx="113.1" cy="68.8" r="68.8"/>
|
|
15
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
16
|
-
<circle class="st0" cx="35.9" cy="123.6" r="15.6"/>
|
|
17
|
-
<path class="st1" d="M61,47.2h89.2v48c0,1.3-1.1,2.4-2.4,2.4l0,0H61V47.2z"/>
|
|
18
|
-
<path class="st2" d="M63.4,34.8h84.3c1.3,0,2.4,1.1,2.4,2.4v10H61v-10C61,35.9,62.1,34.8,63.4,34.8C63.4,34.8,63.4,34.8,63.4,34.8
|
|
19
|
-
z"/>
|
|
20
|
-
<path class="st2" d="M47.2,53.5h84.3c1.3,0,2.4,1.1,2.4,2.4l0,0v10H44.7v-10C44.7,54.6,45.8,53.5,47.2,53.5
|
|
21
|
-
C47.1,53.5,47.1,53.5,47.2,53.5z"/>
|
|
22
|
-
<circle class="st3" cx="150.1" cy="72" r="15"/>
|
|
23
|
-
<path class="st3" d="M44.8,65.9h89.1v48c0,1.3-1.1,2.4-2.4,2.4c0,0,0,0,0,0H47.2c-1.3,0-2.4-1.1-2.4-2.4L44.8,65.9z"/>
|
|
24
|
-
<path class="st1" d="M54.6,77.3h31.5c1.2,0,2.2,1,2.2,2.2l0,0c0,1.2-1,2.2-2.2,2.2c0,0,0,0,0,0H54.6c-1.2,0-2.2-1-2.2-2.2l0,0
|
|
25
|
-
C52.4,78.3,53.4,77.4,54.6,77.3z M54.6,88.8h40c1.2,0,2.2,1,2.2,2.2c0,0,0,0,0,0l0,0c0,1.2-1,2.2-2.2,2.2h-40
|
|
26
|
-
c-1.2,0-2.2-1-2.2-2.1l0,0C52.4,89.8,53.3,88.8,54.6,88.8C54.6,88.8,54.6,88.7,54.6,88.8z M54.6,100.1h24.9c1.2,0,2.2,1,2.2,2.2
|
|
27
|
-
c0,0,0,0,0,0l0,0c0,1.2-1,2.2-2.2,2.2c0,0,0,0,0,0H54.6c-1.2,0-2.2-1-2.2-2.2l0,0C52.4,101.1,53.4,100.1,54.6,100.1z"/>
|
|
28
|
-
<path class="st1" d="M106.4,77.3h17.9c1,0,1.8,0.8,1.8,1.8v19.1c0,1-0.8,1.8-1.8,1.8h-17.9c-1,0-1.8-0.8-1.8-1.8V79.2
|
|
29
|
-
C104.6,78.2,105.4,77.3,106.4,77.3z"/>
|
|
30
|
-
<path class="st2" d="M158.5,72.4c-1.4-1.2-3.3-1.6-5-0.9l-1.7-3c0.8-0.8,0.8-2.1,0-2.8s-2.1-0.8-2.8,0c-0.8,0.8-0.8,2.1,0,2.8
|
|
31
|
-
c0.4,0.4,0.9,0.6,1.4,0.6c0.2,0,0.3,0,0.5-0.1l2,3.4c0.2,0.3,0.5,0.4,0.8,0.2c1.7-1,3.9-0.4,4.9,1.4c1,1.7,0.4,3.9-1.4,4.9
|
|
32
|
-
c-1.4,0.8-3.1,0.6-4.2-0.5c-0.2-0.2-0.6-0.2-0.8,0c0,0,0,0,0,0c-0.2,0.2-0.2,0.6,0,0.8c1.9,1.8,4.9,1.6,6.7-0.3
|
|
33
|
-
S160.4,74.2,158.5,72.4L158.5,72.4z"/>
|
|
34
|
-
<path class="st2" d="M145.2,73.9c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2c0-0.5-0.2-1-0.5-1.4l2.1-3.5c0.2-0.3,0.1-0.6-0.2-0.8
|
|
35
|
-
c0,0,0,0,0,0c-1.8-1-2.4-3.1-1.4-4.9c0.6-1.2,1.9-1.9,3.2-1.9l0,0c1,0,1.9,0.4,2.6,1.1c0.7,0.7,1.1,1.6,1.1,2.6
|
|
36
|
-
c0,0.2,0,0.5-0.1,0.7c-0.1,0.3,0.1,0.6,0.4,0.7c0,0,0,0,0,0c0.3,0.1,0.6-0.1,0.7-0.4c0.1-0.3,0.1-0.6,0.1-0.9
|
|
37
|
-
c0-2.6-2.1-4.7-4.7-4.7l0,0l0,0c-2.6,0-4.7,2-4.8,4.6c0,1.6,0.8,3.1,2.1,4l-1.8,3C145.6,73.9,145.4,73.9,145.2,73.9z"/>
|
|
38
|
-
<path class="st2" d="M155.3,77.9c1.1,0,2-0.9,2-2s-0.9-2-2-2c-0.9,0-1.7,0.6-1.9,1.5h-4c-0.3,0-0.6,0.2-0.6,0.5c0,0,0,0,0,0
|
|
39
|
-
c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6c0-1.7,1.2-3.1,2.8-3.5c0.3-0.1,0.5-0.4,0.4-0.7c-0.1-0.3-0.4-0.4-0.6-0.4
|
|
40
|
-
c-2.5,0.6-4.1,3.1-3.5,5.6c0.5,2.2,2.4,3.7,4.6,3.7c0.4,0,0.7,0,1.1-0.1c1.9-0.4,3.4-2,3.6-4h3.4C153.6,77.4,154.4,78,155.3,77.9z
|
|
41
|
-
"/>
|
|
42
|
-
</g>
|
|
43
|
-
</g>
|
|
44
|
-
</svg>
|