@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 985 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function r(a) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckmarkCircleBox16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 3H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1M3 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm5 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8m1.748-4.502a.5.5 0 0 0-.707-.707L7.479 8.354l-.542-.541a.5.5 0 0 0-.707.707l.895.894.354.354.353-.354z",
clipRule: "evenodd"
}
)
}
);
}
const m = t(r);
export {
m as default
};
//# sourceMappingURL=IconCheckmarkCircleBox16.es.js.map