@anoki/fse-ui
Version:
FSE UI components library
35 lines (34 loc) • 949 B
JavaScript
import { j as s } from "./index.es237.js";
import { clsx as o } from "./index.es238.js";
const n = ({
width: l = 24,
height: e = 24,
className: t,
decorative: r = !1,
ariaLabel: i = "List structures"
}) => /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: l,
height: e,
fill: "currentColor",
viewBox: "0 0 24 24",
className: o(t),
"aria-hidden": r,
"aria-label": r ? void 0 : i,
children: /* @__PURE__ */ s.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 {
n as ListStructures
};
//# sourceMappingURL=index.es211.js.map