@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
14 lines • 708 B
JavaScript
/* eslint-disable react/no-unknown-property */
import React from 'react';
export var IconPointsMore = function IconPointsMore(props) {
return /*#__PURE__*/React.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.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"
}));
};