UNPKG

@anoki/fse-ui

Version:

FSE UI components library

42 lines (41 loc) 1.32 kB
import { j as r } from "./index.es237.js"; import { createColorClasses as C } from "./index.es239.js"; import { clsx as c } from "./index.es238.js"; const p = ({ width: l = 24, height: a = 24, className: i, color: s = "primary", onClick: o, decorative: e = !1, ariaLabel: t = "Left arrow" }) => { const n = C({ color: s }); return /* @__PURE__ */ r.jsx( "svg", { width: l, height: a, viewBox: "0 0 20 20", fill: "#0066cc", xmlns: "http://www.w3.org/2000/svg", className: c(i, n), onClick: o, "aria-hidden": e, "aria-label": e ? void 0 : t, children: /* @__PURE__ */ r.jsx("g", { transform: "scale(-1, 1) translate(-20, 0)", children: /* @__PURE__ */ r.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: s } ) }) } ); }; export { p as CircleRightArrow }; //# sourceMappingURL=index.es177.js.map