I made a simple CLI tool which combines two material icons into one like Edit Note icon (https://fonts.google.com/icons?selected=Material+Symbols+Out...) This is useful when your application has multiple "save"s (or some actions), like "Save Project" and "Save Audio."
This is what you will get with "stars + add": https://imgur.io/fE3KRbB It supports not only single svg but also a svg with multiple <symbol>s.
I'm new to publishing npm package, so I may made many bugs. Please report to Issue if you encounter bugs! Thanks.