@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 800 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTriangle24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 3.25a.75.75 0 0 1 .651.378l9 15.75A.75.75 0 0 1 21 20.5H3a.75.75 0 0 1-.651-1.122l9-15.75A.75.75 0 0 1 12 3.25M4.292 19h15.416L12 5.512z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(n);
export {
i as default
};
//# sourceMappingURL=IconTriangle24.es.js.map