UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

80 lines 4.16 kB
import React from 'react'; import { EmptyStateProps } from "../props/propTypes"; import { EmptyStateDefaultProps } from "../props/defaultProps"; import SVG from "../../SVG/SVG"; export default function EmptyAccounts(props) { return /*#__PURE__*/React.createElement(SVG, { viewBox: "0 0 200 200", name: "accounts", ...props }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyAccounts_svg__cls-7,.EmptyAccounts_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyAccounts_svg__cls-3,.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5,.EmptyAccounts_svg__cls-6,.EmptyAccounts_svg__cls-8{fill:none}.EmptyAccounts_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyAccounts_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyAccounts_svg__cls-4,.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyAccounts_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyAccounts_svg__cls-6{stroke:var(--zd_emptysvg_small_circle);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: "EmptyAccounts_svg__cls-8", cx: 79.62, cy: 29.6, rx: 2.12, ry: 2.1 }), /*#__PURE__*/React.createElement("path", { className: "EmptyAccounts_svg__cls-4", d: "M23.28 100.86l-.35 6.16M20 103.76l6.22.35" }), /*#__PURE__*/React.createElement("ellipse", { className: "EmptyAccounts_svg__cls-6", cx: 165.88, cy: 154.09, rx: 2.45, ry: 2.43 }), /*#__PURE__*/React.createElement("path", { className: "EmptyAccounts_svg__cls-3", d: "M175.6 117.21l4.15 4.6M175.36 121.57l4.64-4.12" }), /*#__PURE__*/React.createElement("g", { opacity: 0.3 }, /*#__PURE__*/React.createElement("ellipse", { className: "EmptyAccounts_svg__cls-7", cx: 70.01, cy: 92.77, rx: 13.53, ry: 13.42 }), /*#__PURE__*/React.createElement("path", { className: "EmptyAccounts_svg__cls-7", d: "M128.12 74.12s5.37-7.3 17.62-.47 3.25 28-11.37 26.24c0 0-4.75-.87-6.36-2-.01-.02 4.36-11.67.11-23.77z" }), /*#__PURE__*/React.createElement("ellipse", { className: "EmptyAccounts_svg__cls-7", cx: 104.52, cy: 81.92, rx: 18.72, ry: 18.56 })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("ellipse", { className: "EmptyAccounts_svg__cls-9", cx: 70.01, cy: 92.77, rx: 13.53, ry: 13.42 }), /*#__PURE__*/React.createElement("path", { className: "EmptyAccounts_svg__cls-9", d: "M128.12 74.12s5.37-7.3 17.62-.47 3.25 28-11.37 26.24c0 0-4.75-.87-6.36-2-.01-.02 4.36-11.67.11-23.77z" }), /*#__PURE__*/React.createElement("ellipse", { className: "EmptyAccounts_svg__cls-9", cx: 104.52, cy: 81.92, rx: 18.72, ry: 18.56 })), /*#__PURE__*/React.createElement("path", { className: "EmptyAccounts_svg__cls-5", d: "M43.12 137.27s26.19 17.89 43.6 1.66a6.4 6.4 0 002-4c.65-6.42 1-24.27-14.68-29.35a17.28 17.28 0 007.88-8.3c2.6-6.49 1.34-16.24-9-18.38-17.24-3.58-19.41 15-13 22.12l3.78 4.56s-18.89 12.48-16.32 23.95c0 0 13.38 12.34 30.06 7.68 0 0 23 28.3 52.82 2.18a7.2 7.2 0 002.43-5.47c-.07-8.11-1.8-29-17-36.76 0 0-13.62 12.11-26.54-3.49s3-32.37 14.56-31 23 5.12 19.49 30.5c0 0 7.75 12.35 20.9 3.5s5.17-20.73 1.65-23.06-13.1-5.77-17.62.47a35.44 35.44 0 01-7.18 35.44 29.18 29.18 0 00-6 10.41c-.88 2.75-1.33 5.66-.39 7.71 2.27 4.95 26.73 11 40.87-2.31a4.65 4.65 0 001.47-3.5c-.06-4.26-1.32-13.89-10.87-18.18 0 0 11.51 20.26 2.12 32.84" })); } EmptyAccounts.propTypes = EmptyStateProps; EmptyAccounts.defaultProps = { ...EmptyStateDefaultProps, dataId: 'emptyAccounts' };