Changing the Image Icon Color in a Label
Applying a .renderingMode(.template) to the Image property allows you to change the color of a custom Image icon in a label
Resize a custom Image icon in SwiftUI’s Label
Using the scaleEffect, I was able to resize the icons when they are custom images in the new Label view in SwiftUI.