Skip to content

Commit f7a25d8

Browse files
committed
Re-generate Lucide icon pack
1 parent 2f4309d commit f7a25d8

6 files changed

Lines changed: 38 additions & 9 deletions

File tree

lib/phlex-icons/lucide.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module PhlexIcons
44
module Lucide # rubocop:disable Metrics/ModuleLength
5-
VERSION = '0.553.0'
5+
VERSION = '0.554.0'
66
VARIANTS = nil
77

88
extend Phlex::Kit
@@ -279,6 +279,7 @@ module Lucide # rubocop:disable Metrics/ModuleLength
279279
autoload :CalendarSync, 'phlex-icons/lucide/calendar_sync'
280280
autoload :CalendarX, 'phlex-icons/lucide/calendar_x'
281281
autoload :CalendarX2, 'phlex-icons/lucide/calendar_x_2'
282+
autoload :Calendars, 'phlex-icons/lucide/calendars'
282283
autoload :Camera, 'phlex-icons/lucide/camera'
283284
autoload :CameraOff, 'phlex-icons/lucide/camera_off'
284285
autoload :Candy, 'phlex-icons/lucide/candy'
@@ -643,7 +644,7 @@ module Lucide # rubocop:disable Metrics/ModuleLength
643644
autoload :FileXCorner, 'phlex-icons/lucide/file_x_corner'
644645
autoload :Files, 'phlex-icons/lucide/files'
645646
autoload :Film, 'phlex-icons/lucide/film'
646-
autoload :Fingerprint, 'phlex-icons/lucide/fingerprint'
647+
autoload :FingerprintPattern, 'phlex-icons/lucide/fingerprint_pattern'
647648
autoload :FireExtinguisher, 'phlex-icons/lucide/fire_extinguisher'
648649
autoload :Fish, 'phlex-icons/lucide/fish'
649650
autoload :FishOff, 'phlex-icons/lucide/fish_off'

lib/phlex-icons/lucide/ampersand.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def view_template
1414
stroke_linecap: 'round',
1515
stroke_linejoin: 'round'
1616
) do |s|
17+
s.path(d: 'M16 12h3')
1718
s.path(
1819
d:
19-
'M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13'
20+
'M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13'
2021
)
21-
s.path(d: 'M16 12h3')
2222
end
2323
end
2424
end

lib/phlex-icons/lucide/anchor.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ def view_template
1414
stroke_linecap: 'round',
1515
stroke_linejoin: 'round'
1616
) do |s|
17-
s.path(d: 'M12 22V8')
18-
s.path(d: 'M5 12H2a10 10 0 0 0 20 0h-3')
19-
s.circle(cx: '12', cy: '5', r: '3')
17+
s.path(d: 'M12 6v16')
18+
s.path(d: 'm19 13 2-1a9 9 0 0 1-18 0l2 1')
19+
s.path(d: 'M9 11h6')
20+
s.circle(cx: '12', cy: '4', r: '2')
2021
end
2122
end
2223
end
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# frozen_string_literal: true
2+
3+
module PhlexIcons
4+
module Lucide
5+
class Calendars < Base
6+
def view_template
7+
svg(
8+
**attrs,
9+
xmlns: 'http://www.w3.org/2000/svg',
10+
viewbox: '0 0 24 24',
11+
fill: 'none',
12+
stroke: 'currentColor',
13+
stroke_width: '2',
14+
stroke_linecap: 'round',
15+
stroke_linejoin: 'round'
16+
) do |s|
17+
s.path(d: 'M12 2v2')
18+
s.path(d: 'M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2')
19+
s.path(d: 'M18 2v2')
20+
s.path(d: 'M2 13h2')
21+
s.path(d: 'M8 8h14')
22+
s.rect(x: '8', y: '3', width: '14', height: '14', rx: '2')
23+
end
24+
end
25+
end
26+
end
27+
end

lib/phlex-icons/lucide/fingerprint.rb renamed to lib/phlex-icons/lucide/fingerprint_pattern.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# rubocop:disable Metrics/MethodLength
44
module PhlexIcons
55
module Lucide
6-
class Fingerprint < Base
6+
class FingerprintPattern < Base
77
def view_template
88
svg(
99
**attrs,

lib/phlex-icons/lucide/folder_git_2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ def view_template
1414
stroke_linecap: 'round',
1515
stroke_linejoin: 'round'
1616
) do |s|
17+
s.path(d: 'M18 19a5 5 0 0 1-5-5v8')
1718
s.path(
1819
d:
1920
'M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5'
2021
)
2122
s.circle(cx: '13', cy: '12', r: '2')
22-
s.path(d: 'M18 19c-2.8 0-5-2.2-5-5v8')
2323
s.circle(cx: '20', cy: '19', r: '2')
2424
end
2525
end

0 commit comments

Comments
 (0)