@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 762 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconExclamationMark20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.75 3a.75.75 0 0 0-1.5 0v10.284a.75.75 0 0 0 1.5 0zM10 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
clipRule: "evenodd"
}
)
}
);
}
const c = a(o);
export {
c as default
};
//# sourceMappingURL=IconExclamationMark20.es.js.map