dapth-payload-plugin-tree-list
Version:
A plugin for Payload CMS that adds a collapsible Tree list view.
15 lines (14 loc) • 770 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export function TreeListIcon(props) {
return /*#__PURE__*/ _jsx("svg", {
fill: "none",
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /*#__PURE__*/ _jsx("path", {
d: "M7.5 15.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm4 .5h9.503a1 1 0 0 1 .117 1.993l-.117.007H11.5a1 1 0 0 1-.116-1.994L11.5 16Zm-8-5.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm4 .5h13.503a1 1 0 0 1 .117 1.993l-.117.007H7.5a1 1 0 0 1-.116-1.993L7.5 11Zm-4-5.493a1.5 1.5 0 1 1 0 2.999 1.5 1.5 0 0 1 0-3ZM7.5 6h13.503a1 1 0 0 1 .117 1.993L21.003 8H7.5a1 1 0 0 1-.116-1.993L7.5 6Z",
fill: "currentColor"
})
});
}
//# sourceMappingURL=TreeListIcon.js.map