refactor: replace preact with react

This commit is contained in:
Stefan Imhoff
2025-01-03 14:39:54 +01:00
parent 1560013a07
commit 756d6b0258
32 changed files with 97 additions and 245 deletions

View File

@@ -31,9 +31,10 @@ const generateIcons = async (iconFiles) => {
svg,
{
plugins: ['@svgr/plugin-svgo', '@svgr/plugin-jsx'],
dimensions: false,
dimensions: true,
typescript: true,
jsxRuntime: 'classic-preact',
jsxRuntime: 'automatic',
jsxImportSource: 'react',
},
{ componentName: iconName }
);