@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
12 lines (11 loc) • 1.84 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgDocumentPerson = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [
/* @__PURE__ */ jsxs("g", { fill: "#00112C", clipPath: "url(#uia-icons-16-document_person__a)", children: [
/* @__PURE__ */ jsx("path", { d: "M7.75 8.5C7.75 7.25736 8.75736 6.25 10 6.25C11.2426 6.25 12.25 7.25736 12.25 8.5C12.25 9.74264 11.2426 10.75 10 10.75C8.75736 10.75 7.75 9.74264 7.75 8.5ZM10 7.75C9.58579 7.75 9.25 8.08579 9.25 8.5C9.25 8.91421 9.58579 9.25 10 9.25C10.4142 9.25 10.75 8.91421 10.75 8.5C10.75 8.08579 10.4142 7.75 10 7.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M4.25 9.75H2.5C1.25579 9.75 0.25 8.74421 0.25 7.5V2.5C0.25 1.25579 1.25579 0.25 2.5 0.25H7.5C8.74421 0.25 9.75 1.25579 9.75 2.5V4.25H13.5C14.7426 4.25 15.75 5.25736 15.75 6.5V13.5C15.75 14.6581 14.875 15.6119 13.75 15.7363V15.75H6.25V15.7363C5.12501 15.6119 4.25 14.6581 4.25 13.5V9.75ZM1.75 2.5V7.5C1.75 7.91579 2.08421 8.25 2.5 8.25H4.25V6.5C4.25 5.25736 5.25736 4.25 6.5 4.25H8.25V2.5C8.25 2.08421 7.91579 1.75 7.5 1.75H2.5C2.08421 1.75 1.75 2.08421 1.75 2.5ZM7.75 14.25H12.25V13.5C12.25 13.0842 11.9158 12.75 11.5 12.75H8.5C8.08421 12.75 7.75 13.0842 7.75 13.5V14.25ZM13.75 14.2073C14.0413 14.1044 14.25 13.8266 14.25 13.5V6.5C14.25 6.08579 13.9142 5.75 13.5 5.75H6.5C6.08579 5.75 5.75 6.08579 5.75 6.5V13.5C5.75 13.8266 5.9587 14.1044 6.25 14.2073V13.5C6.25 12.2558 7.25579 11.25 8.5 11.25H11.5C12.7442 11.25 13.75 12.2558 13.75 13.5V14.2073Z" })
] }),
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "uia-icons-16-document_person__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) })
] });
export {
SvgDocumentPerson as default
};