@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 r } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconStar24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m12 2.25.678 1.429 2.41 5.081 5.504.677 1.63.201-1.22 1.1-4.121 3.718 1.03 5.404.302 1.584-1.407-.79L12 17.95l-4.806 2.703-1.407.79.302-1.584 1.03-5.404-4.121-3.717-1.22-1.101 1.63-.2 5.504-.678 2.41-5.081zm0 3.5-1.91 4.026-.176.373-.41.05-4.281.527 3.214 2.899.314.283-.08.414-.806 4.233 3.767-2.118.368-.207.368.207 3.767 2.118-.807-4.233-.079-.414.314-.283 3.214-2.9-4.282-.526-.409-.05-.177-.373z",
clipRule: "evenodd"
}
)
}
);
}
const m = r(o);
export {
m as default
};
//# sourceMappingURL=IconStar24.es.js.map