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

18 lines (17 loc) • 671 B
JavaScript
import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
import { fixedForwardRef as i } from "../../../utils/preact/fixedForwardRef.js";
const a = i(({ title: l, ...o }, r) => /* @__PURE__ */ e("svg", { ...o, ref: r, xmlns: "http://www.w3.org/2000/svg", fill: "none", width: "16", viewBox: "0 0 16 16", height: "16", children: [
l && /* @__PURE__ */ e("title", { children: l }),
/* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.5 4.5a.7.7 0 0 0-1-1L6 10.9 2.5 7.5a.8.8 0 0 0-1 1l4 4a.8.8 0 0 0 1 0l8-8Z",
clipRule: "evenodd"
}
)
] }));
export {
a as default
};