@zohodesk/svg 1.0.0-beta.47 → 1.0.0-beta.48
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 +4 -0
- package/es/{svg → Loader}/Loader.js +12 -15
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/Provider.js +6 -104
- package/es/{svg → _svg}/SVG.js +5 -27
- package/es/{svg → _svg}/SVG.module.css +0 -0
- package/es/{svg → _svg}/SvgLoader.js +3 -3
- package/es/_svg/props/defaultProps.js +11 -0
- package/es/_svg/props/propTypes.js +15 -0
- package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
- package/es/docs/Emptystate__version1.docs.js +29 -0
- package/es/docs/Emptystate__version2.docs.js +45 -0
- package/es/docs/Emptystate__version3.docs.js +148 -0
- package/es/docs/Errorstate__version1.docs.js +41 -0
- package/es/docs/Errorstate__version2.docs.js +33 -0
- package/es/docs/Errorstate__version3.docs.js +39 -0
- package/es/docs/SVG__common.docs.js +29 -0
- package/es/docs/SVGdocstyle.module.css +53 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +31 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +31 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +31 -0
- package/es/emptystate/version2/EmptyFromAddress.js +31 -0
- package/es/emptystate/version2/EmptyImportHistory.js +31 -0
- package/es/emptystate/version2/EmptyNetwork.js +31 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +31 -0
- package/es/emptystate/version2/EmptyRoles.js +31 -0
- package/es/emptystate/version2/EmptyWebhook.js +31 -0
- package/es/emptystate/version2/FailureLog.js +31 -0
- package/es/{svg → emptystate/version3}/CustomModule.js +10 -20
- package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -20
- package/es/{svg → emptystate/version3}/EmptyContact.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyContract.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -22
- package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyError.js +8 -17
- package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyReply.js +8 -18
- package/es/{svg → emptystate/version3}/EmptyReports.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySearch.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySkills.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySla.js +8 -18
- package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTag.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTask.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -19
- package/es/{svg → emptystate/version3}/Export.js +15 -25
- package/es/{svg → emptystate/version3}/Extensions.js +9 -19
- package/es/{svg → emptystate/version3}/Extractor.js +9 -19
- package/es/{svg → emptystate/version3}/GCBot.js +11 -21
- package/es/{svg → emptystate/version3}/GCConversation.js +15 -25
- package/es/{svg → emptystate/version3}/Import.js +8 -18
- package/es/{svg → emptystate/version3}/KBBot.js +11 -21
- package/es/{svg → emptystate/version3}/Multilingual.js +10 -20
- package/es/{svg → emptystate/version3}/NetworkError.js +16 -26
- package/es/{svg → emptystate/version3}/Predictor.js +9 -19
- package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -21
- package/es/{svg → emptystate/version3}/Variable.js +11 -21
- package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -19
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +34 -0
- package/es/errorstate/version1/NoRequestFound.js +34 -0
- package/es/errorstate/version1/PageNotFound.js +35 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
- package/es/errorstate/version1/UrlNotFound.js +35 -0
- package/es/errorstate/version1/WillBeRightBack.js +35 -0
- package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
- package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
- package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
- package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
- package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
- package/es/index.js +7 -4
- package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
- package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
- package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
- package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
- package/{es/svg/images → images}/EmptyFilter.svg +0 -0
- package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
- package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
- package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
- package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
- package/{es/svg/images → images}/EmptyRoles.svg +0 -0
- package/{es/svg/images → images}/EmptySkills.svg +0 -0
- package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
- package/{es/svg/images → images}/FailureLog.svg +0 -0
- package/{es/svg/images → images}/Inconvenience.svg +0 -0
- package/{es/svg/images → images}/NoRequestFound.svg +0 -0
- package/{es/svg/images → images}/PageNotFound.svg +0 -0
- package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
- package/{es/svg/images → images}/UnableToProcess.svg +0 -0
- package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
- package/{es/svg/images → images}/WillBack.svg +0 -0
- package/lib/{svg → Loader}/Loader.js +15 -17
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +15 -0
- package/lib/Provider.js +9 -124
- package/lib/{svg → _svg}/SVG.js +8 -29
- package/lib/{svg → _svg}/SVG.module.css +0 -0
- package/lib/{svg → _svg}/SvgLoader.js +3 -3
- package/lib/_svg/props/defaultProps.js +18 -0
- package/lib/_svg/props/propTypes.js +26 -0
- package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
- package/lib/{svg/EmptyRoles.js → docs/Emptystate__version1.docs.js} +28 -39
- package/lib/docs/Emptystate__version2.docs.js +103 -0
- package/lib/docs/Emptystate__version3.docs.js +256 -0
- package/lib/docs/Errorstate__version1.docs.js +97 -0
- package/lib/docs/Errorstate__version2.docs.js +85 -0
- package/lib/docs/Errorstate__version3.docs.js +94 -0
- package/lib/docs/SVG__common.docs.js +79 -0
- package/lib/docs/SVGdocstyle.module.css +53 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
- package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
- package/lib/emptystate/version2/EmptyRoles.js +88 -0
- package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
- package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
- package/lib/{svg → emptystate/version3}/CustomModule.js +20 -24
- package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
- package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
- package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
- package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
- package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
- package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
- package/lib/{svg → emptystate/version3}/Export.js +25 -29
- package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
- package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
- package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
- package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
- package/lib/{svg → emptystate/version3}/Import.js +18 -22
- package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
- package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
- package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
- package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
- package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
- package/lib/{svg → emptystate/version3}/Variable.js +21 -25
- package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +20 -0
- package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
- package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
- package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
- package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
- package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
- package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
- package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
- package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
- package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
- package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
- package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
- package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
- package/lib/index.js +40 -16
- package/package.json +3 -3
- package/es/svg/EmptyBusinessHoliday.js +0 -39
- package/es/svg/EmptyBusinessHour.js +0 -39
- package/es/svg/EmptyCustomDomain.js +0 -39
- package/es/svg/EmptyFromAddress.js +0 -39
- package/es/svg/EmptyImportHistory.js +0 -39
- package/es/svg/EmptyInconvenience.js +0 -42
- package/es/svg/EmptyNetwork.js +0 -39
- package/es/svg/EmptyRecycleBin.js +0 -39
- package/es/svg/EmptyRoles.js +0 -39
- package/es/svg/EmptyWebhook.js +0 -39
- package/es/svg/FailureLog.js +0 -39
- package/es/svg/NoRequestFound.js +0 -42
- package/es/svg/PageNotFound.js +0 -43
- package/es/svg/UnableToProcessRequest.js +0 -43
- package/es/svg/UnauthorizedLogin.js +0 -43
- package/es/svg/UrlNotFound.js +0 -43
- package/es/svg/WillBeRightBack.js +0 -43
- package/es/svg/utils.js +0 -14
- package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/lib/svg/images/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyContactInfo.svg +0 -27
- package/lib/svg/images/EmptyCustomDomain.svg +0 -85
- package/lib/svg/images/EmptyFilter.svg +0 -62
- package/lib/svg/images/EmptyFromAddress.svg +0 -41
- package/lib/svg/images/EmptyImportHistory.svg +0 -43
- package/lib/svg/images/EmptyNetwork.svg +0 -50
- package/lib/svg/images/EmptyRecycleBin.svg +0 -58
- package/lib/svg/images/EmptyRoles.svg +0 -30
- package/lib/svg/images/EmptySkills.svg +0 -83
- package/lib/svg/images/EmptyWebhook.svg +0 -44
- package/lib/svg/images/FailureLog.svg +0 -46
- package/lib/svg/images/Inconvenience.svg +0 -719
- package/lib/svg/images/NoRequestFound.svg +0 -247
- package/lib/svg/images/PageNotFound.svg +0 -405
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/UnableToProcess.svg +0 -752
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
|
@@ -1,39 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
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/EmptyImportHistory.svg';
|
|
7
|
-
export default class EmptyImportHistory extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 139.3",
|
|
11
|
-
name: "importHistory"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyImportHistory.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
|
-
EmptyImportHistory.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyImportHistory'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyImportHistory.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
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/Inconvenience.svg';
|
|
7
|
-
export default class Inconvenience extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
let {
|
|
10
|
-
isFluid
|
|
11
|
-
} = this.props;
|
|
12
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
-
viewBox: "0 0 508.8 313.8",
|
|
14
|
-
name: "Inconvenience",
|
|
15
|
-
isFluid: isFluid
|
|
16
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
17
|
-
xlinkHref: image,
|
|
18
|
-
height: "100%",
|
|
19
|
-
width: "100%"
|
|
20
|
-
}));
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
Inconvenience.propTypes = {
|
|
25
|
-
alignHorizontal: PropTypes.bool,
|
|
26
|
-
className: PropTypes.string,
|
|
27
|
-
dataId: PropTypes.string,
|
|
28
|
-
isFluid: PropTypes.bool,
|
|
29
|
-
isRender: PropTypes.bool
|
|
30
|
-
};
|
|
31
|
-
Inconvenience.defaultProps = {
|
|
32
|
-
alignHorizontal: true,
|
|
33
|
-
isRender: true,
|
|
34
|
-
className: '',
|
|
35
|
-
dataId: 'inconvenience'
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
if (false) {
|
|
39
|
-
Inconvenience.docs = {
|
|
40
|
-
componentGroup: 'SVG'
|
|
41
|
-
};
|
|
42
|
-
}
|
package/es/svg/EmptyNetwork.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
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/EmptyNetwork.svg';
|
|
7
|
-
export default class EmptyNetwork extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 139.3",
|
|
11
|
-
name: "network"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyNetwork.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
|
-
EmptyNetwork.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyNetwork'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyNetwork.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
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/EmptyRecycleBin.svg';
|
|
7
|
-
export default class EmptyRecycleBin extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 149.5",
|
|
11
|
-
name: "recycleBin"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyRecycleBin.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
|
-
EmptyRecycleBin.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyRecycleBin'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyRecycleBin.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
package/es/svg/EmptyRoles.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
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/EmptyRoles.svg';
|
|
7
|
-
export default class EmptyRoles extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 139.3",
|
|
11
|
-
name: "roles"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyRoles.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
|
-
EmptyRoles.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyRoles'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyRoles.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
package/es/svg/EmptyWebhook.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
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/EmptyWebhook.svg';
|
|
7
|
-
export default class EmptyWebhook extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 139.3",
|
|
11
|
-
name: "emptyWebhook"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyWebhook.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
|
-
EmptyWebhook.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyWebhook'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyWebhook.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
package/es/svg/FailureLog.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
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/NoRequestFound.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
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
|
-
}
|
package/es/svg/PageNotFound.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
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/PageNotFound.svg';
|
|
7
|
-
export default class PageNotFound extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
let {
|
|
10
|
-
isFluid
|
|
11
|
-
} = this.props;
|
|
12
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
-
viewBox: "0 0 508.8 324.8",
|
|
14
|
-
name: "PageNotFound"
|
|
15
|
-
}, this.props, {
|
|
16
|
-
isFluid: isFluid
|
|
17
|
-
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
-
xlinkHref: image,
|
|
19
|
-
height: "100%",
|
|
20
|
-
width: "100%"
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
PageNotFound.propTypes = {
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
className: PropTypes.string,
|
|
28
|
-
dataId: PropTypes.string,
|
|
29
|
-
isFluid: PropTypes.bool,
|
|
30
|
-
isRender: PropTypes.bool
|
|
31
|
-
};
|
|
32
|
-
PageNotFound.defaultProps = {
|
|
33
|
-
alignHorizontal: true,
|
|
34
|
-
isRender: true,
|
|
35
|
-
className: '',
|
|
36
|
-
dataId: 'pageNotFound'
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
if (false) {
|
|
40
|
-
PageNotFound.docs = {
|
|
41
|
-
componentGroup: 'SVG'
|
|
42
|
-
};
|
|
43
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
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/UnableToProcess.svg';
|
|
7
|
-
export default class UnableToProcessRequest extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
let {
|
|
10
|
-
isFluid
|
|
11
|
-
} = this.props;
|
|
12
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
-
viewBox: "0 0 587.1 331.1",
|
|
14
|
-
name: "UnableToProcessRequest"
|
|
15
|
-
}, this.props, {
|
|
16
|
-
isFluid: isFluid
|
|
17
|
-
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
-
xlinkHref: image,
|
|
19
|
-
height: "100%",
|
|
20
|
-
width: "100%"
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
UnableToProcessRequest.propTypes = {
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
className: PropTypes.string,
|
|
28
|
-
dataId: PropTypes.string,
|
|
29
|
-
isFluid: PropTypes.bool,
|
|
30
|
-
isRender: PropTypes.bool
|
|
31
|
-
};
|
|
32
|
-
UnableToProcessRequest.defaultProps = {
|
|
33
|
-
alignHorizontal: true,
|
|
34
|
-
isRender: true,
|
|
35
|
-
className: '',
|
|
36
|
-
dataId: 'unableToProcessRequest'
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
if (false) {
|
|
40
|
-
UnableToProcessRequest.docs = {
|
|
41
|
-
componentGroup: 'SVG'
|
|
42
|
-
};
|
|
43
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
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/UnauthorizedLogin.svg';
|
|
7
|
-
export default class UnauthorizedLogin extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
let {
|
|
10
|
-
isFluid
|
|
11
|
-
} = this.props;
|
|
12
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
-
viewBox: "0 0 519.3 288.6",
|
|
14
|
-
name: "UnauthorizedLogin"
|
|
15
|
-
}, this.props, {
|
|
16
|
-
isFluid: isFluid
|
|
17
|
-
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
-
xlinkHref: image,
|
|
19
|
-
height: "100%",
|
|
20
|
-
width: "100%"
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
UnauthorizedLogin.propTypes = {
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
className: PropTypes.string,
|
|
28
|
-
dataId: PropTypes.string,
|
|
29
|
-
isFluid: PropTypes.bool,
|
|
30
|
-
isRender: PropTypes.bool
|
|
31
|
-
};
|
|
32
|
-
UnauthorizedLogin.defaultProps = {
|
|
33
|
-
alignHorizontal: true,
|
|
34
|
-
isRender: true,
|
|
35
|
-
className: '',
|
|
36
|
-
dataId: 'unauthorizedLogin'
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
if (false) {
|
|
40
|
-
UnauthorizedLogin.docs = {
|
|
41
|
-
componentGroup: 'SVG'
|
|
42
|
-
};
|
|
43
|
-
}
|
package/es/svg/UrlNotFound.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
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/ReguestUrlNotFound.svg';
|
|
7
|
-
export default class UrlNotFound extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
let {
|
|
10
|
-
isFluid
|
|
11
|
-
} = this.props;
|
|
12
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
-
viewBox: "0 0 614.2 310.2",
|
|
14
|
-
name: "UrlNotFound"
|
|
15
|
-
}, this.props, {
|
|
16
|
-
isFluid: isFluid
|
|
17
|
-
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
-
xlinkHref: image,
|
|
19
|
-
height: "100%",
|
|
20
|
-
width: "100%"
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
UrlNotFound.propTypes = {
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
className: PropTypes.string,
|
|
28
|
-
dataId: PropTypes.string,
|
|
29
|
-
isFluid: PropTypes.bool,
|
|
30
|
-
isRender: PropTypes.bool
|
|
31
|
-
};
|
|
32
|
-
UrlNotFound.defaultProps = {
|
|
33
|
-
alignHorizontal: true,
|
|
34
|
-
isRender: true,
|
|
35
|
-
className: '',
|
|
36
|
-
dataId: 'urlNotFound'
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
if (false) {
|
|
40
|
-
UrlNotFound.docs = {
|
|
41
|
-
componentGroup: 'SVG'
|
|
42
|
-
};
|
|
43
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
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/WillBack.svg';
|
|
7
|
-
export default class WillBeRightBack extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
let {
|
|
10
|
-
isFluid
|
|
11
|
-
} = this.props;
|
|
12
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
13
|
-
viewBox: "0 0 889 490.6",
|
|
14
|
-
name: "WillBeRightBack"
|
|
15
|
-
}, this.props, {
|
|
16
|
-
isFluid: isFluid
|
|
17
|
-
}), /*#__PURE__*/React.createElement("image", {
|
|
18
|
-
xlinkHref: image,
|
|
19
|
-
height: "100%",
|
|
20
|
-
width: "100%"
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
WillBeRightBack.propTypes = {
|
|
26
|
-
alignHorizontal: PropTypes.bool,
|
|
27
|
-
className: PropTypes.string,
|
|
28
|
-
dataId: PropTypes.string,
|
|
29
|
-
isFluid: PropTypes.bool,
|
|
30
|
-
isRender: PropTypes.bool
|
|
31
|
-
};
|
|
32
|
-
WillBeRightBack.defaultProps = {
|
|
33
|
-
alignHorizontal: true,
|
|
34
|
-
isRender: true,
|
|
35
|
-
className: '',
|
|
36
|
-
dataId: 'willBeRightBack'
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
if (false) {
|
|
40
|
-
WillBeRightBack.docs = {
|
|
41
|
-
componentGroup: 'SVG'
|
|
42
|
-
};
|
|
43
|
-
}
|
package/es/svg/utils.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
2
|
-
export const emptyStatePropTypes = {
|
|
3
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
4
|
-
className: PropTypes.string,
|
|
5
|
-
alignHorizontal: PropTypes.bool,
|
|
6
|
-
dataId: PropTypes.string,
|
|
7
|
-
isRender: PropTypes.bool
|
|
8
|
-
};
|
|
9
|
-
export const emptyStateDefaultProps = {
|
|
10
|
-
size: 'large',
|
|
11
|
-
alignHorizontal: true,
|
|
12
|
-
isRender: true,
|
|
13
|
-
className: ''
|
|
14
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 181.9 139.3" style="enable-background:new 0 0 181.9 139.3;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{opacity:3.000000e-02;fill:#1E2633;enable-background:new ;}
|
|
7
|
-
.st1{fill:#EDE353;}
|
|
8
|
-
.st2{fill:#CED5DE;}
|
|
9
|
-
.st3{opacity:0.5;fill:#FFFFFF;enable-background:new ;}
|
|
10
|
-
.st4{fill:#788190;}
|
|
11
|
-
.st5{fill:#F1F2F4;}
|
|
12
|
-
</style>
|
|
13
|
-
<title>business1</title>
|
|
14
|
-
<g id="Layer_2_1_">
|
|
15
|
-
<g id="Layer_1-2">
|
|
16
|
-
<path class="st0" d="M181.9,68.8c0,38-30.8,68.8-68.8,68.8s-68.8-30.8-68.8-68.8S75.1,0,113.1,0c0,0,0,0,0,0
|
|
17
|
-
c37.9-0.1,68.7,30.6,68.8,68.5C181.9,68.6,181.9,68.7,181.9,68.8z"/>
|
|
18
|
-
<circle class="st0" cx="42.7" cy="56.4" r="42.7"/>
|
|
19
|
-
<path class="st0" d="M51.5,123.6c0,0.6,0,1.2-0.1,1.7c-1,8.6-8.7,14.7-17.3,13.8s-14.7-8.7-13.8-17.3s8.7-14.7,17.3-13.8
|
|
20
|
-
C45.6,109,51.6,115.7,51.5,123.6z"/>
|
|
21
|
-
<path class="st1" d="M29.5,64.8c-0.1-0.1-0.2-0.3-0.3-0.5L29.5,64.8z"/>
|
|
22
|
-
<path class="st2" d="M59,113c-0.3-0.3-0.7-0.5-1-0.8c-5.4-3.6-12.6-2.1-16.1,3.3c-1,1.5-1.7,3.3-1.9,5.1c-0.1,0.5-0.1,0.9-0.1,1.4
|
|
23
|
-
c0,2.8,1,5.4,2.8,7.5l0.2,0.2c4.5,4.6,11.8,4.7,16.5,0.3c4.6-4.5,4.7-11.8,0.3-16.5C59.4,113.4,59.2,113.2,59,113z M49,33.7
|
|
24
|
-
c-1.2,0.7-43.2,25.2-35.1,63c0,0,12.7-7.1,22.4-3.3C36.4,93.4,26.7,53.7,49,33.7z M49,33.7c35.4-7.9,62.8,24,62.8,24
|
|
25
|
-
c11-12.8,16.5-12.5,16.5-12.5C100,13.9,49.1,33.7,49,33.7L49,33.7z M123.3,77.2c0-0.3,0.1-0.6,0.1-1c0-0.2-0.1-0.4-0.2-0.6
|
|
26
|
-
c-0.1-0.1-0.2-0.1-0.4-0.1H100c-0.3,0-0.6,0.3-0.6,0.6c0,0,0,0,0,0c0.1,3.2,1.1,17.6,7.5,27.4c0.2,0.3,0.4,0.6,0.6,0.9
|
|
27
|
-
c3.5,4.9,8.5,8.5,15.6,8.6c0.5,0,1,0,1.5,0c0.2,0,0.4,0,0.6-0.1c2.5-0.4,4.7-2.9,6.4-4.8c0.7-1,1-2.2,0.9-3.3
|
|
28
|
-
C132.5,104.8,121.9,89.9,123.3,77.2z M90.6,70.6c0,0-6.7,0.7-17.6,6.3l-0.9,0.5c-4.3,2.3-8.4,4.9-12.4,7.8
|
|
29
|
-
c0,0-18.1-28.2-10.7-51.4C49.1,33.7,73.4,39,90.6,70.6z"/>
|
|
30
|
-
<path class="st3" d="M60.7,119.8c0,6.4-5.2,11.6-11.6,11.6c0,0,0,0,0,0c-2.3,0-4.5-0.7-6.4-1.9c-4.2-4.9-3.5-12.3,1.4-16.4
|
|
31
|
-
c3.9-3.3,9.6-3.7,13.9-0.8C59.7,114.4,60.7,117,60.7,119.8z"/>
|
|
32
|
-
<path class="st4" d="M49.1,33.7c0,0,32-10.1,62.8,24c0,0-8.4,1-21.3,12.9C90.6,70.6,75.8,42.1,49.1,33.7z M36.4,93.4
|
|
33
|
-
c8.8-8.7,23.4-8.3,23.4-8.3C43.3,54.9,49.1,33.7,49.1,33.7C24.5,53.3,36.4,93.4,36.4,93.4z M124.6,113.1h22.8
|
|
34
|
-
c4.4-0.7,7.9-3.9,9-8.2h-23.9C131.1,110.2,123.9,113.3,124.6,113.1z M57.9,112.3c-1.9-1.2-4.1-1.9-6.4-1.9c-0.5,0-1,0-1.5,0.1
|
|
35
|
-
c-1.5,2.1-2.3,4.6-2.5,7.2c3.2-2.8,7.2-4.5,11.4-4.7C58.7,112.7,58.3,112.5,57.9,112.3z M39.9,120.6L39.9,120.6
|
|
36
|
-
c0,0.5-0.1,0.9-0.1,1.4c0,2.8,1,5.4,2.8,7.5c0,0.1,0.1,0.1,0.2,0.2c0.1-4.3,1.7-8.5,4.6-11.7C44.7,118.1,42.2,119.1,39.9,120.6
|
|
37
|
-
L39.9,120.6z M47.6,118c-0.5,6.1,2.5,11.9,7.7,15c3.5-1.2,6.3-4,7.4-7.5C61,123.3,55.8,117.3,47.6,118z"/>
|
|
38
|
-
<path class="st5" d="M158.7,120.3c-26.1,23.2-65.4,23.1-91.4-0.2C97.2,111.9,128.8,112,158.7,120.3z"/>
|
|
39
|
-
<path class="st4" d="M95,118.3c-0.1,0-0.2,0.1-0.2,0.1c-0.2,0-0.4-0.1-0.4-0.3L72.1,77.3l0.9-0.5l22.2,40.8
|
|
40
|
-
C95.3,117.9,95.2,118.2,95,118.3z"/>
|
|
41
|
-
<path class="st4" d="M113.4,95.5L113.4,95.5l-13.1-19.6c-0.1-0.2-0.4-0.3-0.7-0.2c0,0,0,0,0,0c-0.2,0.2-0.3,0.5-0.1,0.7l12.9,19.3
|
|
42
|
-
l-18,25.7c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2L113,96.6l10.6,15.8l-6.5,9
|
|
43
|
-
c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2l6.3-8.7l6.1,9.1c0.1,0.1,0.2,0.2,0.4,0.2
|
|
44
|
-
c0.1,0,0.2,0,0.3-0.1c0.2-0.2,0.3-0.5,0.1-0.7L113.4,95.5z"/>
|
|
45
|
-
<path class="st4" d="M153.5,121.4l-29.9-45.5c-0.1-0.2-0.5-0.3-0.7-0.2c-0.2,0.2-0.3,0.5-0.1,0.7l12.6,19.3l-4.2,5.4
|
|
46
|
-
c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.2,0,0.3-0.1,0.4-0.2l4-5.1l16.6,25.4c0.1,0.1,0.3,0.2,0.4,0.2
|
|
47
|
-
c0.1,0,0.2,0,0.3-0.1C153.5,122,153.6,121.7,153.5,121.4C153.5,121.4,153.5,121.4,153.5,121.4z"/>
|
|
48
|
-
</g>
|
|
49
|
-
</g>
|
|
50
|
-
</svg>
|