Skip to content

Commit

Permalink
0.399.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 29, 2024
1 parent 6d6317f commit 8d41365
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .previous_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.397.0
0.399.0
2 changes: 2 additions & 0 deletions Sources/LucideIcons/Lucide+iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ extension Lucide {
public static let `lock`: UIImage = UIImage(named: "lock", in: Bundle.module, compatibleWith: nil)!
public static let `logIn`: UIImage = UIImage(named: "log-in", in: Bundle.module, compatibleWith: nil)!
public static let `logOut`: UIImage = UIImage(named: "log-out", in: Bundle.module, compatibleWith: nil)!
public static let `logs`: UIImage = UIImage(named: "logs", in: Bundle.module, compatibleWith: nil)!
public static let `lollipop`: UIImage = UIImage(named: "lollipop", in: Bundle.module, compatibleWith: nil)!
public static let `luggage`: UIImage = UIImage(named: "luggage", in: Bundle.module, compatibleWith: nil)!
public static let `magnet`: UIImage = UIImage(named: "magnet", in: Bundle.module, compatibleWith: nil)!
Expand Down Expand Up @@ -1120,6 +1121,7 @@ extension Lucide {
public static let `satelliteDish`: UIImage = UIImage(named: "satellite-dish", in: Bundle.module, compatibleWith: nil)!
public static let `satellite`: UIImage = UIImage(named: "satellite", in: Bundle.module, compatibleWith: nil)!
public static let `saveAll`: UIImage = UIImage(named: "save-all", in: Bundle.module, compatibleWith: nil)!
public static let `saveOff`: UIImage = UIImage(named: "save-off", in: Bundle.module, compatibleWith: nil)!
public static let `save`: UIImage = UIImage(named: "save", in: Bundle.module, compatibleWith: nil)!
public static let `scale3d`: UIImage = UIImage(named: "scale-3d", in: Bundle.module, compatibleWith: nil)!
public static let `scale`: UIImage = UIImage(named: "scale", in: Bundle.module, compatibleWith: nil)!
Expand Down
2 changes: 2 additions & 0 deletions Sources/LucideIcons/Lucide+macOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ extension Lucide {
public static let `lock`: NSImage = Bundle.module.image(forResource: "lock")!
public static let `logIn`: NSImage = Bundle.module.image(forResource: "log-in")!
public static let `logOut`: NSImage = Bundle.module.image(forResource: "log-out")!
public static let `logs`: NSImage = Bundle.module.image(forResource: "logs")!
public static let `lollipop`: NSImage = Bundle.module.image(forResource: "lollipop")!
public static let `luggage`: NSImage = Bundle.module.image(forResource: "luggage")!
public static let `magnet`: NSImage = Bundle.module.image(forResource: "magnet")!
Expand Down Expand Up @@ -1120,6 +1121,7 @@ extension Lucide {
public static let `satelliteDish`: NSImage = Bundle.module.image(forResource: "satellite-dish")!
public static let `satellite`: NSImage = Bundle.module.image(forResource: "satellite")!
public static let `saveAll`: NSImage = Bundle.module.image(forResource: "save-all")!
public static let `saveOff`: NSImage = Bundle.module.image(forResource: "save-off")!
public static let `save`: NSImage = Bundle.module.image(forResource: "save")!
public static let `scale3d`: NSImage = Bundle.module.image(forResource: "scale-3d")!
public static let `scale`: NSImage = Bundle.module.image(forResource: "scale")!
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions Sources/LucideIcons/icons.xcassets/logs.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "logs.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
21 changes: 21 additions & 0 deletions Sources/LucideIcons/icons.xcassets/logs.imageset/logs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions Sources/LucideIcons/icons.xcassets/save-off.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "save-off.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
19 changes: 19 additions & 0 deletions Sources/LucideIcons/icons.xcassets/save-off.imageset/save-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d41365

Please sign in to comment.