@anoki/fse-marche-ui
Version:
FSE UI components library
32 lines (31 loc) • 861 B
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as s } from "./index.es139.js";
const a = ({
width: e = 24,
height: t = 24,
className: l
}) => /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: t,
fill: "currentColor",
viewBox: "0 0 24 24",
className: s(l),
"aria-hidden": "true",
children: /* @__PURE__ */ r.jsx(
"path",
{
fill: "#06C",
fillRule: "evenodd",
d: "M2.257 4.757A.9.9 0 0 1 3 4.5a.9.9 0 0 1 1 1 .9.9 0 0 1-1 1 .9.9 0 0 1-1-1 .9.9 0 0 1 .257-.743m1.486 7.986A.9.9 0 0 0 4 12a.9.9 0 0 0-1-1 1 1 0 1 0 0 2 .9.9 0 0 0 .743-.257M3 17.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2M6 6V5h16v1zm0 6.5h16v-1H6zM22 19H6v-1h16z",
clipRule: "evenodd"
}
)
}
);
export {
a as ListStructures
};
//# sourceMappingURL=index.es98.js.map