app/pb_kits/playbook/pb_icon/docs/_icon_rotate_swift

icon-rotate

HStack(spacing: Spacing.xSmall) {
  PBIcon(FontAwesome.user, rotation: .right)
  PBIcon(FontAwesome.user, rotation: .zero)
  PBIcon(FontAwesome.user, rotation: .obtuse) 
}