UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

18 lines (17 loc) 712 B
import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js"; import { fixedForwardRef as i } from "../../../utils/preact/fixedForwardRef.js"; const t = i(({ title: l, ...o }, r) => /* @__PURE__ */ e("svg", { ref: r, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...o, children: [ l && /* @__PURE__ */ e("title", { children: l }), /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M2.47 4.97c.3-.3.77-.3 1.06 0L8 9.44l4.47-4.47a.75.75 0 1 1 1.06 1.06l-5 5c-.3.3-.77.3-1.06 0l-5-5a.75.75 0 0 1 0-1.06Z", clipRule: "evenodd" } ) ] })); export { t as default };