@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
22 lines (20 loc) • 982 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IconPointsMore = void 0;
var _react = _interopRequireDefault(require("react"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/* eslint-disable react/no-unknown-property */
var IconPointsMore = exports.IconPointsMore = function IconPointsMore(props) {
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
viewBox: "0 0 1024 1024",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg",
"p-id": "7826"
}, props), /*#__PURE__*/_react.default.createElement("path", {
d: "M725.333333 512a85.333333 85.333333 0 1 1 170.666667 0 85.333333 85.333333 0 0 1-170.666667 0z m-298.666666 0a85.333333 85.333333 0 1 1 170.666666 0 85.333333 85.333333 0 0 1-170.666666 0z m-298.666667 0a85.333333 85.333333 0 1 1 170.666667 0 85.333333 85.333333 0 0 1-170.666667 0z",
"p-id": "7827",
fill: "#82878C"
}));
};