@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 820 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPolygon16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m8 1.904.3.225 5.507 4.13.277.208-.096.332-2.003 6.884-.105.36H4.12l-.105-.36L2.013 6.8l-.097-.332.277-.208L7.7 2.13zM3.07 6.852l1.8 6.191h6.26l1.8-6.191L8 3.154z",
clipRule: "evenodd"
}
)
}
);
}
const c = o(l);
export {
c as default
};
//# sourceMappingURL=IconPolygon16.es.js.map