Rename tool with extension

In Rename dialog, I'm replacing
(\w+)$ to {parent}-\1

This works since all the files are 100% a-z

But I want to do only .ico, but adding ico finds no files: (\w+\.ico)$

...what's the correct syntax?