UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.2 kB
import { jsx as e, jsxs as r } from "react/jsx-runtime"; import { memo as c } from "react"; function t(l) { return /* @__PURE__ */ e( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconCheckMarkCircle12", "aria-hidden": "true", ...l, children: /* @__PURE__ */ r("g", { fill: "none", children: [ /* @__PURE__ */ e("g", { clipPath: "url(#CheckMarkCircle12)", children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0m-3.066-.967a.5.5 0 1 0-.707-.707L5.1 7.454 3.773 6.128a.5.5 0 0 0-.707.707l1.68 1.68.353.353.353-.353z", clipRule: "evenodd" } ) }), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "CheckMarkCircle12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const h = c(t); export { h as default }; //# sourceMappingURL=IconCheckMarkCircle12.es.js.map