@anoki/fse-ui
Version:
FSE UI components library
83 lines (82 loc) • 2.49 kB
JavaScript
import { j as e } from "./index.es237.js";
import { clsx as f } from "./index.es239.js";
import { createColorClasses as d } from "./index.es310.js";
const u = ({
width: s = 56,
height: l = 10,
className: i,
color: o,
decorative: r = !1,
ariaLabel: t = "List arrow"
}) => {
const a = d({ color: o });
return /* @__PURE__ */ e.jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: l,
fill: "currentColor",
viewBox: "0 0 56 10",
className: f(i, a),
"aria-hidden": r,
"aria-label": r ? void 0 : t,
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 {
u as ArrowList
};
//# sourceMappingURL=index.es400.js.map