UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

14 lines (13 loc) 364 B
import React from 'react'; var SIZE = 50; export default function Loading() { return /*#__PURE__*/React.createElement("svg", { viewBox: "0 0 ".concat(SIZE, " ").concat(SIZE) }, /*#__PURE__*/React.createElement("circle", { cx: SIZE / 2, cy: SIZE / 2, r: SIZE / 2 - 5 })); } Loading.displayName = 'Loading'; //# sourceMappingURL=Loading.js.map