phlex-icons-lucide 2.23.0 → 2.25.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/card_sim.rb +30 -0
- data/lib/phlex-icons/lucide/cloud_check.rb +23 -0
- data/lib/phlex-icons/lucide/eraser.rb +4 -3
- data/lib/phlex-icons/lucide/file_badge.rb +8 -3
- data/lib/phlex-icons/lucide/grid_3x2.rb +25 -0
- 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 +5 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc165dbae20fe3063e8c63b27e4685de942bea8225039e9a498233a8d1a1560d
|
4
|
+
data.tar.gz: 130d3debd752984218c9d44041d377180defe31fd1a7707e85b3ddd0d66aa4fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb7c1853d047e8b33606fd26f88703e7c5bec21b31bacc7b7cef296f99e47fec8a1aa4cb0cab5b87c1fe0c4216c281f117ec46a2b7fb1287923fbac3cb5aeb06
|
7
|
+
data.tar.gz: 064d2e13a2579d63e75562ecb2a3529cf7b22b7f1dd2a2b73458bfdcf70bcdb6ed043ff916dc26d57f7cd7f04f809bb1378c25d4dceddac5b09b354c96102219
|
@@ -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,30 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class CardSim < Base
|
7
|
+
def view_template
|
8
|
+
svg(
|
9
|
+
**attrs,
|
10
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
11
|
+
viewbox: '0 0 24 24',
|
12
|
+
fill: 'none',
|
13
|
+
stroke: 'currentColor',
|
14
|
+
stroke_width: '2',
|
15
|
+
stroke_linecap: 'round',
|
16
|
+
stroke_linejoin: 'round'
|
17
|
+
) do |s|
|
18
|
+
s.path(d: 'M12 14v4')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z'
|
22
|
+
)
|
23
|
+
s.path(d: 'M8 14h8')
|
24
|
+
s.rect(x: '8', y: '10', width: '8', height: '8', rx: '1')
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -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
|
@@ -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 FileBadge < Base
|
@@ -14,12 +15,16 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(d: 'M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3')
|
18
|
+
s.path(d: 'M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.072')
|
18
19
|
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
19
|
-
s.path(
|
20
|
-
|
20
|
+
s.path(
|
21
|
+
d:
|
22
|
+
'm6.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88'
|
23
|
+
)
|
24
|
+
s.circle(cx: '5', cy: '14', r: '3')
|
21
25
|
end
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
25
29
|
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class Grid3x2 < 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: 'M15 3v18')
|
18
|
+
s.path(d: 'M3 12h18')
|
19
|
+
s.path(d: 'M9 3v18')
|
20
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -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
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Lucide # rubocop:disable Metrics/ModuleLength
|
5
|
-
VERSION = '0.
|
5
|
+
VERSION = '0.513.0'
|
6
6
|
VARIANTS = nil
|
7
7
|
|
8
8
|
extend Phlex::Kit
|
@@ -289,6 +289,7 @@ module PhlexIcons
|
|
289
289
|
autoload :CarFront, 'phlex-icons/lucide/car_front'
|
290
290
|
autoload :CarTaxiFront, 'phlex-icons/lucide/car_taxi_front'
|
291
291
|
autoload :Caravan, 'phlex-icons/lucide/caravan'
|
292
|
+
autoload :CardSim, 'phlex-icons/lucide/card_sim'
|
292
293
|
autoload :Carrot, 'phlex-icons/lucide/carrot'
|
293
294
|
autoload :CaseLower, 'phlex-icons/lucide/case_lower'
|
294
295
|
autoload :CaseSensitive, 'phlex-icons/lucide/case_sensitive'
|
@@ -423,6 +424,7 @@ module PhlexIcons
|
|
423
424
|
autoload :ClockPlus, 'phlex-icons/lucide/clock_plus'
|
424
425
|
autoload :Cloud, 'phlex-icons/lucide/cloud'
|
425
426
|
autoload :CloudAlert, 'phlex-icons/lucide/cloud_alert'
|
427
|
+
autoload :CloudCheck, 'phlex-icons/lucide/cloud_check'
|
426
428
|
autoload :CloudCog, 'phlex-icons/lucide/cloud_cog'
|
427
429
|
autoload :CloudDownload, 'phlex-icons/lucide/cloud_download'
|
428
430
|
autoload :CloudDrizzle, 'phlex-icons/lucide/cloud_drizzle'
|
@@ -740,6 +742,7 @@ module PhlexIcons
|
|
740
742
|
autoload :Grid2x2Check, 'phlex-icons/lucide/grid_2x2_check'
|
741
743
|
autoload :Grid2x2Plus, 'phlex-icons/lucide/grid_2x2_plus'
|
742
744
|
autoload :Grid2x2X, 'phlex-icons/lucide/grid_2x2_x'
|
745
|
+
autoload :Grid3x2, 'phlex-icons/lucide/grid_3x2'
|
743
746
|
autoload :Grid3x3, 'phlex-icons/lucide/grid_3x3'
|
744
747
|
autoload :Grip, 'phlex-icons/lucide/grip'
|
745
748
|
autoload :GripHorizontal, 'phlex-icons/lucide/grip_horizontal'
|
@@ -796,6 +799,7 @@ module PhlexIcons
|
|
796
799
|
autoload :IceCreamBowl, 'phlex-icons/lucide/ice_cream_bowl'
|
797
800
|
autoload :IceCreamCone, 'phlex-icons/lucide/ice_cream_cone'
|
798
801
|
autoload :IdCard, 'phlex-icons/lucide/id_card'
|
802
|
+
autoload :IdCardLanyard, 'phlex-icons/lucide/id_card_lanyard'
|
799
803
|
autoload :Image, 'phlex-icons/lucide/image'
|
800
804
|
autoload :ImageDown, 'phlex-icons/lucide/image_down'
|
801
805
|
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.25.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-
|
11
|
+
date: 2025-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -335,6 +335,7 @@ files:
|
|
335
335
|
- lib/phlex-icons/lucide/car_front.rb
|
336
336
|
- lib/phlex-icons/lucide/car_taxi_front.rb
|
337
337
|
- lib/phlex-icons/lucide/caravan.rb
|
338
|
+
- lib/phlex-icons/lucide/card_sim.rb
|
338
339
|
- lib/phlex-icons/lucide/carrot.rb
|
339
340
|
- lib/phlex-icons/lucide/case_lower.rb
|
340
341
|
- lib/phlex-icons/lucide/case_sensitive.rb
|
@@ -469,6 +470,7 @@ files:
|
|
469
470
|
- lib/phlex-icons/lucide/clock_plus.rb
|
470
471
|
- lib/phlex-icons/lucide/cloud.rb
|
471
472
|
- lib/phlex-icons/lucide/cloud_alert.rb
|
473
|
+
- lib/phlex-icons/lucide/cloud_check.rb
|
472
474
|
- lib/phlex-icons/lucide/cloud_cog.rb
|
473
475
|
- lib/phlex-icons/lucide/cloud_download.rb
|
474
476
|
- lib/phlex-icons/lucide/cloud_drizzle.rb
|
@@ -786,6 +788,7 @@ files:
|
|
786
788
|
- lib/phlex-icons/lucide/grid_2x2_check.rb
|
787
789
|
- lib/phlex-icons/lucide/grid_2x2_plus.rb
|
788
790
|
- lib/phlex-icons/lucide/grid_2x2_x.rb
|
791
|
+
- lib/phlex-icons/lucide/grid_3x2.rb
|
789
792
|
- lib/phlex-icons/lucide/grid_3x3.rb
|
790
793
|
- lib/phlex-icons/lucide/grip.rb
|
791
794
|
- lib/phlex-icons/lucide/grip_horizontal.rb
|
@@ -842,6 +845,7 @@ files:
|
|
842
845
|
- lib/phlex-icons/lucide/ice_cream_bowl.rb
|
843
846
|
- lib/phlex-icons/lucide/ice_cream_cone.rb
|
844
847
|
- lib/phlex-icons/lucide/id_card.rb
|
848
|
+
- lib/phlex-icons/lucide/id_card_lanyard.rb
|
845
849
|
- lib/phlex-icons/lucide/image.rb
|
846
850
|
- lib/phlex-icons/lucide/image_down.rb
|
847
851
|
- lib/phlex-icons/lucide/image_minus.rb
|