@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 820 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function a(l) {
return /* @__PURE__ */ e(
"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: "IconExclamationMarkCircle20Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18m-.75-8V5.5a.75.75 0 0 1 1.5 0V11a.75.75 0 0 1-1.5 0M11 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0",
clipRule: "evenodd"
}
)
}
);
}
const c = t(a);
export {
c as default
};
//# sourceMappingURL=IconExclamationMarkCircle20Filled.es.js.map