UNPKG

@anoki/fse-ui

Version:

FSE UI components library

40 lines (39 loc) 953 B
import { j as s } from "./index.es278.js"; import { clsx as n } from "./index.es280.js"; import { createColorClasses as m } from "./index.es352.js"; const x = ({ width: o = 24, height: l = 25, className: e, color: t, decorative: r = !1, ariaLabel: a = "Step arrow" }) => { const i = m({ color: t }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: o, height: l, fill: "currentColor", viewBox: "0 0 24 25", className: n(e, i), focusable: "false", role: r ? "presentation" : "img", "aria-hidden": r, "aria-label": r ? void 0 : a, children: /* @__PURE__ */ s.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 { x as StepArrow }; //# sourceMappingURL=index.es624.js.map