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

10 lines (9 loc) • 649 B
JavaScript
import "../../external/preact/compat/dist/compat.module.js";
import { jsx as o } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
const a = (l) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...l, children: [
/* @__PURE__ */ o("path", { fill: "currentColor", d: "M8.75 1.25v7.94L11 6.94 12.06 8 8 12.06 3.94 8 5 6.94l2.25 2.25V1.25z" }),
/* @__PURE__ */ o("path", { fill: "currentColor", d: "M2.75 12.5v-2.25h-1.5v2.25a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-2.25h-1.5v2.25a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75" })
] });
export {
a as default
};