We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1803796 commit 5e7dcd2Copy full SHA for 5e7dcd2
Sources/FigmaExport/Subcommands/ExportIcons.swift
@@ -218,7 +218,7 @@ extension FigmaExportCommand {
218
}.map { fileContents -> String in
219
fileContents.destination.file.deletingPathExtension().lastPathComponent
220
})
221
- let composeFile = try composeExporter.exportIcons(iconNames: Array(composeIconNames))
+ let composeFile = try composeExporter.exportIcons(iconNames: Array(composeIconNames).sorted())
222
composeFile.map { localFiles.append($0) }
223
224
logger.info("Writing files to Android Studio project...")
0 commit comments