@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.
21 lines (20 loc) • 1.67 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] = "ac750520-3040-4fd4-9edc-92a736488092", e._sentryDebugIdIdentifier = "sentry-dbid-ac750520-3040-4fd4-9edc-92a736488092");
} catch (e) {}
import { jsx } 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/gift.svg?component
var SvgGift = (props) => /* @__PURE__ */ jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M10 0.25C11.5142 0.25 12.75 1.48579 12.75 3C12.75 3.45004 12.6385 3.87428 12.4453 4.25H14.75V8.75H13.75V13C13.75 14.5188 12.5188 15.75 11 15.75H5C3.48122 15.75 2.25 14.5188 2.25 13V8.75H1.25V4.25H3.55469C3.3615 3.87428 3.25 3.45004 3.25 3C3.25 1.48579 4.48579 0.25 6 0.25C6.78756 0.25 7.49778 0.586212 8 1.12012C8.50222 0.586212 9.21244 0.25 10 0.25ZM8.75 14.25H11C11.6904 14.25 12.25 13.6904 12.25 13V8.75H8.75V14.25ZM3.75 13C3.75 13.6904 4.30964 14.25 5 14.25H7.25V8.75H3.75V13ZM8.75 7.25H13.25V5.75H8.75V7.25ZM2.75 7.25H7.25V5.75H2.75V7.25ZM6 1.75C5.31421 1.75 4.75 2.31421 4.75 3C4.75 3.68579 5.31421 4.25 6 4.25H7.25V3C7.25 2.31421 6.68579 1.75 6 1.75ZM10 1.75C9.31421 1.75 8.75 2.31421 8.75 3V4.25H10C10.6858 4.25 11.25 3.68579 11.25 3C11.25 2.31421 10.6858 1.75 10 1.75Z"
})
});
//#endregion
export { SvgGift as default };