antd-hz
Version:
华卓科技基于 antd 5.0 定制的组件库
49 lines (48 loc) • 1.92 kB
JavaScript
"use strict";
"use client";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
// import { useMemo } from 'react';
// import { TinyColor } from '@ctrl/tinycolor';
// import { useToken } from '../theme/internal';
const TableSimple = () => ( /*#__PURE__*/React.createElement("svg", {
width: "120px",
height: "120px",
viewBox: "0 0 120 120",
version: "1.1"
}, /*#__PURE__*/React.createElement("g", {
id: "Page-1",
transform: "translate(18, 27)"
}, /*#__PURE__*/React.createElement("polygon", {
id: "Fill-1",
fill: "#C8C8C8",
points: "44.0456699 0 44.0456699 23.0965164 73.8612563 11.3833848"
}), /*#__PURE__*/React.createElement("polygon", {
id: "Fill-2",
fill: "#D3D3D3",
points: "44.0456699 0 9.09627032 11.3833848 8.4149224 12.4821756 37.2906235 25.7520187 44.0456699 23.0965164"
}), /*#__PURE__*/React.createElement("polygon", {
id: "Fill-3",
fill: "#F4F4F4",
points: "37.290403 67 75.3549297 50.8270706 75.9195377 29.5594973 43.6959554 42.8134569 37.290403 25.5579071"
}), /*#__PURE__*/React.createElement("polygon", {
id: "Fill-4",
fill: "#EAEAEA",
points: "36.8756407 25.9172755 37.2901825 26.5214461 43.6957349 42.8137855 84 26.9519793 73.8613666 11.3832205"
}), /*#__PURE__*/React.createElement("polygon", {
id: "Fill-5",
fill: "#DDDDDD",
points: "31.530012 42.4996684 8.5438052 28.8003183 8.5438052 50.277237 37.2905133 66.6336634 37.2905133 25.6019624"
}), /*#__PURE__*/React.createElement("polygon", {
id: "Fill-6",
fill: "#EAEAEA",
points: "0 24.3234812 31.5388013 42.8227139 37.2905684 25.7520187 8.41486728 12.4821756"
}))));
if (process.env.NODE_ENV !== 'production') {
TableSimple.displayName = 'TableSimpleImage';
}
var _default = exports.default = TableSimple;