mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 01:19:21 +01:00
Merge branch 'main' of https://github.com/lucide-icons/lucide into backwards-compatible-classnames
This commit is contained in:
@@ -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)}` : ''
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user