@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
31 lines (30 loc) • 2.07 kB
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "7100d833-550b-4ab6-a3a0-004ebf0a8f81", e._sentryDebugIdIdentifier = "sentry-dbid-7100d833-550b-4ab6-a3a0-004ebf0a8f81");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region node_modules/.pnpm/@adyen+ui-assets-icons-16@7.9.2_vue@3.5.33_typescript@6.0.3_/node_modules/@adyen/ui-assets-icons-16/dist/svg/revenue-accelerate.svg?component
var SvgRevenueAccelerate = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: [/* @__PURE__ */ jsx("g", {
clipPath: "url(#uia-ui-assets/icons-16-revenue_accelerate__a)",
children: /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M6.05505 0.883276C7.12899 -0.190666 8.87075 -0.190666 9.94469 0.883276L15.1136 6.05222C16.1871 7.12613 16.1872 8.86708 15.1136 9.94089L9.94469 15.1098C8.87074 16.1837 7.12896 16.1838 6.05505 15.1098L0.887077 9.94089C-0.186835 8.86698 -0.186776 7.12617 0.887077 6.05222L6.05505 0.883276ZM8.88415 1.94382C8.39606 1.45574 7.60474 1.45588 7.11657 1.94382L6.50426 2.55417L12.0599 8.10984L6.6234 13.5561L7.11657 14.0493C7.60473 14.537 8.39613 14.5372 8.88415 14.0493L14.0521 8.88035C14.5403 8.39219 14.5403 7.60092 14.0521 7.11277L8.88415 1.94382ZM4.05993 4.99949L7.0609 8.00046L4.06383 10.9966L5.56188 12.4946L9.93883 8.10984L5.44372 3.61472L4.05993 4.99949ZM1.94762 7.11277C1.45956 7.60093 1.4595 8.39222 1.94762 8.88035L3.00329 9.93601L4.93981 8.00046L2.99938 6.06003L1.94762 7.11277Z"
})
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "uia-ui-assets/icons-16-revenue_accelerate__a",
children: /* @__PURE__ */ jsx("rect", {
width: 16,
height: 16,
fill: "#fff"
})
}) })]
});
//#endregion
export { SvgRevenueAccelerate as default };