@zohodesk/svg 1.0.0-beta.35
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 +145 -0
- package/build/Unusedfiles.json +1 -0
- package/es/Provider.js +140 -0
- package/es/index.js +9 -0
- package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/es/svg/EmptyAccounts.js +101 -0
- package/es/svg/EmptyActiveCalls.js +72 -0
- package/es/svg/EmptyActivity.js +72 -0
- package/es/svg/EmptyAgent.js +72 -0
- package/es/svg/EmptyAgentQueue.js +78 -0
- package/es/svg/EmptyApproval.js +78 -0
- package/es/svg/EmptyArchived.js +80 -0
- package/es/svg/EmptyAttach.js +72 -0
- package/es/svg/EmptyBlueprint.js +87 -0
- package/es/svg/EmptyBusinessHoliday.js +39 -0
- package/es/svg/EmptyBusinessHour.js +39 -0
- package/es/svg/EmptyCallHistory.js +74 -0
- package/es/svg/EmptyCollision.js +72 -0
- package/es/svg/EmptyColumn.js +78 -0
- package/es/svg/EmptyContact.js +72 -0
- package/es/svg/EmptyContract.js +68 -0
- package/es/svg/EmptyConversation.js +72 -0
- package/es/svg/EmptyCrm.js +72 -0
- package/es/svg/EmptyCrmNotes.js +83 -0
- package/es/svg/EmptyCrmPotential.js +86 -0
- package/es/svg/EmptyCustomDomain.js +39 -0
- package/es/svg/EmptyDashboard.js +78 -0
- package/es/svg/EmptyDepartment.js +72 -0
- package/es/svg/EmptyError.js +94 -0
- package/es/svg/EmptyFeed.js +75 -0
- package/es/svg/EmptyFollowers.js +73 -0
- package/es/svg/EmptyFrame.js +71 -0
- package/es/svg/EmptyFromAddress.js +39 -0
- package/es/svg/EmptyHappiness.js +72 -0
- package/es/svg/EmptyHistory.js +72 -0
- package/es/svg/EmptyImportHistory.js +39 -0
- package/es/svg/EmptyInconvenience.js +42 -0
- package/es/svg/EmptyInvoice.js +77 -0
- package/es/svg/EmptyNetwork.js +39 -0
- package/es/svg/EmptyNotification.js +72 -0
- package/es/svg/EmptyProducts.js +75 -0
- package/es/svg/EmptyRecycleBin.js +39 -0
- package/es/svg/EmptyReply.js +67 -0
- package/es/svg/EmptyReports.js +78 -0
- package/es/svg/EmptyRoles.js +39 -0
- package/es/svg/EmptySchedule.js +114 -0
- package/es/svg/EmptySearch.js +82 -0
- package/es/svg/EmptySkills.js +120 -0
- package/es/svg/EmptySla.js +67 -0
- package/es/svg/EmptySnippet.js +82 -0
- package/es/svg/EmptyStateVariables.module.css +39 -0
- package/es/svg/EmptyTag.js +75 -0
- package/es/svg/EmptyTask.js +88 -0
- package/es/svg/EmptyTeams.js +72 -0
- package/es/svg/EmptyTemplate.js +84 -0
- package/es/svg/EmptyTicket.js +75 -0
- package/es/svg/EmptyTimeEntry.js +78 -0
- package/es/svg/EmptyTimeline.js +72 -0
- package/es/svg/EmptyTopic.js +78 -0
- package/es/svg/EmptyUnauthorizedLogin.js +47 -0
- package/es/svg/EmptyWebhook.js +39 -0
- package/es/svg/EmptyWillBeRightBack.js +42 -0
- package/es/svg/ErrorInconvenience.js +113 -0
- package/es/svg/ErrorOopsSomethingMiss.js +114 -0
- package/es/svg/ErrorUnableToProcessRequest.js +114 -0
- package/es/svg/ErrorUnauthorizedLogin.js +113 -0
- package/es/svg/ErrorUrlNotFound.js +114 -0
- package/es/svg/ErrorWillBeRightBack.js +113 -0
- package/es/svg/Extractor.js +66 -0
- package/es/svg/FailureLog.js +39 -0
- package/es/svg/Import.js +82 -0
- package/es/svg/Loader.js +64 -0
- package/es/svg/NoRequestFound.js +42 -0
- package/es/svg/NotImpossible.js +79 -0
- package/es/svg/PageNotFound.js +43 -0
- package/es/svg/Predictor.js +73 -0
- package/es/svg/SVG.js +78 -0
- package/es/svg/SVG.module.css +26 -0
- package/es/svg/SvgLoader.js +28 -0
- package/es/svg/UnableToProcessRequest.js +43 -0
- package/es/svg/UnauthorizedLogin.js +43 -0
- package/es/svg/UrlNotFound.js +43 -0
- package/es/svg/WillBeRightBack.js +43 -0
- package/es/svg/ZiaAnamoly.js +67 -0
- package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +40 -0
- package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +42 -0
- package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +45 -0
- package/es/svg/deprecated/21_07_2021/InvalidUrl.js +717 -0
- package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/es/svg/docs/SVG__common.docs.js +49 -0
- package/es/svg/docs/SVG__default.docs.js +327 -0
- package/es/svg/docs/SVG__errorstate.docs.js +74 -0
- package/es/svg/docs/SVGdocstyle.module.css +8 -0
- package/es/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/es/svg/images/EmptyBusinessHour.svg +42 -0
- package/es/svg/images/EmptyContactInfo.svg +27 -0
- package/es/svg/images/EmptyCustomDomain.svg +85 -0
- package/es/svg/images/EmptyFilter.svg +62 -0
- package/es/svg/images/EmptyFromAddress.svg +41 -0
- package/es/svg/images/EmptyImportHistory.svg +43 -0
- package/es/svg/images/EmptyNetwork.svg +50 -0
- package/es/svg/images/EmptyRecycleBin.svg +58 -0
- package/es/svg/images/EmptyRoles.svg +30 -0
- package/es/svg/images/EmptySkills.svg +83 -0
- package/es/svg/images/EmptyWebhook.svg +44 -0
- package/es/svg/images/FailureLog.svg +46 -0
- package/es/svg/images/Inconvenience.svg +719 -0
- package/es/svg/images/NoRequestFound.svg +247 -0
- package/es/svg/images/PageNotFound.svg +405 -0
- package/es/svg/images/ReguestUrlNotFound.svg +267 -0
- package/es/svg/images/UnableToProcess.svg +752 -0
- package/es/svg/images/UnauthorizedLogin.svg +1047 -0
- package/es/svg/images/WillBack.svg +633 -0
- package/es/svg/utils.js +14 -0
- package/lib/Provider.js +213 -0
- package/lib/index.js +73 -0
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/lib/svg/EmptyAccounts.js +151 -0
- package/lib/svg/EmptyActiveCalls.js +122 -0
- package/lib/svg/EmptyActivity.js +122 -0
- package/lib/svg/EmptyAgent.js +122 -0
- package/lib/svg/EmptyAgentQueue.js +128 -0
- package/lib/svg/EmptyApproval.js +128 -0
- package/lib/svg/EmptyArchived.js +130 -0
- package/lib/svg/EmptyAttach.js +122 -0
- package/lib/svg/EmptyBlueprint.js +137 -0
- package/lib/svg/EmptyBusinessHoliday.js +90 -0
- package/lib/svg/EmptyBusinessHour.js +90 -0
- package/lib/svg/EmptyCallHistory.js +124 -0
- package/lib/svg/EmptyCollision.js +122 -0
- package/lib/svg/EmptyColumn.js +128 -0
- package/lib/svg/EmptyContact.js +122 -0
- package/lib/svg/EmptyContract.js +118 -0
- package/lib/svg/EmptyConversation.js +122 -0
- package/lib/svg/EmptyCrm.js +122 -0
- package/lib/svg/EmptyCrmNotes.js +133 -0
- package/lib/svg/EmptyCrmPotential.js +136 -0
- package/lib/svg/EmptyCustomDomain.js +90 -0
- package/lib/svg/EmptyDashboard.js +128 -0
- package/lib/svg/EmptyDepartment.js +122 -0
- package/lib/svg/EmptyError.js +144 -0
- package/lib/svg/EmptyFeed.js +125 -0
- package/lib/svg/EmptyFollowers.js +123 -0
- package/lib/svg/EmptyFrame.js +121 -0
- package/lib/svg/EmptyFromAddress.js +90 -0
- package/lib/svg/EmptyHappiness.js +122 -0
- package/lib/svg/EmptyHistory.js +122 -0
- package/lib/svg/EmptyImportHistory.js +90 -0
- package/lib/svg/EmptyInconvenience.js +91 -0
- package/lib/svg/EmptyInvoice.js +127 -0
- package/lib/svg/EmptyNetwork.js +90 -0
- package/lib/svg/EmptyNotification.js +122 -0
- package/lib/svg/EmptyProducts.js +125 -0
- package/lib/svg/EmptyRecycleBin.js +90 -0
- package/lib/svg/EmptyReply.js +117 -0
- package/lib/svg/EmptyReports.js +128 -0
- package/lib/svg/EmptyRoles.js +90 -0
- package/lib/svg/EmptySchedule.js +164 -0
- package/lib/svg/EmptySearch.js +132 -0
- package/lib/svg/EmptySkills.js +170 -0
- package/lib/svg/EmptySla.js +117 -0
- package/lib/svg/EmptySnippet.js +132 -0
- package/lib/svg/EmptyStateVariables.module.css +39 -0
- package/lib/svg/EmptyTag.js +125 -0
- package/lib/svg/EmptyTask.js +138 -0
- package/lib/svg/EmptyTeams.js +122 -0
- package/lib/svg/EmptyTemplate.js +134 -0
- package/lib/svg/EmptyTicket.js +125 -0
- package/lib/svg/EmptyTimeEntry.js +128 -0
- package/lib/svg/EmptyTimeline.js +122 -0
- package/lib/svg/EmptyTopic.js +128 -0
- package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
- package/lib/svg/EmptyWebhook.js +90 -0
- package/lib/svg/EmptyWillBeRightBack.js +92 -0
- package/lib/svg/ErrorInconvenience.js +163 -0
- package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
- package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
- package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
- package/lib/svg/ErrorUrlNotFound.js +164 -0
- package/lib/svg/ErrorWillBeRightBack.js +163 -0
- package/lib/svg/Extractor.js +116 -0
- package/lib/svg/FailureLog.js +90 -0
- package/lib/svg/Import.js +132 -0
- package/lib/svg/Loader.js +113 -0
- package/lib/svg/NoRequestFound.js +91 -0
- package/lib/svg/NotImpossible.js +129 -0
- package/lib/svg/PageNotFound.js +92 -0
- package/lib/svg/Predictor.js +123 -0
- package/lib/svg/SVG.js +128 -0
- package/lib/svg/SVG.module.css +26 -0
- package/lib/svg/SvgLoader.js +66 -0
- package/lib/svg/UnableToProcessRequest.js +92 -0
- package/lib/svg/UnauthorizedLogin.js +92 -0
- package/lib/svg/UrlNotFound.js +92 -0
- package/lib/svg/WillBeRightBack.js +92 -0
- package/lib/svg/ZiaAnamoly.js +117 -0
- package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +90 -0
- package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +92 -0
- package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +95 -0
- package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +765 -0
- package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/lib/svg/docs/SVG__common.docs.js +98 -0
- package/lib/svg/docs/SVG__default.docs.js +435 -0
- package/lib/svg/docs/SVG__errorstate.docs.js +129 -0
- package/lib/svg/docs/SVGdocstyle.module.css +8 -0
- package/lib/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/lib/svg/images/EmptyBusinessHour.svg +42 -0
- package/lib/svg/images/EmptyContactInfo.svg +27 -0
- package/lib/svg/images/EmptyCustomDomain.svg +85 -0
- package/lib/svg/images/EmptyFilter.svg +62 -0
- package/lib/svg/images/EmptyFromAddress.svg +41 -0
- package/lib/svg/images/EmptyImportHistory.svg +43 -0
- package/lib/svg/images/EmptyNetwork.svg +50 -0
- package/lib/svg/images/EmptyRecycleBin.svg +58 -0
- package/lib/svg/images/EmptyRoles.svg +30 -0
- package/lib/svg/images/EmptySkills.svg +83 -0
- package/lib/svg/images/EmptyWebhook.svg +44 -0
- package/lib/svg/images/FailureLog.svg +46 -0
- package/lib/svg/images/Inconvenience.svg +719 -0
- package/lib/svg/images/NoRequestFound.svg +247 -0
- package/lib/svg/images/PageNotFound.svg +405 -0
- package/lib/svg/images/ReguestUrlNotFound.svg +267 -0
- package/lib/svg/images/UnableToProcess.svg +752 -0
- package/lib/svg/images/UnauthorizedLogin.svg +1047 -0
- package/lib/svg/images/WillBack.svg +633 -0
- package/lib/svg/utils.js +26 -0
- package/package.json +49 -0
- package/src/Provider.js +141 -0
- package/src/index.js +10 -0
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/src/svg/EmptyAccounts.js +121 -0
- package/src/svg/EmptyActiveCalls.js +85 -0
- package/src/svg/EmptyActivity.js +85 -0
- package/src/svg/EmptyAgent.js +85 -0
- package/src/svg/EmptyAgentQueue.js +94 -0
- package/src/svg/EmptyApproval.js +85 -0
- package/src/svg/EmptyArchived.js +94 -0
- package/src/svg/EmptyAttach.js +85 -0
- package/src/svg/EmptyBlueprint.js +106 -0
- package/src/svg/EmptyBusinessHoliday.js +34 -0
- package/src/svg/EmptyBusinessHour.js +34 -0
- package/src/svg/EmptyCallHistory.js +82 -0
- package/src/svg/EmptyCollision.js +85 -0
- package/src/svg/EmptyColumn.js +91 -0
- package/src/svg/EmptyContact.js +85 -0
- package/src/svg/EmptyContract.js +81 -0
- package/src/svg/EmptyConversation.js +85 -0
- package/src/svg/EmptyCrm.js +84 -0
- package/src/svg/EmptyCrmNotes.js +96 -0
- package/src/svg/EmptyCrmPotential.js +100 -0
- package/src/svg/EmptyCustomDomain.js +33 -0
- package/src/svg/EmptyDashboard.js +90 -0
- package/src/svg/EmptyDepartment.js +87 -0
- package/src/svg/EmptyError.js +42 -0
- package/src/svg/EmptyFeed.js +87 -0
- package/src/svg/EmptyFollowers.js +85 -0
- package/src/svg/EmptyFrame.js +83 -0
- package/src/svg/EmptyFromAddress.js +32 -0
- package/src/svg/EmptyHappiness.js +85 -0
- package/src/svg/EmptyHistory.js +84 -0
- package/src/svg/EmptyImportHistory.js +32 -0
- package/src/svg/EmptyInconvenience.js +37 -0
- package/src/svg/EmptyInvoice.js +90 -0
- package/src/svg/EmptyNetwork.js +32 -0
- package/src/svg/EmptyNotification.js +84 -0
- package/src/svg/EmptyProducts.js +88 -0
- package/src/svg/EmptyRecycleBin.js +32 -0
- package/src/svg/EmptyReply.js +81 -0
- package/src/svg/EmptyReports.js +90 -0
- package/src/svg/EmptyRoles.js +32 -0
- package/src/svg/EmptySchedule.js +131 -0
- package/src/svg/EmptySearch.js +95 -0
- package/src/svg/EmptySkills.js +116 -0
- package/src/svg/EmptySla.js +81 -0
- package/src/svg/EmptySnippet.js +96 -0
- package/src/svg/EmptyStateVariables.module.css +39 -0
- package/src/svg/EmptyTag.js +88 -0
- package/src/svg/EmptyTask.js +97 -0
- package/src/svg/EmptyTeams.js +85 -0
- package/src/svg/EmptyTemplate.js +88 -0
- package/src/svg/EmptyTicket.js +88 -0
- package/src/svg/EmptyTimeEntry.js +91 -0
- package/src/svg/EmptyTimeline.js +85 -0
- package/src/svg/EmptyTopic.js +92 -0
- package/src/svg/EmptyUnauthorizedLogin.js +44 -0
- package/src/svg/EmptyWebhook.js +32 -0
- package/src/svg/EmptyWillBeRightBack.js +44 -0
- package/src/svg/ErrorInconvenience.js +128 -0
- package/src/svg/ErrorOopsSomethingMiss.js +128 -0
- package/src/svg/ErrorUnableToProcessRequest.js +128 -0
- package/src/svg/ErrorUnauthorizedLogin.js +127 -0
- package/src/svg/ErrorUrlNotFound.js +128 -0
- package/src/svg/ErrorWillBeRightBack.js +127 -0
- package/src/svg/Extractor.js +76 -0
- package/src/svg/FailureLog.js +32 -0
- package/src/svg/Import.js +85 -0
- package/src/svg/Loader.js +73 -0
- package/src/svg/NoRequestFound.js +37 -0
- package/src/svg/NotImpossible.js +80 -0
- package/src/svg/PageNotFound.js +38 -0
- package/src/svg/Predictor.js +78 -0
- package/src/svg/SVG.js +107 -0
- package/src/svg/SVG.module.css +26 -0
- package/src/svg/SvgLoader.js +21 -0
- package/src/svg/UnableToProcessRequest.js +37 -0
- package/src/svg/UnauthorizedLogin.js +37 -0
- package/src/svg/UrlNotFound.js +37 -0
- package/src/svg/WillBeRightBack.js +37 -0
- package/src/svg/ZiaAnamoly.js +76 -0
- package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +39 -0
- package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +41 -0
- package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +48 -0
- package/src/svg/deprecated/21_07_2021/InvalidUrl.js +756 -0
- package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +37 -0
- package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +37 -0
- package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +51 -0
- package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +51 -0
- package/src/svg/docs/SVG__common.docs.js +47 -0
- package/src/svg/docs/SVG__default.docs.js +233 -0
- package/src/svg/docs/SVG__errorstate.docs.js +75 -0
- package/src/svg/docs/SVGdocstyle.module.css +8 -0
- package/src/svg/images/EmptyBusinessHoliday.svg +50 -0
- package/src/svg/images/EmptyBusinessHour.svg +42 -0
- package/src/svg/images/EmptyContactInfo.svg +27 -0
- package/src/svg/images/EmptyCustomDomain.svg +85 -0
- package/src/svg/images/EmptyFilter.svg +62 -0
- package/src/svg/images/EmptyFromAddress.svg +41 -0
- package/src/svg/images/EmptyImportHistory.svg +43 -0
- package/src/svg/images/EmptyNetwork.svg +50 -0
- package/src/svg/images/EmptyRecycleBin.svg +58 -0
- package/src/svg/images/EmptyRoles.svg +30 -0
- package/src/svg/images/EmptySkills.svg +83 -0
- package/src/svg/images/EmptyWebhook.svg +44 -0
- package/src/svg/images/FailureLog.svg +46 -0
- package/src/svg/images/Inconvenience.svg +719 -0
- package/src/svg/images/NoRequestFound.svg +247 -0
- package/src/svg/images/PageNotFound.svg +405 -0
- package/src/svg/images/ReguestUrlNotFound.svg +267 -0
- package/src/svg/images/UnableToProcess.svg +752 -0
- package/src/svg/images/UnauthorizedLogin.svg +1047 -0
- package/src/svg/images/WillBack.svg +633 -0
- package/src/svg/utils.js +15 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var OopsSomethingMiss = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(OopsSomethingMiss, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(OopsSomethingMiss);
|
|
44
|
+
|
|
45
|
+
function OopsSomethingMiss() {
|
|
46
|
+
_classCallCheck(this, OopsSomethingMiss);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(OopsSomethingMiss, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 0 695.38 500",
|
|
56
|
+
name: "OopsSomethingMiss"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".ErrorOopsSomethingMiss_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorOopsSomethingMiss_svg__cls-10,.ErrorOopsSomethingMiss_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorOopsSomethingMiss_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorOopsSomethingMiss_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
className: "ErrorOopsSomethingMiss_svg__cls-1",
|
|
59
|
+
d: "M280.06 165.76s33.78-54.78 54.77-11 32.87 82.17 94 33.78S515.6 132.89 538.42 163s44.28 286.69-178.94 233.74c0 0-176.65-66.65-79.42-230.98z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "ErrorOopsSomethingMiss_svg__cls-1",
|
|
62
|
+
cx: 237.04,
|
|
63
|
+
cy: 373.78,
|
|
64
|
+
r: 25.39
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "ErrorOopsSomethingMiss_svg__cls-1",
|
|
67
|
+
cx: 220.36,
|
|
68
|
+
cy: 130.23,
|
|
69
|
+
r: 25.39
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
71
|
+
className: "ErrorOopsSomethingMiss_svg__cls-1",
|
|
72
|
+
cx: 437.82,
|
|
73
|
+
cy: 82.86,
|
|
74
|
+
r: 12.74
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
76
|
+
className: "ErrorOopsSomethingMiss_svg__cls-1",
|
|
77
|
+
cx: 286.31,
|
|
78
|
+
cy: 419.08,
|
|
79
|
+
r: 12.74
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
81
|
+
className: "ErrorOopsSomethingMiss_svg__cls-1",
|
|
82
|
+
cx: 520.6,
|
|
83
|
+
cy: 407.06,
|
|
84
|
+
r: 12.74
|
|
85
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
86
|
+
d: "M83.93 402.4c15.42-1.84 27.8-6.31 29.7-15.65 5.51-27.12 61.58-45 222 20.22 0 0 96.06-48.26 96.06-50.09s-55.16-9.2-84.57 36.76c0 0-124.09-38.5-146.61-38.33 0 0 78.59-66.92 96.52-64.16s-62 4.14-111.23 43.2c0 0 104.33 28.47 147.53 48.26 0 0 52.4-46 98.36-35.39 0 0 5-.29 2.44-5.36s-54.62-42.57-131-50.8c0 0 .35-42.82 29.81-78.11 0 0-13.36 24.32 7.54 24.67l8.22-1s-6.51 12.67 4.45 16.79l-1 4.8s8.92-4.8 10.29 1l11.3-1.37s-3.42 5.13-1.71 7.53 13 6.51 13 6.51.68 12.34 3.77 13 6.85-3.77 10.28-1.37 11.64-4.8 13.36-1-.69 10.62 5.14 12 5.13 6.52 4.79 13 3.43 13 8.92 13 9.24 8.91 9.24 8.91 23-38 89.28-44.9c0 0-57.48-40-133.49-64.67 0 0-37.23 3.29-85.85 64 0 0 119.21 25.19 132.88 61.25 0 0 .08 9.46-5.61 11.67 0 0 18.36-3.68 17.63-13s-15-9.66 1.61-23.53 74.15-16.57 77.75-21.1 0-7.23 0-7.23l12.66 11.76-88.92 31.65s-1.21 8.13 7.22 5.72 10.56-27.13 15.08-52.75 15.67-71.74 64.5-81c8.35-1.43 21.64-.84 35.52 0",
|
|
87
|
+
strokeWidth: 1.5,
|
|
88
|
+
strokeLinecap: "round",
|
|
89
|
+
strokeLinejoin: "round",
|
|
90
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
91
|
+
fill: "none"
|
|
92
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
|
+
d: "M303.15 291.07S305.8 246.26 333 213c0 0-17.72 26.28 8.37 32.39 0 0 5 9.36 7.36 9.19l2 7.24s6.28-3.87 8.21-1.77 5.8 1.7 9.85.64c0 0-6.43 6.76 13.35 13.83 0 0 1.29 15.33 7.57 14.31s6.57-3.85 10.95-1.76 7.08-2.57 8.69-1.29.64 10.14 5.95 11.1 4.83 8.21 5 18 11.42 6.57 14 9.85 2.57 10.45 2.57 10.45l-2.59 6.76c.6-2.94-61.95-46.94-131.13-50.87z",
|
|
94
|
+
opacity: 0.2,
|
|
95
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
96
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
97
|
+
cx: 395,
|
|
98
|
+
cy: 127.76,
|
|
99
|
+
rx: 3.54,
|
|
100
|
+
ry: 3.51,
|
|
101
|
+
strokeMiterlimit: 10,
|
|
102
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
103
|
+
fill: "none"
|
|
104
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
105
|
+
cx: 400.27,
|
|
106
|
+
cy: 428.72,
|
|
107
|
+
rx: 3.54,
|
|
108
|
+
ry: 3.51,
|
|
109
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
110
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
111
|
+
cx: 205.84,
|
|
112
|
+
cy: 278.75,
|
|
113
|
+
rx: 3.31,
|
|
114
|
+
ry: 3.28,
|
|
115
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
116
|
+
strokeMiterlimit: 10,
|
|
117
|
+
fill: "none"
|
|
118
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
119
|
+
cx: 579.94,
|
|
120
|
+
cy: 284.02,
|
|
121
|
+
rx: 3.31,
|
|
122
|
+
ry: 3.28,
|
|
123
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
124
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
125
|
+
className: "ErrorOopsSomethingMiss_svg__cls-8",
|
|
126
|
+
d: "M257.33 168.47l-.35 6.18M254.04 171.39l6.23.35"
|
|
127
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
128
|
+
cx: 538.1,
|
|
129
|
+
cy: 385.89,
|
|
130
|
+
rx: 2.46,
|
|
131
|
+
ry: 2.44,
|
|
132
|
+
strokeLinecap: "round",
|
|
133
|
+
strokeLinejoin: "round",
|
|
134
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
135
|
+
fill: "none"
|
|
136
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
137
|
+
className: "ErrorOopsSomethingMiss_svg__cls-10",
|
|
138
|
+
d: "M537.16 124.03l4.16 4.61M536.92 128.4l4.65-4.13"
|
|
139
|
+
}));
|
|
140
|
+
}
|
|
141
|
+
}]);
|
|
142
|
+
|
|
143
|
+
return OopsSomethingMiss;
|
|
144
|
+
}(_react["default"].Component);
|
|
145
|
+
|
|
146
|
+
exports["default"] = OopsSomethingMiss;
|
|
147
|
+
OopsSomethingMiss.propTypes = {
|
|
148
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
149
|
+
className: _propTypes["default"].string,
|
|
150
|
+
dataId: _propTypes["default"].string,
|
|
151
|
+
isRender: _propTypes["default"].bool
|
|
152
|
+
};
|
|
153
|
+
OopsSomethingMiss.defaultProps = {
|
|
154
|
+
alignHorizontal: true,
|
|
155
|
+
isRender: true,
|
|
156
|
+
className: '',
|
|
157
|
+
dataId: 'oopssomethingmiss'
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
if (false) {
|
|
161
|
+
OopsSomethingMiss.docs = {
|
|
162
|
+
componentGroup: 'SVG'
|
|
163
|
+
};
|
|
164
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var UnableToProcessRequest = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(UnableToProcessRequest, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(UnableToProcessRequest);
|
|
44
|
+
|
|
45
|
+
function UnableToProcessRequest() {
|
|
46
|
+
_classCallCheck(this, UnableToProcessRequest);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(UnableToProcessRequest, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 0 500 500",
|
|
56
|
+
name: "UnableToProcessRequest"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".ErrorUnableToProcessRequest_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.ErrorUnableToProcessRequest_svg__cls-10,.ErrorUnableToProcessRequest_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnableToProcessRequest_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnableToProcessRequest_svg__cls-8{stroke:var(--zd_emptysvg_plus))}")), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
59
|
+
d: "M147.82 163s33.78-54.77 54.77-11 32.87 82.16 94 33.78 86.73-55.69 109.55-25.57S450.46 446.92 227.24 394c0 0-176.65-66.68-79.42-231z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
62
|
+
cx: 104.8,
|
|
63
|
+
cy: 371.02,
|
|
64
|
+
r: 25.39
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
67
|
+
cx: 88.11,
|
|
68
|
+
cy: 127.46,
|
|
69
|
+
r: 25.39
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
71
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
72
|
+
cx: 305.58,
|
|
73
|
+
cy: 80.1,
|
|
74
|
+
r: 12.74
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
76
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
77
|
+
cx: 154.07,
|
|
78
|
+
cy: 416.31,
|
|
79
|
+
r: 12.74
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
81
|
+
className: "ErrorUnableToProcessRequest_svg__cls-1",
|
|
82
|
+
cx: 388.36,
|
|
83
|
+
cy: 404.29,
|
|
84
|
+
r: 12.74
|
|
85
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
86
|
+
d: "M297 255.54s-110.07 41.88-93 62.4 36.49 23.37 19.38 54.15-.57 37.63 12 37.63 47.47-5.82 54.89-21.78 6.73-132.4 6.73-132.4z",
|
|
87
|
+
opacity: 0.2,
|
|
88
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
89
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
90
|
+
d: "M233.85 228.91s51.63 1.49 50.52 13.36-88.71 13.37-105-3 101.33-17.25 120.26.84-86.11 31.46-126.2 4.36c0 0-2-2.64 0-3.93s1.83 88.22-.87 95.27-21.28 21.77-35.69 15.05-14.41-28.18-14.73-39.71-1-38.74 24-40.34 27.54 21.45 30.43 35.54 0-63.08-8-63.08-52.52 12.17-57 34.26-5.76 71.73 10.89 83.58 46.75 7.68 50.59 13.76.92 13.91 4.35 17.91 53.12 47.29 111.71 4.71a15.46 15.46 0 006.35-12l.72-19.46a3.07 3.07 0 00-3.81-3.1c-14.64 3.6-66.91 14.15-109.25-6.77 0 0-2.29-10.87 5.71-9.15 7 1.49 65.43 15.1 92.94 7.7a20.09 20.09 0 0114.66 2c1.55.82 3.41.54 5.46-2.26 5.88-8 78.5-143.52 75.07-160.68s-23.44-41.74-37.74-40.6-72.62 17.16-72.62 17.16-48-13.16-52.61-6.87 29.75 66 48.61 60.62c15-4.27-31.45-58.33-40-59.47s16 43.46 34.88 53.18 14.87-21.73 20-25.73 53.75-24 62.9-21.16 21.73 20.58 18.87 33.16-56 83.49-59.47 85.2.4-40.64 1.41-39.47-1.51 50.18-1.14 52-64 22.67-111.87-3.72c0 0-3.23-4.67.34-4.67s56.51 25.24 108.34 2.9",
|
|
91
|
+
strokeLinecap: "round",
|
|
92
|
+
strokeLinejoin: "round",
|
|
93
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
94
|
+
strokeWidth: 1.5,
|
|
95
|
+
fill: "none"
|
|
96
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
97
|
+
cx: 262.76,
|
|
98
|
+
cy: 118.03,
|
|
99
|
+
rx: 3.54,
|
|
100
|
+
ry: 3.51,
|
|
101
|
+
strokeMiterlimit: 10,
|
|
102
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
103
|
+
fill: "none"
|
|
104
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
105
|
+
cx: 268.03,
|
|
106
|
+
cy: 418.99,
|
|
107
|
+
rx: 3.54,
|
|
108
|
+
ry: 3.51,
|
|
109
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
110
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
111
|
+
cx: 73.6,
|
|
112
|
+
cy: 269.02,
|
|
113
|
+
rx: 3.31,
|
|
114
|
+
ry: 3.28,
|
|
115
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
116
|
+
strokeMiterlimit: 10,
|
|
117
|
+
fill: "none"
|
|
118
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
119
|
+
cx: 447.7,
|
|
120
|
+
cy: 274.29,
|
|
121
|
+
rx: 3.31,
|
|
122
|
+
ry: 3.28,
|
|
123
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
124
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
125
|
+
className: "ErrorUnableToProcessRequest_svg__cls-8",
|
|
126
|
+
d: "M125.09 158.74l-.35 6.18M121.8 161.66l6.23.35"
|
|
127
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
128
|
+
cx: 405.86,
|
|
129
|
+
cy: 376.16,
|
|
130
|
+
rx: 2.46,
|
|
131
|
+
ry: 2.44,
|
|
132
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
133
|
+
strokeLinecap: "round",
|
|
134
|
+
strokeLinejoin: "round",
|
|
135
|
+
fill: "none"
|
|
136
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
137
|
+
className: "ErrorUnableToProcessRequest_svg__cls-10",
|
|
138
|
+
d: "M404.92 114.3l4.16 4.61M404.68 118.67l4.65-4.13"
|
|
139
|
+
}));
|
|
140
|
+
}
|
|
141
|
+
}]);
|
|
142
|
+
|
|
143
|
+
return UnableToProcessRequest;
|
|
144
|
+
}(_react["default"].Component);
|
|
145
|
+
|
|
146
|
+
exports["default"] = UnableToProcessRequest;
|
|
147
|
+
UnableToProcessRequest.propTypes = {
|
|
148
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
149
|
+
className: _propTypes["default"].string,
|
|
150
|
+
dataId: _propTypes["default"].string,
|
|
151
|
+
isRender: _propTypes["default"].bool
|
|
152
|
+
};
|
|
153
|
+
UnableToProcessRequest.defaultProps = {
|
|
154
|
+
alignHorizontal: true,
|
|
155
|
+
isRender: true,
|
|
156
|
+
className: '',
|
|
157
|
+
dataId: 'unabletoprocessrequest'
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
if (false) {
|
|
161
|
+
UnableToProcessRequest.docs = {
|
|
162
|
+
componentGroup: 'SVG'
|
|
163
|
+
};
|
|
164
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("./SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
+
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
25
|
+
|
|
26
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
27
|
+
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
|
|
30
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
|
+
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
|
+
|
|
34
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
|
+
|
|
36
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
37
|
+
|
|
38
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
39
|
+
|
|
40
|
+
var UnauthorizedLogin = /*#__PURE__*/function (_React$Component) {
|
|
41
|
+
_inherits(UnauthorizedLogin, _React$Component);
|
|
42
|
+
|
|
43
|
+
var _super = _createSuper(UnauthorizedLogin);
|
|
44
|
+
|
|
45
|
+
function UnauthorizedLogin() {
|
|
46
|
+
_classCallCheck(this, UnauthorizedLogin);
|
|
47
|
+
|
|
48
|
+
return _super.apply(this, arguments);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
_createClass(UnauthorizedLogin, [{
|
|
52
|
+
key: "render",
|
|
53
|
+
value: function render() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
55
|
+
viewBox: "0 -40 500 500",
|
|
56
|
+
name: "UnauthorizedLogin"
|
|
57
|
+
}, this.props), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, ".ErrorUnauthorizedLogin_svg__cls-1,.ErrorUnauthorizedLogin_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorUnauthorizedLogin_svg__cls-1{opacity:.05}.ErrorUnauthorizedLogin_svg__cls-2{opacity:.2}.ErrorUnauthorizedLogin_svg__cls-10,.ErrorUnauthorizedLogin_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorUnauthorizedLogin_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorUnauthorizedLogin_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
className: "ErrorUnauthorizedLogin_svg__cls-1",
|
|
59
|
+
d: "M135.58 156.52s33.78-54.78 54.78-11 32.86 82.17 94 33.78 86.73-55.69 109.55-25.56S438.22 440.44 215 387.49c0 0-176.65-66.64-79.42-230.97z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
61
|
+
className: "ErrorUnauthorizedLogin_svg__cls-1",
|
|
62
|
+
cx: 92.57,
|
|
63
|
+
cy: 364.54,
|
|
64
|
+
r: 25.39
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
66
|
+
className: "ErrorUnauthorizedLogin_svg__cls-1",
|
|
67
|
+
cx: 75.88,
|
|
68
|
+
cy: 120.98,
|
|
69
|
+
r: 25.39
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
71
|
+
className: "ErrorUnauthorizedLogin_svg__cls-1",
|
|
72
|
+
cx: 293.35,
|
|
73
|
+
cy: 73.62,
|
|
74
|
+
r: 12.74
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
76
|
+
className: "ErrorUnauthorizedLogin_svg__cls-1",
|
|
77
|
+
cx: 141.83,
|
|
78
|
+
cy: 409.84,
|
|
79
|
+
r: 12.74
|
|
80
|
+
}), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
81
|
+
className: "ErrorUnauthorizedLogin_svg__cls-1",
|
|
82
|
+
cx: 376.13,
|
|
83
|
+
cy: 397.82,
|
|
84
|
+
r: 12.74
|
|
85
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
86
|
+
className: "ErrorUnauthorizedLogin_svg__cls-2",
|
|
87
|
+
d: "M220.15 211.69s-4.35-10 3-21.2c0 0 20.88 28.8 57.64 2.26 0 0 8.15 1.69 4 22.05 0 0 15.34-15.48 6.28-32.53 0 0 2.56-7.53-3.29-16.29s-13.24-19-28-20.74c0 0 4.07-2.48 3-4.5s-2.26-4.94-8.37-6.24-10.64 6.11-7.13 10.68c0 0-18.13.71-29.39 22.64A33.72 33.72 0 00215 176c-2 8.74-5.24 29 5.15 35.69zM201.67 235.61s-5.82 38.09 46 37.56 58.71-31.74 58.71-36.5-59.77-3.7-63.48 13.25-29.62-12.17-33.85-14.81a6 6 0 00-7.38.5z"
|
|
88
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
89
|
+
d: "M196.6 377.4c-2 0-57.79 11-52.29 0s53.69-15.82 52.29-13.76-44.72 11.69-45.41-3.45 12.39-89.42 25.46-112.13c0 0-8.25 0-10.31 4.14s-10 25.67-6.2 28.88S198 328.56 269.52 320.3v-35.78H240s-2 46.79 1.37 48.84 32.33.7 32.33.7v-15.92s64.09-11 76.61-35.53c0 0-3.06 1-2 8.15s10.72 45.16 9.71 71c0 0-30.14 12.52-33.21 11.5s32.51-14.19 35.65-9 7.31 10.66 5 12.12-49.15 6.35-50.46-1.38-1.67-14.84-6.26-18.19-30.85-21.19-30.85-21.19l-4.08-52.84s50.6-11.2 62.13-29.39c0 0-12.65-50.23-10-47.63s2.61 42.45 5.58 42.05 24.93 4.82 25.67 12.22c0 0 6.7-3 7.07-4.07s-12.65 8.14-13 12.65 13-3 14.86-1.5 5.2 8.57 0 9.68-10.76-1.49-11.51 1.12 10 11.9 14.26 11.9 17-.37 18.83-9.67-8.94-5.22-8.94-5.22 8.24 1.5 9.17-3.72-4.69-19.72-8.77-21.95-5.9.52-5.9.52 5.7-1.81 5.82-2.42-27-41-54.66-55.46c0 0-23.17-12.76-30.55-11.63s10.73 22.6-9.05 34.46c0 0 4.52-18.07-4-22 0 0-29.95 27.13-57.64-2.26 0 0-7.91 10.74-2.83 19.78 0 0 19.35 33.15 61.57 5.32 0 0 10.64-7.48 11.39-17.32s-4.49-12.69-1.12-20.43c0 0-5.78-28.52-30.93-32.36s-9.22-11.29-6.83-11 8.81 3.06 8.49 7.67-9.84 3.84-15.65 3-31.93 10.85-33.7 38.38 6.58 28.18 6.58 28.18S212 201.39 215 181.4c0 0-26.33 7.13-30.67 13.24s-6.11 32.53-5.78 35.43 5.78-28.92 1.08-34.35c0 0-39.41 27.5-48.45 50.26 0 0 14.82 12.74 17 12.34s-15.91-12-18.8-9.09-10.85 19.53-10.48 23.87 5.42 14.82 9.4 15.54 13.38 2.53 14.82 1.8 11.57-11.92 10.13-12.65-7.24.73-10.85-3.25 1.81-9.4 4-8 5.09 6.87 6.11 6.87 5.09-.36 5.43-2.9-5.09-10.51-5.09-10.51 11.53-13.12 25.46-14.57c0 0 3.54 27.28 57.33 39.35l3 47.81s-19.4 13.66-27.8 17.41-13.8 16.82-14.26 23.13c0 0-1.1-17.6 15.08-25.41s24.73-15.81 24.73-15.81l-1.39-25.5s-44.1-11.35-59.52-32.13l1.39-4.49s56.68 61.87 162.11-.35c0 0 .11-10.36-1.49-13.24s11.34 23.19 11.5 24.37",
|
|
90
|
+
strokeWidth: 1.5,
|
|
91
|
+
strokeLinecap: "round",
|
|
92
|
+
strokeLinejoin: "round",
|
|
93
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
94
|
+
fill: "none"
|
|
95
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
96
|
+
cx: 319.44,
|
|
97
|
+
cy: 65.07,
|
|
98
|
+
rx: 3.54,
|
|
99
|
+
ry: 3.51,
|
|
100
|
+
strokeMiterlimit: 10,
|
|
101
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
102
|
+
fill: "none"
|
|
103
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
104
|
+
cx: 254.71,
|
|
105
|
+
cy: 426.04,
|
|
106
|
+
rx: 3.54,
|
|
107
|
+
ry: 3.51,
|
|
108
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
109
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
110
|
+
cx: 60.28,
|
|
111
|
+
cy: 276.06,
|
|
112
|
+
rx: 3.31,
|
|
113
|
+
ry: 3.28,
|
|
114
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
115
|
+
strokeMiterlimit: 10,
|
|
116
|
+
fill: "none"
|
|
117
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
118
|
+
cx: 434.38,
|
|
119
|
+
cy: 281.34,
|
|
120
|
+
rx: 3.31,
|
|
121
|
+
ry: 3.28,
|
|
122
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
123
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
124
|
+
className: "ErrorUnauthorizedLogin_svg__cls-8",
|
|
125
|
+
d: "M111.78 165.79l-.35 6.17M108.49 168.7l6.23.35"
|
|
126
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
127
|
+
cx: 392.54,
|
|
128
|
+
cy: 383.2,
|
|
129
|
+
rx: 2.46,
|
|
130
|
+
ry: 2.44,
|
|
131
|
+
strokeLinecap: "round",
|
|
132
|
+
strokeLinejoin: "round",
|
|
133
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
134
|
+
fill: "none"
|
|
135
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
136
|
+
className: "ErrorUnauthorizedLogin_svg__cls-10",
|
|
137
|
+
d: "M391.61 121.34l4.15 4.62M391.36 125.71l4.65-4.12"
|
|
138
|
+
}));
|
|
139
|
+
}
|
|
140
|
+
}]);
|
|
141
|
+
|
|
142
|
+
return UnauthorizedLogin;
|
|
143
|
+
}(_react["default"].Component);
|
|
144
|
+
|
|
145
|
+
exports["default"] = UnauthorizedLogin;
|
|
146
|
+
UnauthorizedLogin.propTypes = {
|
|
147
|
+
alignHorizontal: _propTypes["default"].bool,
|
|
148
|
+
className: _propTypes["default"].string,
|
|
149
|
+
dataId: _propTypes["default"].string,
|
|
150
|
+
isRender: _propTypes["default"].bool
|
|
151
|
+
};
|
|
152
|
+
UnauthorizedLogin.defaultProps = {
|
|
153
|
+
alignHorizontal: true,
|
|
154
|
+
isRender: true,
|
|
155
|
+
className: '',
|
|
156
|
+
dataId: 'unauthorizedlogin'
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
if (false) {
|
|
160
|
+
UnauthorizedLogin.docs = {
|
|
161
|
+
componentGroup: 'SVG'
|
|
162
|
+
};
|
|
163
|
+
}
|