Skip to content

0.7.4

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 00:59
· 5 commits to main since this release

LucideSwift 0.7.4

Library Version: 0.7.4
Lucide Icons: 1.21.0
Lucide Lab: 14d067fd7b15b179085c89d29dc1b44a37bc6569
Total Icons: 8453

Changes

  • Lucide main updated (1.20.0 → 1.21.0)
  • Auto-generated from upstream

Installation

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ajaxjiang96/lucide-swift.git", from: "0.7.4")
]

Version Information

Access version information in your code:

import LucideSwift

print(LucideVersions.libraryVersion)  // "0.7.4"
print(LucideVersions.lucideVersion)   // "1.21.0"
print(LucideVersions.lucideLabVersion) // "14d067fd7b15b179085c89d29dc1b44a37bc6569"