phlex-icons-lucide 2.23.0 → 2.24.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 +4 -4
- data/lib/phlex-icons/lucide/battery.rb +2 -2
- data/lib/phlex-icons/lucide/battery_charging.rb +3 -3
- data/lib/phlex-icons/lucide/battery_full.rb +5 -5
- data/lib/phlex-icons/lucide/battery_low.rb +3 -3
- data/lib/phlex-icons/lucide/battery_medium.rb +4 -4
- data/lib/phlex-icons/lucide/battery_plus.rb +3 -3
- data/lib/phlex-icons/lucide/battery_warning.rb +3 -3
- data/lib/phlex-icons/lucide/cloud_check.rb +23 -0
- data/lib/phlex-icons/lucide/eraser.rb +4 -3
- data/lib/phlex-icons/lucide/id_card_lanyard.rb +29 -0
- data/lib/phlex-icons/lucide/list_collapse.rb +3 -3
- data/lib/phlex-icons/lucide/paperclip.rb +1 -2
- data/lib/phlex-icons/lucide/square_check_big.rb +3 -1
- data/lib/phlex-icons/lucide.rb +2 -0
- data/lib/phlex-icons/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23f214fcad65b75cdecc091912bfde956c35e275bc9f49ed4fa3d219437a312a
|
4
|
+
data.tar.gz: 73d41d3498b8747fb4478fc00f9398ea9f75c8eacba78cb097e55972d8ffd583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 433afb194512f61c9c96b9077caf4bdb85a117e2daedb47b8be0f4b63e1f85fccb589b45c230999dac0ced4eedfc652ccb7ebc83cb16a8d1a23c25b4fef244d6
|
7
|
+
data.tar.gz: ef1be436446040d86acd73d98b2bd8dc7d60d39e47412e44a78389aa85c1de84bb74402fb2b8ae32921d32379588e4b2966618ab37fb69a376de24fa160c5ff7
|
@@ -14,8 +14,8 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
17
|
+
s.path(d: 'M 22 14 L 22 10')
|
18
|
+
s.rect(x: '2', y: '6', width: '16', height: '12', rx: '2')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2')
|
18
|
-
s.path(d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1')
|
19
17
|
s.path(d: 'm11 7-3 5h4l-3 5')
|
20
|
-
s.
|
18
|
+
s.path(d: 'M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935')
|
19
|
+
s.path(d: 'M22 14v-4')
|
20
|
+
s.path(d: 'M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
s.
|
20
|
-
s.
|
21
|
-
s.
|
17
|
+
s.path(d: 'M10 10v4')
|
18
|
+
s.path(d: 'M14 10v4')
|
19
|
+
s.path(d: 'M22 14v-4')
|
20
|
+
s.path(d: 'M6 10v4')
|
21
|
+
s.rect(x: '2', y: '6', width: '16', height: '12', rx: '2')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
s.
|
17
|
+
s.path(d: 'M22 14v-4')
|
18
|
+
s.path(d: 'M6 14v-4')
|
19
|
+
s.rect(x: '2', y: '6', width: '16', height: '12', rx: '2')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
s.
|
20
|
-
s.
|
17
|
+
s.path(d: 'M10 14v-4')
|
18
|
+
s.path(d: 'M22 14v-4')
|
19
|
+
s.path(d: 'M6 14v-4')
|
20
|
+
s.rect(x: '2', y: '6', width: '16', height: '12', rx: '2')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -15,10 +15,10 @@ module PhlexIcons
|
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
17
|
s.path(d: 'M10 9v6')
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'M22
|
20
|
-
s.path(d: 'M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5')
|
18
|
+
s.path(d: 'M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605')
|
19
|
+
s.path(d: 'M22 14v-4')
|
21
20
|
s.path(d: 'M7 12h6')
|
21
|
+
s.path(d: 'M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -16,9 +16,9 @@ module PhlexIcons
|
|
16
16
|
) do |s|
|
17
17
|
s.path(d: 'M10 17h.01')
|
18
18
|
s.path(d: 'M10 7v6')
|
19
|
-
s.path(d: 'M14
|
20
|
-
s.path(d: 'M22
|
21
|
-
s.path(d: 'M6
|
19
|
+
s.path(d: 'M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2')
|
20
|
+
s.path(d: 'M22 14v-4')
|
21
|
+
s.path(d: 'M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class CloudCheck < 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 15-5.5 5.5L9 18')
|
18
|
+
s.path(d: 'M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742')
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
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 Eraser < Base
|
@@ -16,12 +17,12 @@ module PhlexIcons
|
|
16
17
|
) do |s|
|
17
18
|
s.path(
|
18
19
|
d:
|
19
|
-
'
|
20
|
+
'M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21'
|
20
21
|
)
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: 'm5 11 9 9')
|
22
|
+
s.path(d: 'm5.082 11.09 8.828 8.828')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
28
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class IdCardLanyard < 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: 'M13.5 8h-3')
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'm15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3'
|
21
|
+
)
|
22
|
+
s.path(d: 'M16.899 22A5 5 0 0 0 7.1 22')
|
23
|
+
s.path(d: 'm9 2 3 6')
|
24
|
+
s.circle(cx: '12', cy: '15', r: '3')
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'm3 10 2.5-2.5L3 5')
|
18
|
-
s.path(d: 'm3 19 2.5-2.5L3 14')
|
19
|
-
s.path(d: 'M10 6h11')
|
20
17
|
s.path(d: 'M10 12h11')
|
21
18
|
s.path(d: 'M10 18h11')
|
19
|
+
s.path(d: 'M10 6h11')
|
20
|
+
s.path(d: 'm3 10 3-3-3-3')
|
21
|
+
s.path(d: 'm3 20 3-3-3-3')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -15,10 +15,9 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M13.234 20.252 21 12.3')
|
19
18
|
s.path(
|
20
19
|
d:
|
21
|
-
'm16 6-8.414 8.586a2 2 0 0 0
|
20
|
+
'm16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551'
|
22
21
|
)
|
23
22
|
end
|
24
23
|
end
|
@@ -14,7 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(
|
17
|
+
s.path(
|
18
|
+
d: 'M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344'
|
19
|
+
)
|
18
20
|
s.path(d: 'm9 11 3 3L22 4')
|
19
21
|
end
|
20
22
|
end
|
data/lib/phlex-icons/lucide.rb
CHANGED
@@ -423,6 +423,7 @@ module PhlexIcons
|
|
423
423
|
autoload :ClockPlus, 'phlex-icons/lucide/clock_plus'
|
424
424
|
autoload :Cloud, 'phlex-icons/lucide/cloud'
|
425
425
|
autoload :CloudAlert, 'phlex-icons/lucide/cloud_alert'
|
426
|
+
autoload :CloudCheck, 'phlex-icons/lucide/cloud_check'
|
426
427
|
autoload :CloudCog, 'phlex-icons/lucide/cloud_cog'
|
427
428
|
autoload :CloudDownload, 'phlex-icons/lucide/cloud_download'
|
428
429
|
autoload :CloudDrizzle, 'phlex-icons/lucide/cloud_drizzle'
|
@@ -796,6 +797,7 @@ module PhlexIcons
|
|
796
797
|
autoload :IceCreamBowl, 'phlex-icons/lucide/ice_cream_bowl'
|
797
798
|
autoload :IceCreamCone, 'phlex-icons/lucide/ice_cream_cone'
|
798
799
|
autoload :IdCard, 'phlex-icons/lucide/id_card'
|
800
|
+
autoload :IdCardLanyard, 'phlex-icons/lucide/id_card_lanyard'
|
799
801
|
autoload :Image, 'phlex-icons/lucide/image'
|
800
802
|
autoload :ImageDown, 'phlex-icons/lucide/image_down'
|
801
803
|
autoload :ImageMinus, 'phlex-icons/lucide/image_minus'
|
data/lib/phlex-icons/version.rb
CHANGED
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.
|
4
|
+
version: 2.24.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-05-
|
11
|
+
date: 2025-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -469,6 +469,7 @@ files:
|
|
469
469
|
- lib/phlex-icons/lucide/clock_plus.rb
|
470
470
|
- lib/phlex-icons/lucide/cloud.rb
|
471
471
|
- lib/phlex-icons/lucide/cloud_alert.rb
|
472
|
+
- lib/phlex-icons/lucide/cloud_check.rb
|
472
473
|
- lib/phlex-icons/lucide/cloud_cog.rb
|
473
474
|
- lib/phlex-icons/lucide/cloud_download.rb
|
474
475
|
- lib/phlex-icons/lucide/cloud_drizzle.rb
|
@@ -842,6 +843,7 @@ files:
|
|
842
843
|
- lib/phlex-icons/lucide/ice_cream_bowl.rb
|
843
844
|
- lib/phlex-icons/lucide/ice_cream_cone.rb
|
844
845
|
- lib/phlex-icons/lucide/id_card.rb
|
846
|
+
- lib/phlex-icons/lucide/id_card_lanyard.rb
|
845
847
|
- lib/phlex-icons/lucide/image.rb
|
846
848
|
- lib/phlex-icons/lucide/image_down.rb
|
847
849
|
- lib/phlex-icons/lucide/image_minus.rb
|