@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 698 B
JavaScript
import * as e from "react";
const t = (l) => /* @__PURE__ */ e.createElement("svg", { id: "CheckFilled", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 15C3 8.383 8.383 3 15 3s12 5.383 12 12-5.383 12-12 12S3 21.617 3 15Zm17.22-4.4c.268 0 .522.105.699.287.378.39.379 1.048 0 1.437l-6.621 6.782a.97.97 0 0 1-1.396-.002l-3.81-3.889a1.034 1.034 0 0 1-.291-.722c0-.27.103-.525.289-.718a.977.977 0 0 1 .698-.291c.268 0 .517.104.7.292l3.114 3.171 5.922-6.061a.974.974 0 0 1 .697-.286Z", clipRule: "evenodd" }));
export {
t as default
};
//# sourceMappingURL=CheckFilled.js.map