tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
99 lines (97 loc) • 3.24 kB
JavaScript
"use strict";
function _typeof(o) {
"@babel/helpers - typeof";
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
return typeof o;
} : function (o) {
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
}, _typeof(o);
}
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var React = _interopRequireWildcard(require("react"));
function _getRequireWildcardCache(e) {
if ("function" != typeof WeakMap) return null;
var r = new WeakMap(),
t = new WeakMap();
return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
return e ? t : r;
})(e);
}
function _interopRequireWildcard(e, r) {
if (!r && e && e.__esModule) return e;
if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
"default": e
};
var t = _getRequireWildcardCache(r);
if (t && t.has(e)) return t.get(e);
var n = {
__proto__: null
},
a = Object.defineProperty && Object.getOwnPropertyDescriptor;
for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
}
return n["default"] = e, t && t.set(e, n), n;
}
function SvgIllustrationEmpty(props, svgRef) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 80 50",
xmlns: "http://www.w3.org/2000/svg",
ref: svgRef
}, props), React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, React.createElement("path", {
d: "M0 0h80v50H0z"
}), React.createElement("g", {
transform: "translate(9 2)"
}, React.createElement("ellipse", {
fill: "#EAEEF4",
cx: 30.882,
cy: 41.176,
rx: 30.882,
ry: 6.176
}), React.createElement("g", {
transform: "translate(14)",
stroke: "#98A6B8"
}, React.createElement("rect", {
strokeWidth: 0.6,
fill: "#FFF",
x: 0.3,
y: 0.3,
width: 32.753,
height: 41.4,
rx: 2
}), React.createElement("path", {
d: "M7 18.618h19.134M7 11.5h7.338M6.877 24.784h19.134"
})), React.createElement("path", {
d: "M40.213 35.43v2.015c0 1.3.51 2.48 1.341 3.35.34.356.732.66 1.165.9h0l-28.713.005a3.688 3.688 0 01-2.616-1.084A3.688 3.688 0 0110.306 38h0v-2.57h29.907z",
stroke: "#98A6B8",
strokeWidth: 0.6,
fill: "#FFF"
}), React.createElement("g", {
transform: "rotate(19 -27.29 139.917)",
stroke: "#98A6B8",
strokeWidth: 0.6
}, React.createElement("path", {
d: "M23.31 14.661a1.9 1.9 0 01.887 1.157 1.9 1.9 0 01-.19 1.447 1.9 1.9 0 01-1.158.888 1.9 1.9 0 01-1.446-.19h0l-8.188-4.728a1.9 1.9 0 01-.888-1.157 1.9 1.9 0 01.19-1.447 1.9 1.9 0 011.158-.888 1.9 1.9 0 011.446.19h0z",
fill: "#98A6B8"
}), React.createElement("circle", {
fill: "#FFF",
cx: 7.924,
cy: 7.924,
r: 7.624
}), React.createElement("circle", {
fill: "#FFF",
cx: 7.924,
cy: 7.924,
r: 5.186
})))));
}
var ForwardRef = React.forwardRef(SvgIllustrationEmpty);
var MemoForwardRef = React.memo(ForwardRef);
var _default = exports["default"] = MemoForwardRef;