Skip to content

Replace deprecated usage of iconName with icon.name

Joshua Goins requested to merge work/redstrate/fix-icon-usage into master

This property of Kirigami.Action (iconName) is deprecated, and other places of the code use the newer version (icon.name) so this replaces all remaining usages.

Merge request reports