@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.
24 lines (23 loc) • 1.45 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] = "2dbc219b-b73a-4383-bbb4-178cd412b70c", e._sentryDebugIdIdentifier = "sentry-dbid-2dbc219b-b73a-4383-bbb4-178cd412b70c");
} 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/person.svg?component
var SvgPerson = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: [/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M12 10.25C13.5188 10.25 14.75 11.4812 14.75 13V14.75H13.25V13C13.25 12.3096 12.6904 11.75 12 11.75H4C3.30964 11.75 2.75 12.3096 2.75 13V14.75H1.25V13C1.25 11.4812 2.48122 10.25 4 10.25H12Z"
}), /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M8 1.25C10.0711 1.25 11.75 2.92893 11.75 5C11.75 7.07107 10.0711 8.75 8 8.75C5.92893 8.75 4.25 7.07107 4.25 5C4.25 2.92893 5.92893 1.25 8 1.25ZM8 2.75C6.75736 2.75 5.75 3.75736 5.75 5C5.75 6.24264 6.75736 7.25 8 7.25C9.24264 7.25 10.25 6.24264 10.25 5C10.25 3.75736 9.24264 2.75 8 2.75Z"
})]
});
//#endregion
export { SvgPerson as default };