@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.36 kB
JavaScript
import { jsx as a, jsxs as e } from "react/jsx-runtime";
import { memo as n } from "react";
function t(l) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconExclamationMarkTriangle12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e("g", { fill: "none", children: [
/* @__PURE__ */ a("g", { clipPath: "url(#ExclamationMarkTriangle12)", children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.759 1.697C7.002.3 4.998.3 4.24 1.697L.26 9.047C-.462 10.38.503 12 2.018 12h7.964c1.515 0 2.48-1.62 1.758-2.953zm-2.638.476a1 1 0 0 1 1.758 0l3.982 7.35A1 1 0 0 1 9.98 11H2.019a1 1 0 0 1-.879-1.476zM6 3.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5M6.75 9a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "ExclamationMarkTriangle12", children: /* @__PURE__ */ a("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = n(t);
export {
o as default
};
//# sourceMappingURL=IconExclamationMarkTriangle12.es.js.map