@anoki/fse-ui
Version:
FSE UI components library
42 lines (41 loc) • 1.22 kB
JavaScript
import { j as l } from "./index.es237.js";
import { createColorClasses as c } from "./index.es310.js";
import { clsx as f } from "./index.es239.js";
const p = ({
width: r = 24,
height: o = 24,
className: i,
color: e,
onClick: t,
decorative: s = !1,
ariaLabel: a = "Left arrow"
}) => {
const C = c({ color: e });
return /* @__PURE__ */ l.jsx(
"svg",
{
width: r,
height: o,
viewBox: "0 0 20 20",
fill: "#0066cc",
xmlns: "http://www.w3.org/2000/svg",
className: f(i, C),
onClick: t,
"aria-hidden": s,
"aria-label": s ? void 0 : a,
children: /* @__PURE__ */ l.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C12.6522 0 15.1957 1.05357 17.0711 2.92893C18.9464 4.8043 20 7.34784 20 10C20 15.5228 15.5228 20 10 20ZM5.7 9.5H15V10.5H5.8L8.8 13.6L8.1 14.3L3.8 10L8.1 5.7L8.8 6.4L5.7 9.5ZM10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1Z",
fill: e
}
)
}
);
};
export {
p as CirlceLeftArrow
};
//# sourceMappingURL=index.es176.js.map