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