@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,86 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyCrmPotential extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "crmPotential"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M78.35 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S31.87 117.2 31.64 105c-.22-11.89 0-40.12 46.71-41.87z",
|
|
13
|
+
opacity: 0.05,
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 141.35,
|
|
17
|
+
cy: 35.2,
|
|
18
|
+
rx: 3.21,
|
|
19
|
+
ry: 3.18,
|
|
20
|
+
strokeWidth: 0.65,
|
|
21
|
+
strokeMiterlimit: 10,
|
|
22
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
23
|
+
fill: "none"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
25
|
+
cx: 72.1,
|
|
26
|
+
cy: 33.3,
|
|
27
|
+
rx: 1.92,
|
|
28
|
+
ry: 1.9,
|
|
29
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
30
|
+
strokeWidth: 0.65,
|
|
31
|
+
strokeMiterlimit: 10,
|
|
32
|
+
fill: "none"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
className: "EmptyCrmPotential_svg__cls-4",
|
|
35
|
+
d: "M21.06 97.87l-.32 5.58M18.08 100.5l5.64.32"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
37
|
+
cx: 162.95,
|
|
38
|
+
cy: 146.1,
|
|
39
|
+
rx: 2.22,
|
|
40
|
+
ry: 2.21,
|
|
41
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
42
|
+
strokeLinecap: "round",
|
|
43
|
+
strokeLinejoin: "round",
|
|
44
|
+
strokeWidth: 0.65,
|
|
45
|
+
fill: "none"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
className: "EmptyCrmPotential_svg__cls-6",
|
|
48
|
+
d: "M170.07 122.68l3.76 4.18M169.85 126.63l4.21-3.72"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M93.59 94.65l-6.73.81a1.52 1.52 0 01-1.49-2.29l3.44-5.83a1.49 1.49 0 00.07-1.42L86 79.77a1.52 1.52 0 011.71-2.13l6.61 1.48a1.52 1.52 0 001.37-.37l5-4.61a1.52 1.52 0 012.55 1l.64 6.75a1.54 1.54 0 00.78 1.19l5.92 3.29a1.53 1.53 0 01-.14 2.74l-6.22 2.69a1.53 1.53 0 00-.89 1.1L102 99.52a1.53 1.53 0 01-2.65.71l-4.48-5.08a1.52 1.52 0 00-1.28-.5z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
className: "EmptyCrmPotential_svg__cls-9",
|
|
54
|
+
d: "M69.71 67.26s-40.94 6.45-40.56 8.64 9.62 61.64 13.85 66.77c0 0 42.59-4.74 51.75-11.09l-2.15-2.27s-20.35-.95-22.4-5.57zM99.37 129.26s1.88-2.63 6.58-2.22 18-1.12 18-1.12l3.55-2.87-3.39-59.84 43.22 11L155 142.9s-35.22-.99-55.63-13.64z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M69.68 61.71a33.35 33.35 0 01.88-5.64c4.28-3.1 51.9-3.86 52.88 1 1.08 5.39-2.85 8.41-2.61 6s45.25 10.51 46.55 11-9.83 65.79-12.38 68.83-55.08-9.76-55.59-13.64 28.18-3.36 28.18-6.21-4.91-56.91-2.84-57 2.58 58.53-.71 59.85-45.32 1.56-45.58-.42 16.55 3.24 16.29 6.08S46.61 144.51 43 142.67 28.79 78.58 29.15 75.9 72.73 67.19 74 66.07s-1.81-4.57-3.46-2 .07 47.79-.4 59.65c-.11 2.74 13.23 5.33 24.06 6a3.72 3.72 0 003.83-2.78l5.5-21.74a24.05 24.05 0 000-11.89h0a1.59 1.59 0 01.92-1.19l6.52-3a1.62 1.62 0 00.09-2.9l-6.35-3.36a1.6 1.6 0 01-.84-1.24l-.87-7.15a1.62 1.62 0 00-2.73-1l-5.16 5a1.63 1.63 0 01-1.44.43l-7-1.42a1.62 1.62 0 00-1.77 2.3l3.16 6.44a1.62 1.62 0 010 1.51L84.49 94a1.62 1.62 0 001.64 2.39l7.1-1",
|
|
57
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round",
|
|
60
|
+
fill: "none"
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
}
|
|
65
|
+
EmptyCrmPotential.propTypes = {
|
|
66
|
+
alignHorizontal: PropTypes.bool,
|
|
67
|
+
className: PropTypes.string,
|
|
68
|
+
dataId: PropTypes.string,
|
|
69
|
+
isRender: PropTypes.bool,
|
|
70
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
71
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
72
|
+
};
|
|
73
|
+
EmptyCrmPotential.defaultProps = {
|
|
74
|
+
size: 'large',
|
|
75
|
+
alignHorizontal: true,
|
|
76
|
+
isRender: true,
|
|
77
|
+
className: '',
|
|
78
|
+
dataId: 'emptyCrmPotential',
|
|
79
|
+
palette: 'default'
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
if (false) {
|
|
83
|
+
EmptyCrmPotential.docs = {
|
|
84
|
+
componentGroup: 'SVG'
|
|
85
|
+
};
|
|
86
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
import image from './images/EmptyCustomDomain.svg';
|
|
7
|
+
export default class EmptyCustomDomain extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 298 123.46",
|
|
11
|
+
name: "CustomDomain"
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
+
xlinkHref: image,
|
|
14
|
+
height: "100%",
|
|
15
|
+
width: "100%"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
EmptyCustomDomain.propTypes = {
|
|
21
|
+
alignHorizontal: PropTypes.bool,
|
|
22
|
+
className: PropTypes.string,
|
|
23
|
+
dataId: PropTypes.string,
|
|
24
|
+
isRender: PropTypes.bool,
|
|
25
|
+
size: PropTypes.oneOf(['small', 'large'])
|
|
26
|
+
};
|
|
27
|
+
EmptyCustomDomain.defaultProps = {
|
|
28
|
+
size: 'large',
|
|
29
|
+
alignHorizontal: true,
|
|
30
|
+
isRender: true,
|
|
31
|
+
className: '',
|
|
32
|
+
dataId: 'emptyCustomDomain'
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
if (false) {
|
|
36
|
+
EmptyCustomDomain.docs = {
|
|
37
|
+
componentGroup: 'SVG'
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyDashboard extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "dashboard"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyDashboard_svg__cls-3,.EmptyDashboard_svg__cls-4,.EmptyDashboard_svg__cls-5{fill:none}.EmptyDashboard_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyDashboard_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyDashboard_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
+
opacity: 0.05,
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 156.04,
|
|
17
|
+
cy: 31.69,
|
|
18
|
+
rx: 3.54,
|
|
19
|
+
ry: 3.51,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
+
fill: "none"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
+
className: "EmptyDashboard_svg__cls-5",
|
|
25
|
+
cx: 79.62,
|
|
26
|
+
cy: 29.6,
|
|
27
|
+
rx: 2.12,
|
|
28
|
+
ry: 2.1
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "EmptyDashboard_svg__cls-4",
|
|
31
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
+
cx: 165.88,
|
|
34
|
+
cy: 154.09,
|
|
35
|
+
rx: 2.45,
|
|
36
|
+
ry: 2.43,
|
|
37
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
fill: "none"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
className: "EmptyDashboard_svg__cls-3",
|
|
43
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M67.14 106.83s13.93-23.57 17.23-19 8.87 4.81 16-13.18v32.18z",
|
|
46
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M71.27 107l29.07-.19V74.65c-7.1 18-12.68 17.74-16 13.18s-17.23 19-17.23 19h-3a2.76 2.76 0 01-2.76-2.63c-.43-9.12-1.55-38.91 1.84-40 4-1.34 43.31-1.34 44.66 1s1.53 43 0 43.72-15-1-15.35 0 .49 39-1.15 40.47c-1 .93-31.29 1.41-32.22 0-.53-.82-.22-30.38 1.24-31.46 2.63-2 92.29-4 92.23-.26 0 1.93 1.08 45 .12 46.1-.82 1-36.74 1-46.73 1a2.58 2.58 0 01-2.58-2.56c-.11-8.24-.39-34.81-.46-40.92a1.23 1.23 0 011.26-1.25c2.55 0 8.52-.31 15.26.06 0 0-1.43-43.62-1.08-44.33 1-2.06 33-.38 34.33.39s1.54 29.34 0 30.55c-1.1.87-23.5.29-29.74.12a1.7 1.7 0 01-1.65-1.66l-.77-26.94",
|
|
49
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round",
|
|
52
|
+
fill: "none"
|
|
53
|
+
}));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
}
|
|
57
|
+
EmptyDashboard.propTypes = {
|
|
58
|
+
alignHorizontal: PropTypes.bool,
|
|
59
|
+
className: PropTypes.string,
|
|
60
|
+
dataId: PropTypes.string,
|
|
61
|
+
isRender: PropTypes.bool,
|
|
62
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
63
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
64
|
+
};
|
|
65
|
+
EmptyDashboard.defaultProps = {
|
|
66
|
+
size: 'large',
|
|
67
|
+
alignHorizontal: true,
|
|
68
|
+
isRender: true,
|
|
69
|
+
className: '',
|
|
70
|
+
dataId: 'emptyDashboard',
|
|
71
|
+
palette: 'default'
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
if (false) {
|
|
75
|
+
EmptyDashboard.docs = {
|
|
76
|
+
componentGroup: 'SVG'
|
|
77
|
+
};
|
|
78
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyDepartment extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "department"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyDepartment_svg__cls-4{fill:var(--zd_emptysvg_primary_fill)}.EmptyDepartment_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyDepartment_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyDepartment_svg__cls-5{fill:var(--zd_emptysvg_medium_circle)}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M85.65 63.06s46.91-30.84 70.66-21.55 40 87.37-26.07 122.41-95.89-41.18-96.14-54.69c-.24-13.07 0-44.23 51.55-46.17z",
|
|
13
|
+
opacity: 0.05,
|
|
14
|
+
className: "EmptyDepartment_svg__cls-4"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M155.17 36.25a4 4 0 114-4 4 4 0 01-4 4zm0-7a3 3 0 103 3 3 3 0 00-3-3.02z",
|
|
17
|
+
className: "EmptyDepartment_svg__cls-5"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
className: "EmptyDepartment_svg__cls-3",
|
|
20
|
+
d: "M78.75 32.74a2.6 2.6 0 112.62-2.59 2.6 2.6 0 01-2.62 2.59zm0-4.19a1.6 1.6 0 101.62 1.6 1.6 1.6 0 00-1.62-1.6z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)",
|
|
23
|
+
d: "M22.07 108.07a.5.5 0 01-.47-.53l.35-6.16a.49.49 0 01.53-.47.5.5 0 01.47.52l-.35 6.17a.51.51 0 01-.53.47z"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "var(--zd_emptysvg_plus)",
|
|
26
|
+
d: "M25.35 105.16l-6.22-.35a.5.5 0 01.06-1l6.22.35a.5.5 0 010 1z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
className: "EmptyDepartment_svg__cls-5",
|
|
29
|
+
d: "M165 157.57a2.93 2.93 0 112.95-2.93 2.95 2.95 0 01-2.95 2.93zm0-4.86a1.93 1.93 0 101.95 1.93 1.94 1.94 0 00-1.95-1.93z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
className: "EmptyDepartment_svg__cls-3",
|
|
32
|
+
transform: "rotate(-42.02 176.822 120.063)",
|
|
33
|
+
d: "M176.31 116.96h1v6.2h-1z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
className: "EmptyDepartment_svg__cls-3",
|
|
36
|
+
transform: "rotate(-41.56 176.809 120.062)",
|
|
37
|
+
d: "M173.71 119.56h6.2v1h-6.2z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
fill: "var(--zd_emptysvg_primary_stroke)",
|
|
40
|
+
d: "M124.9 96.51a.51.51 0 00.13-.37c-.85-11.83-1.23-24.68-.42-26 1.46-.43 6.63-.52 8.53-.52a.51.51 0 00.5-.5 24 24 0 011.73-7.88c2.2-5.3 6-8.38 11.35-9.14a21.68 21.68 0 0118.55 6.25 15.15 15.15 0 014.3 13.53 19.59 19.59 0 01-11.46 13.74 17.84 17.84 0 01-16.72-.94 15.28 15.28 0 01-7.2-12.56.5.5 0 10-1 .06 16.31 16.31 0 007.67 13.35 18.81 18.81 0 0017.64 1 20.56 20.56 0 0012-14.46 16.31 16.31 0 00-4.5-14.38 22.7 22.7 0 00-19.41-6.55c-12.23 1.75-13.74 14.8-13.92 17.51-1.63 0-6.91.09-8.44.59-1.69.57-1.07 14.57-.23 26.44l-7.92.16a.49.49 0 00-.48.44 45.47 45.47 0 01-3.22 12.64c6.14-17.46-.88-29.52-8-38.27-6.93-8.48-21.61-12.48-34.89-9.51C56.92 64 48 72.34 45.1 84.16 41 100.41 45 113.85 56.62 123c.16.14.3.24.4.32a.64.64 0 00.12.21.59.59 0 00.9-.18.51.51 0 00-.18-.6c-.44-2.1-.29-17.64-.19-28 .08-7.78.15-14.49 0-15.94A.85.85 0 0158 78c1.67-1.65 8.84-1.44 12.18-1.17a6.64 6.64 0 00.24 4.47c1 2.27 3.27 4 6.79 5.12 3.76 1.21 6.9.93 9.32-.84a9 9 0 003.61-6.44c.61-.9 8.28.13 10.8.47 1.31.18 2.3.31 2.84.34 1 2.28 1 25.08.74 39.3-.83 1.29-9.37 13.61-30.24 11.81-26-2.25-30.8-27.48-30.84-27.73a.5.5 0 10-1 .17c0 .27 4.95 26.24 31.74 28.56 1.44.12 2.83.18 4.16.18 19.43 0 27-12.45 27.09-12.58a.45.45 0 00.07-.25c.16-9 .54-38.63-1.06-40.25A.65.65 0 00104 79c-.4 0-1.56-.16-2.91-.34-5.62-.76-10.37-1.3-11.58-.25a1 1 0 00-.35.75 8.11 8.11 0 01-3.21 5.65c-2.15 1.57-5 1.8-8.43.7-3.22-1-5.3-2.57-6.16-4.55a5.66 5.66 0 010-4.32.53.53 0 000-.46.5.5 0 00-.39-.25c-1.14-.11-11.19-1-13.62 1.4a1.88 1.88 0 00-.58 1.53c.13 1.4.06 8.09 0 15.84-.16 16.74-.15 24.18.1 27.15C43 110.64 43.34 95.33 46.07 84.4 48.92 73 57.52 64.84 69.68 62.12c12.94-2.9 27.19 1 33.89 9.16 7.79 9.53 15.42 23.09 5.22 43.48a.48.48 0 00.15.62.5.5 0 00.64 0c.21-.21 5.24-5.08 7-18.52l8-.16a.52.52 0 00.32-.19z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fill: "var(--zd_emptysvg_primary_stroke)",
|
|
43
|
+
d: "M169.59 117.92a19.31 19.31 0 00-22.27-10.69c-12.22 2.89-13.58 15.15-13.73 18.44a11.94 11.94 0 00-1.51.31.52.52 0 00-.36.57 16.87 16.87 0 00.41 1.78 43.94 43.94 0 01-7.79-2.21l.19-27.76a.5.5 0 00-.5-.5.5.5 0 00-.5.5l-.19 28.1a.5.5 0 00.32.47 42.33 42.33 0 008.83 2.46c2.35 6.22 8.83 12.1 15.72 13.85a17.51 17.51 0 004.31.55c5.29 0 10.15-2.58 14-7.53 4.7-6.11 5.74-12.26 3.07-18.34zm-36.8 8.91c.26-.06.55-.11.84-.15a.49.49 0 00.46.29.52.52 0 00.47-.37 1.84 1.84 0 011.3.29c.19.2.09.59 0 .89a.84.84 0 01-.49.47 4.82 4.82 0 01-2.13.21 13.5 13.5 0 01-.45-1.63zm32.91 8.82c-5.88 7.6-12.62 7.79-17.25 6.62a23.24 23.24 0 01-14.86-12.8 5 5 0 002.16-.31 1.8 1.8 0 001-1 1.75 1.75 0 00-.18-1.92 2.6 2.6 0 00-2-.62c.15-3.24 1.52-14.68 13-17.39a18.34 18.34 0 0121.13 10.12c2.49 5.65 1.49 11.5-3 17.3z"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
className: "EmptyDepartment_svg__cls-6",
|
|
46
|
+
d: "M150.11 76.26c-4.09-2.45-4.55 2-6.8 2.2-3.42.29-7.57-.45-7.92-5.67-.62-9 7.36-19.63 21.46-14.52s7.57 22.9-.82 22.9c-3.14 0-4.76-4.17-5.92-4.91zM152.85 131.68c-4.09-2.45-4.54 2-6.8 2.19-3.42.3-7.56-.44-7.92-5.67-.61-9 7.36-19.62 21.47-14.51s7.56 22.9-.82 22.9c-3.15 0-4.78-4.21-5.93-4.91zM59.89 125.62s-1.69-46.78-.22-46.36 7-1.05 8.22.63 4 12.43 13.28 10.54 10.53-9.27 10.53-9.27l9.91.63 1.26 37.5s-15.38 18.13-42.98 6.33z"
|
|
47
|
+
}));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
}
|
|
51
|
+
EmptyDepartment.propTypes = {
|
|
52
|
+
alignHorizontal: PropTypes.bool,
|
|
53
|
+
className: PropTypes.string,
|
|
54
|
+
dataId: PropTypes.string,
|
|
55
|
+
isRender: PropTypes.bool,
|
|
56
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
58
|
+
};
|
|
59
|
+
EmptyDepartment.defaultProps = {
|
|
60
|
+
size: 'large',
|
|
61
|
+
alignHorizontal: true,
|
|
62
|
+
isRender: true,
|
|
63
|
+
className: '',
|
|
64
|
+
dataId: 'emptyDepartment',
|
|
65
|
+
palette: 'default'
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
if (false) {
|
|
69
|
+
EmptyDepartment.docs = {
|
|
70
|
+
componentGroup: 'SVG'
|
|
71
|
+
};
|
|
72
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyError extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "EmptyError"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyError_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyError_svg__cls-3,.EmptyError_svg__cls-4,.EmptyError_svg__cls-5{fill:none}.EmptyError_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyError_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyError_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyError_svg_fill{fill: #DE3535;opacity: 0.3}.EmptyError_svg_line{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
class: "EmptyError_svg__cls-1",
|
|
13
|
+
d: "M217.5,155.3c0,0,113.7-75.3,171.3-52.6s96.9,213.4-63.2,298.9S93.2,301,92.6,268 C92,236.1,92.6,160,217.5,155.3z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
class: "EmptyError_svg_line",
|
|
16
|
+
d: "M133.8,379.6c0,0-13.4-217.8,0-222.6c11.4-4.1,189-1.2,240.6-0.3c7.8,0.1,14,6.5,14,14.2V201l-235.8,2.3 l105.1-3.3c5.3-0.3,9.8-0.2,12.8,4.2c15.4,23.3,61.8,95.7,47.1,100.6c-17.5,5.8-114.1,8.3-116.2-2.6c-3.2-17.3,57-96.4,63.5-97.6 s122.2,3.2,123.6,6.6s10.3,168.7,2,173.6s-251,5.9-252.4-1.5s0-218.3,0-218.3"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
class: "EmptyError_svg_fill",
|
|
19
|
+
d: "M330.7,289.8c-1.9-5.8-33.8-78.7-47.9-85.8s-65.2,83.6-69.2,93.4s17.9,10.6,17.9,10.6s82.7,0.6,91.9-1.8 S332.6,295.6,330.7,289.8z M274.7,249.9c0-1.4,1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5v23c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5V249.9z M275.4,290.6c0,0-5.8-6.4,1-7c0,0,4.7,0.1,5,2.8S277.2,292.3,275.4,290.6L275.4,290.6z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
21
|
+
class: "st1",
|
|
22
|
+
cx: "419.9",
|
|
23
|
+
cy: "378.9",
|
|
24
|
+
rx: "6",
|
|
25
|
+
ry: "5.9",
|
|
26
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round",
|
|
29
|
+
fill: "none"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
31
|
+
class: "EmptyFrame_svg__cls-3",
|
|
32
|
+
x1: "162.2",
|
|
33
|
+
y1: "412.4",
|
|
34
|
+
x2: "172.3",
|
|
35
|
+
y2: "423.6"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
37
|
+
class: "EmptyFrame_svg__cls-3",
|
|
38
|
+
x1: "161.6",
|
|
39
|
+
y1: "423",
|
|
40
|
+
x2: "172.9",
|
|
41
|
+
y2: "413"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
43
|
+
class: "st4",
|
|
44
|
+
cx: "396",
|
|
45
|
+
cy: "80",
|
|
46
|
+
rx: "8.6",
|
|
47
|
+
ry: "8.6",
|
|
48
|
+
"stroke-miterlimit": "10",
|
|
49
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
50
|
+
fill: "none"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
52
|
+
class: "EmptyFrame_svg__cls-5",
|
|
53
|
+
cx: "210.8",
|
|
54
|
+
cy: "74.9",
|
|
55
|
+
rx: "5.1",
|
|
56
|
+
ry: "5.1"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
58
|
+
class: "EmptyFrame_svg__cls-4",
|
|
59
|
+
x1: "70.4",
|
|
60
|
+
y1: "274.5",
|
|
61
|
+
x2: "69.6",
|
|
62
|
+
y2: "289.6"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
64
|
+
class: "EmptyFrame_svg__cls-4",
|
|
65
|
+
x1: "62.4",
|
|
66
|
+
y1: "281.6",
|
|
67
|
+
x2: "77.5",
|
|
68
|
+
y2: "282.5"
|
|
69
|
+
}));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
EmptyError.propTypes = {
|
|
74
|
+
alignHorizontal: PropTypes.bool,
|
|
75
|
+
className: PropTypes.string,
|
|
76
|
+
dataId: PropTypes.string,
|
|
77
|
+
isRender: PropTypes.bool,
|
|
78
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
79
|
+
palette: PropTypes.oneOf(['dark', 'danger'])
|
|
80
|
+
};
|
|
81
|
+
EmptyError.defaultProps = {
|
|
82
|
+
size: 'large',
|
|
83
|
+
alignHorizontal: true,
|
|
84
|
+
isRender: true,
|
|
85
|
+
className: '',
|
|
86
|
+
dataId: 'EmptyError',
|
|
87
|
+
palette: 'danger'
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
if (false) {
|
|
91
|
+
EmptyError.docs = {
|
|
92
|
+
componentGroup: 'SVG'
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyFeed extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "Feed"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFeed_svg__cls-4,.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6,.EmptyFeed_svg__cls-7,.EmptyFeed_svg__cls-8{fill:none}.EmptyFeed_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFeed_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFeed_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
14
|
+
opacity: 0.05
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 156.04,
|
|
17
|
+
cy: 31.69,
|
|
18
|
+
rx: 3.54,
|
|
19
|
+
ry: 3.51,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
+
fill: "none"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
+
className: "EmptyFeed_svg__cls-4",
|
|
25
|
+
cx: 79.62,
|
|
26
|
+
cy: 29.6,
|
|
27
|
+
rx: 2.12,
|
|
28
|
+
ry: 2.1
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "EmptyFeed_svg__cls-5",
|
|
31
|
+
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
+
className: "EmptyFeed_svg__cls-8",
|
|
34
|
+
cx: 165.88,
|
|
35
|
+
cy: 154.09,
|
|
36
|
+
rx: 2.45,
|
|
37
|
+
ry: 2.43
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
className: "EmptyFeed_svg__cls-7",
|
|
40
|
+
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
42
|
+
cx: 111.07,
|
|
43
|
+
cy: 152.77,
|
|
44
|
+
rx: 11.07,
|
|
45
|
+
ry: 10.89,
|
|
46
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
className: "EmptyFeed_svg__cls-6",
|
|
49
|
+
d: "M44.32 94.5S67.74 113.31 64 114.9s-8.34-6.88-2.42-13 41.73-42.38 101.77 0l-12.95 17.24s-37.42-38.94-77.81 0l13.87 13.65s24.87-22.36 50.69 0a.08.08 0 010 .1l-14.78 14.54a.07.07 0 01-.09 0c-.69-.62-9-7.86-17.26-4.08a10.22 10.22 0 00-5.19 12.34c1 2.94 3.13 6.49 9.1 7.36 6.36.93 9.62-1.65 11-5 2.73-6.6-2.43-13.64-9.67-13.83-3.18-.09-6.47 1.11-8.32 5.51"
|
|
50
|
+
}));
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
}
|
|
54
|
+
EmptyFeed.propTypes = {
|
|
55
|
+
alignHorizontal: PropTypes.bool,
|
|
56
|
+
className: PropTypes.string,
|
|
57
|
+
dataId: PropTypes.string,
|
|
58
|
+
isRender: PropTypes.bool,
|
|
59
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
60
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
61
|
+
};
|
|
62
|
+
EmptyFeed.defaultProps = {
|
|
63
|
+
size: 'large',
|
|
64
|
+
alignHorizontal: true,
|
|
65
|
+
isRender: true,
|
|
66
|
+
className: '',
|
|
67
|
+
dataId: 'EmptyFeed',
|
|
68
|
+
palette: 'default'
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
if (false) {
|
|
72
|
+
EmptyFeed.docs = {
|
|
73
|
+
componentGroup: 'SVG'
|
|
74
|
+
};
|
|
75
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyFollowers extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "Followers"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFollowers_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyFollowers_svg__cls-3,.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5,EmptyFollowers_svg__cls-7,.EmptyFollowers_svg__cls-8{fill:none;stroke-width:3px}.EmptyFollowers_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFollowers_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFollowers_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M212 153.52s111.42-74.45 167.82-52S474.7 312.38 317.89 397 90.15 297.57 89.55 265c-.55-31.6 0-106.8 122.45-111.48z",
|
|
13
|
+
opacity: 0.05,
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
+
cx: 377.09,
|
|
17
|
+
cy: 79.12,
|
|
18
|
+
rx: 8.4,
|
|
19
|
+
ry: 8.47,
|
|
20
|
+
strokeMiterlimit: 10,
|
|
21
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
+
fill: "none",
|
|
23
|
+
strokeWidth: 3
|
|
24
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
25
|
+
className: "EmptyFollowers_svg__cls-3",
|
|
26
|
+
cx: 195.59,
|
|
27
|
+
cy: 74.06,
|
|
28
|
+
rx: 5.02,
|
|
29
|
+
ry: 5.06
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
className: "EmptyFollowers_svg__cls-4",
|
|
32
|
+
d: "M61.8 246.07l-.83 14.88M54 253.09l14.77.84"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
34
|
+
className: "EmptyFollowers_svg__cls-8",
|
|
35
|
+
cx: 400.47,
|
|
36
|
+
cy: 374.57,
|
|
37
|
+
rx: 5.83,
|
|
38
|
+
ry: 5.88
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
className: "EmptyFollowers_svg__cls-7",
|
|
41
|
+
d: "M423.56 285.54l9.85 11.12M422.97 296.06l11.03-9.93"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
className: "EmptyFollowers_svg__cls-6",
|
|
44
|
+
d: "M238.69 313.62s-52.62-34-55-77.81 55.63-25.75 55.34 4.51c0 0 15.63-43 42.15-28.73s-6.58 81.25-42.49 102.03zM331.4 156v-26.12h20.24l1.92 24.87 23.21.54s3.13.05 3.49 3-1.07 16.42-1.07 16.42l-21.34 1.45-.11 23.3s-24.44 3.27-24.41 1c.07-5.59-1.33-23.88-1.33-23.88l-22.58-2.07.26-19.4 21.72 1z"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
className: "EmptyFollowers_svg__cls-5",
|
|
47
|
+
d: "M222.1 334.39h-22.56a7.26 7.26 0 00-6.18 3.49s-21.76 33.85-23.06 37.43c-1.38 3.76 1.34 6.44 3.23 2.81S173 337 173 337a7.25 7.25 0 00-7.61-7.28c-8.5.45-21.43.88-24.13-.48-4.1-2.06-8.2-158.91 0-166.13 7.53-6.7 190.14-7.11 190.14-7.11v-26.12s18-1.62 20.24 0 1 24.22 1.92 24.87c.78.52 16.84.55 23.21.54a3.56 3.56 0 013.49 3c1 5.47.73 15.64-1.07 16.42s-10.3-.1-18.21-.14a3.89 3.89 0 00-3.87 4.2c.51 6.67 1.33 19 .63 20.69-1 2.26-23.45 4.53-24.41 1S332 176.51 332 176.51s-22.87.3-22.58-2.07-.92-19.4.26-19.4c14.21.67 26.28 8.56 26.36 22.9.2 35.09.29 96.72-.5 125.46A24.51 24.51 0 01322 324.73c-8.16 4-19.36 8.13-31 8-2.61 0-5.49-.09-8.67-.43-42.7-4.57-101.88-54.67-101.88-96.5s52.82-20.3 55.33 4.51c0 0 14.76-43.5 42.16-28.73C323 235.91 234 324.35 234 324.35"
|
|
48
|
+
}));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
}
|
|
52
|
+
EmptyFollowers.propTypes = {
|
|
53
|
+
alignHorizontal: PropTypes.bool,
|
|
54
|
+
className: PropTypes.string,
|
|
55
|
+
dataId: PropTypes.string,
|
|
56
|
+
isRender: PropTypes.bool,
|
|
57
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
58
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
59
|
+
};
|
|
60
|
+
EmptyFollowers.defaultProps = {
|
|
61
|
+
size: 'large',
|
|
62
|
+
alignHorizontal: true,
|
|
63
|
+
isRender: true,
|
|
64
|
+
className: '',
|
|
65
|
+
dataId: 'EmptyFollowers',
|
|
66
|
+
palette: 'default'
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
if (false) {
|
|
70
|
+
EmptyFollowers.docs = {
|
|
71
|
+
componentGroup: 'SVG'
|
|
72
|
+
};
|
|
73
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyFrame extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "emptyFrame"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFrame_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyFrame_svg__cls-3,.EmptyFrame_svg__cls-4,.EmptyFrame_svg__cls-5{fill:none}.EmptyFrame_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFrame_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFrame_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
className: "EmptyFrame_svg__cls-1",
|
|
13
|
+
d: "M87.55 64.35s46.92-30.84 70.66-21.56 40 87.37-26.06 122.42S36.26 124 36 110.51c-.24-13.06 0-44.22 51.55-46.16z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
15
|
+
cx: 157.08,
|
|
16
|
+
cy: 33.53,
|
|
17
|
+
rx: 3.54,
|
|
18
|
+
ry: 3.51,
|
|
19
|
+
strokeMiterlimit: 10,
|
|
20
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
21
|
+
fill: "none"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
23
|
+
className: "EmptyFrame_svg__cls-5",
|
|
24
|
+
cx: 80.66,
|
|
25
|
+
cy: 31.43,
|
|
26
|
+
rx: 2.12,
|
|
27
|
+
ry: 2.1
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
className: "EmptyFrame_svg__cls-4",
|
|
30
|
+
d: "M24.32 102.69l-.35 6.17M21.04 105.6l6.22.35"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
32
|
+
cx: 166.92,
|
|
33
|
+
cy: 155.93,
|
|
34
|
+
rx: 2.45,
|
|
35
|
+
ry: 2.43,
|
|
36
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
fill: "none"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
className: "EmptyFrame_svg__cls-3",
|
|
42
|
+
d: "M176.64 119.05l4.15 4.6M176.4 123.4l4.64-4.11"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
className: "EmptyFrame_svg__cls-1",
|
|
45
|
+
d: "M59.89 123.66S22 99.3 21.1 78.87s51.06-57.72 98.23-20.71 1 83.7-8.82 88.28c-9.51 4.43-32.43 14.39-50.62-22.78z"
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
EmptyFrame.propTypes = {
|
|
51
|
+
alignHorizontal: PropTypes.bool,
|
|
52
|
+
className: PropTypes.string,
|
|
53
|
+
dataId: PropTypes.string,
|
|
54
|
+
isRender: PropTypes.bool,
|
|
55
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
56
|
+
palette: PropTypes.oneOf(['default', 'dark', 'danger'])
|
|
57
|
+
};
|
|
58
|
+
EmptyFrame.defaultProps = {
|
|
59
|
+
size: 'large',
|
|
60
|
+
alignHorizontal: true,
|
|
61
|
+
isRender: true,
|
|
62
|
+
className: '',
|
|
63
|
+
dataId: 'emptyFrame',
|
|
64
|
+
palette: 'default'
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
if (false) {
|
|
68
|
+
EmptyFrame.docs = {
|
|
69
|
+
componentGroup: 'SVG'
|
|
70
|
+
};
|
|
71
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
import image from './images/EmptyFromAddress.svg';
|
|
7
|
+
export default class EmptyFromAddress extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 181.9 139.3",
|
|
11
|
+
name: "fromAddress"
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
+
xlinkHref: image,
|
|
14
|
+
height: "100%",
|
|
15
|
+
width: "100%"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
EmptyFromAddress.propTypes = {
|
|
21
|
+
alignHorizontal: PropTypes.bool,
|
|
22
|
+
className: PropTypes.string,
|
|
23
|
+
dataId: PropTypes.string,
|
|
24
|
+
isRender: PropTypes.bool,
|
|
25
|
+
size: PropTypes.oneOf(['small', 'large'])
|
|
26
|
+
};
|
|
27
|
+
EmptyFromAddress.defaultProps = {
|
|
28
|
+
size: 'large',
|
|
29
|
+
alignHorizontal: true,
|
|
30
|
+
isRender: true,
|
|
31
|
+
className: '',
|
|
32
|
+
dataId: 'emptyFromAddress'
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
if (false) {
|
|
36
|
+
EmptyFromAddress.docs = {
|
|
37
|
+
componentGroup: 'SVG'
|
|
38
|
+
};
|
|
39
|
+
}
|