@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
9 lines (8 loc) • 1.41 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgCoins = (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-icons-16-coins__a)", children: /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M7.42156 3.31666C7.92705 1.5443 9.56466 0.25 11.4997 0.25C13.8439 0.25 15.7497 2.15579 15.7497 4.5C15.7497 6.43497 14.4555 8.07252 12.6833 8.57809C12.7286 8.88135 12.75 9.18939 12.75 9.5C12.75 12.9542 9.95421 15.75 6.5 15.75C3.04579 15.75 0.25 12.9542 0.25 9.5C0.25 6.04579 3.04579 3.25 6.5 3.25C6.81049 3.25 7.11842 3.27137 7.42156 3.31666ZM8.86728 3.71771C10.419 4.34468 11.6551 5.58074 12.2822 7.13239C13.4164 6.80331 14.2497 5.75015 14.2497 4.5C14.2497 2.98421 13.0155 1.75 11.4997 1.75C10.2495 1.75 9.19631 2.58341 8.86728 3.71771ZM7.5691 4.87262C7.23448 4.79051 6.87734 4.75 6.5 4.75C3.87421 4.75 1.75 6.87421 1.75 9.5C1.75 12.1258 3.87421 14.25 6.5 14.25C9.12579 14.25 11.25 12.1258 11.25 9.5C11.25 9.12484 11.21 8.76964 11.1288 8.43669L11.0575 8.18237C10.6182 6.6145 9.38521 5.38153 7.81734 4.94218L7.5691 4.87262Z" }) }),
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "uia-icons-16-coins__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) })
] });
export {
SvgCoins as default
};