Skip to content

0.7.7

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:42
Immutable release. Only release title and notes can be modified.

LucideSwift 0.7.7

Library Version: 0.7.7
Lucide Icons: 1.24.0
Lucide Lab: 14d067fd7b15b179085c89d29dc1b44a37bc6569
Total Icons: 2122

Changes

  • Lucide main updated (1.23.0 → 1.24.0)
  • Auto-generated from upstream

Installation

Add to your Package.swift:

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

Version Information

Access version information in your code:

import LucideSwift

print(LucideVersions.libraryVersion)  // "0.7.7"
print(LucideVersions.lucideVersion)   // "1.24.0"
print(LucideVersions.lucideLabVersion) // "14d067fd7b15b179085c89d29dc1b44a37bc6569"