phlex-icons-lucide 2.30.0 → 2.31.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9558d00e61997e6a1fb7c6a26b3d2150285c448d7e32f30ca909255f95dcd29
|
4
|
+
data.tar.gz: da562949ace2aca39b019855aad18971d1518e5380a31da968de2bae9eaad8c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f78a77f22696a68dc027827dc822a10acaaa0f7d42433d05251502e71cb4f5627ce1f1e35f4b1d3fda0f6a3a4d39d826587d4e84f4de15abc680177f637d95a8
|
7
|
+
data.tar.gz: dcf4636a479dde8a3eb22fbf6810cfb4b9790f50af3837f0286f52046fcc5136e8bbb04b716b4dbebd88b42efd0881d6bae8d68fe928446b00af123195d4627f
|
@@ -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 Magnet < Base
|
@@ -14,14 +15,15 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
18
|
+
s.path(d: 'm12 15 4 4')
|
17
19
|
s.path(
|
18
20
|
d:
|
19
|
-
'
|
21
|
+
'M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z'
|
20
22
|
)
|
21
23
|
s.path(d: 'm5 8 4 4')
|
22
|
-
s.path(d: 'm12 15 4 4')
|
23
24
|
end
|
24
25
|
end
|
25
26
|
end
|
26
27
|
end
|
27
28
|
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,10 +15,10 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M13 21h8')
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'
|
22
22
|
)
|
23
23
|
end
|
24
24
|
end
|
@@ -15,12 +15,12 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M13 21h8')
|
19
|
+
s.path(d: 'm15 5 4 4')
|
19
20
|
s.path(
|
20
21
|
d:
|
21
|
-
'
|
22
|
+
'M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'
|
22
23
|
)
|
23
|
-
s.path(d: 'm15 5 3 3')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
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.31.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-07-
|
11
|
+
date: 2025-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|