@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as l } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconStar16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m8 1.273.457 1.023 1.56 3.495 3.548.463 1.034.135-.753.722-2.676 2.565.67 3.736.194 1.08-.942-.563L8 12.082 4.91 13.93l-.942.563.193-1.08.67-3.736L2.154 7.11l-.753-.722 1.035-.135 3.548-.463 1.56-3.495zm0 2.454L6.783 6.454l-.114.256-.278.036L3.6 7.11l2.117 2.028.193.186-.047.263-.524 2.92 2.406-1.437.256-.153.257.153 2.405 1.437-.523-2.92-.048-.263.194-.186L12.4 7.111l-2.79-.365-.277-.036-.114-.256z",
clipRule: "evenodd"
}
)
}
);
}
const m = l(r);
export {
m as default
};
//# sourceMappingURL=IconStar16.es.js.map