UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

100 lines (99 loc) 4.47 kB
import React from 'react'; import { EmptyStateProps } from "./../props/propTypes"; import { EmptyStateDefaultProps } from "./../props/defaultProps"; import SVG from "./../../SVG/SVG"; export default class EmptySchedule extends React.Component { render() { return /*#__PURE__*/React.createElement(SVG, { viewBox: "0 0 200 200", name: "schedule", ...this.props }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptySchedule_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptySchedule_svg__cls-3,.EmptySchedule_svg__cls-4,.EmptySchedule_svg__cls-5{fill:none}.EmptySchedule_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptySchedule_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptySchedule_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", { d: "M86 66.22a.61.61 0 00.35-.11c2.8-1.83 43.49-28 64.45-19.75 21.71 8.55 36.53 80.46-23.83 112.73s-87.67-37.92-87.9-50.36c-.22-12.02 0-40.65 46.93-42.51z", opacity: 0.05, fill: "var(--zd_emptysvg_primary_fill)" }), /*#__PURE__*/React.createElement("ellipse", { cx: 152.54, cy: 36.46, rx: 3.32, ry: 3.31, strokeMiterlimit: 10, stroke: "var(--zd_emptysvg_medium_circle)", fill: "none" }), /*#__PURE__*/React.createElement("circle", { className: "EmptySchedule_svg__cls-3", cx: 80.89, cy: 34.48, r: 1.98 }), /*#__PURE__*/React.createElement("path", { className: "EmptySchedule_svg__cls-4", d: "M28.08 101.77l-.33 5.83M25 104.52l5.83.33" }), /*#__PURE__*/React.createElement("circle", { cx: 161.76, cy: 152.05, r: 2.3, stroke: "var(--zd_emptysvg_small_circle)", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }), /*#__PURE__*/React.createElement("path", { className: "EmptySchedule_svg__cls-5", d: "M170.88 117.22l3.89 4.35M170.65 121.33l4.35-3.88" }), /*#__PURE__*/React.createElement("rect", { className: "EmptySchedule_svg__cls-6", x: 71.39, y: 97.3, width: 9.87, height: 9.86, rx: 4.93 }), /*#__PURE__*/React.createElement("rect", { className: "EmptySchedule_svg__cls-6", x: 99.44, y: 97.29, width: 9.86, height: 9.87, rx: 4.93, transform: "rotate(109.27 104.376 102.215)" }), /*#__PURE__*/React.createElement("rect", { className: "EmptySchedule_svg__cls-6", x: 90.53, y: 124.26, width: 9.87, height: 9.86, rx: 4.93 }), /*#__PURE__*/React.createElement("rect", { className: "EmptySchedule_svg__cls-6", x: 109.28, y: 114.95, width: 28.46, height: 28.49, rx: 14.23, transform: "rotate(109.27 123.514 129.181)" }), /*#__PURE__*/React.createElement("rect", { className: "EmptySchedule_svg__cls-6", x: 126.95, y: 97.3, width: 9.87, height: 9.86, rx: 4.93 }), /*#__PURE__*/React.createElement("path", { className: "EmptySchedule_svg__cls-6", d: "M57.79 91.87s-.4-18.81 4.08-21.14 77 .22 77 .22 6.95-.07 7.8 6.51a35.62 35.62 0 010 10.7H67.44s-9.01-.11-9.65 3.71z" }), /*#__PURE__*/React.createElement("path", { d: "M57.15 135.56c1.11-6.06-.21-52.07.2-58.22.21-3.19.67-4.09 2.51-5.58s4.77-.86 9.27-.77h4.41c4.5.09 8.64.09 9.48-.26 1.68-.7 0-9.79-2.38-8.67s-4.21 16.78-.42 16.64S86 71 86 71h34.59c4.5.09 7.21.06 8-.29 1.68-.7 0-9.79-2.38-8.67s-4.21 16.8-.41 16.66 5.74-7.7 5.74-7.7l6.44-.14s12.12-1.17 12 6.59c0 2.19 0 4-.05 5.47 0 0-.93 20.95.06 20.92.79 0 2.33-5.23-1.15-13.62a3.42 3.42 0 00-3.18-2.1H67.43s-8.89-1-8.38 6.89 0 43.75 0 43.75.86 6.5 7.52 6.8 76.51 0 76.51 0 6.45-1 6.92-7.75l.27-13.82v-14.82l-27.14 25.53-5.32-3.9a1.82 1.82 0 01-.27-2.69h0a1.83 1.83 0 012.6-.1l3.4 3.23L134 120.32a13.73 13.73 0 00-13.69-4.23 13.44 13.44 0 00-9.85 16.34 13.62 13.62 0 0016.57 9.68 13.43 13.43 0 009.84-16.34", strokeWidth: 0.69, stroke: "var(--zd_emptysvg_primary_stroke)", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })); } } EmptySchedule.propTypes = EmptyStateProps; EmptySchedule.defaultProps = { ...EmptyStateDefaultProps, dataId: 'EmptySchedule' }; // if (__DOCS__) { // EmptySchedule.docs = { // componentGroup: 'Emptystate' // }; // }