Merge version_1_1780754009380 into main #5
@@ -1,5 +1,6 @@
|
||||
import { LucideIcon, icons } from 'lucide-react';
|
||||
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
export function resolveIcon(iconName: string): LucideIcon | null {
|
||||
const IconComponent = icons[iconName as keyof typeof icons];
|
||||
if (IconComponent) {
|
||||
|
||||
Reference in New Issue
Block a user