Final, cleaned up, and merged set attached below:
and with all icons in a single svg document (useful to build template):
Documenting the release workflow (assuming Linux) below:
1) All filenames to lower case
rename -v 'y/A-Z/a-z/' *
2) Make all icons into plain svg format
for i in *.svg; do inkscape $i --export-plain-svg=$i; done
3) Vacuum all of the defs
for i in *.svg; do inkscape --vacuum-defs $i; done
4) Merge with the previous release SVG files
5) Import all icons to a clean SVG file
Can perform multiple select then drag and drop, or import dialog to check they are Ok, and to build for template.
Scale to 50% using transform function
6) Export them all as PNG
for i in *.svg; do inkscape $i --export-png `basename $i .svg`".png"; done
7) Create archive
8) Upload icons to OSA
9) Update Icon library page html offline and paste back in
10) Check that links work
