diff --git a/packages/react-icons/scripts/logics.ts b/packages/react-icons/scripts/logics.ts index 9de1569ff..deab6d66f 100644 --- a/packages/react-icons/scripts/logics.ts +++ b/packages/react-icons/scripts/logics.ts @@ -38,6 +38,7 @@ export async function convertIconData(svg, multiColor) { const newName = name.startsWith("aria-") ? name : camelcase(name); switch (newName) { case "fill": + obj[newName] = attribs[name]; case "stroke": if ( attribs[name] === "none" ||