@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 1.07 kB
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as a } from "./index.es139.js";
import { createColorClasses as m } from "./index.es145.js";
const d = ({
width: l = 24,
height: e = 24,
className: s,
color: o = "primary",
filled: t
}) => {
const i = m({ color: o });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: l,
height: e,
fill: "currentColor",
viewBox: "0 0 24 24",
className: a(s, i),
"aria-hidden": "true",
children: t ? /* @__PURE__ */ r.jsx("path", { d: "M12 1.7l2.5 7.5h7.9L16 13.9l2.4 7.6-6.4-4.7-6.4 4.7L8 13.9 1.6 9.2h7.9z" }) : /* @__PURE__ */ r.jsx(
"path",
{
fillRule: "evenodd",
d: "M9.5 9.2 12 1.7l2.5 7.5h7.9L16 13.9l2.4 7.6-6.4-4.7-6.4 4.7L8 13.9 1.6 9.2zm4 .3L12 4.9l-1.5 4.6-.2.7H4.6l4 2.9.6.4-.2.7-1.5 4.7 3.9-2.9.6-.4.6.4 3.9 2.9-1.5-4.7-.2-.7.6-.4 4-2.9h-5.7z",
clipRule: "evenodd"
}
)
}
);
};
export {
d as Favourite
};
//# sourceMappingURL=index.es101.js.map