@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 988 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function l(e) {
return /* @__PURE__ */ a(
"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: "IconExclamationMarkTriangle16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.76 2.716c-.754-1.403-2.766-1.403-3.521 0L1.75 11.052C1.033 12.384 1.998 14 3.511 14h8.977c1.514 0 2.479-1.616 1.761-2.948zm-2.64.474a1 1 0 0 1 1.76 0l4.489 8.336a1 1 0 0 1-.88 1.474H3.51a1 1 0 0 1-.88-1.474zM7.5 9V6a.5.5 0 0 1 1 0v3a.5.5 0 1 1-1 0m1.25 2.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0",
clipRule: "evenodd"
}
)
}
);
}
const c = t(l);
export {
c as default
};
//# sourceMappingURL=IconExclamationMarkTriangle16.es.js.map