2
0
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:
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]}"` : `${p}="${props[p]}"`
) )
.filter((p) => p != null) .filter((p) => p != null)
.join(' ')}` .join(' ')} `
); );
if (svg && options) { if (svg && options) {