UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

59 lines (58 loc) 3.81 kB
import React from 'react'; import { EmptyStateProps } from "./../props/propTypes"; import { EmptyStateDefaultProps } from "./../props/defaultProps"; import SVG from "./../../SVG/SVG"; export default class EmptyFollowers extends React.Component { render() { return /*#__PURE__*/React.createElement(SVG, { viewBox: "0 0 500 500", name: "Followers", ...this.props }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFollowers_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyFollowers_svg__cls-3,.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5,EmptyFollowers_svg__cls-7,.EmptyFollowers_svg__cls-8{fill:none;stroke-width:3px}.EmptyFollowers_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFollowers_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFollowers_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", { d: "M212 153.52s111.42-74.45 167.82-52S474.7 312.38 317.89 397 90.15 297.57 89.55 265c-.55-31.6 0-106.8 122.45-111.48z", opacity: 0.05, fill: "var(--zd_emptysvg_primary_fill)" }), /*#__PURE__*/React.createElement("ellipse", { cx: 377.09, cy: 79.12, rx: 8.4, ry: 8.47, strokeMiterlimit: 10, stroke: "var(--zd_emptysvg_medium_circle)", fill: "none", strokeWidth: 3 }), /*#__PURE__*/React.createElement("ellipse", { className: "EmptyFollowers_svg__cls-3", cx: 195.59, cy: 74.06, rx: 5.02, ry: 5.06 }), /*#__PURE__*/React.createElement("path", { className: "EmptyFollowers_svg__cls-4", d: "M61.8 246.07l-.83 14.88M54 253.09l14.77.84" }), /*#__PURE__*/React.createElement("ellipse", { className: "EmptyFollowers_svg__cls-8", cx: 400.47, cy: 374.57, rx: 5.83, ry: 5.88 }), /*#__PURE__*/React.createElement("path", { className: "EmptyFollowers_svg__cls-7", d: "M423.56 285.54l9.85 11.12M422.97 296.06l11.03-9.93" }), /*#__PURE__*/React.createElement("path", { className: "EmptyFollowers_svg__cls-6", d: "M238.69 313.62s-52.62-34-55-77.81 55.63-25.75 55.34 4.51c0 0 15.63-43 42.15-28.73s-6.58 81.25-42.49 102.03zM331.4 156v-26.12h20.24l1.92 24.87 23.21.54s3.13.05 3.49 3-1.07 16.42-1.07 16.42l-21.34 1.45-.11 23.3s-24.44 3.27-24.41 1c.07-5.59-1.33-23.88-1.33-23.88l-22.58-2.07.26-19.4 21.72 1z" }), /*#__PURE__*/React.createElement("path", { className: "EmptyFollowers_svg__cls-5", d: "M222.1 334.39h-22.56a7.26 7.26 0 00-6.18 3.49s-21.76 33.85-23.06 37.43c-1.38 3.76 1.34 6.44 3.23 2.81S173 337 173 337a7.25 7.25 0 00-7.61-7.28c-8.5.45-21.43.88-24.13-.48-4.1-2.06-8.2-158.91 0-166.13 7.53-6.7 190.14-7.11 190.14-7.11v-26.12s18-1.62 20.24 0 1 24.22 1.92 24.87c.78.52 16.84.55 23.21.54a3.56 3.56 0 013.49 3c1 5.47.73 15.64-1.07 16.42s-10.3-.1-18.21-.14a3.89 3.89 0 00-3.87 4.2c.51 6.67 1.33 19 .63 20.69-1 2.26-23.45 4.53-24.41 1S332 176.51 332 176.51s-22.87.3-22.58-2.07-.92-19.4.26-19.4c14.21.67 26.28 8.56 26.36 22.9.2 35.09.29 96.72-.5 125.46A24.51 24.51 0 01322 324.73c-8.16 4-19.36 8.13-31 8-2.61 0-5.49-.09-8.67-.43-42.7-4.57-101.88-54.67-101.88-96.5s52.82-20.3 55.33 4.51c0 0 14.76-43.5 42.16-28.73C323 235.91 234 324.35 234 324.35" })); } } EmptyFollowers.propTypes = EmptyStateProps; EmptyFollowers.defaultProps = { ...EmptyStateDefaultProps, dataId: 'EmptyFollowers' }; // if (__DOCS__) { // EmptyFollowers.docs = { // componentGroup: 'Emptystate' // }; // }