@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.39 kB
JavaScript
import { jsx as t, jsxs as l } from "react/jsx-runtime";
import { memo as r } from "react";
function n(e) {
return /* @__PURE__ */ t(
"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: "IconStar12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ l("g", { fill: "none", children: [
/* @__PURE__ */ t("g", { clipPath: "url(#Star12)", children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m6 .023.457 1.023L7.788 4.03l3.027.396 1.034.135-.753.722-2.284 2.19.572 3.19.194 1.08-.943-.563L6 9.605 3.365 11.18l-.942.563.194-1.08.572-3.19-2.285-2.19-.753-.722 1.035-.135 3.026-.396 1.332-2.983zm0 2.454-.989 2.216-.114.255-.278.037-2.27.296 1.726 1.654.193.185-.047.264-.426 2.374 1.949-1.164L6 8.44l.257.154 1.949 1.164-.426-2.374-.047-.264.193-.185L9.651 5.28l-2.27-.296-.277-.037-.115-.255z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "Star12", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = r(n);
export {
o as default
};
//# sourceMappingURL=IconStar12.es.js.map