@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.21 kB
JavaScript
import { jsx as l, jsxs as a } from "react/jsx-runtime";
import { memo as t } from "react";
function i(e) {
return /* @__PURE__ */ l(
"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: "IconExclamationMarkCircle12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#ExclamationMarkCircle12)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0M6 2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4A.5.5 0 0 1 6 2m1 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "ExclamationMarkCircle12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = t(i);
export {
o as default
};
//# sourceMappingURL=IconExclamationMarkCircle12.es.js.map