Sha256: b9a055cb559006c2fb2f8b98e8f6a020295843ab4228a1644e3d816a6977629b
Contents?: true
Size: 883 Bytes
Versions: 1330
Compression:
Stored size: 883 Bytes
Contents
![icon-size](https://github.com/powerhome/playbook/assets/92755007/b3aa3933-56b1-4fe4-bb8b-00d786abb23a) ```swift HStack(spacing: Spacing.xSmall) { PBIcon.fontAwesome(.atlas, size: .xSmall) Text("xSmall") PBIcon.fontAwesome(.atlas, size: .small) Text("small") PBIcon.fontAwesome(.atlas, size: .large) Text("large") PBIcon.fontAwesome(.atlas, size: .x1) Text("x1") PBIcon.fontAwesome(.atlas, size: .x2) Text("x2") PBIcon.fontAwesome(.atlas, size: .x3) Text("x3") PBIcon.fontAwesome(.atlas, size: .x4) Text("x4") PBIcon.fontAwesome(.atlas, size: .x5) Text("x5") PBIcon.fontAwesome(.atlas, size: .x6) Text("x6") PBIcon.fontAwesome(.atlas, size: .x7) Text("x7") PBIcon.fontAwesome(.atlas, size: .x8) Text("x8") PBIcon.fontAwesome(.atlas, size: .x9) Text("x9") PBIcon.fontAwesome(.atlas, size: .x10) Text("x10") } ```
Version data entries
1,330 entries across 1,330 versions & 2 rubygems