@zohodesk/svg 1.0.0-beta.35 → 1.0.0-beta.39
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 +15 -0
- package/lib/Provider.js +15 -15
- package/lib/index.js +13 -13
- package/lib/svg/EmptyAccounts.js +3 -3
- package/lib/svg/EmptyActiveCalls.js +3 -3
- package/lib/svg/EmptyActivity.js +3 -3
- package/lib/svg/EmptyAgent.js +3 -3
- package/lib/svg/EmptyAgentQueue.js +3 -3
- package/lib/svg/EmptyApproval.js +3 -3
- package/lib/svg/EmptyArchived.js +3 -3
- package/lib/svg/EmptyAttach.js +3 -3
- package/lib/svg/EmptyBlueprint.js +3 -3
- package/lib/svg/EmptyBusinessHoliday.js +3 -3
- package/lib/svg/EmptyBusinessHour.js +3 -3
- package/lib/svg/EmptyCallHistory.js +3 -3
- package/lib/svg/EmptyCollision.js +3 -3
- package/lib/svg/EmptyColumn.js +3 -3
- package/lib/svg/EmptyContact.js +3 -3
- package/lib/svg/EmptyContract.js +3 -3
- package/lib/svg/EmptyConversation.js +3 -3
- package/lib/svg/EmptyCrm.js +3 -3
- package/lib/svg/EmptyCrmNotes.js +3 -3
- package/lib/svg/EmptyCrmPotential.js +3 -3
- package/lib/svg/EmptyCustomDomain.js +3 -3
- package/lib/svg/EmptyDashboard.js +3 -3
- package/lib/svg/EmptyDepartment.js +3 -3
- package/lib/svg/EmptyError.js +3 -3
- package/lib/svg/EmptyFeed.js +3 -3
- package/lib/svg/EmptyFollowers.js +3 -3
- package/lib/svg/EmptyFrame.js +3 -3
- package/lib/svg/EmptyFromAddress.js +3 -3
- package/lib/svg/EmptyHappiness.js +3 -3
- package/lib/svg/EmptyHistory.js +3 -3
- package/lib/svg/EmptyImportHistory.js +3 -3
- package/lib/svg/EmptyInconvenience.js +3 -3
- package/lib/svg/EmptyInvoice.js +3 -3
- package/lib/svg/EmptyNetwork.js +3 -3
- package/lib/svg/EmptyNotification.js +3 -3
- package/lib/svg/EmptyProducts.js +3 -3
- package/lib/svg/EmptyRecycleBin.js +3 -3
- package/lib/svg/EmptyReply.js +3 -3
- package/lib/svg/EmptyReports.js +3 -3
- package/lib/svg/EmptyRoles.js +3 -3
- package/lib/svg/EmptySchedule.js +3 -3
- package/lib/svg/EmptySearch.js +3 -3
- package/lib/svg/EmptySkills.js +3 -3
- package/lib/svg/EmptySla.js +3 -3
- package/lib/svg/EmptySnippet.js +3 -3
- package/lib/svg/EmptyTag.js +3 -3
- package/lib/svg/EmptyTask.js +3 -3
- package/lib/svg/EmptyTeams.js +3 -3
- package/lib/svg/EmptyTemplate.js +3 -3
- package/lib/svg/EmptyTicket.js +3 -3
- package/lib/svg/EmptyTimeEntry.js +3 -3
- package/lib/svg/EmptyTimeline.js +3 -3
- package/lib/svg/EmptyTopic.js +3 -3
- package/lib/svg/EmptyUnauthorizedLogin.js +3 -3
- package/lib/svg/EmptyWebhook.js +3 -3
- package/lib/svg/EmptyWillBeRightBack.js +3 -3
- package/lib/svg/ErrorInconvenience.js +3 -3
- package/lib/svg/ErrorOopsSomethingMiss.js +3 -3
- package/lib/svg/ErrorUnableToProcessRequest.js +3 -3
- package/lib/svg/ErrorUnauthorizedLogin.js +3 -3
- package/lib/svg/ErrorUrlNotFound.js +3 -3
- package/lib/svg/ErrorWillBeRightBack.js +3 -3
- package/lib/svg/Extractor.js +3 -3
- package/lib/svg/FailureLog.js +3 -3
- package/lib/svg/Import.js +3 -3
- package/lib/svg/Loader.js +25 -19
- package/lib/svg/NoRequestFound.js +3 -3
- package/lib/svg/NotImpossible.js +3 -3
- package/lib/svg/PageNotFound.js +3 -3
- package/lib/svg/Predictor.js +3 -3
- package/lib/svg/SVG.js +3 -3
- package/lib/svg/SvgLoader.js +2 -2
- package/lib/svg/UnableToProcessRequest.js +3 -3
- package/lib/svg/UnauthorizedLogin.js +3 -3
- package/lib/svg/UrlNotFound.js +3 -3
- package/lib/svg/WillBeRightBack.js +3 -3
- package/lib/svg/ZiaAnamoly.js +3 -3
- package/lib/svg/docs/SVG__common.docs.js +3 -3
- package/lib/svg/docs/SVG__default.docs.js +3 -3
- package/lib/svg/docs/SVG__errorstate.docs.js +3 -3
- package/lib/svg/utils.js +1 -1
- package/package.json +10 -4
- package/preprocess/index.js +2 -0
- package/preprocess/json/svgAppearanceVariableJson.js +151 -0
- package/preprocess/json/svgThemeVariableJson.js +71 -0
- package/preprocess/svgAppearanceColors.js +63 -0
- package/preprocess/svgThemeColors.js +92 -0
- package/src/Provider.js +12 -12
- package/src/index.js +1 -1
- package/src/svg/Loader.js +18 -10
- package/build/Unusedfiles.json +0 -1
- package/es/Provider.js +0 -140
- package/es/index.js +0 -9
- package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/es/svg/EmptyAccounts.js +0 -101
- package/es/svg/EmptyActiveCalls.js +0 -72
- package/es/svg/EmptyActivity.js +0 -72
- package/es/svg/EmptyAgent.js +0 -72
- package/es/svg/EmptyAgentQueue.js +0 -78
- package/es/svg/EmptyApproval.js +0 -78
- package/es/svg/EmptyArchived.js +0 -80
- package/es/svg/EmptyAttach.js +0 -72
- package/es/svg/EmptyBlueprint.js +0 -87
- package/es/svg/EmptyBusinessHoliday.js +0 -39
- package/es/svg/EmptyBusinessHour.js +0 -39
- package/es/svg/EmptyCallHistory.js +0 -74
- package/es/svg/EmptyCollision.js +0 -72
- package/es/svg/EmptyColumn.js +0 -78
- package/es/svg/EmptyContact.js +0 -72
- package/es/svg/EmptyContract.js +0 -68
- package/es/svg/EmptyConversation.js +0 -72
- package/es/svg/EmptyCrm.js +0 -72
- package/es/svg/EmptyCrmNotes.js +0 -83
- package/es/svg/EmptyCrmPotential.js +0 -86
- package/es/svg/EmptyCustomDomain.js +0 -39
- package/es/svg/EmptyDashboard.js +0 -78
- package/es/svg/EmptyDepartment.js +0 -72
- package/es/svg/EmptyError.js +0 -94
- package/es/svg/EmptyFeed.js +0 -75
- package/es/svg/EmptyFollowers.js +0 -73
- package/es/svg/EmptyFrame.js +0 -71
- package/es/svg/EmptyFromAddress.js +0 -39
- package/es/svg/EmptyHappiness.js +0 -72
- package/es/svg/EmptyHistory.js +0 -72
- package/es/svg/EmptyImportHistory.js +0 -39
- package/es/svg/EmptyInconvenience.js +0 -42
- package/es/svg/EmptyInvoice.js +0 -77
- package/es/svg/EmptyNetwork.js +0 -39
- package/es/svg/EmptyNotification.js +0 -72
- package/es/svg/EmptyProducts.js +0 -75
- package/es/svg/EmptyRecycleBin.js +0 -39
- package/es/svg/EmptyReply.js +0 -67
- package/es/svg/EmptyReports.js +0 -78
- package/es/svg/EmptyRoles.js +0 -39
- package/es/svg/EmptySchedule.js +0 -114
- package/es/svg/EmptySearch.js +0 -82
- package/es/svg/EmptySkills.js +0 -120
- package/es/svg/EmptySla.js +0 -67
- package/es/svg/EmptySnippet.js +0 -82
- package/es/svg/EmptyStateVariables.module.css +0 -39
- package/es/svg/EmptyTag.js +0 -75
- package/es/svg/EmptyTask.js +0 -88
- package/es/svg/EmptyTeams.js +0 -72
- package/es/svg/EmptyTemplate.js +0 -84
- package/es/svg/EmptyTicket.js +0 -75
- package/es/svg/EmptyTimeEntry.js +0 -78
- package/es/svg/EmptyTimeline.js +0 -72
- package/es/svg/EmptyTopic.js +0 -78
- package/es/svg/EmptyUnauthorizedLogin.js +0 -47
- package/es/svg/EmptyWebhook.js +0 -39
- package/es/svg/EmptyWillBeRightBack.js +0 -42
- package/es/svg/ErrorInconvenience.js +0 -113
- package/es/svg/ErrorOopsSomethingMiss.js +0 -114
- package/es/svg/ErrorUnableToProcessRequest.js +0 -114
- package/es/svg/ErrorUnauthorizedLogin.js +0 -113
- package/es/svg/ErrorUrlNotFound.js +0 -114
- package/es/svg/ErrorWillBeRightBack.js +0 -113
- package/es/svg/Extractor.js +0 -66
- package/es/svg/FailureLog.js +0 -39
- package/es/svg/Import.js +0 -82
- package/es/svg/Loader.js +0 -64
- package/es/svg/NoRequestFound.js +0 -42
- package/es/svg/NotImpossible.js +0 -79
- package/es/svg/PageNotFound.js +0 -43
- package/es/svg/Predictor.js +0 -73
- package/es/svg/SVG.js +0 -78
- package/es/svg/SVG.module.css +0 -26
- package/es/svg/SvgLoader.js +0 -28
- 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/ZiaAnamoly.js +0 -67
- package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
- package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
- package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
- package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
- package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/es/svg/docs/SVG__common.docs.js +0 -49
- package/es/svg/docs/SVG__default.docs.js +0 -327
- package/es/svg/docs/SVG__errorstate.docs.js +0 -74
- package/es/svg/docs/SVGdocstyle.module.css +0 -8
- package/es/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/es/svg/images/EmptyBusinessHour.svg +0 -42
- package/es/svg/images/EmptyContactInfo.svg +0 -27
- package/es/svg/images/EmptyCustomDomain.svg +0 -85
- package/es/svg/images/EmptyFilter.svg +0 -62
- package/es/svg/images/EmptyFromAddress.svg +0 -41
- package/es/svg/images/EmptyImportHistory.svg +0 -43
- package/es/svg/images/EmptyNetwork.svg +0 -50
- package/es/svg/images/EmptyRecycleBin.svg +0 -58
- package/es/svg/images/EmptyRoles.svg +0 -30
- package/es/svg/images/EmptySkills.svg +0 -83
- package/es/svg/images/EmptyWebhook.svg +0 -44
- package/es/svg/images/FailureLog.svg +0 -46
- package/es/svg/images/Inconvenience.svg +0 -719
- package/es/svg/images/NoRequestFound.svg +0 -247
- package/es/svg/images/PageNotFound.svg +0 -405
- package/es/svg/images/ReguestUrlNotFound.svg +0 -267
- package/es/svg/images/UnableToProcess.svg +0 -752
- package/es/svg/images/UnauthorizedLogin.svg +0 -1047
- package/es/svg/images/WillBack.svg +0 -633
- package/es/svg/utils.js +0 -14
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
- package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
- package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
- package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
- package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
- package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
- package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
- package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
- package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
package/es/svg/EmptyError.js
DELETED
|
@@ -1,94 +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
|
-
export default class EmptyError extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 500 500",
|
|
10
|
-
name: "EmptyError"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyError_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyError_svg__cls-3,.EmptyError_svg__cls-4,.EmptyError_svg__cls-5{fill:none}.EmptyError_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyError_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyError_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyError_svg_fill{fill: #DE3535;opacity: 0.3}.EmptyError_svg_line{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
class: "EmptyError_svg__cls-1",
|
|
13
|
-
d: "M217.5,155.3c0,0,113.7-75.3,171.3-52.6s96.9,213.4-63.2,298.9S93.2,301,92.6,268 C92,236.1,92.6,160,217.5,155.3z"
|
|
14
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
-
class: "EmptyError_svg_line",
|
|
16
|
-
d: "M133.8,379.6c0,0-13.4-217.8,0-222.6c11.4-4.1,189-1.2,240.6-0.3c7.8,0.1,14,6.5,14,14.2V201l-235.8,2.3 l105.1-3.3c5.3-0.3,9.8-0.2,12.8,4.2c15.4,23.3,61.8,95.7,47.1,100.6c-17.5,5.8-114.1,8.3-116.2-2.6c-3.2-17.3,57-96.4,63.5-97.6 s122.2,3.2,123.6,6.6s10.3,168.7,2,173.6s-251,5.9-252.4-1.5s0-218.3,0-218.3"
|
|
17
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
-
class: "EmptyError_svg_fill",
|
|
19
|
-
d: "M330.7,289.8c-1.9-5.8-33.8-78.7-47.9-85.8s-65.2,83.6-69.2,93.4s17.9,10.6,17.9,10.6s82.7,0.6,91.9-1.8 S332.6,295.6,330.7,289.8z M274.7,249.9c0-1.4,1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5v23c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5V249.9z M275.4,290.6c0,0-5.8-6.4,1-7c0,0,4.7,0.1,5,2.8S277.2,292.3,275.4,290.6L275.4,290.6z"
|
|
20
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
21
|
-
class: "st1",
|
|
22
|
-
cx: "419.9",
|
|
23
|
-
cy: "378.9",
|
|
24
|
-
rx: "6",
|
|
25
|
-
ry: "5.9",
|
|
26
|
-
stroke: "var(--zd_emptysvg_small_circle)",
|
|
27
|
-
"stroke-linecap": "round",
|
|
28
|
-
"stroke-linejoin": "round",
|
|
29
|
-
fill: "none"
|
|
30
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
31
|
-
class: "EmptyFrame_svg__cls-3",
|
|
32
|
-
x1: "162.2",
|
|
33
|
-
y1: "412.4",
|
|
34
|
-
x2: "172.3",
|
|
35
|
-
y2: "423.6"
|
|
36
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
37
|
-
class: "EmptyFrame_svg__cls-3",
|
|
38
|
-
x1: "161.6",
|
|
39
|
-
y1: "423",
|
|
40
|
-
x2: "172.9",
|
|
41
|
-
y2: "413"
|
|
42
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
43
|
-
class: "st4",
|
|
44
|
-
cx: "396",
|
|
45
|
-
cy: "80",
|
|
46
|
-
rx: "8.6",
|
|
47
|
-
ry: "8.6",
|
|
48
|
-
"stroke-miterlimit": "10",
|
|
49
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
50
|
-
fill: "none"
|
|
51
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
52
|
-
class: "EmptyFrame_svg__cls-5",
|
|
53
|
-
cx: "210.8",
|
|
54
|
-
cy: "74.9",
|
|
55
|
-
rx: "5.1",
|
|
56
|
-
ry: "5.1"
|
|
57
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
58
|
-
class: "EmptyFrame_svg__cls-4",
|
|
59
|
-
x1: "70.4",
|
|
60
|
-
y1: "274.5",
|
|
61
|
-
x2: "69.6",
|
|
62
|
-
y2: "289.6"
|
|
63
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
64
|
-
class: "EmptyFrame_svg__cls-4",
|
|
65
|
-
x1: "62.4",
|
|
66
|
-
y1: "281.6",
|
|
67
|
-
x2: "77.5",
|
|
68
|
-
y2: "282.5"
|
|
69
|
-
}));
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
EmptyError.propTypes = {
|
|
74
|
-
alignHorizontal: PropTypes.bool,
|
|
75
|
-
className: PropTypes.string,
|
|
76
|
-
dataId: PropTypes.string,
|
|
77
|
-
isRender: PropTypes.bool,
|
|
78
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
79
|
-
palette: PropTypes.oneOf(['dark', 'danger'])
|
|
80
|
-
};
|
|
81
|
-
EmptyError.defaultProps = {
|
|
82
|
-
size: 'large',
|
|
83
|
-
alignHorizontal: true,
|
|
84
|
-
isRender: true,
|
|
85
|
-
className: '',
|
|
86
|
-
dataId: 'EmptyError',
|
|
87
|
-
palette: 'danger'
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
if (false) {
|
|
91
|
-
EmptyError.docs = {
|
|
92
|
-
componentGroup: 'SVG'
|
|
93
|
-
};
|
|
94
|
-
}
|
package/es/svg/EmptyFeed.js
DELETED
|
@@ -1,75 +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
|
-
export default class EmptyFeed extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "Feed"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFeed_svg__cls-4,.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6,.EmptyFeed_svg__cls-7,.EmptyFeed_svg__cls-8{fill:none}.EmptyFeed_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFeed_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFeed_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
-
fill: "var(--zd_emptysvg_primary_fill)",
|
|
14
|
-
opacity: 0.05
|
|
15
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
-
cx: 156.04,
|
|
17
|
-
cy: 31.69,
|
|
18
|
-
rx: 3.54,
|
|
19
|
-
ry: 3.51,
|
|
20
|
-
strokeMiterlimit: 10,
|
|
21
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
-
fill: "none"
|
|
23
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
-
className: "EmptyFeed_svg__cls-4",
|
|
25
|
-
cx: 79.62,
|
|
26
|
-
cy: 29.6,
|
|
27
|
-
rx: 2.12,
|
|
28
|
-
ry: 2.1
|
|
29
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
className: "EmptyFeed_svg__cls-5",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyFeed_svg__cls-8",
|
|
34
|
-
cx: 165.88,
|
|
35
|
-
cy: 154.09,
|
|
36
|
-
rx: 2.45,
|
|
37
|
-
ry: 2.43
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyFeed_svg__cls-7",
|
|
40
|
-
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
42
|
-
cx: 111.07,
|
|
43
|
-
cy: 152.77,
|
|
44
|
-
rx: 11.07,
|
|
45
|
-
ry: 10.89,
|
|
46
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
47
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
className: "EmptyFeed_svg__cls-6",
|
|
49
|
-
d: "M44.32 94.5S67.74 113.31 64 114.9s-8.34-6.88-2.42-13 41.73-42.38 101.77 0l-12.95 17.24s-37.42-38.94-77.81 0l13.87 13.65s24.87-22.36 50.69 0a.08.08 0 010 .1l-14.78 14.54a.07.07 0 01-.09 0c-.69-.62-9-7.86-17.26-4.08a10.22 10.22 0 00-5.19 12.34c1 2.94 3.13 6.49 9.1 7.36 6.36.93 9.62-1.65 11-5 2.73-6.6-2.43-13.64-9.67-13.83-3.18-.09-6.47 1.11-8.32 5.51"
|
|
50
|
-
}));
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
EmptyFeed.propTypes = {
|
|
55
|
-
alignHorizontal: PropTypes.bool,
|
|
56
|
-
className: PropTypes.string,
|
|
57
|
-
dataId: PropTypes.string,
|
|
58
|
-
isRender: PropTypes.bool,
|
|
59
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
60
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
61
|
-
};
|
|
62
|
-
EmptyFeed.defaultProps = {
|
|
63
|
-
size: 'large',
|
|
64
|
-
alignHorizontal: true,
|
|
65
|
-
isRender: true,
|
|
66
|
-
className: '',
|
|
67
|
-
dataId: 'EmptyFeed',
|
|
68
|
-
palette: 'default'
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
if (false) {
|
|
72
|
-
EmptyFeed.docs = {
|
|
73
|
-
componentGroup: 'SVG'
|
|
74
|
-
};
|
|
75
|
-
}
|
package/es/svg/EmptyFollowers.js
DELETED
|
@@ -1,73 +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
|
-
export default class EmptyFollowers extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 500 500",
|
|
10
|
-
name: "Followers"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFollowers_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyFollowers_svg__cls-3,.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5,EmptyFollowers_svg__cls-7,.EmptyFollowers_svg__cls-8{fill:none;stroke-width:3px}.EmptyFollowers_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFollowers_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFollowers_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M212 153.52s111.42-74.45 167.82-52S474.7 312.38 317.89 397 90.15 297.57 89.55 265c-.55-31.6 0-106.8 122.45-111.48z",
|
|
13
|
-
opacity: 0.05,
|
|
14
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
-
cx: 377.09,
|
|
17
|
-
cy: 79.12,
|
|
18
|
-
rx: 8.4,
|
|
19
|
-
ry: 8.47,
|
|
20
|
-
strokeMiterlimit: 10,
|
|
21
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
-
fill: "none",
|
|
23
|
-
strokeWidth: 3
|
|
24
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
25
|
-
className: "EmptyFollowers_svg__cls-3",
|
|
26
|
-
cx: 195.59,
|
|
27
|
-
cy: 74.06,
|
|
28
|
-
rx: 5.02,
|
|
29
|
-
ry: 5.06
|
|
30
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
className: "EmptyFollowers_svg__cls-4",
|
|
32
|
-
d: "M61.8 246.07l-.83 14.88M54 253.09l14.77.84"
|
|
33
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
34
|
-
className: "EmptyFollowers_svg__cls-8",
|
|
35
|
-
cx: 400.47,
|
|
36
|
-
cy: 374.57,
|
|
37
|
-
rx: 5.83,
|
|
38
|
-
ry: 5.88
|
|
39
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
-
className: "EmptyFollowers_svg__cls-7",
|
|
41
|
-
d: "M423.56 285.54l9.85 11.12M422.97 296.06l11.03-9.93"
|
|
42
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
-
className: "EmptyFollowers_svg__cls-6",
|
|
44
|
-
d: "M238.69 313.62s-52.62-34-55-77.81 55.63-25.75 55.34 4.51c0 0 15.63-43 42.15-28.73s-6.58 81.25-42.49 102.03zM331.4 156v-26.12h20.24l1.92 24.87 23.21.54s3.13.05 3.49 3-1.07 16.42-1.07 16.42l-21.34 1.45-.11 23.3s-24.44 3.27-24.41 1c.07-5.59-1.33-23.88-1.33-23.88l-22.58-2.07.26-19.4 21.72 1z"
|
|
45
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
-
className: "EmptyFollowers_svg__cls-5",
|
|
47
|
-
d: "M222.1 334.39h-22.56a7.26 7.26 0 00-6.18 3.49s-21.76 33.85-23.06 37.43c-1.38 3.76 1.34 6.44 3.23 2.81S173 337 173 337a7.25 7.25 0 00-7.61-7.28c-8.5.45-21.43.88-24.13-.48-4.1-2.06-8.2-158.91 0-166.13 7.53-6.7 190.14-7.11 190.14-7.11v-26.12s18-1.62 20.24 0 1 24.22 1.92 24.87c.78.52 16.84.55 23.21.54a3.56 3.56 0 013.49 3c1 5.47.73 15.64-1.07 16.42s-10.3-.1-18.21-.14a3.89 3.89 0 00-3.87 4.2c.51 6.67 1.33 19 .63 20.69-1 2.26-23.45 4.53-24.41 1S332 176.51 332 176.51s-22.87.3-22.58-2.07-.92-19.4.26-19.4c14.21.67 26.28 8.56 26.36 22.9.2 35.09.29 96.72-.5 125.46A24.51 24.51 0 01322 324.73c-8.16 4-19.36 8.13-31 8-2.61 0-5.49-.09-8.67-.43-42.7-4.57-101.88-54.67-101.88-96.5s52.82-20.3 55.33 4.51c0 0 14.76-43.5 42.16-28.73C323 235.91 234 324.35 234 324.35"
|
|
48
|
-
}));
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
EmptyFollowers.propTypes = {
|
|
53
|
-
alignHorizontal: PropTypes.bool,
|
|
54
|
-
className: PropTypes.string,
|
|
55
|
-
dataId: PropTypes.string,
|
|
56
|
-
isRender: PropTypes.bool,
|
|
57
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
58
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
59
|
-
};
|
|
60
|
-
EmptyFollowers.defaultProps = {
|
|
61
|
-
size: 'large',
|
|
62
|
-
alignHorizontal: true,
|
|
63
|
-
isRender: true,
|
|
64
|
-
className: '',
|
|
65
|
-
dataId: 'EmptyFollowers',
|
|
66
|
-
palette: 'default'
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
if (false) {
|
|
70
|
-
EmptyFollowers.docs = {
|
|
71
|
-
componentGroup: 'SVG'
|
|
72
|
-
};
|
|
73
|
-
}
|
package/es/svg/EmptyFrame.js
DELETED
|
@@ -1,71 +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
|
-
export default class EmptyFrame extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "emptyFrame"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyFrame_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyFrame_svg__cls-3,.EmptyFrame_svg__cls-4,.EmptyFrame_svg__cls-5{fill:none}.EmptyFrame_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFrame_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFrame_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
className: "EmptyFrame_svg__cls-1",
|
|
13
|
-
d: "M87.55 64.35s46.92-30.84 70.66-21.56 40 87.37-26.06 122.42S36.26 124 36 110.51c-.24-13.06 0-44.22 51.55-46.16z"
|
|
14
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
15
|
-
cx: 157.08,
|
|
16
|
-
cy: 33.53,
|
|
17
|
-
rx: 3.54,
|
|
18
|
-
ry: 3.51,
|
|
19
|
-
strokeMiterlimit: 10,
|
|
20
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
21
|
-
fill: "none"
|
|
22
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
23
|
-
className: "EmptyFrame_svg__cls-5",
|
|
24
|
-
cx: 80.66,
|
|
25
|
-
cy: 31.43,
|
|
26
|
-
rx: 2.12,
|
|
27
|
-
ry: 2.1
|
|
28
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
className: "EmptyFrame_svg__cls-4",
|
|
30
|
-
d: "M24.32 102.69l-.35 6.17M21.04 105.6l6.22.35"
|
|
31
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
32
|
-
cx: 166.92,
|
|
33
|
-
cy: 155.93,
|
|
34
|
-
rx: 2.45,
|
|
35
|
-
ry: 2.43,
|
|
36
|
-
stroke: "var(--zd_emptysvg_small_circle)",
|
|
37
|
-
strokeLinecap: "round",
|
|
38
|
-
strokeLinejoin: "round",
|
|
39
|
-
fill: "none"
|
|
40
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
-
className: "EmptyFrame_svg__cls-3",
|
|
42
|
-
d: "M176.64 119.05l4.15 4.6M176.4 123.4l4.64-4.11"
|
|
43
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
className: "EmptyFrame_svg__cls-1",
|
|
45
|
-
d: "M59.89 123.66S22 99.3 21.1 78.87s51.06-57.72 98.23-20.71 1 83.7-8.82 88.28c-9.51 4.43-32.43 14.39-50.62-22.78z"
|
|
46
|
-
}));
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
EmptyFrame.propTypes = {
|
|
51
|
-
alignHorizontal: PropTypes.bool,
|
|
52
|
-
className: PropTypes.string,
|
|
53
|
-
dataId: PropTypes.string,
|
|
54
|
-
isRender: PropTypes.bool,
|
|
55
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
56
|
-
palette: PropTypes.oneOf(['default', 'dark', 'danger'])
|
|
57
|
-
};
|
|
58
|
-
EmptyFrame.defaultProps = {
|
|
59
|
-
size: 'large',
|
|
60
|
-
alignHorizontal: true,
|
|
61
|
-
isRender: true,
|
|
62
|
-
className: '',
|
|
63
|
-
dataId: 'emptyFrame',
|
|
64
|
-
palette: 'default'
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
if (false) {
|
|
68
|
-
EmptyFrame.docs = {
|
|
69
|
-
componentGroup: 'SVG'
|
|
70
|
-
};
|
|
71
|
-
}
|
|
@@ -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
|
-
}
|
package/es/svg/EmptyHappiness.js
DELETED
|
@@ -1,72 +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
|
-
export default class EmptyHappiness extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "happiness"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyHappiness_svg__cls-3,.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5,.EmptyHappiness_svg__cls-6,.EmptyHappiness_svg__cls-7{fill:none}.EmptyHappiness_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHappiness_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHappiness_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
-
opacity: 0.05,
|
|
14
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
-
cx: 156.04,
|
|
17
|
-
cy: 31.69,
|
|
18
|
-
rx: 3.54,
|
|
19
|
-
ry: 3.51,
|
|
20
|
-
strokeMiterlimit: 10,
|
|
21
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
-
fill: "none"
|
|
23
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
-
className: "EmptyHappiness_svg__cls-3",
|
|
25
|
-
cx: 79.62,
|
|
26
|
-
cy: 29.6,
|
|
27
|
-
rx: 2.12,
|
|
28
|
-
ry: 2.1
|
|
29
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
className: "EmptyHappiness_svg__cls-4",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyHappiness_svg__cls-7",
|
|
34
|
-
cx: 165.88,
|
|
35
|
-
cy: 154.09,
|
|
36
|
-
rx: 2.45,
|
|
37
|
-
ry: 2.43
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyHappiness_svg__cls-6",
|
|
40
|
-
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M68.31 125.71s12.59-12.23 15.08-9.4 5.83 9.18 8.13 8.2 6.44-9.74 8.9-8.32 16.44 9.1 16.44 9.1-11.83 21.44-26.39 23-22.16-22.58-22.16-22.58z",
|
|
43
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyHappiness_svg__cls-5",
|
|
46
|
-
d: "M111.71 132.7c-6.94 10.22-17.79 17.3-24.44 15.35C72 143.56 70.8 128.61 70.8 128.61s24.85 13.81 47.93-5.23c0 0-2.83-1.42-2.5.51s1.68 1.92 1.68 1.92-9.76-4.79-16.83-9.32a2.6 2.6 0 00-3.6.82c-1.87 3-5.21 8.35-7.53 6.49-3.35-2.68-6.11-9-8.46-8-1.92.76-9.35 7.52-13.18 9.94 0 0 12-12.59 13.66-12.2s4.54.61 4.54-1.4c0-4-3.63-3-5.54-4a4.31 4.31 0 01-1.65-1.46c-2.07-3.26 2.45-6.13 3.71-8.42a30.21 30.21 0 003.06-20.31C82.43 59.06 74.2 53.53 67.94 52.22a11 11 0 00-11.86 5.63c-16.18 29.28 1 106.87 45 102 47-5.26 55.66-70.81 44.53-101.72s-64-11.14-46.38 12 47.3-5.25 18.86-5.25C101 64.89 97 80.78 96.54 93.46"
|
|
47
|
-
}));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
EmptyHappiness.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
|
-
EmptyHappiness.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyHappiness',
|
|
65
|
-
palette: 'default'
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
if (false) {
|
|
69
|
-
EmptyHappiness.docs = {
|
|
70
|
-
componentGroup: 'SVG'
|
|
71
|
-
};
|
|
72
|
-
}
|
package/es/svg/EmptyHistory.js
DELETED
|
@@ -1,72 +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
|
-
export default class EmptyHistory extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "accounts"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyHistory_svg__cls-3,.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5,.EmptyHistory_svg__cls-6,.EmptyHistory_svg__cls-7{fill:none}.EmptyHistory_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHistory_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
-
opacity: 0.05,
|
|
14
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
-
cx: 156.04,
|
|
17
|
-
cy: 31.69,
|
|
18
|
-
rx: 3.54,
|
|
19
|
-
ry: 3.51,
|
|
20
|
-
strokeMiterlimit: 10,
|
|
21
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
-
fill: "none"
|
|
23
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
-
className: "EmptyHistory_svg__cls-3",
|
|
25
|
-
cx: 79.62,
|
|
26
|
-
cy: 29.6,
|
|
27
|
-
rx: 2.12,
|
|
28
|
-
ry: 2.1
|
|
29
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
className: "EmptyHistory_svg__cls-4",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyHistory_svg__cls-7",
|
|
34
|
-
cx: 165.88,
|
|
35
|
-
cy: 154.09,
|
|
36
|
-
rx: 2.45,
|
|
37
|
-
ry: 2.43
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyHistory_svg__cls-6",
|
|
40
|
-
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M53.08 154s8.57-1.57 11.15-22.71c1.83-15 4-30.35 5.15-38.06a6.68 6.68 0 015.87-5.68c16.7-1.91 69.7-7.12 89.62.61l-11 56.17s-6.46 9.67-12.79 9.67z",
|
|
43
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyHistory_svg__cls-5",
|
|
46
|
-
d: "M175.07 88.31C175.53 69.79 155.31 69 155.31 69s-31-1.61-31.86-3.18c-1.24-2.43-6.79-8.42-10.15-11.93a8.74 8.74 0 00-6.3-2.67c-8.36-.06-28.48-.17-33.49 0-6.37.25-8.27 21-8.27 21s-23.78-4.93-23.56 10.33C41.89 96.8 38 154 48.05 154c15.51 0 10.38-60.21 20.18-65.84 5.6-3.22 93.45-8.5 96.64 0 2.36 6.3-6.37 39.45-11 56.17a13.23 13.23 0 01-12.79 9.67H62s25.42.13 43-23c0 0-11 9.44-5.6 11.72s18.59 2.7 18.49-2c-.1-4.91-5.39-13.63-5.39-13.63s10.08 5.41 10.15 16.27c0 0 .3 3-5 3.48-6.34.63-15.79.55-18.8 0a9.29 9.29 0 01-2.11-.42c-1.79-.76-4.45-2.83-2.33-8.26 4.18-10.74 27.68-22.4 28.1-30.32s-3.17-8.15-6-8.35c-8-.55-17.44-.4-17.44-.4s-6.44.09-5 7.48 10.14 12.89 10.35 11-6.76-4.86-2.74-8.14 16.16-1.26 14.89 2.75c-1 3.19-5.49 5.81-5.49 5.81"
|
|
47
|
-
}));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
EmptyHistory.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
|
-
EmptyHistory.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyHistory',
|
|
65
|
-
palette: 'default'
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
if (false) {
|
|
69
|
-
EmptyHistory.docs = {
|
|
70
|
-
componentGroup: 'SVG'
|
|
71
|
-
};
|
|
72
|
-
}
|
|
@@ -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/EmptyInvoice.js
DELETED
|
@@ -1,77 +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
|
-
export default class EmptyInvoice extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "invoice"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyInvoice_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyInvoice_svg__cls-3,.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5,.EmptyInvoice_svg__cls-7,.EmptyInvoice_svg__cls-8{fill:none}.EmptyInvoice_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyInvoice_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyInvoice_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
|
-
opacity: 0.05,
|
|
14
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
-
cx: 156.04,
|
|
17
|
-
cy: 31.69,
|
|
18
|
-
rx: 3.54,
|
|
19
|
-
ry: 3.51,
|
|
20
|
-
strokeMiterlimit: 10,
|
|
21
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
22
|
-
fill: "none"
|
|
23
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
24
|
-
className: "EmptyInvoice_svg__cls-7",
|
|
25
|
-
cx: 79.62,
|
|
26
|
-
cy: 29.6,
|
|
27
|
-
rx: 2.12,
|
|
28
|
-
ry: 2.1
|
|
29
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
className: "EmptyInvoice_svg__cls-4",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyInvoice_svg__cls-8",
|
|
34
|
-
cx: 165.88,
|
|
35
|
-
cy: 154.09,
|
|
36
|
-
rx: 2.45,
|
|
37
|
-
ry: 2.43
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyInvoice_svg__cls-3",
|
|
40
|
-
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
42
|
-
className: "EmptyInvoice_svg__cls-6",
|
|
43
|
-
cx: 57.41,
|
|
44
|
-
cy: 113.21,
|
|
45
|
-
r: 14.89
|
|
46
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
-
className: "EmptyInvoice_svg__cls-6",
|
|
48
|
-
d: "M48.34 130.44l.37 17.69a.83.83 0 001.37.63l7-6.81 6.75 7c.75.67 1.1-1.59 1.1-2.6v-18.77M75.54 73.14s-4.64-1.26 5.62-3S124.53 69 124.42 72c0 0-43.42 2.82-48.88 1.14zM84 103.87s-2.54-.29-1.3-2.77c.81-1.6 40.16-4.64 41.79-.79 1.05 2.42-40.49 3.56-40.49 3.56z"
|
|
49
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
className: "EmptyInvoice_svg__cls-5",
|
|
51
|
-
d: "M65 134.94s1.12 12.34 0 14-7.85-7-7.85-7-6.13 8.84-8.67 7.23c0 0-1-14.15-.47-17.87a1.82 1.82 0 011.48-1.53c4.18-.79 17.77-1.64 22.24-12.22C77 105 63.59 94.05 49.83 99.06c-11.42 4.16-14.58 28.31 6.72 28.88s19-19 16.21-24.11C69.08 97 61 94.65 58.27 94.46a1.84 1.84 0 01-1.71-1.76l.93-27.7a19.26 19.26 0 012.18-10 14.82 14.82 0 0112.86-8.07c14-.85 74.65 0 74.65 0s17.71-.38 17.67 23.58a55.92 55.92 0 00-22.83 0s-1.3-20.23 6.68-20.57c0 0-7.62-3.26-8.79 17.3L142 136a21.76 21.76 0 01-1.41 8.57c-1.62 4.15-4.88 8.75-11.26 7.25a12.85 12.85 0 01-9.21-8.87l-1-3.34h-43s-2.63-1.65 46.72-1.24c0 0-2.6 9.27 2.06 13.74 1.85 1.77 11.39 3.09 11.39 3.09H69s-1.7-18.13 1.81-25.2 16-20.9-2.31-37c0 0 .39-18.28.68-25.54.44-11.25 55.12-7.4 58.14-4.37s5.38 7.39 1 8.4-53.87 2.87-54.11.67c-.2-1.78 44-4.51 49.53-1.63 4.45 2.29 3.45 19.6 3.3 25.84a4 4 0 01-.25 1.18 5.28 5.28 0 01-2.47 2.94 6.87 6.87 0 01-2.28.73c-11.11 1.57-33.26 2.45-38 2.65a1.41 1.41 0 01-1.45-1.08c-.15-.6-.31-1.47.15-1.69 3.47-1.6 43.07-6 44.9 2.1 1.4 6.18 1 15.16.28 19.29a2.79 2.79 0 01-2.48 2.3c-6.34.62-23.75 2.68-23.59.42.24-3.43 20.32-3.12 20.32-3.12"
|
|
52
|
-
}));
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
EmptyInvoice.propTypes = {
|
|
57
|
-
alignHorizontal: PropTypes.bool,
|
|
58
|
-
className: PropTypes.string,
|
|
59
|
-
dataId: PropTypes.string,
|
|
60
|
-
isRender: PropTypes.bool,
|
|
61
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
62
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
63
|
-
};
|
|
64
|
-
EmptyInvoice.defaultProps = {
|
|
65
|
-
size: 'large',
|
|
66
|
-
alignHorizontal: true,
|
|
67
|
-
isRender: true,
|
|
68
|
-
className: '',
|
|
69
|
-
dataId: 'emptyInvoice',
|
|
70
|
-
palette: 'default'
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
if (false) {
|
|
74
|
-
EmptyInvoice.docs = {
|
|
75
|
-
componentGroup: 'SVG'
|
|
76
|
-
};
|
|
77
|
-
}
|