Apply generic redirects rule for every apple-touch-icon

I would like to set something like this:

Redirects from what the browser requests to what we serve

/apple-touch-icon-*.png /apple-touch-icon.png
/apple-touch-icon-precomposed.png /apple-touch-icon.png
/apple-touch-icon-57x57-precomposed.png /apple-touch-icon.png
/apple-touch-icon-120x120-precomposed.png /apple-touch-icon.png

how to make the /apple-touch-icon-{$number}x{$number}-precomposed.png redirects auto?

I don’t think this is possible. You’ll have to have a separate redirect for each one.