Merge branch 'main' of https://github.com/lucide-icons/lucide into backwards-compatible-classnames

This commit is contained in:
Eric Fennis
2025-04-04 14:46:42 +02:00
84 changed files with 4283 additions and 333 deletions

View File

@@ -30,7 +30,7 @@ export const __iconNode: IconNode = ${JSON.stringify(children)}
* @returns {JSX.Element} JSX Element
* ${deprecated ? `@deprecated ${deprecationReason}` : ''}
*/
const ${componentName} = createLucideIcon('${componentName}', __iconNode${
const ${componentName} = createLucideIcon('${iconName}', __iconNode${
iconNameAliases != null ? `, ${JSON.stringify(iconNameAliases)}` : ''
});