Change in VaadinIcons in 10.0.0.rc1

Hi,
The code below does not compile anymore with 10.0.0.rc1

   Icon iconRefresh = VaadinIcons.REFRESH.create()

Is there a new way to to create an icon which should be used instead?
Thanks!

Use VaadinIcon instead of VaadinIcons