@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
7 lines • 319 B
JavaScript
import { createLucideIcon } from 'lucide-react';
var 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';
export default TreeUpDownRightIcon;