UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 831 B
import { jsx as e } from "react/jsx-runtime"; import { memo as t } from "react"; function r(l) { return /* @__PURE__ */ e( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconCheckMarkCircle20Filled", "aria-hidden": "true", ...l, children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M10 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18m4.28-10.672a.75.75 0 1 0-1.061-1.06l-4.42 4.42-1.768-1.769a.75.75 0 1 0-1.06 1.061l2.298 2.298.53.53.53-.53z", clipRule: "evenodd" } ) } ); } const a = t(r); export { a as default }; //# sourceMappingURL=IconCheckMarkCircle20Filled.es.js.map