After big change in handling icons in 0.110.x, some icon seems to be smaller than they used to be. You can see this for example in weather card, which may not necessarily be bad but it's problematic in other cases like tv-card (I did manually change paper-icon-button to ha-icon-button to even get this to work).
You can see the difference here:

I don't now if this is a bug at all, but I feel it is worth mentioning to be discussed in a wider group of people. It just may as well be a it's-not-a-bug-it's-a-feature.
Just update to the latest version ;)
not applicable
not applicable
not applicable
None
You can set the size of icons with --mdc-icon-size
As the answer of @bramkragten helped me I will put there where I get similar issue
type: picture-elements
image: /local/assets/card_minimal.png
elements:
- title: Wifi state
type: state-icon
tap_action:
action: toggle
entity: switch.wifi_all
style:
'--paper-item-icon-color': red
'--paper-item-icon-active-color': darkgreen
'--iron-icon-width': 100px
'--iron-icon-height': 100px
--iron-icon-width and --iron-icon-height need to be replaced by --mdc-icon-size
Most helpful comment
You can set the size of icons with
--mdc-icon-size