@zohodesk/svg
Version:
This Bundle Contains EmptyState Images.
65 lines • 3.89 kB
JavaScript
import React from 'react';
import { EmptyStateProps } from "../props/propTypes";
import { EmptyStateDefaultProps } from "../props/defaultProps";
import SVG from "../../SVG/SVG";
export default function EmptyCrmPotential(props) {
return /*#__PURE__*/React.createElement(SVG, {
viewBox: "0 0 200 200",
name: "crmPotential",
...props
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
d: "M78.35 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S31.87 117.2 31.64 105c-.22-11.89 0-40.12 46.71-41.87z",
opacity: 0.05,
fill: "var(--zd_emptysvg_primary_fill)"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: 141.35,
cy: 35.2,
rx: 3.21,
ry: 3.18,
strokeWidth: 0.65,
strokeMiterlimit: 10,
stroke: "var(--zd_emptysvg_medium_circle)",
fill: "none"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: 72.1,
cy: 33.3,
rx: 1.92,
ry: 1.9,
stroke: "var(--zd_emptysvg_tiny_circle)",
strokeWidth: 0.65,
strokeMiterlimit: 10,
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
className: "EmptyCrmPotential_svg__cls-4",
d: "M21.06 97.87l-.32 5.58M18.08 100.5l5.64.32"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: 162.95,
cy: 146.1,
rx: 2.22,
ry: 2.21,
stroke: "var(--zd_emptysvg_small_circle)",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 0.65,
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
className: "EmptyCrmPotential_svg__cls-6",
d: "M170.07 122.68l3.76 4.18M169.85 126.63l4.21-3.72"
}), /*#__PURE__*/React.createElement("path", {
d: "M93.59 94.65l-6.73.81a1.52 1.52 0 01-1.49-2.29l3.44-5.83a1.49 1.49 0 00.07-1.42L86 79.77a1.52 1.52 0 011.71-2.13l6.61 1.48a1.52 1.52 0 001.37-.37l5-4.61a1.52 1.52 0 012.55 1l.64 6.75a1.54 1.54 0 00.78 1.19l5.92 3.29a1.53 1.53 0 01-.14 2.74l-6.22 2.69a1.53 1.53 0 00-.89 1.1L102 99.52a1.53 1.53 0 01-2.65.71l-4.48-5.08a1.52 1.52 0 00-1.28-.5z",
fill: "var(--zd_emptysvg_secondary_fill)"
}), /*#__PURE__*/React.createElement("path", {
className: "EmptyCrmPotential_svg__cls-9",
d: "M69.71 67.26s-40.94 6.45-40.56 8.64 9.62 61.64 13.85 66.77c0 0 42.59-4.74 51.75-11.09l-2.15-2.27s-20.35-.95-22.4-5.57zM99.37 129.26s1.88-2.63 6.58-2.22 18-1.12 18-1.12l3.55-2.87-3.39-59.84 43.22 11L155 142.9s-35.22-.99-55.63-13.64z"
}), /*#__PURE__*/React.createElement("path", {
d: "M69.68 61.71a33.35 33.35 0 01.88-5.64c4.28-3.1 51.9-3.86 52.88 1 1.08 5.39-2.85 8.41-2.61 6s45.25 10.51 46.55 11-9.83 65.79-12.38 68.83-55.08-9.76-55.59-13.64 28.18-3.36 28.18-6.21-4.91-56.91-2.84-57 2.58 58.53-.71 59.85-45.32 1.56-45.58-.42 16.55 3.24 16.29 6.08S46.61 144.51 43 142.67 28.79 78.58 29.15 75.9 72.73 67.19 74 66.07s-1.81-4.57-3.46-2 .07 47.79-.4 59.65c-.11 2.74 13.23 5.33 24.06 6a3.72 3.72 0 003.83-2.78l5.5-21.74a24.05 24.05 0 000-11.89h0a1.59 1.59 0 01.92-1.19l6.52-3a1.62 1.62 0 00.09-2.9l-6.35-3.36a1.6 1.6 0 01-.84-1.24l-.87-7.15a1.62 1.62 0 00-2.73-1l-5.16 5a1.63 1.63 0 01-1.44.43l-7-1.42a1.62 1.62 0 00-1.77 2.3l3.16 6.44a1.62 1.62 0 010 1.51L84.49 94a1.62 1.62 0 001.64 2.39l7.1-1",
stroke: "var(--zd_emptysvg_primary_stroke)",
strokeLinecap: "round",
strokeLinejoin: "round",
fill: "none"
}));
}
EmptyCrmPotential.propTypes = EmptyStateProps;
EmptyCrmPotential.defaultProps = { ...EmptyStateDefaultProps,
dataId: 'emptyCrmPotential'
};