@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 755 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconExclamationMark32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M15 6v13.5a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0m1 20a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3",
clipRule: "evenodd"
}
)
}
);
}
const c = a(o);
export {
c as default
};
//# sourceMappingURL=IconExclamationMark32.es.js.map