phlex-icons 2.34.0 → 2.35.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: d8146f273530630fda967f2b4944c7aea7b2cb21dabd21fbf453a8e918d903bf
4
- data.tar.gz: 2a5be6e4012d1f32918e9837e6ff3784b00ad9c747b0050ef5529d9d7ea1067a
3
+ metadata.gz: 2a7e68dbeec734d124141ff66e5b74c6a1bbb94121644fcaa6d8214713a31dab
4
+ data.tar.gz: ef7d597dd3eb801ad394fe0ac050b3578f6766daad0a9a28a1f10f58699655ee
5
5
  SHA512:
6
- metadata.gz: 3b8652f9408e8f87cf153b42dc23a11a8d740755a877f683c70acbd25795b9879ee75e334a442647027856fd52e1da7b75462ff6d27aa8408b2827f369bceaeb
7
- data.tar.gz: f1cf2a18ec3b67fc3163ffc97419e3d140433f62a35110b3d4bf3d7cd6205a444868ced7f43d08d6d1bbfaf70ff2e3c007e79b997d0678588867af244a78399d
6
+ metadata.gz: c501b5038e5476bdbeeceb20c6ba37f0cb4af1324440755c5037f7344f302adf6f1003a80a2a51b4729286e639b8059c339fcd87ca4e722b53a69ed3d9d16a95
7
+ data.tar.gz: c71e052c680ca113a2803985cf558919c15d782a91acc861250da818459617115d435b269cde0081c9241280a2c66c49468474c554a26097a49c0199fab5c6fe
@@ -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 Camera < Base
@@ -16,7 +17,7 @@ module PhlexIcons
16
17
  ) do |s|
17
18
  s.path(
18
19
  d:
19
- 'M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z'
20
+ 'M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z'
20
21
  )
21
22
  s.circle(cx: '12', cy: '13', r: '3')
22
23
  end
@@ -24,3 +25,4 @@ module PhlexIcons
24
25
  end
25
26
  end
26
27
  end
28
+ # rubocop:enable Layout/LineLength
@@ -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 CameraOff < Base
@@ -14,12 +15,16 @@ module PhlexIcons
14
15
  stroke_linecap: 'round',
15
16
  stroke_linejoin: 'round'
16
17
  ) do |s|
17
- s.line(x1: '2', x2: '22', y1: '2', y2: '22')
18
- s.path(d: 'M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16')
19
- s.path(d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5')
20
- s.path(d: 'M14.121 15.121A3 3 0 1 1 9.88 10.88')
18
+ s.path(d: 'M14.564 14.558a3 3 0 1 1-4.122-4.121')
19
+ s.path(d: 'm2 2 20 20')
20
+ s.path(d: 'M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175')
21
+ s.path(
22
+ d:
23
+ 'M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344'
24
+ )
21
25
  end
22
26
  end
23
27
  end
24
28
  end
25
29
  end
30
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class Rose < 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: 'M17 10h-1a4 4 0 1 1 4-4v.534')
18
+ s.path(
19
+ d: 'M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31'
20
+ )
21
+ s.path(
22
+ d:
23
+ 'M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2'
24
+ )
25
+ s.path(d: 'M9.77 12C4 15 2 22 2 22')
26
+ s.circle(cx: '17', cy: '8', r: '2')
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -14,9 +14,12 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M22 12a10.06 10.06 1 0 0-20 0Z')
18
- s.path(d: 'M12 12v8a2 2 0 0 0 4 0')
19
- s.path(d: 'M12 2v1')
17
+ s.path(d: 'M12 13v7a2 2 0 0 0 4 0')
18
+ s.path(d: 'M12 2v2')
19
+ s.path(
20
+ d:
21
+ 'M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z'
22
+ )
20
23
  end
21
24
  end
22
25
  end
@@ -14,10 +14,13 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M12 2v1')
18
- s.path(d: 'M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575')
19
- s.path(d: 'M17.5 12H22A10 10 0 0 0 9.004 3.455')
17
+ s.path(d: 'M12 13v7a2 2 0 0 0 4 0')
18
+ s.path(d: 'M12 2v2')
19
+ s.path(
20
+ d: 'M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51'
21
+ )
20
22
  s.path(d: 'm2 2 20 20')
23
+ s.path(d: 'M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10')
21
24
  end
22
25
  end
23
26
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.539.0'
5
+ VERSION = '0.540.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -1211,6 +1211,7 @@ module PhlexIcons
1211
1211
  autoload :Rocket, 'phlex-icons/lucide/rocket'
1212
1212
  autoload :RockingChair, 'phlex-icons/lucide/rocking_chair'
1213
1213
  autoload :RollerCoaster, 'phlex-icons/lucide/roller_coaster'
1214
+ autoload :Rose, 'phlex-icons/lucide/rose'
1214
1215
  autoload :Rotate3d, 'phlex-icons/lucide/rotate_3d'
1215
1216
  autoload :RotateCcw, 'phlex-icons/lucide/rotate_ccw'
1216
1217
  autoload :RotateCcwKey, 'phlex-icons/lucide/rotate_ccw_key'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.34.0'
4
+ VERSION = '2.35.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.34.0
4
+ version: 2.35.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-08-15 00:00:00.000000000 Z
11
+ date: 2025-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex
@@ -5128,6 +5128,7 @@ files:
5128
5128
  - lib/phlex-icons/lucide/rocket.rb
5129
5129
  - lib/phlex-icons/lucide/rocking_chair.rb
5130
5130
  - lib/phlex-icons/lucide/roller_coaster.rb
5131
+ - lib/phlex-icons/lucide/rose.rb
5131
5132
  - lib/phlex-icons/lucide/rotate_3d.rb
5132
5133
  - lib/phlex-icons/lucide/rotate_ccw.rb
5133
5134
  - lib/phlex-icons/lucide/rotate_ccw_key.rb