@adyen/adyen-platform-experience-web
Version:

18 lines (17 loc) • 690 B
JavaScript
import { jsx as i } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
import { fixedForwardRef as r } from "../../../utils/preact/fixedForwardRef.js";
const l = r(
({ title: e, ...t }, o) => /* @__PURE__ */ i("svg", { ...t, ref: o, width: "7", height: "10", viewBox: "0 0 6 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
e && /* @__PURE__ */ i("title", { children: e }),
/* @__PURE__ */ i(
"path",
{
d: "M0.439453 7.9999L3.43945 4.9999L0.439454 1.9999L1.50011 0.93924L5.56077 4.9999L1.50011 9.06056L0.439453 7.9999Z",
fill: t.disabled ? "#8D95A3" : "#00112C"
}
)
] })
);
export {
l as default
};