mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-08 21:30:40 +02:00
preact icons bug fix
This commit is contained in:
@@ -33,7 +33,7 @@ const createPreactComponent = (
|
||||
stroke: color,
|
||||
}),
|
||||
style,
|
||||
...rest,
|
||||
...[rest],
|
||||
},
|
||||
[...iconNode.map(([tag, attrs]) => h(tag, attrs)), ...toChildArray(children)],
|
||||
);
|
||||
|
Reference in New Issue
Block a user