synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
32 lines (31 loc) • 741 B
JavaScript
import { jsxs as i, jsx as t } from "react/jsx-runtime";
const h = () => /* @__PURE__ */ i(
"svg",
{
"data-icon": "columns",
width: "20",
height: "17",
viewBox: "0 0 20 17",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ t("rect", { width: "5.66667", height: "17", fill: "white" }),
/* @__PURE__ */ t("rect", { x: "7.08368", width: "5.66667", height: "17", fill: "white" }),
/* @__PURE__ */ t(
"rect",
{
x: "14.6663",
y: "0.5",
width: "4.66667",
height: "16",
stroke: "none",
fill: "none"
}
)
]
}
);
export {
h as Columns
};
//# sourceMappingURL=Columns.js.map