figma-export
figma-export copied to clipboard
Handling of duplicate icons on Android
On Android, when there are duplicate icons in the design system, it would be great if the script would not stop and cancel the import, but handle it more gracefully, for example by adding _1 and _2 after the icon names.
In my case, after downloading 250 icons the script starts converting them, on the first duplicate it exits with:
Error: The file “lucide_activity.xml” couldn’t be saved in the folder “drawable”.
It would be nice if the script would continue gracefully.