@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 587 B
JavaScript
import * as e from "react";
const t = (l) => /* @__PURE__ */ e.createElement("svg", { id: "CheckOutlined", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 25a10 10 0 1 0 0-20 10 10 0 0 0 0 20ZM3 15a12 12 0 1 1 24 0 12 12 0 0 1-24 0Zm17.2-4.4c.3 0 .5.1.7.3.4.4.4 1 0 1.4l-6.6 6.8a1 1 0 0 1-1.4 0l-3.8-3.9a1 1 0 0 1 0-1.4 1 1 0 0 1 1.4 0l3.1 3.1 6-6c.1-.2.4-.3.6-.3Z", clipRule: "evenodd" }));
export {
t as default
};
//# sourceMappingURL=CheckOutlined.js.map