phlex-icons-lucide 2.25.0 → 2.26.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: cc165dbae20fe3063e8c63b27e4685de942bea8225039e9a498233a8d1a1560d
4
- data.tar.gz: 130d3debd752984218c9d44041d377180defe31fd1a7707e85b3ddd0d66aa4fe
3
+ metadata.gz: 80c601bcd390c895f7a6af5d5a005a34fc434108a3ecce5dc160d56823ed388d
4
+ data.tar.gz: 830f2b30cf7ebaf4e2b4024ad1dcabf996061843e1668023c49b9c524b2b3b96
5
5
  SHA512:
6
- metadata.gz: fb7c1853d047e8b33606fd26f88703e7c5bec21b31bacc7b7cef296f99e47fec8a1aa4cb0cab5b87c1fe0c4216c281f117ec46a2b7fb1287923fbac3cb5aeb06
7
- data.tar.gz: 064d2e13a2579d63e75562ecb2a3529cf7b22b7f1dd2a2b73458bfdcf70bcdb6ed043ff916dc26d57f7cd7f04f809bb1378c25d4dceddac5b09b354c96102219
6
+ metadata.gz: 1d9e647947b1638ee6781cb63ca51e9fbd0242c1d5783a6a284677b9ced9ad203ed96be8270e3924c4083b61733c081cd5d787d1f21c21bd401d015ab465491a
7
+ data.tar.gz: 83dcea59d2e09c52b99de697e1a627d3cc792d75338af8fca30e4cd212245f0e2451b69667f97ab7154d8fa7fbe6ab024d5502472c871852975375c2de0a5a08
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class BookAlert < 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 13h.01')
18
+ s.path(d: 'M12 6v3')
19
+ s.path(
20
+ d:
21
+ 'M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20'
22
+ )
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Layout/LineLength
3
4
  module PhlexIcons
4
5
  module Lucide
5
6
  class HousePlus < Base
@@ -16,13 +17,14 @@ module PhlexIcons
16
17
  ) do |s|
17
18
  s.path(
18
19
  d:
19
- 'M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354'
20
+ 'M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475'
20
21
  )
21
- s.path(d: 'M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8')
22
- s.path(d: 'M15 6h6')
23
- s.path(d: 'M18 3v6')
22
+ s.path(d: 'M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8')
23
+ s.path(d: 'M15 18h6')
24
+ s.path(d: 'M18 15v6')
24
25
  end
25
26
  end
26
27
  end
27
28
  end
28
29
  end
30
+ # rubocop:enable Layout/LineLength
@@ -18,15 +18,15 @@ module PhlexIcons
18
18
  s.path(d: 'M12 12h.01')
19
19
  s.path(
20
20
  d:
21
- 'M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z'
21
+ 'M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z'
22
22
  )
23
23
  s.path(
24
24
  d:
25
- 'M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z'
25
+ 'M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z'
26
26
  )
27
27
  s.path(
28
28
  d:
29
- 'M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z'
29
+ 'M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z'
30
30
  )
31
31
  end
32
32
  end
@@ -14,8 +14,8 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M20 7h-9')
18
17
  s.path(d: 'M14 17H5')
18
+ s.path(d: 'M19 7h-9')
19
19
  s.circle(cx: '17', cy: '17', r: '3')
20
20
  s.circle(cx: '7', cy: '7', r: '3')
21
21
  end
@@ -14,12 +14,12 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M6 9H4.5a2.5 2.5 0 0 1 0-5H6')
18
- s.path(d: 'M18 9h1.5a2.5 2.5 0 0 0 0-5H18')
17
+ s.path(d: 'M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978')
18
+ s.path(d: 'M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978')
19
+ s.path(d: 'M18 9h1.5a1 1 0 0 0 0-5H18')
19
20
  s.path(d: 'M4 22h16')
20
- s.path(d: 'M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22')
21
- s.path(d: 'M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22')
22
- s.path(d: 'M18 2H6v7a6 6 0 0 0 12 0V2Z')
21
+ s.path(d: 'M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z')
22
+ s.path(d: 'M6 9H4.5a1 1 0 0 1 0-5H6')
23
23
  end
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.513.0'
5
+ VERSION = '0.514.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -195,6 +195,7 @@ module PhlexIcons
195
195
  autoload :Bone, 'phlex-icons/lucide/bone'
196
196
  autoload :Book, 'phlex-icons/lucide/book'
197
197
  autoload :BookA, 'phlex-icons/lucide/book_a'
198
+ autoload :BookAlert, 'phlex-icons/lucide/book_alert'
198
199
  autoload :BookAudio, 'phlex-icons/lucide/book_audio'
199
200
  autoload :BookCheck, 'phlex-icons/lucide/book_check'
200
201
  autoload :BookCopy, 'phlex-icons/lucide/book_copy'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.25.0'
4
+ VERSION = '2.26.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-lucide
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.25.0
4
+ version: 2.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-07 00:00:00.000000000 Z
11
+ date: 2025-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex
@@ -241,6 +241,7 @@ files:
241
241
  - lib/phlex-icons/lucide/bone.rb
242
242
  - lib/phlex-icons/lucide/book.rb
243
243
  - lib/phlex-icons/lucide/book_a.rb
244
+ - lib/phlex-icons/lucide/book_alert.rb
244
245
  - lib/phlex-icons/lucide/book_audio.rb
245
246
  - lib/phlex-icons/lucide/book_check.rb
246
247
  - lib/phlex-icons/lucide/book_copy.rb