Available from v1.10.0
Visual Reference




Usage
let style = DesignSystem.shared.styles.iconViewWithBackground <> { iconView in
iconView.image = UIImage.named(DesignSystem.Assets.icPerson, in: .main, .design)
iconView.cornerRadius = .small()
}
let iconView = IconView()
style (iconView)
// Add the icon view to your view heirarchy.