TIL: You can export Icon Composer .icon files from the cli tool
Icon Composer ships with ictool — buried inside the bundle:
/Applications/Icon https://Composer.app/Contents/Executables/ictool
Export any appearance at any size
ictool MyApp.icon --export-image --output-file icon.png \
--platform macOS --rendition Default \
--width 1024 --height 1024 --scale 1
The --rendition flag lets you export all 6 icon appearances individually
