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

10 lines (9 loc) • 1 kB
JavaScript
import "../../external/preact/compat/dist/compat.module.js";
import { jsx as a } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
const t = (l) => /* @__PURE__ */ a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...l, children: [
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M8.75 4.58h-1.5v4.5h1.5zm-.04 6.04a1 1 0 0 0-.51-.27 1 1 0 0 0-1.2.99q.01.41.29.71.3.29.71.29.3 0 .56-.17.24-.17.37-.45.12-.28.06-.58a1 1 0 0 0-.27-.51z" }),
/* @__PURE__ */ a("path", { fill: "currentColor", d: "m9.95 2.21 5.4 9.32v-.01q.3.52.3 1.13a2.2 2.2 0 0 1-1.13 1.95q-.52.3-1.12.3H2.6a2.2 2.2 0 0 1-1.95-1.12q-.3-.5-.3-1.12 0-.61.3-1.13L6.06 2.2q.3-.52.82-.82a2.26 2.26 0 0 1 3.07.83m3.82 11.09a1 1 0 0 0 .28-.27l.01.01q.1-.18.1-.38a1 1 0 0 0-.1-.37l-5.4-9.33a1 1 0 0 0-.28-.28 1 1 0 0 0-.38-.1 1 1 0 0 0-.38.1 1 1 0 0 0-.27.27l-5.4 9.34a1 1 0 0 0-.1.37q0 .2.1.37a1 1 0 0 0 .27.27q.18.1.38.1h10.79a1 1 0 0 0 .38-.1" })
] });
export {
t as default
};