synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
22 lines (21 loc) • 553 B
JavaScript
import { jsxs as i, jsx as e } from "react/jsx-runtime";
const s = (t) => /* @__PURE__ */ i(
"svg",
{
...t,
className: `Icon-Minus ${t.className ?? ""}`,
width: "15",
height: "2",
viewBox: "0 0 15 2",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
t.title && /* @__PURE__ */ e("title", { children: t.title }),
/* @__PURE__ */ e("path", { d: "M14.3887 2H8.38867H6.38867H0.388672V0H6.38867H8.38867H14.3887V2Z" })
]
}
);
export {
s as default
};
//# sourceMappingURL=IconMinus.js.map