@anoki/fse-ui
Version:
FSE UI components library
32 lines (31 loc) • 794 B
JavaScript
import { j as r } from "./index.es237.js";
import { clsx as n } from "./index.es239.js";
import { createColorClasses as m } from "./index.es310.js";
const f = ({
width: l = 24,
height: o = 24,
className: t,
color: a,
decorative: s = !1,
ariaLabel: e = "Rating"
}) => {
const i = m({ color: a });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: l,
height: o,
fill: "currentColor",
viewBox: "0 0 24 24",
className: n(t, i),
"aria-hidden": s,
"aria-label": s ? void 0 : e,
children: /* @__PURE__ */ r.jsx("path", { d: "M12,1.7L9.5,9.2H1.6L8,13.9l-2.4,7.6l6.4-4.7l6.4,4.7L16,13.9l6.4-4.7h-7.9L12,1.7z" })
}
);
};
export {
f as Rating
};
//# sourceMappingURL=index.es222.js.map