@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 833 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function l(t) {
return /* @__PURE__ */ e(
"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: "IconPolygon24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m12 2.874.45.338 8.253 6.19.415.31-.145.499-3.001 10.316-.157.54H6.185l-.157-.54-3.001-10.316-.145-.498.415-.312 8.253-6.19zM4.612 10.29l2.699 9.278h9.378l2.699-9.278L12 4.75z",
clipRule: "evenodd"
}
)
}
);
}
const c = o(l);
export {
c as default
};
//# sourceMappingURL=IconPolygon24.es.js.map