When I setup IconSize="17" it differs from Width="16" Height="16":
<avalonia:MaterialIcon Kind="Home" Width="16" Height="16" />
<TextBlock>1231241</TextBlock>
<avalonia:MaterialIcon Kind="Home" IconSize="16" />
<TextBlock>1231241</TextBlock>
<avalonia:MaterialIcon Kind="Home" Width="16" Height="16" Classes="Fill" />
<TextBlock>1231241</TextBlock>
The IconSize'd icon have Bounds 0,0,16,17:
And the ViewBox has the Bounds: 0, 2, 16, 13.600000000000001, despite the DesiredSize/Width/Height is 16
Probably we need to take look at this, @sn4k3
When I setup IconSize="17" it differs from Width="16" Height="16":
The IconSize'd icon have Bounds 0,0,16,17:
And the ViewBox has the Bounds: 0, 2, 16, 13.600000000000001, despite the DesiredSize/Width/Height is 16
Probably we need to take look at this, @sn4k3