@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
11 lines • 564 B
JavaScript
import React from 'react';
export default (function () {
return /*#__PURE__*/React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1024 1024"
}, /*#__PURE__*/React.createElement("path", {
fill: "currentColor",
d: "M513.024 804.571429a109.714286 109.714286 0 1 1 0 219.428571 109.714286 109.714286 0 0 1 0-219.428571z m0-402.285715a109.714286 109.714286 0 1 1 0 219.428572 109.714286 109.714286 0 0 1 0-219.428572z m0-402.285714a109.714286 109.714286 0 1 1 0 219.428571 109.714286 109.714286 0 0 1 0-219.428571z"
}));
});