@anoki/fse-ui
Version:
FSE UI components library
25 lines (24 loc) • 661 B
JavaScript
import { j as r } from "./index.es180.js";
const n = ({ width: e = 20, height: o = 20 }) => /* @__PURE__ */ r.jsx(
"svg",
{
width: e,
height: o,
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ r.jsx(
"path",
{
"fill-rule": "evenodd",
"clip-rule": "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 {
n as ErrorExagon
};
//# sourceMappingURL=index.es157.js.map