@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 790 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function n(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: "IconTriangle16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 1.5a.5.5 0 0 1 .435.254l6.5 11.5A.5.5 0 0 1 14.5 14h-13a.5.5 0 0 1-.435-.746l6.5-11.5A.5.5 0 0 1 8 1.5M2.357 13h11.286L8 3.016z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(n);
export {
i as default
};
//# sourceMappingURL=IconTriangle16.es.js.map