@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 1.08 kB
JavaScript
import { jsx as l, jsxs as e } from "react/jsx-runtime";
import { memo as r } from "react";
function i(t) {
return /* @__PURE__ */ l(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconStar12Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#Star12Filled)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
stroke: "currentColor",
d: "M7.446 4.489 6 1.25 4.554 4.489 1.25 4.92l2.478 2.375-.62 3.455L6 9.023l2.891 1.727-.62-3.455L10.75 4.92z"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "Star12Filled", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const s = r(i);
export {
s as default
};
//# sourceMappingURL=IconStar12Filled.es.js.map