UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

64 lines (63 loc) 2.94 kB
import React from 'react'; import { EmptyStateProps } from "./../props/propTypes"; import { EmptyStateDefaultProps } from "./../props/defaultProps"; import SVG from "./../../SVG/SVG"; export default class EmptyReports extends React.Component { render() { return /*#__PURE__*/React.createElement(SVG, { viewBox: "0 0 200 200", name: "reports", ...this.props }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyReports_svg__cls-3,.EmptyReports_svg__cls-4,.EmptyReports_svg__cls-5{fill:none}.EmptyReports_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyReports_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyReports_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", { 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", opacity: 0.05, fill: "var(--zd_emptysvg_primary_fill)" }), /*#__PURE__*/React.createElement("ellipse", { cx: 156.04, cy: 31.69, rx: 3.54, ry: 3.51, strokeMiterlimit: 10, stroke: "var(--zd_emptysvg_medium_circle)", fill: "none" }), /*#__PURE__*/React.createElement("ellipse", { className: "EmptyReports_svg__cls-3", cx: 79.62, cy: 29.6, rx: 2.12, ry: 2.1 }), /*#__PURE__*/React.createElement("path", { className: "EmptyReports_svg__cls-4", d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35" }), /*#__PURE__*/React.createElement("ellipse", { cx: 165.88, cy: 154.09, rx: 2.45, ry: 2.43, stroke: "var(--zd_emptysvg_small_circle)", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }), /*#__PURE__*/React.createElement("path", { className: "EmptyReports_svg__cls-5", d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12" }), /*#__PURE__*/React.createElement("path", { fill: "var(--zd_emptysvg_secondary_fill)", d: "M39.34 154.7l21.72-35.08 10.89 17.16 31.65-46.97 11.16 17.26 33.39-54.95 3.26-.87-1.61 105.25-110.46-1.8z" }), /*#__PURE__*/React.createElement("path", { d: "M43.44 41.58s.12 106.18-1.22 113.42-11.66 8.36-9.29 4.06 124 1.38 124 1.38 3.84-3.13-2.7-3.72-114.89-2-114.89-2 29.05-40.6 28.89-55.86-32.05-11 3.72 37.94l31.65-47s15.45-30.64-2.47-29.19 13.63 46.45 13.63 46.45l33.39-54.95L130 54.37s2.47 4.54 21.39-3.12l1.27 15.22s-3.64-4.88 2.37-5.06", stroke: "var(--zd_emptysvg_primary_stroke)", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })); } } EmptyReports.propTypes = EmptyStateProps; EmptyReports.defaultProps = { ...EmptyStateDefaultProps, dataId: 'emptyReports' }; // if (__DOCS__) { // EmptyReports.docs = { // componentGroup: 'Emptystate' // }; // }