@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 872 B
JavaScript
import { j as o } from "./index.es278.js";
import { clsx as n } from "./index.es280.js";
import { createColorClasses as c } from "./index.es352.js";
const w = ({
width: s = 24,
height: l = 24,
className: t,
color: e,
onClick: a,
decorative: r = !1,
ariaLabel: i = "Left arrow"
}) => {
const m = c({ color: e });
return /* @__PURE__ */ o.jsx(
"svg",
{
onClick: a,
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: l,
fill: "currentColor",
viewBox: "0 0 24 24",
className: n(t, m),
"aria-hidden": r,
"aria-label": r ? void 0 : i,
children: /* @__PURE__ */ o.jsx(
"path",
{
fill: "currentColor",
d: "M14.4 17.6 8.8 12l5.6-5.6.8.7-4.9 4.9 4.9 4.9z"
}
)
}
);
};
export {
w as ArrowLeft
};
//# sourceMappingURL=index.es20.js.map