tdesign-react
Version:
TDesign Component for React
34 lines (26 loc) • 1.11 kB
JavaScript
/**
* tdesign v1.16.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
function SuccessSvg() {
return /* @__PURE__ */React__default["default"].createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, /* @__PURE__ */React__default["default"].createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M24 42C33.9411 42 42 33.9411 42 24C42 14.0589 33.9411 6 24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42ZM46 24C46 36.1503 36.1503 46 24 46C11.8497 46 2 36.1503 2 24C2 11.8497 11.8497 2 24 2C36.1503 2 46 11.8497 46 24ZM21 32.8284L12.1716 24L15 21.1716L21 27.1716L33 15.1716L35.8284 18L21 32.8284Z",
fill: "#2BA471"
}));
}
exports["default"] = SuccessSvg;
//# sourceMappingURL=SuccessSvg.js.map