@anoki/fse-ui
Version:
FSE UI components library
38 lines (37 loc) • 887 B
JavaScript
import { j as o } from "./index.es237.js";
import { clsx as m } from "./index.es238.js";
import { createColorClasses as n } from "./index.es239.js";
const w = ({
width: s = 24,
height: l = 25,
className: t,
color: e,
decorative: r = !1,
ariaLabel: a = "Step arrow"
}) => {
const i = n({ color: e });
return /* @__PURE__ */ o.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: l,
fill: "currentColor",
viewBox: "0 0 24 25",
className: m(t, i),
"aria-hidden": r,
"aria-label": r ? void 0 : a,
children: /* @__PURE__ */ o.jsx(
"path",
{
d: "M12 15.5855L6.40002 9.98555L7.10002 9.18555L12 14.0855L16.9 9.18555L17.6 9.98555L12 15.5855Z",
fill: "currentColor"
}
)
}
);
};
export {
w as StepArrow
};
//# sourceMappingURL=index.es560.js.map