@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 738 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function n(e) {
return /* @__PURE__ */ t(
"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: "IconTriangle20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M2 17.25h16L10 3z"
}
)
}
);
}
const a = r(n);
export {
a as default
};
//# sourceMappingURL=IconTriangle20.es.js.map