UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

69 lines (68 loc) 3.19 kB
import React from 'react'; import { EmptyStateProps } from "./../props/propTypes"; import { EmptyStateDefaultProps } from "./../props/defaultProps"; import SVG from "./../../SVG/SVG"; export default class EmptyCrmNotes extends React.Component { render() { return /*#__PURE__*/React.createElement(SVG, { viewBox: "0 0 200 200", name: "crmnotes", ...this.props }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmNotes_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmNotes_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", { d: "M75.45 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S29 117.2 28.74 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: 138.45, 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: 69.2, 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: "EmptyCrmNotes_svg__cls-4", d: "M18.16 97.87l-.32 5.58M15.18 100.5l5.64.32" }), /*#__PURE__*/React.createElement("ellipse", { cx: 160.05, 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: "EmptyCrmNotes_svg__cls-6", d: "M167.17 122.68l3.76 4.18M166.95 126.63l4.21-3.72" }), /*#__PURE__*/React.createElement("path", { d: "M126.08 72.74l.14-10.41-47.28.06L78 84.1l-22.1-1.19.43 63.23s61.77 2.5 71.33-.16l.41-56.09-18.37 25.63-14.2 6.56s-1.63.56-1.3-1.71 6.3-13.56 6.3-13.56z", fill: "var(--zd_emptysvg_secondary_fill)" }), /*#__PURE__*/React.createElement("path", { d: "M115.79 123s-48.59 2.46-48.59-.27 30 0 30 0l8.64-5-10.21 3.71a1 1 0 01-1.46-1.11l5.06-12.61 9.27 9s-8.89-3.29-8-10c0 0 41.9-57.54 44.16-56.3s10.47 5.63 7.06 8.62l-6.11 8s-13.31-5.8-11.11-7.61c1.25-1 9.65 8.4 9.65 8.4S110.22 116 109.7 115.52c-2.23-1.93 16.48-25.49 18.39-25.63l-.41 56.11s-69.39 2.9-71.33.16-.32-64-.32-64 20.49-20.9 21.46-19.93S78 84.1 78 84.1l-20.2-1.22 21.79-1.45-.65-19s47.12-1.29 47.44.48l.14 5.47", stroke: "var(--zd_emptysvg_primary_stroke)", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })); } } EmptyCrmNotes.propTypes = EmptyStateProps; EmptyCrmNotes.defaultProps = { ...EmptyStateDefaultProps, dataId: 'emptyCrmNotes' }; // if (__DOCS__) { // EmptyCrmNotes.docs = { // componentGroup: 'Emptystate' // }; // }