Skip to content

Commit

Permalink
0.407.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 10, 2024
1 parent ddc30d7 commit b3ba881
Show file tree
Hide file tree
Showing 1,497 changed files with 120 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .previous_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.404.0
0.407.0
7 changes: 7 additions & 0 deletions Sources/LucideIcons/Lucide+iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ extension Lucide {
public static let `cakeSlice`: UIImage = UIImage(named: "cake-slice", in: Bundle.module, compatibleWith: nil)!
public static let `cake`: UIImage = UIImage(named: "cake", in: Bundle.module, compatibleWith: nil)!
public static let `calculator`: UIImage = UIImage(named: "calculator", in: Bundle.module, compatibleWith: nil)!
public static let `calendarArrowDown`: UIImage = UIImage(named: "calendar-arrow-down", in: Bundle.module, compatibleWith: nil)!
public static let `calendarArrowUp`: UIImage = UIImage(named: "calendar-arrow-up", in: Bundle.module, compatibleWith: nil)!
public static let `calendarCheck2`: UIImage = UIImage(named: "calendar-check-2", in: Bundle.module, compatibleWith: nil)!
public static let `calendarCheck`: UIImage = UIImage(named: "calendar-check", in: Bundle.module, compatibleWith: nil)!
public static let `calendarClock`: UIImage = UIImage(named: "calendar-clock", in: Bundle.module, compatibleWith: nil)!
Expand Down Expand Up @@ -376,6 +378,8 @@ extension Lucide {
public static let `clock7`: UIImage = UIImage(named: "clock-7", in: Bundle.module, compatibleWith: nil)!
public static let `clock8`: UIImage = UIImage(named: "clock-8", in: Bundle.module, compatibleWith: nil)!
public static let `clock9`: UIImage = UIImage(named: "clock-9", in: Bundle.module, compatibleWith: nil)!
public static let `clockArrowDown`: UIImage = UIImage(named: "clock-arrow-down", in: Bundle.module, compatibleWith: nil)!
public static let `clockArrowUp`: UIImage = UIImage(named: "clock-arrow-up", in: Bundle.module, compatibleWith: nil)!
public static let `clock`: UIImage = UIImage(named: "clock", in: Bundle.module, compatibleWith: nil)!
public static let `cloudCog`: UIImage = UIImage(named: "cloud-cog", in: Bundle.module, compatibleWith: nil)!
public static let `cloudDownload`: UIImage = UIImage(named: "cloud-download", in: Bundle.module, compatibleWith: nil)!
Expand Down Expand Up @@ -1398,6 +1402,7 @@ extension Lucide {
public static let `tv`: UIImage = UIImage(named: "tv", in: Bundle.module, compatibleWith: nil)!
public static let `twitch`: UIImage = UIImage(named: "twitch", in: Bundle.module, compatibleWith: nil)!
public static let `twitter`: UIImage = UIImage(named: "twitter", in: Bundle.module, compatibleWith: nil)!
public static let `typeOutline`: UIImage = UIImage(named: "type-outline", in: Bundle.module, compatibleWith: nil)!
public static let `type`: UIImage = UIImage(named: "type", in: Bundle.module, compatibleWith: nil)!
public static let `umbrellaOff`: UIImage = UIImage(named: "umbrella-off", in: Bundle.module, compatibleWith: nil)!
public static let `umbrella`: UIImage = UIImage(named: "umbrella", in: Bundle.module, compatibleWith: nil)!
Expand All @@ -1417,10 +1422,12 @@ extension Lucide {
public static let `userCheck`: UIImage = UIImage(named: "user-check", in: Bundle.module, compatibleWith: nil)!
public static let `userCog`: UIImage = UIImage(named: "user-cog", in: Bundle.module, compatibleWith: nil)!
public static let `userMinus`: UIImage = UIImage(named: "user-minus", in: Bundle.module, compatibleWith: nil)!
public static let `userPen`: UIImage = UIImage(named: "user-pen", in: Bundle.module, compatibleWith: nil)!
public static let `userPlus`: UIImage = UIImage(named: "user-plus", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundCheck`: UIImage = UIImage(named: "user-round-check", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundCog`: UIImage = UIImage(named: "user-round-cog", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundMinus`: UIImage = UIImage(named: "user-round-minus", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundPen`: UIImage = UIImage(named: "user-round-pen", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundPlus`: UIImage = UIImage(named: "user-round-plus", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundSearch`: UIImage = UIImage(named: "user-round-search", in: Bundle.module, compatibleWith: nil)!
public static let `userRoundX`: UIImage = UIImage(named: "user-round-x", in: Bundle.module, compatibleWith: nil)!
Expand Down
7 changes: 7 additions & 0 deletions Sources/LucideIcons/Lucide+macOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ extension Lucide {
public static let `cakeSlice`: NSImage = Bundle.module.image(forResource: "cake-slice")!
public static let `cake`: NSImage = Bundle.module.image(forResource: "cake")!
public static let `calculator`: NSImage = Bundle.module.image(forResource: "calculator")!
public static let `calendarArrowDown`: NSImage = Bundle.module.image(forResource: "calendar-arrow-down")!
public static let `calendarArrowUp`: NSImage = Bundle.module.image(forResource: "calendar-arrow-up")!
public static let `calendarCheck2`: NSImage = Bundle.module.image(forResource: "calendar-check-2")!
public static let `calendarCheck`: NSImage = Bundle.module.image(forResource: "calendar-check")!
public static let `calendarClock`: NSImage = Bundle.module.image(forResource: "calendar-clock")!
Expand Down Expand Up @@ -376,6 +378,8 @@ extension Lucide {
public static let `clock7`: NSImage = Bundle.module.image(forResource: "clock-7")!
public static let `clock8`: NSImage = Bundle.module.image(forResource: "clock-8")!
public static let `clock9`: NSImage = Bundle.module.image(forResource: "clock-9")!
public static let `clockArrowDown`: NSImage = Bundle.module.image(forResource: "clock-arrow-down")!
public static let `clockArrowUp`: NSImage = Bundle.module.image(forResource: "clock-arrow-up")!
public static let `clock`: NSImage = Bundle.module.image(forResource: "clock")!
public static let `cloudCog`: NSImage = Bundle.module.image(forResource: "cloud-cog")!
public static let `cloudDownload`: NSImage = Bundle.module.image(forResource: "cloud-download")!
Expand Down Expand Up @@ -1398,6 +1402,7 @@ extension Lucide {
public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
Expand All @@ -1417,10 +1422,12 @@ extension Lucide {
public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/airplay.imageset/airplay.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/album.imageset/album.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/anchor.imageset/anchor.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/angry.imageset/angry.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/annoyed.imageset/annoyed.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/antenna.imageset/antenna.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/anvil.imageset/anvil.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/apple.imageset/apple.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/archive.imageset/archive.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/at-sign.imageset/at-sign.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/atom.imageset/atom.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/award.imageset/award.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/axe.imageset/axe.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/axis-3d.imageset/axis-3d.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/baby.imageset/baby.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/badge-x.imageset/badge-x.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/badge.imageset/badge.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/ban.imageset/ban.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/banana.imageset/banana.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/barcode.imageset/barcode.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bath.imageset/bath.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/battery.imageset/battery.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/beaker.imageset/beaker.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bean.imageset/bean.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bed.imageset/bed.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/beef.imageset/beef.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/beer.imageset/beer.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bell.imageset/bell.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bike.imageset/bike.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/binary.imageset/binary.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bird.imageset/bird.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bitcoin.imageset/bitcoin.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/blend.imageset/blend.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/blinds.imageset/blinds.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/blocks.imageset/blocks.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bold.imageset/bold.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bolt.imageset/bolt.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bomb.imageset/bomb.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bone.imageset/bone.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/book-a.imageset/book-a.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/book-up.imageset/book-up.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/book-x.imageset/book-x.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/book.imageset/book.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bot-off.imageset/bot-off.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bot.imageset/bot.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/box.imageset/box.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/boxes.imageset/boxes.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/braces.imageset/braces.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/brain.imageset/brain.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/brush.imageset/brush.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bug-off.imageset/bug-off.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bug.imageset/bug.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/bus.imageset/bus.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/cable.imageset/cable.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/cake.imageset/cake.pdf
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "calendar-arrow-down.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "calendar-arrow-up.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/camera.imageset/camera.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/candy.imageset/candy.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/car.imageset/car.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/caravan.imageset/caravan.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/carrot.imageset/carrot.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/cast.imageset/cast.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/castle.imageset/castle.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/cat.imageset/cat.pdf
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/cctv.imageset/cctv.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/check.imageset/check.pdf
Binary file not shown.
Binary file not shown.
Binary file modified Sources/LucideIcons/icons.xcassets/cherry.imageset/cherry.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b3ba881

Please sign in to comment.