2
0
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:
Vjacheslav Trushkin 2022-03-18 15:36:28 +02:00
commit 29a88a2753

View File

@ -79,7 +79,7 @@ export async function mergeIconProps(
: `${p}="${props[p]}"`
)
.filter((p) => p != null)
.join(' ')}`
.join(' ')} `
);
if (svg && options) {