@anoki/fse-marche-ui
Version:
FSE UI components library
80 lines (79 loc) • 2.4 kB
JavaScript
import { j as e } from "./index.es137.js";
import { clsx as t } from "./index.es139.js";
import { createColorClasses as a } from "./index.es145.js";
const x = ({
width: r = 56,
height: s = 10,
className: l,
color: i
}) => {
const o = a({ color: i });
return /* @__PURE__ */ e.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: s,
fill: "currentColor",
viewBox: "0 0 56 10",
className: t(l, o),
"aria-hidden": "true",
children: [
/* @__PURE__ */ e.jsx("g", { filter: "url(#filter0_d_348_84872)", children: /* @__PURE__ */ e.jsx(
"path",
{
fill: "#fff",
fillRule: "evenodd",
d: "M25.44 2.134a4 4 0 0 1 5.12 0L40 10H16z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsxs(
"filter",
{
id: "filter0_d_348_84872",
width: "56",
height: "40.793",
x: "0",
y: "-6.793",
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
children: [
/* @__PURE__ */ e.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
/* @__PURE__ */ e.jsx(
"feColorMatrix",
{
in: "SourceAlpha",
result: "hardAlpha",
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
}
),
/* @__PURE__ */ e.jsx("feOffset", { dy: "8" }),
/* @__PURE__ */ e.jsx("feGaussianBlur", { stdDeviation: "8" }),
/* @__PURE__ */ e.jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }),
/* @__PURE__ */ e.jsx(
"feBlend",
{
in2: "BackgroundImageFix",
result: "effect1_dropShadow_348_84872"
}
),
/* @__PURE__ */ e.jsx(
"feBlend",
{
in: "SourceGraphic",
in2: "effect1_dropShadow_348_84872",
result: "shape"
}
)
]
}
) })
]
}
);
};
export {
x as ArrowList
};
//# sourceMappingURL=index.es162.js.map