@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 824 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPolygon20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m10 1.9.45.338 7.207 5.406.415.31-.145.5-2.62 9.008-.158.54H4.85l-.158-.54-2.62-9.009-.145-.498.415-.311L9.55 2.238zM3.658 8.533l2.318 7.97h8.047l2.319-7.97L10 3.776z",
clipRule: "evenodd"
}
)
}
);
}
const c = o(l);
export {
c as default
};
//# sourceMappingURL=IconPolygon20.es.js.map