Skip to content

Commit 59aa765

Browse files
committed
whoops
1 parent bfefc9e commit 59aa765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-icons/scripts/logics.ts

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ export async function convertIconData(svg, multiColor) {
5151
case "dataName":
5252
break;
5353
default:
54+
if (name.startsWith("data")) {
55+
break;
56+
}
5457
obj[newName] = attribs[name];
5558
break;
5659
}

0 commit comments

Comments
 (0)