@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 835 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconExclamationMarkCircle16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14 7.978a6 6 0 1 1-12 0 6 6 0 0 1 12 0m1 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0M7.5 8.5v-4a.5.5 0 0 1 1 0v4a.5.5 0 0 1-1 0M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0",
clipRule: "evenodd"
}
)
}
);
}
const n = a(r);
export {
n as default
};
//# sourceMappingURL=IconExclamationMarkCircle16.es.js.map