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