FontAwesome.swift icon indicating copy to clipboard operation
FontAwesome.swift copied to clipboard

Swift icons showing as Question Marks

Open mackswell13 opened this issue 2 years ago • 1 comments

I want to use Fontawesome Icons for swift but when I use lines like this

dockerIcon.setImage(UIImage.fontAwesomeIcon(name: .docker, style: .regular, textColor: .black, size: CGSize(width: 20, height: 20)), for: .normal)

The icons are showing up as question marks. Any help would be appreciated.

mackswell13 avatar Mar 09 '22 20:03 mackswell13

Try to use "style: .brands" and not "style: .regular"

kalmicka avatar Mar 26 '22 18:03 kalmicka