@anoki/fse-ui
Version:
FSE UI components library
35 lines (34 loc) • 846 B
JavaScript
import { j as l } from "./index.es237.js";
import { clsx as n } from "./index.es238.js";
const x = ({
width: o = 20,
height: e = 20,
className: s,
decorative: r = !1,
ariaLabel: i = "Error"
}) => /* @__PURE__ */ l.jsx(
"svg",
{
width: o,
height: e,
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
className: n(s),
"aria-hidden": r,
"aria-label": r ? void 0 : i,
children: /* @__PURE__ */ l.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 5.9V14.2L14.1 20H5.9L0 14.2V5.9L5.9 0H14.1L20 5.9ZM9.5 3.7V12.2H10.7V3.7H9.5ZM10.6 16.3H9.4V14.5H10.6V16.3ZM13.7 1L19 6.3V13.8L13.7 19H6.3L1 13.8V6.3L6.3 1H13.7Z",
fill: "#CC334D"
}
)
}
);
export {
x as ErrorExagon
};
//# sourceMappingURL=index.es195.js.map