UNPKG

@anoki/fse-ui

Version:

FSE UI components library

40 lines (39 loc) 860 B
import { j as o } from "./index.es244.js"; import { clsx as n } from "./index.es246.js"; import { createColorClasses as x } from "./index.es274.js"; const c = ({ width: t = 24, height: e = 24, className: l, color: r, onClick: a, decorative: s = !0, ariaLabel: i = "Left arrow" }) => { const m = x({ color: r }); return /* @__PURE__ */ o.jsx( "svg", { onClick: a, xmlns: "http://www.w3.org/2000/svg", width: t, height: e, fill: "currentColor", viewBox: "0 0 24 24", className: n(l, 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.es173.js.map