mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 07:48:29 +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]}"`
|
: `${p}="${props[p]}"`
|
||||||
)
|
)
|
||||||
.filter((p) => p != null)
|
.filter((p) => p != null)
|
||||||
.join(' ')}`
|
.join(' ')} `
|
||||||
);
|
);
|
||||||
|
|
||||||
if (svg && options) {
|
if (svg && options) {
|
||||||
|
Loading…
Reference in New Issue
Block a user