@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
13 lines (11 loc) • 509 B
JavaScript
import { createLucideIcon } from "lucide-react";
//#region src/icons/lucideExtra/TreeUpDownRightIcon.tsx
const TreeUpDownRightIcon = createLucideIcon("TreeUpDownRight", [["path", {
d: "M4 2V9C4 10.061 4.421 11.078 5.172 11.828 5.922 12.579 6.939 13 8 13H20M4 2V22",
key: "1"
}]]);
TreeUpDownRightIcon.displayName = "TreeUpDownRightIcon";
var TreeUpDownRightIcon_default = TreeUpDownRightIcon;
//#endregion
export { TreeUpDownRightIcon_default as default };
//# sourceMappingURL=TreeUpDownRightIcon.mjs.map