@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
11 lines • 657 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: "M512 73.142857a256 256 0 0 1 148.333714 464.676572A438.710857 438.710857 0 0 1 950.857143 950.857143a36.571429 36.571429 0 1 1-73.142857 0 365.714286 365.714286 0 1 0-731.428572 0 36.571429 36.571429 0 1 1-73.142857 0 439.003429 439.003429 0 0 1 290.523429-413.184A256 256 0 0 1 512 73.142857z m0 73.142857a182.857143 182.857143 0 1 0 0 365.714286 182.857143 182.857143 0 0 0 0-365.714286z"
}));
});