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

16 lines (15 loc) • 705 B
JavaScript
import { jsx as o } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
import { fixedForwardRef as h } from "../../../utils/preact/fixedForwardRef.js";
const c = h(({ title: r, ...e }, t) => /* @__PURE__ */ o("svg", { ...e, ref: t, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", children: [
r && /* @__PURE__ */ o("title", { children: r }),
/* @__PURE__ */ o(
"path",
{
fill: "currentColor",
d: "M1.25 3.5c0-1.24 1-2.25 2.25-2.25h9c1.24 0 2.25 1 2.25 2.25v9c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25v-9ZM12.06 6 11 4.94l-4 4-2-2L3.94 8 7 11.06 12.06 6Z"
}
)
] }));
export {
c as default
};