phlex-icons-lucide 2.45.0 → 2.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d34bd0dd2fccdf84dcace96d3c81b5e62b828f3c050922cd9a63c50d7aac2326
4
- data.tar.gz: a22e628eaca793516f53a35ea810f6cd95320ea70b2d4c0a9dee0b73a82875e0
3
+ metadata.gz: d1e96576f3ad3aadcae493779375afff6b9bad90f38f97008ebfc40d7e15160a
4
+ data.tar.gz: c805c76522960806f14a06ab0f3d93f868e2cd6a2e913fbdd82b16c0544fa348
5
5
  SHA512:
6
- metadata.gz: 205733f8f6be63f154357665c879f0d4fe0652d54828f8a0ac49f898662a2290c3ded40c078ce2f981f2a2bb5bb4a47c5968abbe6ed1fe93bc7e5b98fdb6f1ea
7
- data.tar.gz: 1c53c22444bfa9ec3ed4a75f5bb8df16fbee3e9cf864167721bdd33f5dd17c624ac3ce3722e70a701df30167d4a481ea0674fc10d2f4616557688185648089dd
6
+ metadata.gz: 1d72f6ace81048b13de6224c6d925142134c857a127ce7733ce128923c289821de393fe453ea90bf6860774a3f31bb6b2c196fbcc7ed75fa40fb4da89af67b1a
7
+ data.tar.gz: 460216be9a309d7fd77cc31798c4da486318e648f6fbcceb5cb8fdd3e2ab2e4dfc24fef2a0094ecff7f962714c8a2411742e85e97ff24bd78895373de8963ef4
@@ -14,11 +14,11 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
+ s.path(d: 'M16 12h3')
17
18
  s.path(
18
19
  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'
20
21
  )
21
- s.path(d: 'M16 12h3')
22
22
  end
23
23
  end
24
24
  end
@@ -14,9 +14,10 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) 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')
20
21
  end
21
22
  end
22
23
  end
@@ -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
@@ -3,7 +3,7 @@
3
3
  # rubocop:disable Metrics/MethodLength
4
4
  module PhlexIcons
5
5
  module Lucide
6
- class Fingerprint < Base
6
+ class FingerprintPattern < Base
7
7
  def view_template
8
8
  svg(
9
9
  **attrs,
@@ -14,12 +14,12 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
+ s.path(d: 'M18 19a5 5 0 0 1-5-5v8')
17
18
  s.path(
18
19
  d:
19
20
  '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'
20
21
  )
21
22
  s.circle(cx: '13', cy: '12', r: '2')
22
- s.path(d: 'M18 19c-2.8 0-5-2.2-5-5v8')
23
23
  s.circle(cx: '20', cy: '19', r: '2')
24
24
  end
25
25
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.553.0'
5
+ VERSION = '0.554.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -279,6 +279,7 @@ module PhlexIcons
279
279
  autoload :CalendarSync, 'phlex-icons/lucide/calendar_sync'
280
280
  autoload :CalendarX, 'phlex-icons/lucide/calendar_x'
281
281
  autoload :CalendarX2, 'phlex-icons/lucide/calendar_x_2'
282
+ autoload :Calendars, 'phlex-icons/lucide/calendars'
282
283
  autoload :Camera, 'phlex-icons/lucide/camera'
283
284
  autoload :CameraOff, 'phlex-icons/lucide/camera_off'
284
285
  autoload :Candy, 'phlex-icons/lucide/candy'
@@ -643,7 +644,7 @@ module PhlexIcons
643
644
  autoload :FileXCorner, 'phlex-icons/lucide/file_x_corner'
644
645
  autoload :Files, 'phlex-icons/lucide/files'
645
646
  autoload :Film, 'phlex-icons/lucide/film'
646
- autoload :Fingerprint, 'phlex-icons/lucide/fingerprint'
647
+ autoload :FingerprintPattern, 'phlex-icons/lucide/fingerprint_pattern'
647
648
  autoload :FireExtinguisher, 'phlex-icons/lucide/fire_extinguisher'
648
649
  autoload :Fish, 'phlex-icons/lucide/fish'
649
650
  autoload :FishOff, 'phlex-icons/lucide/fish_off'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.45.0'
4
+ VERSION = '2.46.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-lucide
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.45.0
4
+ version: 2.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
@@ -326,6 +326,7 @@ files:
326
326
  - lib/phlex-icons/lucide/calendar_sync.rb
327
327
  - lib/phlex-icons/lucide/calendar_x.rb
328
328
  - lib/phlex-icons/lucide/calendar_x_2.rb
329
+ - lib/phlex-icons/lucide/calendars.rb
329
330
  - lib/phlex-icons/lucide/camera.rb
330
331
  - lib/phlex-icons/lucide/camera_off.rb
331
332
  - lib/phlex-icons/lucide/candy.rb
@@ -690,7 +691,7 @@ files:
690
691
  - lib/phlex-icons/lucide/file_x_corner.rb
691
692
  - lib/phlex-icons/lucide/files.rb
692
693
  - lib/phlex-icons/lucide/film.rb
693
- - lib/phlex-icons/lucide/fingerprint.rb
694
+ - lib/phlex-icons/lucide/fingerprint_pattern.rb
694
695
  - lib/phlex-icons/lucide/fire_extinguisher.rb
695
696
  - lib/phlex-icons/lucide/fish.rb
696
697
  - lib/phlex-icons/lucide/fish_off.rb