@anoki/fse-ui
Version:
FSE UI components library
38 lines (37 loc) • 868 B
JavaScript
import { j as s } from "./index.es244.js";
import { clsx as m } from "./index.es246.js";
import { createColorClasses as n } from "./index.es274.js";
const w = ({
width: o = 24,
height: l = 24,
className: t,
color: a,
decorative: r = !1,
ariaLabel: i = "Right arrow"
}) => {
const e = n({ color: a });
return /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: o,
height: l,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(t, e),
"aria-hidden": r,
"aria-label": r ? void 0 : i,
children: /* @__PURE__ */ s.jsx(
"path",
{
d: "M13.9 5L13.2 5.7L18.5 11.1H3V12.1H18.5L13.2 17.5L13.9 18.2L20.5 11.6L13.9 5Z",
fill: "#0066CC"
}
)
}
);
};
export {
w as ArrowRight
};
//# sourceMappingURL=index.es174.js.map