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