mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 07:34:22 +00:00
Merge remote-tracking branch 'origin/userquin/fix-loader-utils-add-space' into next
This commit is contained in:
commit
29a88a2753
@ -79,7 +79,7 @@ export async function mergeIconProps(
|
||||
: `${p}="${props[p]}"`
|
||||
)
|
||||
.filter((p) => p != null)
|
||||
.join(' ')}`
|
||||
.join(' ')} `
|
||||
);
|
||||
|
||||
if (svg && options) {
|
||||
|
Loading…
Reference in New Issue
Block a user