@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
6 lines (5 loc) • 1.35 kB
JavaScript
import { jsx } from "preact/compat/jsx-runtime";
const SvgStore = (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: "#00112C", d: "M1.25 6C1.25 6.85052 1.63988 7.61319 2.25 8.11837V13.25H1.25V14.75H14.75V13.25H13.75V8.11837C14.3601 7.61319 14.75 6.85052 14.75 6V4.87771L14.0523 2.79529C13.75 1.8645 12.8903 1.25 11.92 1.25H4.08C3.11631 1.25 2.2498 1.87751 1.94816 2.7938L1.25 4.87771V6ZM4.08 2.75H5.95907L5.45907 4.25H3.04225L3.37117 3.26826L3.37267 3.26366C3.4718 2.96133 3.76458 2.75 4.08 2.75ZM5.25 5.75V6C5.25 6.68579 4.68579 7.25 4 7.25C3.31421 7.25 2.75 6.68579 2.75 6V5.75H5.25ZM6.75 5.75H9.25V6C9.25 6.68579 8.68579 7.25 8 7.25C7.31421 7.25 6.75 6.68579 6.75 6V5.75ZM8.95899 4.25H7.04021L7.54021 2.75H8.45899L8.95899 4.25ZM10.5401 4.25L10.0401 2.75H11.92C12.2482 2.75 12.5272 2.95355 12.6262 3.26027L12.9578 4.25H10.5401ZM13.25 5.75V6C13.25 6.68579 12.6858 7.25 12 7.25C11.3142 7.25 10.75 6.68579 10.75 6V5.75H13.25ZM10 7.88395C10.5021 8.4166 11.2135 8.75 12 8.75C12.0843 8.75 12.1676 8.74617 12.25 8.73869V13.25H3.75V8.73869C3.83236 8.74617 3.91575 8.75 4 8.75C4.7865 8.75 5.49789 8.4166 6 7.88395C6.50211 8.4166 7.2135 8.75 8 8.75C8.7865 8.75 9.49789 8.4166 10 7.88395Z" }) });
export {
SvgStore as default
};