UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

58 lines 3.67 kB
import React from 'react'; import { EmptyStateProps } from "../props/propTypes"; import { EmptyStateDefaultProps } from "../props/defaultProps"; import SVG from "../../SVG/SVG"; export default function KBBot(props) { return /*#__PURE__*/React.createElement(SVG, { viewBox: "0 0 200 200", name: "KBBot", ...props }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.KBBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.KBBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.KBBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.KBBot_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.KBBot_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", { d: "M80.05 58.19S126.71 27 150.32 36.4s39.74 88.3-25.92 123.72-95.4-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z", style: { fill: 'var(--zd_emptysvg_primary_fill)', isolation: 'isolate', opacity: 0.1 } }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-2", d: "M13.83 119.3a.49.49 0 0 1-.47-.52l.41-7.47a.5.5 0 0 1 .53-.47.52.52 0 0 1 .47.53l-.41 7.47a.5.5 0 0 1-.51.48Z" }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-2", d: "m17.69 115.77-7.34-.42a.49.49 0 0 1-.47-.53.5.5 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z" }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-3", d: "M171 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08A4.73 4.73 0 0 0 171 22.8Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07A3.73 3.73 0 0 1 171 31.3ZM124.25 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z" }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-4", d: "M80.76 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM189.68 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.51.51 0 0 0-.71 0 .5.5 0 0 0 0 .61l2.09 2.38-2.38 2.17a.49.49 0 0 0 0 .7.44.44 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.5.5 0 0 0 .38.17.48.48 0 0 0 .33-.83l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .1-.68Z" }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-5", d: "M100 37.77s8.57.84 7.85 9.48-14 8.28-15.6 0 6.66-8.9 8.94-8-.22 27.23-.22 27.23 33-.17 43.7 28.79-.71 30.54-4.22 24.92-5.26-21.78 6.85-23.7 9.2 27 .52 25.77c0 0-6.84 38.2-47.82 39.94s-47.38-49.81-45-57 5.85-2.12 7.76 2.48.22 22-11.21 18.81S42.66 98.92 57.4 98c0 0 7.93-31.29 41.36-31.53 0 0-.66 28.6 3 32.13 1.35 1.3 6.63 3.43 7 9.37s-5.37 9.6-11.08 8.11-10.4-12.68 1.6-18.5l1-2.89A4.23 4.23 0 0 1 105.5 92c4.08 1.22 9.85 4.85 10.31 15.56.5 11.37-9.68 17-19.15 14.78a16 16 0 0 1-11.49-20.71c1.43-4.1 4.71-8.09 11.69-9.88" }), /*#__PURE__*/React.createElement("circle", { className: "KBBot_svg__cls-6", cx: 101.12, cy: 114.08, r: 43.01 }), /*#__PURE__*/React.createElement("circle", { className: "KBBot_svg__cls-6", cx: 101.12, cy: 108.08, r: 8.97 }), /*#__PURE__*/React.createElement("circle", { className: "KBBot_svg__cls-6", cx: 101.12, cy: 46.75, r: 8.97 }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-5", d: "M92 150.75s-1.71-8.87-.46-8.87h19.54s-.26 8.46-1.83 8.87-15.68 0-15.68 0" }), /*#__PURE__*/React.createElement("path", { className: "KBBot_svg__cls-6", d: "M93.45 149.82s2.86-8 5.1-6 8.41-1.91 10.21-.31-.75 6.34-.75 6.34Z" })); } KBBot.propTypes = EmptyStateProps; KBBot.defaultProps = { ...EmptyStateDefaultProps, dataId: 'emptyKBBot' };