@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/EmptyArchived.js
DELETED
|
@@ -1,80 +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 EmptyArchived extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "archived"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5,.EmptyArchived_svg__cls-6,.EmptyArchived_svg__cls-8{fill:none}.EmptyArchived_svg__cls-3,.EmptyArchived_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyArchived_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyArchived_svg__cls-4,.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyArchived_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyArchived_svg__cls-7{fill:var(--zd_emptysvg_circle_fill)}")), /*#__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: "EmptyArchived_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: "EmptyArchived_svg__cls-4",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyArchived_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: "EmptyArchived_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: "M59.14 102.89l77.54.31s-5 34.74-3.78 43.49l12.79-2.93s-3.69-34.4-1.13-42.76l11.64-.38s3.89 54-15.82 63c0 0-63.67 8.45-77.24-4.91 0-.03-10.14-18.16-4-55.82z",
|
|
43
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyArchived_svg__cls-5",
|
|
46
|
-
d: "M130.4 100.4s1.79-30.18 4.09-34.79c0 0-51.13-11.36-73.66-7.61 0 0-3.53 27.27-3.68 44-.07 7.66-5 54.76 10.06 61.52s69.53 3.41 76.2-.44c9.39-5.4 13.17-32.6 12.79-61.14 0 0-9.76-1.5-11.64.37s-.52 29.32 1.13 42.81c.46 3.73.38 17.27-7.51 17.27s-6.38-40.17-1.5-57.82l-71.83-1.07 4.77-59.19 77.82 10S135.52 92.44 136.82 102l8.67-2.17s6.73-26 10.74-31.65l-9.23-.67"
|
|
47
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
className: "EmptyArchived_svg__cls-7",
|
|
49
|
-
d: "M110.9 129.37H93.33a1.5 1.5 0 110-3h17.57a1.5 1.5 0 010 3z"
|
|
50
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
51
|
-
className: "EmptyArchived_svg__cls-7",
|
|
52
|
-
cx: 86.82,
|
|
53
|
-
cy: 127.87,
|
|
54
|
-
r: 1.35
|
|
55
|
-
}));
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
EmptyArchived.propTypes = {
|
|
60
|
-
alignHorizontal: PropTypes.bool,
|
|
61
|
-
className: PropTypes.string,
|
|
62
|
-
dataId: PropTypes.string,
|
|
63
|
-
isRender: PropTypes.bool,
|
|
64
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
65
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
66
|
-
};
|
|
67
|
-
EmptyArchived.defaultProps = {
|
|
68
|
-
size: 'large',
|
|
69
|
-
alignHorizontal: true,
|
|
70
|
-
isRender: true,
|
|
71
|
-
className: '',
|
|
72
|
-
dataId: 'emptyArchived',
|
|
73
|
-
palette: 'default'
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
if (false) {
|
|
77
|
-
EmptyArchived.docs = {
|
|
78
|
-
componentGroup: 'SVG'
|
|
79
|
-
};
|
|
80
|
-
}
|
package/es/svg/EmptyAttach.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 EmptyAttach extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "attach"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6,.EmptyAttach_svg__cls-7,.EmptyAttach_svg__cls-8{fill:none}.EmptyAttach_svg__cls-4,.EmptyAttach_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAttach_svg__cls-7{stroke:var(--zd_emptysvg_cross)}.EmptyAttach_svg__cls-5,.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAttach_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAttach_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: "EmptyAttach_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: "EmptyAttach_svg__cls-5",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyAttach_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: "EmptyAttach_svg__cls-7",
|
|
40
|
-
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M120.89 72.28l7.19 52.09s-56.62 7.79-58.16 4.34-7.61-51.27-5.32-51.47z",
|
|
43
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyAttach_svg__cls-6",
|
|
46
|
-
d: "M146.42 155.3c-17.09.46-60.1-.42-69.48-.77a2.4 2.4 0 01-2.33-2.39v-23.43h-4.69l-5-48.51a2.94 2.94 0 012.67-3.2l53.3-4.7 7.19 52.09s-54 7.52-54.58 5.93-1-65.57 0-66.07c1.62-.87 18.28-.24 22.81 0a1.33 1.33 0 011.26 1.16c.86 7 5.12 45.07 5.08 46.83-.14 5.91-13.49 14.69-17.54-.24-4.44-16.36-6.44-48.46-6.59-50.8-.31-5.16 13.8-16.72 17.87 17.2 3.77 31.37 3.84 34.6-2 35.48-6.86 1-11.37-47.7-11.37-47.7h60.63a3.2 3.2 0 013.21 3.09c.37 12.61 4.83 87 1.65 88.86-2.27 1.36-49.85 0-49.85 0"
|
|
47
|
-
}));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
EmptyAttach.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
|
-
EmptyAttach.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyAttach',
|
|
65
|
-
palette: 'default'
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
if (false) {
|
|
69
|
-
EmptyAttach.docs = {
|
|
70
|
-
componentGroup: 'SVG'
|
|
71
|
-
};
|
|
72
|
-
}
|
package/es/svg/EmptyBlueprint.js
DELETED
|
@@ -1,87 +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 EmptyBlueprint extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "blueprint"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyBlueprint_svg__cls-4{fill:var(--zd_emptysvg_plus)}.EmptyBlueprint_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyBlueprint_svg__cls-7{fill:var(--zd_emptysvg_cross)}.EmptyBlueprint_svg__cls-5{fill:var(--zd_emptysvg_primary_stroke)}.EmptyBlueprint_svg__cls-8{fill:var(--zd_emptysvg_small_circle)}.EmptyBlueprint_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M86.5 67.37s42.51-27.95 64-19.54 36.24 79.17-23.59 110.92S40 121.44 39.8 109.2c-.22-11.85 0-40.08 46.7-41.83z",
|
|
13
|
-
opacity: 0.05,
|
|
14
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
-
d: "M149.5 43a3.51 3.51 0 113.5-3.56 3.53 3.53 0 01-3.5 3.56zm0-6.36a2.85 2.85 0 102.88 2.85 2.87 2.87 0 00-2.88-2.9z",
|
|
17
|
-
fill: "var(--zd_emptysvg_medium_circle)"
|
|
18
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
-
className: "EmptyBlueprint_svg__cls-3",
|
|
20
|
-
d: "M80.25 39.77a2.23 2.23 0 112.25-2.23 2.24 2.24 0 01-2.25 2.23zm0-3.8a1.58 1.58 0 101.6 1.57 1.58 1.58 0 00-1.6-1.54z"
|
|
21
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
className: "EmptyBlueprint_svg__cls-4",
|
|
23
|
-
d: "M28.89 108a.32.32 0 01-.31-.34l.32-5.59a.32.32 0 11.64 0l-.31 5.58a.32.32 0 01-.34.35z"
|
|
24
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
className: "EmptyBlueprint_svg__cls-4",
|
|
26
|
-
d: "M31.87 105.38l-5.63-.31a.33.33 0 110-.65l5.64.31a.33.33 0 01.3.35.32.32 0 01-.31.3z"
|
|
27
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
className: "EmptyBlueprint_svg__cls-8",
|
|
29
|
-
d: "M171.1 152.88a2.54 2.54 0 112.55-2.53 2.54 2.54 0 01-2.55 2.53zm0-4.42a1.89 1.89 0 101.9 1.89 1.89 1.89 0 00-1.9-1.89z"
|
|
30
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
className: "EmptyBlueprint_svg__cls-7",
|
|
32
|
-
transform: "rotate(-42.01 169.123 119.012)",
|
|
33
|
-
d: "M168.78 116.2h.65v5.62h-.65z"
|
|
34
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
-
className: "EmptyBlueprint_svg__cls-7",
|
|
36
|
-
transform: "rotate(-41.59 169.115 119.015)",
|
|
37
|
-
d: "M166.3 118.69h5.62v.65h-5.62z"
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyBlueprint_svg__cls-5",
|
|
40
|
-
d: "M121.09 83.39h1.31v1.32a.33.33 0 00.66 0v-1.32h1.32a.32.32 0 00.32-.33.32.32 0 00-.32-.32h-1.32v-1.32a.33.33 0 00-.66 0v1.32h-1.31a.32.32 0 00-.33.32.33.33 0 00.33.33z"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
className: "EmptyBlueprint_svg__cls-5",
|
|
43
|
-
d: "M140.77 49.62c-.22-1.15-4.7-1.17-19-.63-5.45.21-10.6.41-13.52.28a1.16 1.16 0 00-.86.35c-1.1 1.12-.9 5-.72 8.42.06 1.12.11 2.17.11 3a.63.63 0 00.23.48c2.13 2 27.55.14 30.44-.07a.32.32 0 00.3-.35.31.31 0 00-.34-.3c-14.23 1.06-29.34 1.44-30 .24 0-.84 0-1.9-.11-3-.15-3-.37-7 .54-7.93a.49.49 0 01.37-.16c2.94.13 8.1-.07 13.56-.28 7.44-.28 17.62-.67 18.32.12.4 1.65.56 10.37-.67 12.24a.52.52 0 01-.28.25c-.9.15-4.45.27-7.88.38-6.54.22-7.6.3-7.89.48s-.27.38-.24 7.19v3a.9.9 0 01-.77.89c-1.42.17-8.49 1.42-8 9.63a5.78 5.78 0 003.12 4l.1.14a6.41 6.41 0 003.91 2.67.73.73 0 01.7.73v5.3c0 2.65.05 5.6.05 7.65a.47.47 0 01-.08.32c-.12.11-.48.09-.83.07h-.55c-1.32 0-3.24 0-5.24-.08-3.88-.08-7.88-.16-8.92 0a1 1 0 00-.63.45 5.16 5.16 0 00-.6 1.6h-.58a1.24 1.24 0 00-1.3 1.2l-.23 4.88-9.9-.16a.33.33 0 00-.33.32 3.83 3.83 0 01-.26 1.32 6.15 6.15 0 00.1-1.15c0-4.7-1.69-6.26-12.23-6.81-10.27-.53-14.69.14-15.42 5.72a5 5 0 001.46 4.39c3.33 3.1 11.23 2 12.83 1.68.58 2 .13 19.2-.2 21.11-.75.09-4.11-.09-6.85-.23a78.15 78.15 0 00-8.59-.23 1.07 1.07 0 00-.71.52c-1.45 2.08-1.47 11.13-1.17 12.67.21 1.14 4.64 1.27 18.76 1.13 5.55-.06 10.8-.11 13.72.1h.09a1.17 1.17 0 00.82-.34c1.11-1.05 1-4.51.93-7.85v-2.82a.73.73 0 00-.25-.53c-2-1.89-21.41-.74-23.61-.61a.33.33 0 00-.31.35.32.32 0 00.35.3c12.55-.78 22.94-.56 23.17.48v2.84c.08 2.91.17 6.52-.73 7.37a.51.51 0 01-.42.16c-2.94-.22-8.2-.17-13.77-.11-7.36.08-17.44.18-18.12-.6-.26-1.42-.22-10.31 1.07-12.18.1-.15.2-.24.29-.25a81.63 81.63 0 018.45.24c7 .37 7.24.31 7.37.07.65-.65.87-20.82.24-22a.41.41 0 00-.44-.25c-.37.07-9.14 1.62-12.48-1.48a4.33 4.33 0 01-1.14-3.88c.6-4.67 3.63-5.73 14.74-5.15s11.61 2.41 11.61 6.16a4.49 4.49 0 01-1 3c-3.29 2.27-9.94 1.72-10 1.72a.31.31 0 00-.35.28.33.33 0 00.28.36c4.83.67 8.23.19 10.09-1.43a6.09 6.09 0 00.44-.44c.17-.13.34-.26.5-.4a4.3 4.3 0 001.48-2.91l9.18.16h.73a.33.33 0 00.33-.31l.24-5.21a.6.6 0 01.65-.56h.44a62.89 62.89 0 00-.52 13.44c.08.43.27 1.41 14.25 1.78 7 .18 15.39.13 19.5-.13.77-.07.9-1.64.75-8.85 0-1.65-.07-3.22 0-4.29a.64.64 0 00-.19-.45c-1.86-1.93-26.48-2.13-32.95-2.15a4.12 4.12 0 01.48-1.23c.11-.16.18-.18.19-.18 1-.16 5.14-.07 8.81 0 2 0 3.93.08 5.25.08h.51a1.73 1.73 0 001.32-.25 1 1 0 00.28-.79v-7.65-5.3a1.37 1.37 0 00-1.36-1.37 5.25 5.25 0 01-2.68-1.48 14.52 14.52 0 003.16.84 5.5 5.5 0 003.67-.67 7.42 7.42 0 003.54-5.79 6 6 0 00-2.58-5.21 6.85 6.85 0 00-6.25-.66 6.33 6.33 0 00-4 4.88 7.71 7.71 0 00.39 4.72 4.48 4.48 0 01-1.81-2.88c-.49-7.41 5.52-8.7 7.39-8.91a1.56 1.56 0 001.33-1.54v-3-6.66c.81-.13 4.48-.26 7.46-.36 3.61-.12 7-.23 8-.39a1.09 1.09 0 00.71-.53c1.39-2.12 1.11-11.28.76-12.74zm-2.1 59.64v4.32c.06 3 .16 7.53-.23 8.19-8.5.53-31.93.21-33-1.12a64.4 64.4 0 01.53-13.32c15.55.03 31.97.72 32.7 1.93zM117.16 82a5.72 5.72 0 013.6-4.4 6.2 6.2 0 015.63.57 5.32 5.32 0 012.32 4.66 6.75 6.75 0 01-3.23 5.26 4.9 4.9 0 01-3.23.59 14 14 0 01-4.25-1.33 6.92 6.92 0 01-.84-5.35z"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyBlueprint_svg__cls-6",
|
|
46
|
-
d: "M138.46 108.57L107 107.13a1.08 1.08 0 00-1.08 1.08l.72 12.2a1.08 1.08 0 001.08 1.08l30.76.72a1.08 1.08 0 001.08-1.08v-11.48a1.09 1.09 0 00-1.1-1.08zM122.74 88.16a5.25 5.25 0 10-5.25-5.25 5.25 5.25 0 005.25 5.25z"
|
|
47
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
48
|
-
className: "EmptyBlueprint_svg__cls-6",
|
|
49
|
-
cx: 79.42,
|
|
50
|
-
cy: 112.4,
|
|
51
|
-
r: 1.49
|
|
52
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
53
|
-
className: "EmptyBlueprint_svg__cls-6",
|
|
54
|
-
cx: 72.55,
|
|
55
|
-
cy: 112.4,
|
|
56
|
-
r: 1.49
|
|
57
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
58
|
-
className: "EmptyBlueprint_svg__cls-6",
|
|
59
|
-
cx: 85.93,
|
|
60
|
-
cy: 112.4,
|
|
61
|
-
r: 1.49
|
|
62
|
-
}));
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
EmptyBlueprint.propTypes = {
|
|
67
|
-
alignHorizontal: PropTypes.bool,
|
|
68
|
-
className: PropTypes.string,
|
|
69
|
-
dataId: PropTypes.string,
|
|
70
|
-
isRender: PropTypes.bool,
|
|
71
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
72
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
73
|
-
};
|
|
74
|
-
EmptyBlueprint.defaultProps = {
|
|
75
|
-
size: 'large',
|
|
76
|
-
alignHorizontal: true,
|
|
77
|
-
isRender: true,
|
|
78
|
-
className: '',
|
|
79
|
-
dataId: 'emptyBlueprint',
|
|
80
|
-
palette: 'default'
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
if (false) {
|
|
84
|
-
EmptyBlueprint.docs = {
|
|
85
|
-
componentGroup: 'SVG'
|
|
86
|
-
};
|
|
87
|
-
}
|
|
@@ -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/EmptyBusinessHoliday.svg';
|
|
7
|
-
export default class EmptyBusinessHoliday extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 139.3",
|
|
11
|
-
name: "businessholiday"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyBusinessHoliday.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
|
-
EmptyBusinessHoliday.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyBusinessHoliday'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyBusinessHoliday.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/EmptyBusinessHour.svg';
|
|
7
|
-
export default class EmptyBusinessHour extends React.Component {
|
|
8
|
-
render() {
|
|
9
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
-
viewBox: "0 0 181.9 139.3",
|
|
11
|
-
name: "businesshour"
|
|
12
|
-
}, this.props), /*#__PURE__*/React.createElement("image", {
|
|
13
|
-
xlinkHref: image,
|
|
14
|
-
height: "100%",
|
|
15
|
-
width: "100%"
|
|
16
|
-
}));
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
EmptyBusinessHour.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
|
-
EmptyBusinessHour.defaultProps = {
|
|
28
|
-
size: 'large',
|
|
29
|
-
alignHorizontal: true,
|
|
30
|
-
isRender: true,
|
|
31
|
-
className: '',
|
|
32
|
-
dataId: 'emptyBusinessHour'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
if (false) {
|
|
36
|
-
EmptyBusinessHour.docs = {
|
|
37
|
-
componentGroup: 'SVG'
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,74 +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 EmptyCallHistory extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "CallHistoryEmpty"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5,.EmptyCallHistory_svg__cls-6,.EmptyCallHistory_svg__cls-7{fill:none}.EmptyCallHistory_svg__cls-3,.EmptyCallHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCallHistory_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCallHistory_svg__cls-4,.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCallHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCallHistory_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: "EmptyCallHistory_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: "EmptyCallHistory_svg__cls-4",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyCallHistory_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: "EmptyCallHistory_svg__cls-6",
|
|
40
|
-
d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
className: "EmptyCallHistory_svg__cls-5",
|
|
43
|
-
d: "M114 99.9s-6.26-2.21-9.39 0-2.4 8.82 1.63 8.82 5.65-9.35-4.51-8.87-7.26 9.52-5.16 10 6.34-2 4.35-5.8-10.48-2-12.42 5.86 4.78 6.32 5.39 5.64 2.43-5.44-1.21-6.36-8.62 4.54-7.41 12 7.48 3.18 7.78 1.21-1.05-5.44-5.21-4.08-2.65 10.51 1.74 14.06 9.15-.83 7.1-5.07-7-1.13-7 1 .91 9.83 10.66 10.05a4.7 4.7 0 004.84-5c.07-5.14-10-3.32-6.73 2.95s16.33 2 16.18-3.4a3.42 3.42 0 00-1.63-3.18 3.35 3.35 0 00-4.75 3.75c.49 2.42 2.17 4.73 7.28 2.6 5.78-2.4 5.77-7 5-10a4.09 4.09 0 00-5-3 2.49 2.49 0 00-1.94 2.43c-.23 3.86 9.15 7.79 11.26-2.87s-6.46-10-7.86-9.37c-1.23.52-4.38 5.36 1.29 7.78s7.63-8.31 3.63-12.4-8.77-5.29-10.51-2 .53 6.2 4 6 9.08-7.56 3.78-13.54S89.64 91.36 82 97c0 0-34.91 47.38-6 45 7.29-.59 53.1 2.28 59 0 19.69-7.61-11.25-48.08-8.89-60.71.86-4.54 5.14-7.7 6.72-3.75S77.52 89.4 73.18 82.48s6.91-4 6.71 4.55-1 11.25-5.13 11.45-22.41 1.84-23.9.59c-2.52-2.12 3.7-22.63 9.56-26.51 37.94-25.08 82.21-9.78 89.2-3.47C153.93 73 168 93.3 163.93 96.24s-24.5 2.64-26.5 1S134.21 86 134.21 86"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
45
|
-
cx: 104.31,
|
|
46
|
-
cy: 120.3,
|
|
47
|
-
r: 18.89,
|
|
48
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
49
|
-
}));
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
EmptyCallHistory.propTypes = {
|
|
54
|
-
alignHorizontal: PropTypes.bool,
|
|
55
|
-
className: PropTypes.string,
|
|
56
|
-
dataId: PropTypes.string,
|
|
57
|
-
isRender: PropTypes.bool,
|
|
58
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
59
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
60
|
-
};
|
|
61
|
-
EmptyCallHistory.defaultProps = {
|
|
62
|
-
size: 'large',
|
|
63
|
-
alignHorizontal: true,
|
|
64
|
-
isRender: true,
|
|
65
|
-
className: '',
|
|
66
|
-
dataId: 'emptyCallHistory',
|
|
67
|
-
palette: 'default'
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
if (false) {
|
|
71
|
-
EmptyCallHistory.docs = {
|
|
72
|
-
componentGroup: 'SVG'
|
|
73
|
-
};
|
|
74
|
-
}
|
package/es/svg/EmptyCollision.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 EmptyCollision extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "collision"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyCollision_svg__cls-3,.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5,.EmptyCollision_svg__cls-6,.EmptyCollision_svg__cls-7{fill:none}.EmptyCollision_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCollision_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCollision_svg__cls-4,.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCollision_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCollision_svg__cls-7{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M83.6 67.23s46.91-30.84 70.66-21.55 40 87.37-26.06 122.41-95.89-41.18-96.15-54.69c-.24-13.07 0-44.23 51.55-46.17z",
|
|
13
|
-
opacity: 0.05,
|
|
14
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
15
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
16
|
-
cx: 153.14,
|
|
17
|
-
cy: 36.36,
|
|
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: "EmptyCollision_svg__cls-3",
|
|
25
|
-
cx: 76.72,
|
|
26
|
-
cy: 34.26,
|
|
27
|
-
rx: 2.12,
|
|
28
|
-
ry: 2.1
|
|
29
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
className: "EmptyCollision_svg__cls-4",
|
|
31
|
-
d: "M20.39 105.52l-.35 6.16M17.1 108.43l6.22.34"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyCollision_svg__cls-7",
|
|
34
|
-
cx: 176.99,
|
|
35
|
-
cy: 158.75,
|
|
36
|
-
rx: 2.45,
|
|
37
|
-
ry: 2.43
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyCollision_svg__cls-6",
|
|
40
|
-
d: "M172.71 121.87l4.15 4.61M172.46 126.23l4.64-4.11"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M140.8 87.32l-29.75 23.35s27.08 20.62 29.93 19.54 1.49-14.21 1.49-14.21h25.18s2.13-16.19-.74-19.77l-25.55.93s.82-8.11-.56-9.84z",
|
|
43
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyCollision_svg__cls-5",
|
|
46
|
-
d: "M143 87.29s.2 5.45.2 10.2-1.82 2.42-1.82 2 25.24-2.28 26.95-2.57.29 19.1.57 20-26.79 0-26.79 0 1.42 10.26-.86 12.54-30.78-18.53-30.78-18.53l31.24-26.1c-2.29-1.71-32.29 24.57-32.29 24.57-15 12.35-30.64 24.91-31.36 23-1.68-4.48-.46-12.82-.46-12.82s-30.07 2.44-30.47.81-4-14.15 0-20.72c1.33-2.21 30.87 0 30.87 0s-1.87-13.3 1.09-13.93c2.75-.59 30.5 14.81 30.34 20-.07 2.35-24.77 21.41-24.77 21.41"
|
|
47
|
-
}));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
EmptyCollision.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
|
-
EmptyCollision.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyCollision',
|
|
65
|
-
palette: 'default'
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
if (false) {
|
|
69
|
-
EmptyCollision.docs = {
|
|
70
|
-
componentGroup: 'SVG'
|
|
71
|
-
};
|
|
72
|
-
}
|
package/es/svg/EmptyColumn.js
DELETED
|
@@ -1,78 +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 EmptyColumn extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "column"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyColumn_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate}.EmptyColumn_svg__cls-3,.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5,.EmptyColumn_svg__cls-7,.EmptyColumn_svg__cls-8{fill:none}.EmptyColumn_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyColumn_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyColumn_svg__cls-4,.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyColumn_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyColumn_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M86.51 62.51S133.43 31.67 157.17 41s40 87.35-26.06 122.38S35.22 122.21 35 108.7c-.28-13.11 0-44.26 51.51-46.19z",
|
|
13
|
-
style: {
|
|
14
|
-
isolation: "isolate"
|
|
15
|
-
},
|
|
16
|
-
opacity: 0.05,
|
|
17
|
-
fill: "var(--zd_emptysvg_primary_fill)"
|
|
18
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
19
|
-
cx: 156.04,
|
|
20
|
-
cy: 31.69,
|
|
21
|
-
rx: 3.54,
|
|
22
|
-
ry: 3.51,
|
|
23
|
-
strokeMiterlimit: 10,
|
|
24
|
-
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
25
|
-
fill: "none"
|
|
26
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
27
|
-
className: "EmptyColumn_svg__cls-3",
|
|
28
|
-
cx: 79.62,
|
|
29
|
-
cy: 29.6,
|
|
30
|
-
rx: 2.12,
|
|
31
|
-
ry: 2.1
|
|
32
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
className: "EmptyColumn_svg__cls-4",
|
|
34
|
-
d: "M23.28 100.84l-.35 6.16M20 103.74l6.22.35"
|
|
35
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
36
|
-
className: "EmptyColumn_svg__cls-8",
|
|
37
|
-
cx: 165.88,
|
|
38
|
-
cy: 154.06,
|
|
39
|
-
rx: 2.45,
|
|
40
|
-
ry: 2.43
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
className: "EmptyColumn_svg__cls-7",
|
|
43
|
-
d: "M175.6 117.19l4.15 4.6M175.35 121.55l4.65-4.12"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyColumn_svg__cls-6",
|
|
46
|
-
d: "M52.32 87.59s-.42-20 4.36-22.43 82.26.24 82.26.24 7.43-.07 8.34 6.9a37.3 37.3 0 010 11.36H62.64s-9.64-.12-10.32 3.93z"
|
|
47
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
className: "EmptyColumn_svg__cls-5",
|
|
49
|
-
d: "M50.72 133.81V72.18c.22-3.39-.26-3.59 1.28-5.58 1.35-1.76 86-1.29 86-1.29s12.95-1.24 12.83 7c0 2.33 0 4.25-.05 5.81 0 0-1 22.22.06 22.18.85 0 2.48-5.52-1.2-14.39a3.72 3.72 0 00-3.43-2.28H62.6s-9.51-1-9 7.3 0 46.41 0 46.41.92 6.9 8 7.22 76.77 0 76.77 0 6.9-1.07 7.4-8.22l.29-10.65V87.13H130a3 3 0 00-3 3v48.53a3 3 0 01-3 3h-12.87a3 3 0 01-3-3V90.54a3 3 0 00-3-3H93.7a3 3 0 00-3 3v48.76a3 3 0 01-3 3H73.37a3 3 0 01-3-3V90.12a3 3 0 013-3h14.22"
|
|
50
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
className: "EmptyColumn_svg__cls-6",
|
|
52
|
-
d: "M70.61 87.11h18.7V140a2.8 2.8 0 01-3 2.54h-12.7a2.8 2.8 0 01-3-2.54V87.11z"
|
|
53
|
-
}));
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
EmptyColumn.propTypes = {
|
|
58
|
-
alignHorizontal: PropTypes.bool,
|
|
59
|
-
className: PropTypes.string,
|
|
60
|
-
dataId: PropTypes.string,
|
|
61
|
-
isRender: PropTypes.bool,
|
|
62
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
63
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
64
|
-
};
|
|
65
|
-
EmptyColumn.defaultProps = {
|
|
66
|
-
size: 'large',
|
|
67
|
-
alignHorizontal: true,
|
|
68
|
-
isRender: true,
|
|
69
|
-
className: '',
|
|
70
|
-
dataId: 'EmptyColumn',
|
|
71
|
-
palette: 'default'
|
|
72
|
-
};
|
|
73
|
-
|
|
74
|
-
if (false) {
|
|
75
|
-
EmptyColumn.docs = {
|
|
76
|
-
componentGroup: 'SVG'
|
|
77
|
-
};
|
|
78
|
-
}
|
package/es/svg/EmptyContact.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 EmptyContact extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
-
viewBox: "0 0 200 200",
|
|
10
|
-
name: "contact"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyContact_svg__cls-4,.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6,.EmptyContact_svg__cls-7,.EmptyContact_svg__cls-8{fill:none}.EmptyContact_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyContact_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyContact_svg__cls-5,.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyContact_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyContact_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.42 31.67 157.16 41s40 87.37-26.06 122.41-95.88-41.22-96.1-54.73c-.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.02,
|
|
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: "EmptyContact_svg__cls-4",
|
|
25
|
-
cx: 79.61,
|
|
26
|
-
cy: 29.6,
|
|
27
|
-
rx: 2.12,
|
|
28
|
-
ry: 2.1
|
|
29
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
className: "EmptyContact_svg__cls-5",
|
|
31
|
-
d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
33
|
-
className: "EmptyContact_svg__cls-8",
|
|
34
|
-
cx: 165.87,
|
|
35
|
-
cy: 154.09,
|
|
36
|
-
rx: 2.45,
|
|
37
|
-
ry: 2.43
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
className: "EmptyContact_svg__cls-7",
|
|
40
|
-
d: "M175.59 117.21l4.14 4.6M175.34 121.57l4.64-4.12"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M108.62 97.74s-4.68-7 2.21-11.6 11.8 4.32 10.67 6.93-1.78 5.26-9.77 5.64c0 0 11.12 11.23.09 19.61 0 0-18.28.21-23.39-8.51-5.7-9.73 19.13-13.99 20.19-12.07z",
|
|
43
|
-
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
className: "EmptyContact_svg__cls-6",
|
|
46
|
-
d: "M180 85c-9.1-.2-17.19-.93-19-2.78-8.19-8.17.66-4 1.38-1.92s-24.29 72.45-32.42 75.77c-7 2.88-4-7-2.62-9.6a.33.33 0 01.62.09c.49 2.35 1.6 10-4.46 10-7.18 0-84.91-21.58-84.91-21.58s-2.16-10 0-10.2 83.65 20 85.31 20.17c3.06.35 6.34-1.25 8.21-6.41s24.16-58.11 24.16-58.11 3.82-6.17-3.11-9.25-68.93-9.74-69.41-11.4 8.86-1.66 6.1 5.93S78.76 65 79 63.58s6.89 1.6 5.57 6.56-10.38 3.18-10.2.37 7.46 1.41 5.39 5.34-9.73 1.49-9.35-.66 7.74 2.25 6.14 6.09-10.48 2-10.48-.57 8.12 0 6.23 5.25-7.55 3.18-8.31.84 5.29-3 4.44 3.46-8 3.84-8.21 1.69 4.62-2.81 4.62 4.4-9.06-.28-8.59-1.13 7-.18 4.63 6-10 3.37-9.73-.74 7.74 1 4.91 7.76-9.34.47-9.15-1.12 7.17.56 4.53 7.21-11.43.09-10.76-1 8.11-1.11 4.34 5.43-11.42.84-10.48-1.78c.53-1.48 7.93 1.08 14.25 3.58A86.89 86.89 0 0081 126.74c9.47 0 16.36-7.91 23.51-7.29 10.36.91 15.65-12.3 5.89-20.85 0 0 8.32 1.07 9.77-5.64 1.36-6.3-7.88-11.27-12.88-5-3.44 4.32 0 9.66 0 9.66s-12.29-1.25-19.2 6.87c-7.7 9.07 16.1 13 24.5 14a4.15 4.15 0 004.31-2.34c1.62-3.52 3.38-9.9-1.46-15.33"
|
|
47
|
-
}));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
EmptyContact.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
|
-
EmptyContact.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyContact',
|
|
65
|
-
palette: 'default'
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
if (false) {
|
|
69
|
-
EmptyContact.docs = {
|
|
70
|
-
componentGroup: 'SVG'
|
|
71
|
-
};
|
|
72
|
-
}
|