@adyen/adyen-platform-experience-web
Version:

7 lines (6 loc) • 442 B
JavaScript
import "../../external/preact/compat/dist/compat.module.js";
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
const t = (o) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m8 9.06 4 4L13.06 12l-4-4 4-4L12 2.94l-4 4-4-4L2.94 4l4 4-4 4L4 13.06z" }) });
export {
t as default
};