@anoki/fse-marche-ui
Version:
FSE UI components library
35 lines (34 loc) • 782 B
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as i } from "./index.es139.js";
import { createColorClasses as a } from "./index.es145.js";
const x = ({
width: s = 24,
height: o = 24,
className: t,
color: e
}) => {
const l = a({ color: e });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: o,
fill: "currentColor",
viewBox: "0 0 24 24",
className: i(t, l),
"aria-hidden": "true",
children: /* @__PURE__ */ r.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 {
x as ArrowRight
};
//# sourceMappingURL=index.es91.js.map