phlex-icons-lucide 2.39.0 → 2.40.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: 3dcdcf3cba7d4ef5adba9e1b2b37968699ebeed8a65139927676044ce895d5a0
4
- data.tar.gz: 7ca8a7440e3fe92d38828b15d980ba217de766f7cdb82f5a876612611115b74a
3
+ metadata.gz: bdc6ec3717430baf7816a3ac02b760591dc73907940e246f55701a4f5df98f5b
4
+ data.tar.gz: e30a0eccda1ce0cc10d1ac9d31e2f803e266aef08253591470b0c26203af1952
5
5
  SHA512:
6
- metadata.gz: 99ecc857ac162e67dea11ca951744a47a3aa9f2a5a2f60a282374cffb7939418bcc5cc9e93bf19d6cb86a7870360c6d110db995282fc4cedb1d063886b2b0dc8
7
- data.tar.gz: f681b3bdb54a8d7b57bdab452b6f090c0b74a2e2b6a91bc765df0cd7eda926923d0f9d92c2410a0d427eedc313faa2a1f4da8507072df85344ebfd21e1f36c5b
6
+ metadata.gz: '08cdec9d770764737db16c038c01d16330758e6cfd7ef3dbdd8305249f8a81c94e469ce5f1c37c05eddd265be7fded8fffc4bfcc4ddb05b1ee007bbe05a89249'
7
+ data.tar.gz: 3c892a5039151498ccec50d9d102d446e50246760c8c359fd29732db4fe97538bcdc4ca58fa4a0bb57839591181b3503873b92e8c9a1a1c8c33bc0d9a1327f45
@@ -14,13 +14,14 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z')
18
- s.path(d: 'M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2')
19
- s.path(d: 'M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2')
20
- s.path(d: 'M10 6h4')
21
- s.path(d: 'M10 10h4')
22
- s.path(d: 'M10 14h4')
23
- s.path(d: 'M10 18h4')
17
+ s.path(d: 'M10 12h4')
18
+ s.path(d: 'M10 8h4')
19
+ s.path(d: 'M14 21v-3a2 2 0 0 0-4 0v3')
20
+ s.path(
21
+ d:
22
+ 'M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2'
23
+ )
24
+ s.path(d: 'M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16')
24
25
  end
25
26
  end
26
27
  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: 'M10 18H5a3 3 0 0 1-3-3v-1')
18
- s.path(d: 'M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2')
19
- s.path(d: 'M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2')
20
- s.path(d: 'm7 21 3-3-3-3')
21
- s.rect(x: '14', y: '14', width: '8', height: '8', rx: '2')
22
- s.rect(x: '2', y: '2', width: '8', height: '8', rx: '2')
17
+ s.path(d: 'M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1')
18
+ s.path(d: 'M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1')
19
+ s.path(d: 'm7 15 3 3')
20
+ s.path(d: 'm7 21 3-3H5a2 2 0 0 1-2-2v-2')
21
+ s.rect(x: '14', y: '14', width: '7', height: '7', rx: '1')
22
+ s.rect(x: '3', y: '3', width: '7', height: '7', rx: '1')
23
23
  end
24
24
  end
25
25
  end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class Motorbike < 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: 'm18 14-1-3')
18
+ s.path(d: 'm3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81')
19
+ s.path(
20
+ d: 'M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5'
21
+ )
22
+ s.circle(cx: '19', cy: '17', r: '3')
23
+ s.circle(cx: '5', cy: '17', r: '3')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ 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 ReceiptText < Base
@@ -14,14 +15,16 @@ module PhlexIcons
14
15
  stroke_linecap: 'round',
15
16
  stroke_linejoin: 'round'
16
17
  ) do |s|
17
- s.path(
18
- d: 'M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z'
19
- )
18
+ s.path(d: 'M13 16H8')
20
19
  s.path(d: 'M14 8H8')
21
20
  s.path(d: 'M16 12H8')
22
- s.path(d: 'M13 16H8')
21
+ s.path(
22
+ d:
23
+ 'M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z'
24
+ )
23
25
  end
24
26
  end
25
27
  end
26
28
  end
27
29
  end
30
+ # rubocop:enable Layout/LineLength
@@ -14,13 +14,13 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M14 4a2 2 0 0 1 2-2')
18
- s.path(d: 'M16 10a2 2 0 0 1-2-2')
19
- s.path(d: 'M20 2a2 2 0 0 1 2 2')
20
- s.path(d: 'M22 8a2 2 0 0 1-2 2')
17
+ s.path(d: 'M14 4a1 1 0 0 1 1-1')
18
+ s.path(d: 'M15 10a1 1 0 0 1-1-1')
19
+ s.path(d: 'M21 4a1 1 0 0 0-1-1')
20
+ s.path(d: 'M21 9a1 1 0 0 1-1 1')
21
21
  s.path(d: 'm3 7 3 3 3-3')
22
- s.path(d: 'M6 10V5a3 3 0 0 1 3-3h1')
23
- s.rect(x: '2', y: '14', width: '8', height: '8', rx: '2')
22
+ s.path(d: 'M6 10V5a2 2 0 0 1 2-2h2')
23
+ s.rect(x: '3', y: '14', width: '7', height: '7', rx: '1')
24
24
  end
25
25
  end
26
26
  end
@@ -15,15 +15,15 @@ module PhlexIcons
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.path(d: 'M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2')
19
- s.path(d: 'M14 4a2 2 0 0 1 2-2')
20
- s.path(d: 'M16 10a2 2 0 0 1-2-2')
21
- s.path(d: 'M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2')
22
- s.path(d: 'M20 2a2 2 0 0 1 2 2')
23
- s.path(d: 'M22 8a2 2 0 0 1-2 2')
18
+ s.path(d: 'M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1')
19
+ s.path(d: 'M14 4a1 1 0 0 1 1-1')
20
+ s.path(d: 'M15 10a1 1 0 0 1-1-1')
21
+ s.path(d: 'M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1')
22
+ s.path(d: 'M21 4a1 1 0 0 0-1-1')
23
+ s.path(d: 'M21 9a1 1 0 0 1-1 1')
24
24
  s.path(d: 'm3 7 3 3 3-3')
25
- s.path(d: 'M6 10V5a 3 3 0 0 1 3-3h1')
26
- s.rect(x: '2', y: '14', width: '8', height: '8', rx: '2')
25
+ s.path(d: 'M6 10V5a2 2 0 0 1 2-2h2')
26
+ s.rect(x: '3', y: '14', width: '7', height: '7', rx: '1')
27
27
  end
28
28
  end
29
29
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.544.0'
5
+ VERSION = '0.545.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -1008,6 +1008,7 @@ module PhlexIcons
1008
1008
  autoload :MonitorX, 'phlex-icons/lucide/monitor_x'
1009
1009
  autoload :Moon, 'phlex-icons/lucide/moon'
1010
1010
  autoload :MoonStar, 'phlex-icons/lucide/moon_star'
1011
+ autoload :Motorbike, 'phlex-icons/lucide/motorbike'
1011
1012
  autoload :Mountain, 'phlex-icons/lucide/mountain'
1012
1013
  autoload :MountainSnow, 'phlex-icons/lucide/mountain_snow'
1013
1014
  autoload :Mouse, 'phlex-icons/lucide/mouse'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.39.0'
4
+ VERSION = '2.40.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.39.0
4
+ version: 2.40.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-09-30 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex
@@ -1054,6 +1054,7 @@ files:
1054
1054
  - lib/phlex-icons/lucide/monitor_x.rb
1055
1055
  - lib/phlex-icons/lucide/moon.rb
1056
1056
  - lib/phlex-icons/lucide/moon_star.rb
1057
+ - lib/phlex-icons/lucide/motorbike.rb
1057
1058
  - lib/phlex-icons/lucide/mountain.rb
1058
1059
  - lib/phlex-icons/lucide/mountain_snow.rb
1059
1060
  - lib/phlex-icons/lucide/mouse.rb