@zohodesk/svg 1.0.0-beta.40 → 1.0.0-beta.43
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 +9 -1
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/{src → es}/Provider.js +66 -67
- package/{src → es}/index.js +1 -2
- 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/{src → es}/svg/EmptyBusinessHoliday.js +13 -8
- package/{src → es}/svg/EmptyBusinessHour.js +13 -8
- 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/{src → es}/svg/EmptyCustomDomain.js +13 -7
- 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/{src → es}/svg/EmptyFromAddress.js +14 -7
- package/es/svg/EmptyHappiness.js +72 -0
- package/es/svg/EmptyHistory.js +72 -0
- package/{src → es}/svg/EmptyImportHistory.js +14 -7
- package/es/svg/EmptyInconvenience.js +42 -0
- package/es/svg/EmptyInvoice.js +77 -0
- package/{src → es}/svg/EmptyNetwork.js +14 -7
- package/es/svg/EmptyNotification.js +72 -0
- package/es/svg/EmptyProducts.js +75 -0
- package/{src → es}/svg/EmptyRecycleBin.js +14 -7
- package/es/svg/EmptyReply.js +67 -0
- package/es/svg/EmptyReports.js +78 -0
- package/{src → es}/svg/EmptyRoles.js +14 -7
- 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/{src → es}/svg/EmptyStateVariables.module.css +0 -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/{src → es}/svg/EmptyWebhook.js +14 -7
- 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/Export.js +67 -0
- package/es/svg/Extensions.js +73 -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 +71 -0
- package/es/svg/Multilingual.js +72 -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/{src → es}/svg/SVG.module.css +0 -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/{src → es}/svg/images/EmptyBusinessHoliday.svg +0 -0
- package/{src → es}/svg/images/EmptyBusinessHour.svg +0 -0
- package/{src → es}/svg/images/EmptyContactInfo.svg +0 -0
- package/{src → es}/svg/images/EmptyCustomDomain.svg +0 -0
- package/{src → es}/svg/images/EmptyFilter.svg +0 -0
- package/{src → es}/svg/images/EmptyFromAddress.svg +0 -0
- package/{src → es}/svg/images/EmptyImportHistory.svg +0 -0
- package/{src → es}/svg/images/EmptyNetwork.svg +0 -0
- package/{src → es}/svg/images/EmptyRecycleBin.svg +0 -0
- package/{src → es}/svg/images/EmptyRoles.svg +0 -0
- package/{src → es}/svg/images/EmptySkills.svg +0 -0
- package/{src → es}/svg/images/EmptyWebhook.svg +0 -0
- package/{src → es}/svg/images/FailureLog.svg +0 -0
- package/{src → es}/svg/images/Inconvenience.svg +0 -0
- package/{src → es}/svg/images/NoRequestFound.svg +0 -0
- package/{src → es}/svg/images/PageNotFound.svg +0 -0
- package/{src → es}/svg/images/ReguestUrlNotFound.svg +0 -0
- package/{src → es}/svg/images/UnableToProcess.svg +0 -0
- package/{src → es}/svg/images/UnauthorizedLogin.svg +0 -0
- package/{src → es}/svg/images/WillBack.svg +0 -0
- package/{src → es}/svg/utils.js +1 -2
- package/lib/Provider.js +1 -1
- package/lib/svg/EmptyAccounts.js +1 -1
- package/lib/svg/EmptyActiveCalls.js +1 -1
- package/lib/svg/EmptyActivity.js +1 -1
- package/lib/svg/EmptyAgent.js +1 -1
- package/lib/svg/EmptyAgentQueue.js +1 -1
- package/lib/svg/EmptyApproval.js +1 -1
- package/lib/svg/EmptyArchived.js +1 -1
- package/lib/svg/EmptyAttach.js +1 -1
- package/lib/svg/EmptyBlueprint.js +1 -1
- package/lib/svg/EmptyBusinessHoliday.js +1 -1
- package/lib/svg/EmptyBusinessHour.js +1 -1
- package/lib/svg/EmptyCallHistory.js +1 -1
- package/lib/svg/EmptyCollision.js +1 -1
- package/lib/svg/EmptyColumn.js +1 -1
- package/lib/svg/EmptyContact.js +1 -1
- package/lib/svg/EmptyContract.js +1 -1
- package/lib/svg/EmptyConversation.js +1 -1
- package/lib/svg/EmptyCrm.js +1 -1
- package/lib/svg/EmptyCrmNotes.js +1 -1
- package/lib/svg/EmptyCrmPotential.js +1 -1
- package/lib/svg/EmptyCustomDomain.js +1 -1
- package/lib/svg/EmptyDashboard.js +1 -1
- package/lib/svg/EmptyDepartment.js +1 -1
- package/lib/svg/EmptyError.js +1 -1
- package/lib/svg/EmptyFeed.js +1 -1
- package/lib/svg/EmptyFollowers.js +1 -1
- package/lib/svg/EmptyFrame.js +1 -1
- package/lib/svg/EmptyFromAddress.js +1 -1
- package/lib/svg/EmptyHappiness.js +1 -1
- package/lib/svg/EmptyHistory.js +1 -1
- package/lib/svg/EmptyImportHistory.js +1 -1
- package/lib/svg/EmptyInconvenience.js +1 -1
- package/lib/svg/EmptyInvoice.js +1 -1
- package/lib/svg/EmptyNetwork.js +1 -1
- package/lib/svg/EmptyNotification.js +1 -1
- package/lib/svg/EmptyProducts.js +1 -1
- package/lib/svg/EmptyRecycleBin.js +1 -1
- package/lib/svg/EmptyReply.js +1 -1
- package/lib/svg/EmptyReports.js +1 -1
- package/lib/svg/EmptyRoles.js +1 -1
- package/lib/svg/EmptySchedule.js +1 -1
- package/lib/svg/EmptySearch.js +1 -1
- package/lib/svg/EmptySkills.js +1 -1
- package/lib/svg/EmptySla.js +1 -1
- package/lib/svg/EmptySnippet.js +1 -1
- package/lib/svg/EmptyTag.js +1 -1
- package/lib/svg/EmptyTask.js +1 -1
- package/lib/svg/EmptyTeams.js +1 -1
- package/lib/svg/EmptyTemplate.js +1 -1
- package/lib/svg/EmptyTicket.js +1 -1
- package/lib/svg/EmptyTimeEntry.js +1 -1
- package/lib/svg/EmptyTimeline.js +1 -1
- package/lib/svg/EmptyTopic.js +1 -1
- package/lib/svg/EmptyUnauthorizedLogin.js +1 -1
- package/lib/svg/EmptyWebhook.js +1 -1
- package/lib/svg/EmptyWillBeRightBack.js +1 -1
- package/lib/svg/ErrorInconvenience.js +1 -1
- package/lib/svg/ErrorOopsSomethingMiss.js +1 -1
- package/lib/svg/ErrorUnableToProcessRequest.js +1 -1
- package/lib/svg/ErrorUnauthorizedLogin.js +1 -1
- package/lib/svg/ErrorUrlNotFound.js +1 -1
- package/lib/svg/ErrorWillBeRightBack.js +1 -1
- package/lib/svg/Export.js +117 -0
- package/lib/svg/Extensions.js +123 -0
- package/lib/svg/Extractor.js +1 -1
- package/lib/svg/FailureLog.js +1 -1
- package/lib/svg/Import.js +1 -1
- package/lib/svg/Loader.js +1 -1
- package/lib/svg/Multilingual.js +122 -0
- package/lib/svg/NoRequestFound.js +1 -1
- package/lib/svg/NotImpossible.js +1 -1
- package/lib/svg/PageNotFound.js +1 -1
- package/lib/svg/Predictor.js +1 -1
- package/lib/svg/SVG.js +1 -1
- package/lib/svg/UnableToProcessRequest.js +1 -1
- package/lib/svg/UnauthorizedLogin.js +1 -1
- package/lib/svg/UrlNotFound.js +1 -1
- package/lib/svg/WillBeRightBack.js +1 -1
- package/lib/svg/ZiaAnamoly.js +1 -1
- package/package.json +13 -14
- package/lib/svg/docs/SVG__common.docs.js +0 -98
- package/lib/svg/docs/SVG__default.docs.js +0 -435
- package/lib/svg/docs/SVG__errorstate.docs.js +0 -129
- package/lib/svg/docs/SVGdocstyle.module.css +0 -8
- package/preprocess/index.js +0 -2
- package/preprocess/json/svgAppearanceVariableJson.js +0 -151
- package/preprocess/json/svgThemeVariableJson.js +0 -71
- package/preprocess/svgAppearanceColors.js +0 -63
- package/preprocess/svgThemeColors.js +0 -92
- package/src/svg/EmptyAccounts.js +0 -121
- package/src/svg/EmptyActiveCalls.js +0 -85
- package/src/svg/EmptyActivity.js +0 -85
- package/src/svg/EmptyAgent.js +0 -85
- package/src/svg/EmptyAgentQueue.js +0 -94
- package/src/svg/EmptyApproval.js +0 -85
- package/src/svg/EmptyArchived.js +0 -94
- package/src/svg/EmptyAttach.js +0 -85
- package/src/svg/EmptyBlueprint.js +0 -106
- package/src/svg/EmptyCallHistory.js +0 -82
- package/src/svg/EmptyCollision.js +0 -85
- package/src/svg/EmptyColumn.js +0 -91
- package/src/svg/EmptyContact.js +0 -85
- package/src/svg/EmptyContract.js +0 -81
- package/src/svg/EmptyConversation.js +0 -85
- package/src/svg/EmptyCrm.js +0 -84
- package/src/svg/EmptyCrmNotes.js +0 -96
- package/src/svg/EmptyCrmPotential.js +0 -100
- package/src/svg/EmptyDashboard.js +0 -90
- package/src/svg/EmptyDepartment.js +0 -87
- package/src/svg/EmptyError.js +0 -42
- package/src/svg/EmptyFeed.js +0 -87
- package/src/svg/EmptyFollowers.js +0 -85
- package/src/svg/EmptyFrame.js +0 -83
- package/src/svg/EmptyHappiness.js +0 -85
- package/src/svg/EmptyHistory.js +0 -84
- package/src/svg/EmptyInconvenience.js +0 -37
- package/src/svg/EmptyInvoice.js +0 -90
- package/src/svg/EmptyNotification.js +0 -84
- package/src/svg/EmptyProducts.js +0 -88
- package/src/svg/EmptyReply.js +0 -81
- package/src/svg/EmptyReports.js +0 -90
- package/src/svg/EmptySchedule.js +0 -131
- package/src/svg/EmptySearch.js +0 -95
- package/src/svg/EmptySkills.js +0 -116
- package/src/svg/EmptySla.js +0 -81
- package/src/svg/EmptySnippet.js +0 -96
- package/src/svg/EmptyTag.js +0 -88
- package/src/svg/EmptyTask.js +0 -97
- package/src/svg/EmptyTeams.js +0 -85
- package/src/svg/EmptyTemplate.js +0 -88
- package/src/svg/EmptyTicket.js +0 -88
- package/src/svg/EmptyTimeEntry.js +0 -91
- package/src/svg/EmptyTimeline.js +0 -85
- package/src/svg/EmptyTopic.js +0 -92
- package/src/svg/EmptyUnauthorizedLogin.js +0 -44
- package/src/svg/EmptyWillBeRightBack.js +0 -44
- package/src/svg/ErrorInconvenience.js +0 -128
- package/src/svg/ErrorOopsSomethingMiss.js +0 -128
- package/src/svg/ErrorUnableToProcessRequest.js +0 -128
- package/src/svg/ErrorUnauthorizedLogin.js +0 -127
- package/src/svg/ErrorUrlNotFound.js +0 -128
- package/src/svg/ErrorWillBeRightBack.js +0 -127
- package/src/svg/Extractor.js +0 -76
- package/src/svg/FailureLog.js +0 -32
- package/src/svg/Import.js +0 -85
- package/src/svg/Loader.js +0 -81
- package/src/svg/NoRequestFound.js +0 -37
- package/src/svg/NotImpossible.js +0 -80
- package/src/svg/PageNotFound.js +0 -38
- package/src/svg/Predictor.js +0 -78
- package/src/svg/SVG.js +0 -107
- package/src/svg/SvgLoader.js +0 -21
- package/src/svg/UnableToProcessRequest.js +0 -37
- package/src/svg/UnauthorizedLogin.js +0 -37
- package/src/svg/UrlNotFound.js +0 -37
- package/src/svg/WillBeRightBack.js +0 -37
- package/src/svg/ZiaAnamoly.js +0 -76
- package/src/svg/docs/SVG__common.docs.js +0 -47
- package/src/svg/docs/SVG__default.docs.js +0 -233
- package/src/svg/docs/SVG__errorstate.docs.js +0 -75
- package/src/svg/docs/SVGdocstyle.module.css +0 -8
|
@@ -0,0 +1,113 @@
|
|
|
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 WillBeRightBack extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 695.38 500",
|
|
10
|
+
name: "WillBeRightBack"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".ErrorWillBeRightBack_svg__cls-1,.ErrorWillBeRightBack_svg__cls-2{fill:var(--zd_emptysvg_primary_fill)}.ErrorWillBeRightBack_svg__cls-1{opacity:.05}.ErrorWillBeRightBack_svg__cls-2{opacity:.2}.ErrorWillBeRightBack_svg__cls-10,.ErrorWillBeRightBack_svg__cls-8{fill:none;stroke-linecap:round;stroke-linejoin:round}.ErrorWillBeRightBack_svg__cls-10{stroke:var(--zd_emptysvg_cross)}.ErrorWillBeRightBack_svg__cls-8{stroke:var(--zd_emptysvg_plus)}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
13
|
+
d: "M138.24 163.53S172 108.75 193 152.58s32.87 82.16 94 33.77 86.73-55.69 109.55-25.56 44.28 286.67-178.94 233.72c.05 0-176.61-66.65-79.37-230.98z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
15
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
16
|
+
cx: 95.22,
|
|
17
|
+
cy: 371.55,
|
|
18
|
+
r: 25.39
|
|
19
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
20
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
21
|
+
cx: 78.54,
|
|
22
|
+
cy: 128,
|
|
23
|
+
r: 25.39
|
|
24
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
25
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
26
|
+
cx: 296,
|
|
27
|
+
cy: 80.64,
|
|
28
|
+
r: 12.74
|
|
29
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
30
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
31
|
+
cx: 144.49,
|
|
32
|
+
cy: 416.85,
|
|
33
|
+
r: 12.74
|
|
34
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
35
|
+
className: "ErrorWillBeRightBack_svg__cls-1",
|
|
36
|
+
cx: 378.78,
|
|
37
|
+
cy: 404.83,
|
|
38
|
+
r: 12.74
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
className: "ErrorWillBeRightBack_svg__cls-2",
|
|
41
|
+
d: "M197.65 260.2s-37.79 13.9-26.82 41.53 35.49 2.54 38.75 54 31.65 15.7 31.65 15.7 10.64-19.9 13-20.31 11.67-25 11.22-32.18 19.17 3.75 26.77-12.33 9.16-17.33 7.1-31.18c-3.93-26.43-54.27-38.22-101.67-15.23zM514.22 175.75s20.76-5.5 39.38 4.1l71.4-23.68zM563.61 183.49s24.11 3.37 35.52 18.67l30.51-46z"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M197.52 185.74s-94.89 36.5-76.24 144.37 156.79 96.51 190.24 61.54c0 0 36.18-27.27 40.1-95.61h0c0-41.67-50.39-112.71-109.2-115.31a35.36 35.36 0 00-20.37 5c-7 4.39-13.45 12.08-6.06 24.33 13.14 21.78 31.17-5.26 30.42-9.39-.68-3.73-12.1-7.16-24 14.42a13.31 13.31 0 01-14 6.59c-4.57-.82-9.39-2.18-11.45-4.41-4.41-4.8-16.32 4.61-7.87 10.75s10.95 6.72 6.34 11.14-18 13.44-9.22 17.47 66.44 18.44 76.23 1.54-81.78-10.97-92.15 30.83c0 0-7.29 20.07 20.93 27.17s8.64 72.2 34.95 68c0 0 12.29-2.88 19.39-21.32 4.18-10.82 14.62-16.32 20.85-17.78a5.87 5.87 0 017.19 6.64c-.85 5.12-5.06 13-10.56 16.33-10 5.95-10.23-15.56-5.69-22.85s15.82-33.94 0-46.45-18-5.79-17.93-3.29c.19 8.84 23.62 29.57 38.21 23.43s21.32-22.08 19.2-29-18.05-14.21-20.93-9 11 12.86 26.89 9.22c14.34-3.29 30.86-1.13 32.34 15.44a19.31 19.31 0 0022.05 17.11c12.4-1.83 31.36-11.52 60-39.05h0s11.21-5.87 19.05-39.19 77.44-.66 108.15-23.85 75.34-57.78 75.34-57.78l-56.11 20.79s25.28 3.19 35.52 18.67l30.51-46L558.38 183l-3 20.26-1.82-23.45s-14.53-8.56-39.38-4.1L625 156.17l-77.77 27.55s16.92 22.63-8 34.15-75-30.34-100.53-22.46-27.81 29.21-27.81 29.21",
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round",
|
|
46
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
47
|
+
strokeWidth: 1.5,
|
|
48
|
+
fill: "none"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
50
|
+
cx: 253.18,
|
|
51
|
+
cy: 132.09,
|
|
52
|
+
rx: 3.54,
|
|
53
|
+
ry: 3.51,
|
|
54
|
+
strokeMiterlimit: 10,
|
|
55
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
56
|
+
fill: "none"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
58
|
+
cx: 258.45,
|
|
59
|
+
cy: 433.05,
|
|
60
|
+
rx: 3.54,
|
|
61
|
+
ry: 3.51,
|
|
62
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
64
|
+
cx: 64.02,
|
|
65
|
+
cy: 283.08,
|
|
66
|
+
rx: 3.31,
|
|
67
|
+
ry: 3.28,
|
|
68
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
69
|
+
strokeMiterlimit: 10,
|
|
70
|
+
fill: "none"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
72
|
+
cx: 438.12,
|
|
73
|
+
cy: 288.35,
|
|
74
|
+
rx: 3.31,
|
|
75
|
+
ry: 3.28,
|
|
76
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
className: "ErrorWillBeRightBack_svg__cls-8",
|
|
79
|
+
d: "M115.52 172.8l-.36 6.18M112.23 175.72l6.22.34"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
81
|
+
cx: 396.28,
|
|
82
|
+
cy: 390.22,
|
|
83
|
+
rx: 2.46,
|
|
84
|
+
ry: 2.44,
|
|
85
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
86
|
+
strokeLinecap: "round",
|
|
87
|
+
strokeLinejoin: "round",
|
|
88
|
+
fill: "none"
|
|
89
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
className: "ErrorWillBeRightBack_svg__cls-10",
|
|
91
|
+
d: "M395.35 128.36l4.15 4.61M395.1 132.72l4.65-4.12"
|
|
92
|
+
}));
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
}
|
|
96
|
+
WillBeRightBack.propTypes = {
|
|
97
|
+
alignHorizontal: PropTypes.bool,
|
|
98
|
+
className: PropTypes.string,
|
|
99
|
+
dataId: PropTypes.string,
|
|
100
|
+
isRender: PropTypes.bool
|
|
101
|
+
};
|
|
102
|
+
WillBeRightBack.defaultProps = {
|
|
103
|
+
alignHorizontal: true,
|
|
104
|
+
isRender: true,
|
|
105
|
+
className: '',
|
|
106
|
+
dataId: 'willberightback'
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
if (false) {
|
|
110
|
+
WillBeRightBack.docs = {
|
|
111
|
+
componentGroup: 'SVG'
|
|
112
|
+
};
|
|
113
|
+
}
|
package/es/svg/Export.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
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 Export extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "export"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M80.46 58s46.65-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.62-95.62-55.27C29 91.42 29.19 59.93 80.46 58Z",
|
|
13
|
+
style: {
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
15
|
+
opacity: 0.1
|
|
16
|
+
}
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "cls-2",
|
|
19
|
+
d: "M14.22 119.11a.51.51 0 0 1-.47-.53l.42-7.47a.48.48 0 0 1 .52-.47.51.51 0 0 1 .47.53l-.41 7.47a.51.51 0 0 1-.53.47Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "cls-2",
|
|
22
|
+
d: "m18.1 115.58-7.34-.42a.49.49 0 0 1-.47-.52.49.49 0 0 1 .52-.47l7.35.42a.5.5 0 0 1 0 1Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
className: "cls-3",
|
|
25
|
+
d: "M171.41 22.61a4.75 4.75 0 1 0 4.67 4.74 4.72 4.72 0 0 0-4.67-4.74Zm0 8.5a3.76 3.76 0 1 1 3.68-3.76 3.73 3.73 0 0 1-3.68 3.76ZM124.66 174.88a3.45 3.45 0 1 0 3.39 3.45 3.43 3.43 0 0 0-3.39-3.45Zm0 5.9a2.45 2.45 0 1 1 2.4-2.45 2.43 2.43 0 0 1-2.4 2.45Z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "cls-4",
|
|
28
|
+
d: "M81.16 21.77a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM190.08 131.62a.49.49 0 0 0-.7 0l-2.38 2.11-2.11-2.4a.5.5 0 1 0-.75.65l2.13 2.42-2.38 2.17a.49.49 0 0 0 0 .7.49.49 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.12 2.41a.5.5 0 0 0 .7.05.51.51 0 0 0 .05-.71l-2.13-2.42 2.38-2.16a.49.49 0 0 0 0-.7Z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M53.45 128.89c-5.58-3.24-7.84-12.38-4.89-19.6 2.15-5.25 5.78-10.27 11.79-10 12.39.57 9.29 18.31 6.19 18s7-39.72 24.18-38.87 27.48 20.28 24.79 26.76-.62-21.1 26.49-10.39-7.17 48.8-53.72 43.38c-18.44-2.17-28.9-5.84-34.83-9.28Z",
|
|
31
|
+
style: {
|
|
32
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
33
|
+
}
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M176 115.21h-68.14l-.52-17.59c5.47-.73 17.21-2.53 14.5 1.58-1 1.51-22.85-18.41-20.3-18S81.32 100 79.86 98.52s15-.73 15-.73l-.37 16.4-42.14 1s-22.72.85-22.13-20.64c.26-9.2 6.89-17.2 16-18.27 5.52-.65 12.12 1.14 18.79 8.89 0 0-10.32 15.21.36-8.69s47.76-37.24 69.31-12.73c23.61 26.86 2.56 38.62 2.38 36.63s2.5-7.37 15.56-1.27c16.91 7.89 11.26 41.8-21 29.29 0 0-54.89 29.46-89.6-5.46",
|
|
36
|
+
style: {
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
}
|
|
46
|
+
Export.propTypes = {
|
|
47
|
+
alignHorizontal: PropTypes.bool,
|
|
48
|
+
className: PropTypes.string,
|
|
49
|
+
dataId: PropTypes.string,
|
|
50
|
+
isRender: PropTypes.bool,
|
|
51
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
52
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
53
|
+
};
|
|
54
|
+
Export.defaultProps = {
|
|
55
|
+
size: 'large',
|
|
56
|
+
alignHorizontal: true,
|
|
57
|
+
isRender: true,
|
|
58
|
+
className: '',
|
|
59
|
+
dataId: 'export',
|
|
60
|
+
palette: 'default'
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
if (false) {
|
|
64
|
+
Export.docs = {
|
|
65
|
+
componentGroup: 'SVG'
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -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 Extensions extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "extensions"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("style", null, ".Extensions_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill)}.Extensions_svg__st2{fill:var(--zd_emptysvg_plus)}.Extensions_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Extensions_svg__st4{fill:var(--zd_emptysvg_cross)}.Extensions_svg__st5{fill:var(--zd_emptysvg_secondary_fill)}"), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
className: "Extensions_svg__st1",
|
|
13
|
+
d: "M80.1998 56.2C80.1998 56.2 126.9 25 150.5 34.4C174.1 43.8 190.2 122.7 124.6 158.1C58.9998 193.5 29.1998 116.5 28.8998 102.9C28.6998 89.6 28.8998 58.2 80.1998 56.2Z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
className: "Extensions_svg__st2",
|
|
16
|
+
d: "M14 117.3C14 117.3 13.9 117.3 14 117.3C13.7 117.3 13.5 117 13.5 116.8L13.9 109.3C13.9 109 14.1 108.8 14.4 108.8C14.7 108.8 14.9 109 14.9 109.3L14.5 116.8C14.4 117.1 14.2 117.3 14 117.3Z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "Extensions_svg__st2",
|
|
19
|
+
d: "M17.7999 113.8L10.3999 113.4C10.0999 113.4 9.8999 113.1 9.8999 112.9C9.8999 112.6 10.1999 112.4 10.3999 112.4L17.6999 112.8C17.9999 112.8 18.1999 113.1 18.1999 113.3C18.2999 113.6 18.0999 113.8 17.7999 113.8Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "Extensions_svg__st3",
|
|
22
|
+
d: "M171.2 20.8C168.6 20.8 166.5 22.9 166.5 25.5C166.5 28.1 168.6 30.2 171.2 30.2C173.8 30.2 175.9 28.1 175.9 25.5C175.9 22.9 173.7 20.8 171.2 20.8ZM171.2 29.3C169.2 29.3 167.5 27.6 167.5 25.5C167.5 23.4 169.2 21.7 171.2 21.7C173.2 21.7 174.9 23.4 174.9 25.5C174.9 27.6 173.2 29.3 171.2 29.3Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
className: "Extensions_svg__st3",
|
|
25
|
+
d: "M124.4 173.1C122.5 173.1 121 174.6 121 176.5C121 178.4 122.5 179.9 124.4 179.9C126.3 179.9 127.8 178.4 127.8 176.5C127.8 174.7 126.3 173.1 124.4 173.1ZM124.4 179C123.1 179 122 177.9 122 176.5C122 175.1 123.1 174 124.4 174C125.7 174 126.8 175.1 126.8 176.5C126.8 177.9 125.7 179 124.4 179Z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "Extensions_svg__st3",
|
|
28
|
+
d: "M80.8999 20C79.1999 20 77.8999 21.4 77.8999 23C77.8999 24.6 79.1999 26 80.8999 26C82.5999 26 83.8999 24.6 83.8999 23C83.8999 21.4 82.5999 20 80.8999 20ZM80.8999 25.1C79.7999 25.1 78.8999 24.2 78.8999 23.1C78.8999 22 79.7999 21.1 80.8999 21.1C81.9999 21.1 82.8999 22 82.8999 23.1C82.8999 24.2 81.9999 25.1 80.8999 25.1Z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "Extensions_svg__st4",
|
|
31
|
+
d: "M189.8 129.8C189.6 129.6 189.3 129.6 189.1 129.8L186.7 132L184.6 129.6C184.4 129.4 184.1 129.4 183.9 129.6C183.7 129.8 183.7 130.1 183.9 130.3L186 132.7L183.6 134.9C183.4 135.1 183.4 135.4 183.6 135.6C183.7 135.7 183.8 135.8 184 135.8C184.1 135.8 184.2 135.8 184.3 135.7L186.7 133.5L188.8 135.9C188.9 136 189 136.1 189.2 136.1C189.3 136.1 189.4 136.1 189.5 136C189.7 135.8 189.7 135.5 189.5 135.3L187.4 132.9L189.8 130.7C190 130.4 190 130 189.8 129.8Z"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
className: "Extensions_svg__st1",
|
|
34
|
+
d: "M115.8 65C115.8 65 78.4999 40.1 59.5999 47.6C40.6999 55.1 27.7999 118.2 80.2999 146.5C132.8 174.8 156.6 113.2 156.8 102.3C157 91.7 156.8 66.5 115.8 65Z"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
className: "Extensions_svg__st5",
|
|
37
|
+
d: "M38.5842 59.7596C38.5842 59.7596 63.4293 59.9909 69.3228 56.1749C75.2163 52.3588 78.1053 46.3456 86.6566 46.3456C95.2079 46.3456 115.2 59.8753 121.44 58.2563C127.795 56.6374 156.801 69.8201 157.841 66.9292C158.765 64.1539 147.672 35.7069 144.783 35.4756C142.009 35.2444 52.1046 34.8974 50.8334 36.8633C49.5623 38.9448 38.5842 59.7596 38.5842 59.7596Z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M114.275 171.35C114.275 171.35 72.5582 169.5 73.0204 170.888C73.4826 172.276 82.6118 176.438 82.8429 167.65C83.074 158.746 80.9939 158.746 83.074 158.746C85.154 158.746 103.528 158.515 101.91 156.433C100.292 154.352 32.1127 159.44 30.4948 153.889C29.2237 149.379 29.3393 70.3983 29.3393 70.3983L168.818 71.5547C168.818 71.5547 178.988 95.0293 155.414 96.8795C131.955 98.7297 133.226 81.384 135.075 81.1527C136.924 80.9214 135.075 99.5391 115.893 98.7297C96.8255 98.0359 98.0966 80.1119 99.7144 80.6901C101.332 81.2683 100.523 98.8453 80.5317 97.8046C60.5401 96.7638 62.0423 79.3025 64.4691 79.0712C66.8958 78.8399 57.3044 98.614 39.8551 96.6482C22.4057 94.6823 23.7924 70.6296 23.7924 67.7387C23.7924 64.8477 166.738 70.514 169.512 67.7387C172.285 64.9634 152.178 31.5439 152.178 31.5439C152.178 31.5439 46.7886 32.3534 45.1708 31.8909C43.553 31.4283 29.4548 59.2971 29.4548 59.2971L26.9125 64.5008L35.9261 64.3852C35.9261 64.3852 36.1572 128.449 36.1572 135.503C36.1572 142.557 42.744 142.21 43.3218 142.325C44.0152 142.441 91.1631 143.944 95.5543 144.175C99.9455 144.407 100.061 150.882 97.5188 151.576C94.9765 152.154 92.0876 148.338 96.1321 146.026C100.177 143.713 105.377 152.501 108.15 154.236C110.924 155.971 160.845 158.861 164.196 154.352C166.97 150.536 165.121 98.3828 165.121 98.3828C165.121 98.3828 160.845 97.5733 160.383 102.083C158.996 114.11 161.423 142.441 158.534 144.291C154.605 146.835 107.572 144.869 107.572 144.869",
|
|
40
|
+
fill: "none",
|
|
41
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
42
|
+
strokeMiterlimit: "10",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
className: "Extensions_svg__st5",
|
|
47
|
+
d: "M59.8465 113.763C59.8465 113.763 56.842 134.924 61.811 136.89C66.78 138.856 132.071 137.353 132.071 137.353C132.071 137.353 115.43 115.035 97.7497 117.001C80.0692 118.966 62.6199 97.8046 59.8465 113.763Z"
|
|
48
|
+
}));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
}
|
|
52
|
+
Extensions.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
|
+
Extensions.defaultProps = {
|
|
61
|
+
size: 'large',
|
|
62
|
+
alignHorizontal: true,
|
|
63
|
+
isRender: true,
|
|
64
|
+
className: '',
|
|
65
|
+
dataId: 'extensions',
|
|
66
|
+
palette: 'default'
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
if (false) {
|
|
70
|
+
Extensions.docs = {
|
|
71
|
+
componentGroup: 'SVG'
|
|
72
|
+
};
|
|
73
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 Extractor extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "extractor"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("style", null, ".Extractor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Extractor_svg__st2{fill:var(--zd_emptysvg_plus)}.Extractor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Extractor_svg__st4{fill:var(--zd_emptysvg_cross)}.Extractor_svg__st6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}"), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
fill: "none",
|
|
13
|
+
d: "M10 22h180v160H10z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
className: "Extractor_svg__st1",
|
|
16
|
+
d: "M80.2 58.2s46.7-31.2 70.3-21.8 39.7 88.3-25.9 123.7c-65.6 35.4-95.4-41.6-95.7-55.2-.2-13.3 0-44.7 51.3-46.7z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "Extractor_svg__st2",
|
|
19
|
+
d: "M14 119.3s-.1 0 0 0c-.3 0-.5-.3-.5-.5l.4-7.5c0-.3.2-.5.5-.5s.5.2.5.5l-.4 7.5c-.1.3-.3.5-.5.5z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "Extractor_svg__st2",
|
|
22
|
+
d: "M17.8 115.8l-7.4-.4c-.3 0-.5-.3-.5-.5 0-.3.3-.5.5-.5l7.3.4c.3 0 .5.3.5.5.1.3-.1.5-.4.5z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
className: "Extractor_svg__st3",
|
|
25
|
+
d: "M171.2 22.8c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.2-4.7-4.7-4.7zm0 8.5c-2 0-3.7-1.7-3.7-3.8s1.7-3.8 3.7-3.8 3.7 1.7 3.7 3.8-1.7 3.8-3.7 3.8zM34.4 175.1c-1.9 0-3.4 1.5-3.4 3.4s1.5 3.4 3.4 3.4 3.4-1.5 3.4-3.4c0-1.8-1.5-3.4-3.4-3.4zm0 5.9c-1.3 0-2.4-1.1-2.4-2.5s1.1-2.5 2.4-2.5c1.3 0 2.4 1.1 2.4 2.5s-1.1 2.5-2.4 2.5z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "Extractor_svg__st4",
|
|
28
|
+
d: "M50.9 22c-1.7 0-3 1.4-3 3s1.3 3 3 3 3-1.4 3-3-1.3-3-3-3zm0 5.1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM189.8 131.8c-.2-.2-.5-.2-.7 0l-2.4 2.2-2.1-2.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l2.1 2.4-2.4 2.2c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l2.4-2.2 2.1 2.4c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-2.1-2.4 2.4-2.2c.2-.3.2-.7 0-.9z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "Extractor_svg__st1",
|
|
31
|
+
d: "M115.8 67S78.5 42.1 59.6 49.6s-31.8 70.6 20.7 98.9c52.5 28.3 76.3-33.3 76.5-44.2.2-10.6 0-35.8-41-37.3z"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M71.4 78.3s-11.7 4.5.5 6 68.4.3 64.2-3.2c-4.3-3.3-64.7-2.8-64.7-2.8zm-.8 23.1s-6.6 4.2.3 5.6c6.9 1.3 38.6.3 36.2-2.9-2.4-3.3-36.5-2.7-36.5-2.7zm0 20s-6.6 4.2.3 5.6c6.9 1.3 38.6.3 36.2-2.9-2.4-3.2-36.5-2.7-36.5-2.7zm-.8 15.5s-8.1 4.5.3 6 47.6.3 44.7-3.2c-3-3.3-45-2.8-45-2.8zm.8 16.7s-6.6 4.2.3 5.6c6.9 1.3 38.6.3 36.2-2.9s-36.5-2.7-36.5-2.7zm42.3-118l-5.4-.1c0-1.7-.1-2.9-.7-4.5-1.3-4.2-5.2-5.8-9.1-4.9-4.4.9-6.4 6.5-6.6 9.7l-8.2.1c-1.3 0-2.8.4-2.8 1.7V41c0 1.5 1.1 2.5 2.5 2.5l30.5.5c1.5 0 2.5-1.1 2.7-2.5l.1-4c-.4-1.2-1.7-1.9-3-1.9z",
|
|
34
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
className: "Extractor_svg__st6",
|
|
37
|
+
d: "M152.5 87.7c-.7-13.3-.4-43.7-2.7-45.5-2.7-1.9-71.5.4-71.5.4S78 31.1 90.5 31.7c0 0-2.3-5.8 4.6-7.6 3.8-.9 8-.3 11 2.3 1.2.9 2.1 2.1 2.4 3.6.1.9 13.1-.9 13.1 14.6 0 0-78.2-3.6-77.8-.9.4 2.7-2.5 133.2.3 134.9 2.8 1.7 108.3 2 109.4-1.1-.1.2-.8-87.5-1-89.8z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
className: "Extractor_svg__st6",
|
|
40
|
+
d: "M72.7 35.4s1.9 33.3-.8 34.1c-2.7.8-17.5 1.6-17.5-.8 0-2.4 18-19.1 21.3-18.6 3.3.5 66.5.8 68.5 2.4 1.1.8 1.6 13.5 1.7 26.2.1 12.7.5 89.7.5 89.7l-11.4.4c-10.2 0-80.2 2-80.9-.7s-.7-60.8-.7-60.8v-30s80.7-2.5 82.3 3.8c1.6 6.4-66.8 5.4-67.1 4-.4-1.5-.1-9.7-.1-9.7s49.8-3.2 65.9 2.1"
|
|
41
|
+
}));
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
}
|
|
45
|
+
Extractor.propTypes = {
|
|
46
|
+
alignHorizontal: PropTypes.bool,
|
|
47
|
+
className: PropTypes.string,
|
|
48
|
+
dataId: PropTypes.string,
|
|
49
|
+
isRender: PropTypes.bool,
|
|
50
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
51
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
52
|
+
};
|
|
53
|
+
Extractor.defaultProps = {
|
|
54
|
+
size: 'large',
|
|
55
|
+
alignHorizontal: true,
|
|
56
|
+
isRender: true,
|
|
57
|
+
className: '',
|
|
58
|
+
dataId: 'extractor',
|
|
59
|
+
palette: 'default'
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
if (false) {
|
|
63
|
+
Extractor.docs = {
|
|
64
|
+
componentGroup: 'SVG'
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -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/FailureLog.svg';
|
|
7
|
+
export default class FailureLog extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 189.4 139.3",
|
|
11
|
+
name: "failurelog"
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
+
xlinkHref: image,
|
|
14
|
+
height: "100%",
|
|
15
|
+
width: "100%"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
FailureLog.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
|
+
FailureLog.defaultProps = {
|
|
28
|
+
size: 'large',
|
|
29
|
+
alignHorizontal: true,
|
|
30
|
+
isRender: true,
|
|
31
|
+
className: '',
|
|
32
|
+
dataId: 'failureLog'
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
if (false) {
|
|
36
|
+
FailureLog.docs = {
|
|
37
|
+
componentGroup: 'SVG'
|
|
38
|
+
};
|
|
39
|
+
}
|
package/es/svg/Import.js
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
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 Import extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "import"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#Import_svg__clip0)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
clipPath: "url(#Import_svg__clip1)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: 0.1,
|
|
17
|
+
d: "M200.502 140.5s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75z",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M35 293.249s-.25 0 0 0c-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M44.501 284.498l-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M428 51.999c-6.5 0-11.75 5.25-11.75 11.75s5.25 11.75 11.75 11.75 11.75-5.25 11.75-11.75-5.5-11.75-11.75-11.75zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5zM311 432.748c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M202.251 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM474.5 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25z",
|
|
30
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
opacity: 0.1,
|
|
33
|
+
d: "M289.502 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25z",
|
|
34
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M103.272 292.867c-15.153-8.693-21.106-33.684-13.259-53.242 5.683-14.126 15.695-27.98 31.93-27.165 33.554 1.63 25.165 49.711 16.777 48.896-8.388-.815 18.941-107.842 65.483-105.669 46.272 2.173 74.413 55.143 67.107 72.8-7.306 17.657-1.623-57.316 71.437-28.251 73.059 29.066-19.483 132.562-145.309 117.894-49.788-5.977-77.93-16.027-94.166-25.263z",
|
|
37
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M442.326 285.26H107.333s-61.425 2.445-59.801-55.958c.811-24.992 18.67-46.723 43.294-49.711 14.883-1.63 32.742 2.988 50.872 24.176 0 0-27.871 41.29 1.082-23.633s129.073-101.323 187.521-34.77c63.859 73.072 7.035 104.854 6.494 99.421-.541-5.433 10.282-26.077 42.212-3.531 31.93 22.546-8.929 93.445-78.742 85.567l-47.354-1.901-1.082 44.549s44.377 1.902 40.318-1.901c-4.059-4.075-65.483 46.179-58.718 47.266 7.035 1.086-52.225-53.242-54.931-48.896-7.306 11.137 24.354 6.248 39.236 4.346l-1.353-47.809s-114.19 22.818-147.202-27.707",
|
|
40
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
41
|
+
fill: "transparent",
|
|
42
|
+
strokeWidth: 2.5,
|
|
43
|
+
strokeMiterlimit: 10,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
47
|
+
id: "Import_svg__clip0"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
fill: "#fff",
|
|
50
|
+
d: "M0 0h500v500H0z"
|
|
51
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
52
|
+
id: "Import_svg__clip1"
|
|
53
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
fill: "#fff",
|
|
55
|
+
transform: "translate(25 50)",
|
|
56
|
+
d: "M0 0h450v400H0z"
|
|
57
|
+
}))));
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
}
|
|
61
|
+
Import.propTypes = {
|
|
62
|
+
alignHorizontal: PropTypes.bool,
|
|
63
|
+
className: PropTypes.string,
|
|
64
|
+
dataId: PropTypes.string,
|
|
65
|
+
isRender: PropTypes.bool,
|
|
66
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
67
|
+
palette: PropTypes.oneOf(['default', 'dark'])
|
|
68
|
+
};
|
|
69
|
+
Import.defaultProps = {
|
|
70
|
+
size: 'large',
|
|
71
|
+
alignHorizontal: true,
|
|
72
|
+
isRender: true,
|
|
73
|
+
className: '',
|
|
74
|
+
dataId: 'import',
|
|
75
|
+
palette: 'default'
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
if (false) {
|
|
79
|
+
Import.docs = {
|
|
80
|
+
componentGroup: 'SVG'
|
|
81
|
+
};
|
|
82
|
+
}
|
package/es/svg/Loader.js
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import SVG from './SVG';
|
|
4
|
+
import cssStyle from './SVG.module.css';
|
|
5
|
+
export default class Loader extends React.PureComponent {
|
|
6
|
+
constructor(props) {
|
|
7
|
+
super(props);
|
|
8
|
+
this.viewBoxStyle = {
|
|
9
|
+
animation: "loaderone 2s linear infinite"
|
|
10
|
+
};
|
|
11
|
+
this.defsStyle = {
|
|
12
|
+
animation: "circleAnimation_1 1.5s linear infinite",
|
|
13
|
+
transformOrigin: "center"
|
|
14
|
+
};
|
|
15
|
+
this.circleStyle = {
|
|
16
|
+
animation: "circleAnimation_2 1.2s linear infinite",
|
|
17
|
+
transformOrigin: "center"
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
render() {
|
|
22
|
+
let {
|
|
23
|
+
dataId
|
|
24
|
+
} = this.props;
|
|
25
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
className: cssStyle.center
|
|
27
|
+
}, /*#__PURE__*/React.createElement(SVG, {
|
|
28
|
+
viewBox: "0 0 40 40",
|
|
29
|
+
name: "Loader",
|
|
30
|
+
className: `${cssStyle.loaderWrapper}`,
|
|
31
|
+
dataId: dataId,
|
|
32
|
+
styleName: this.viewBoxStyle
|
|
33
|
+
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, "@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}")), /*#__PURE__*/React.createElement("title", null, "loader"), /*#__PURE__*/React.createElement("circle", {
|
|
34
|
+
fill: "none",
|
|
35
|
+
stroke: "#089949",
|
|
36
|
+
strokeWidth: 2,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
cx: 20,
|
|
40
|
+
cy: 20,
|
|
41
|
+
r: 13,
|
|
42
|
+
style: this.defsStyle,
|
|
43
|
+
strokeDasharray: 82,
|
|
44
|
+
strokeDashoffset: 82
|
|
45
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "#17c662",
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round",
|
|
50
|
+
cx: 20,
|
|
51
|
+
cy: 20,
|
|
52
|
+
r: 8,
|
|
53
|
+
style: this.circleStyle,
|
|
54
|
+
strokeDasharray: 50,
|
|
55
|
+
strokeDashoffset: 50
|
|
56
|
+
})));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
}
|
|
60
|
+
Loader.propTypes = {
|
|
61
|
+
dataId: PropTypes.string
|
|
62
|
+
};
|
|
63
|
+
Loader.defaultProps = {
|
|
64
|
+
dataId: 'loader'
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
if (false) {
|
|
68
|
+
Loader.docs = {
|
|
69
|
+
componentGroup: 'SVG'
|
|
70
|
+
};
|
|
71
|
+
}
|
|
@@ -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 Multilingual extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 200 200",
|
|
10
|
+
name: "multilingual"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}.cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.cls-6{fill:var(--zd_emptysvg_secondary_fill);}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M80.22 58s46.66-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
|
|
13
|
+
style: {
|
|
14
|
+
fill: "var(--zd_emptysvg_primary_fill)",
|
|
15
|
+
opacity: 0.1
|
|
16
|
+
}
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
className: "cls-2",
|
|
19
|
+
d: "M14 119.11a.5.5 0 0 1-.47-.53l.41-7.47a.5.5 0 1 1 1 .06l-.41 7.47a.49.49 0 0 1-.53.47Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
className: "cls-2",
|
|
22
|
+
d: "m17.86 115.58-7.34-.42a.5.5 0 1 1 .06-1l7.34.42a.49.49 0 0 1 .47.52.5.5 0 0 1-.53.48Z"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
className: "cls-3",
|
|
25
|
+
d: "M171.17 22.61a4.75 4.75 0 1 0 4.68 4.74 4.72 4.72 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.76 3.73 3.73 0 0 1-3.69 3.76ZM124.42 174.88a3.45 3.45 0 1 0 3.4 3.45 3.43 3.43 0 0 0-3.4-3.45Zm0 5.9a2.45 2.45 0 1 1 2.4-2.45 2.43 2.43 0 0 1-2.4 2.45Z"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
className: "cls-4",
|
|
28
|
+
d: "M80.93 21.77a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM189.85 131.62a.49.49 0 0 0-.7 0l-2.37 2.15-2.12-2.4a.5.5 0 0 0-.75.65l2.09 2.38-2.38 2.17a.49.49 0 0 0 0 .7.49.49 0 0 0 .37.16.5.5 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.52.52 0 0 0 .38.17.54.54 0 0 0 .33-.12.51.51 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.49.49 0 0 0 .09-.7Z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
className: "cls-5",
|
|
31
|
+
d: "m27.3 153.13 37.47-.31s23.09-18.58 22.79-19.9-6.16 3.08.59 3.38 30.66 0 30.66 0v-32.42l11.14-.15 22.51 18.15s1.45-24.44-.24-23.47-2.42 6.29 3.63 6.78a62.63 62.63 0 0 0 11.61-.25s4.12-59.53-.24-59.77-71.87-1.45-70.91 1.69-1.69 53.49.25 55.42 21.53-1 21.53-1-19.8 4.86-22.81 3.86-2.21-29.1-2.21-29.1-45.35 0-45.75 2.21-1.2 57.39 1 58 15-.2 15.25.4-.4 17.46-.4 17.46l109.57-1.2"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
className: "cls-6",
|
|
34
|
+
d: "M80.62 84.09s-24.36-5.65-24.36 6.53 2.61 33.93 5.66 33.49 12.88-14 20.87-8.7 20 14.36 23.93 9.57-13-10.44-17.84-22.62a154.23 154.23 0 0 0-8.26-18.27Z"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
className: "cls-5",
|
|
37
|
+
d: "m70.5 120.11 9.67-24.73 10.62 25.37M75.26 111.55l11.89.16"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
className: "cls-6",
|
|
40
|
+
d: "M106.44 58.87a4 4 0 0 1 3.85-3.87c8.6-.27 28.83-.42 28.83 4 0 5.68-16.67 8.16-6 11s22.7 10.29 23.77 17.38-50.76 12.42-50.76 5.32c0-5.55.22-25.45.31-33.83Z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
className: "cls-5",
|
|
43
|
+
d: "M122.49 64.36h25.3M121.62 89s21.16-7.85 20.28-24.65"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
className: "cls-5",
|
|
46
|
+
d: "M130.34 71.78s4.15 13.08 17 17.23M134.86 64.3v-4.28"
|
|
47
|
+
}));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
}
|
|
51
|
+
Multilingual.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
|
+
Multilingual.defaultProps = {
|
|
60
|
+
size: 'large',
|
|
61
|
+
alignHorizontal: true,
|
|
62
|
+
isRender: true,
|
|
63
|
+
className: '',
|
|
64
|
+
dataId: 'multilingual',
|
|
65
|
+
palette: 'default'
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
if (false) {
|
|
69
|
+
Multilingual.docs = {
|
|
70
|
+
componentGroup: 'SVG'
|
|
71
|
+
};
|
|
72
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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/NoRequestFound.svg';
|
|
7
|
+
export default class NoRequestFound extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
let {
|
|
10
|
+
isFluid
|
|
11
|
+
} = this.props;
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
+
viewBox: "0 0 476.5 297.6",
|
|
14
|
+
name: "NoRequestFound",
|
|
15
|
+
isFluid: isFluid
|
|
16
|
+
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
17
|
+
xlinkHref: image,
|
|
18
|
+
height: "100%",
|
|
19
|
+
width: "100%"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
NoRequestFound.propTypes = {
|
|
25
|
+
alignHorizontal: PropTypes.bool,
|
|
26
|
+
className: PropTypes.string,
|
|
27
|
+
dataId: PropTypes.string,
|
|
28
|
+
isFluid: PropTypes.bool,
|
|
29
|
+
isRender: PropTypes.bool
|
|
30
|
+
};
|
|
31
|
+
NoRequestFound.defaultProps = {
|
|
32
|
+
alignHorizontal: true,
|
|
33
|
+
isRender: true,
|
|
34
|
+
className: '',
|
|
35
|
+
dataId: 'noRequestFound'
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
if (false) {
|
|
39
|
+
NoRequestFound.docs = {
|
|
40
|
+
componentGroup: 'SVG'
|
|
41
|
+
};
|
|
42
|
+
}
|