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

10 lines (9 loc) • 602 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 d = 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", { stroke: "currentColor", d: "M.5 4C.5 2 2.1.5 4 .5h8c2 0 3.5 1.6 3.5 3.5v8c0 2-1.6 3.5-3.5 3.5H4C2 15.5.5 13.9.5 12V4Z" })
] }));
export {
d as default
};