Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Sep 16, 2024
1 parent bfefc9e commit 59aa765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-icons/scripts/logics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export async function convertIconData(svg, multiColor) {
case "dataName":
break;
default:
if (name.startsWith("data")) {
break;
}
obj[newName] = attribs[name];
break;
}
Expand Down

0 comments on commit 59aa765

Please sign in to comment.