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

10 lines (9 loc) • 576 B
JavaScript
import "../../external/preact/compat/dist/compat.module.js";
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
const i = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: [
/* @__PURE__ */ l("path", { d: "M11.75 7.25h-7.5v1.5h7.5v-1.5Z", fill: "currentColor" }),
/* @__PURE__ */ l("path", { d: "M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z", fill: "currentColor" })
] });
export {
i as default
};