@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 810 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPolygon32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m16 3.75.6.45 11 8.25.553.415-.193.664-4 13.75-.21.721H8.25l-.21-.72-4-13.75-.193-.665.553-.415 11-8.25zm-9.846 9.885L9.75 26h12.5l3.597-12.365L16 6.25z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(l);
export {
m as default
};
//# sourceMappingURL=IconPolygon32.es.js.map