Enumeration
DSIcon​Rendering​Size
public enum DSIconRenderingSize: Int
A type that defines the rendering size of a DSIcon.
There are several standard sizes that a DSIcon can display as.
let icon = DSIcon(renderingType: .refresh_outline)
icon.renderingSize = .size32
Relationships
Conforms To
Int