@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.17 kB
JavaScript
import { jsx as l, jsxs as o } from "react/jsx-runtime";
import { memo as n } from "react";
function t(e) {
return /* @__PURE__ */ l(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPolygon12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ o("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#Polygon12)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m6 .881.299.223 4.532 3.375.279.208-.098.333-1.648 5.626-.105.359H2.742l-.106-.36L.988 5.02l-.097-.333.279-.208 4.532-3.375zM2.046 5.073l1.445 4.932H8.51l1.445-4.932L6 2.128z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "Polygon12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const s = n(t);
export {
s as default
};
//# sourceMappingURL=IconPolygon12.es.js.map