synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
24 lines (23 loc) • 590 B
JavaScript
import { jsx as L } from "react/jsx-runtime";
const t = () => /* @__PURE__ */ L(
"svg",
{
"data-icon": "close",
width: "13",
height: "12",
viewBox: "0 0 13 12",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ L(
"path",
{
d: "M12.3887 1.20857L11.1801 0L6.38867 4.79143L1.59724 0L0.388672 1.20857L5.1801 6L0.388672 10.7914L1.59724 12L6.38867 7.20857L11.1801 12L12.3887 10.7914L7.59724 6L12.3887 1.20857Z",
fill: "#47337D"
}
)
}
);
export {
t as Close
};
//# sourceMappingURL=Close.js.map