@pdfme/ui
Version:
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
20 lines (19 loc) • 559 B
JavaScript
// Mock for lucide-react
module.exports = {
Plus: () => 'Plus',
Minus: () => 'Minus',
ChevronLeft: () => 'ChevronLeft',
ChevronRight: () => 'ChevronRight',
ChevronsLeft: () => 'ChevronsLeft',
ChevronsRight: () => 'ChevronsRight',
Ellipsis: () => 'Ellipsis',
X: () => 'X',
Menu: () => 'Menu',
GripVertical: () => 'GripVertical',
CircleAlert: () => 'CircleAlert',
Lock: () => 'Lock',
ArrowLeft: () => 'ArrowLeft',
ArrowRight: () => 'ArrowRight',
LoaderCircle: () => 'LoaderCircle',
// Add any other icons used in the codebase
};