phlex-icons-lucide 1.4.0 → 1.6.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/bath.rb +5 -5
- data/lib/phlex/icons/lucide/cloud_alert.rb +26 -0
- data/lib/phlex/icons/lucide/cross.rb +1 -1
- data/lib/phlex/icons/lucide/drill.rb +6 -6
- data/lib/phlex/icons/lucide/equal_approximately.rb +25 -0
- data/lib/phlex/icons/lucide/glass_water.rb +4 -1
- data/lib/phlex/icons/lucide/hand_platter.rb +7 -5
- data/lib/phlex/icons/lucide/hard_hat.rb +2 -5
- data/lib/phlex/icons/lucide/heading_4.rb +3 -3
- data/lib/phlex/icons/lucide/laptop_minimal_check.rb +26 -0
- data/lib/phlex/icons/lucide/puzzle.rb +1 -1
- data/lib/phlex/icons/lucide/school.rb +5 -2
- data/lib/phlex/icons/lucide/slice.rb +4 -2
- data/lib/phlex/icons/lucide/toilet.rb +30 -0
- data/lib/phlex/icons/lucide/vegan.rb +2 -2
- data/lib/phlex/icons/lucide/wind.rb +3 -3
- data/lib/phlex/icons/lucide/wind_arrow_down.rb +27 -0
- data/lib/phlex/icons/lucide.rb +6 -1
- data/lib/phlex/icons/version.rb +1 -1
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f33b6375b9e3e022115095be0214735163e584b817ef7ef2443a9260edb4e606
|
4
|
+
data.tar.gz: b10f4922f6d93d5b46c029ccb3ded5433bcf8b77df6311ff9c436530095aa51f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61276e2607ba2b611040126f4cc920815913b21f6708d8d7377114f5a87462a853f8f5e00d2bb9790b0c2a340b895ce1de2231910541ab92cac9577332c1efc3
|
7
|
+
data.tar.gz: 871aafc05caa5dd1b73a79de3eeaf49911aef2c3ef57ea57317a6d8c5a96fdcb7c953b2ab924366d3af3be7dc340d9753d01f6087f8175a78cf5ba6163580c31
|
@@ -15,14 +15,14 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
+
s.path(d: 'M10 4 8 6')
|
19
|
+
s.path(d: 'M17 19v2')
|
20
|
+
s.path(d: 'M2 12h20')
|
21
|
+
s.path(d: 'M7 19v2')
|
18
22
|
s.path(
|
19
23
|
d:
|
20
|
-
'M9
|
24
|
+
'M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5'
|
21
25
|
)
|
22
|
-
s.line(x1: '10', x2: '8', y1: '5', y2: '7')
|
23
|
-
s.line(x1: '2', x2: '22', y1: '12', y2: '12')
|
24
|
-
s.line(x1: '7', x2: '7', y1: '19', y2: '21')
|
25
|
-
s.line(x1: '17', x2: '17', y1: '19', y2: '21')
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class CloudAlert < 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 12v4')
|
19
|
+
s.path(d: 'M12 20h.01')
|
20
|
+
s.path(d: 'M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -18,7 +18,7 @@ module Phlex
|
|
18
18
|
) do |s|
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z'
|
22
22
|
)
|
23
23
|
end
|
24
24
|
end
|
@@ -16,16 +16,16 @@ module Phlex
|
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
18
|
s.path(
|
19
|
-
d: '
|
19
|
+
d: 'M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z'
|
20
|
+
)
|
21
|
+
s.path(
|
22
|
+
d:
|
23
|
+
'M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8'
|
20
24
|
)
|
21
|
-
s.path(d: 'M18 6h4')
|
22
25
|
s.path(d: 'M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3')
|
26
|
+
s.path(d: 'M18 6h4')
|
23
27
|
s.path(d: 'm5 10-2 8')
|
24
|
-
s.path(d: 'M12 10v3c0 .6-.4 1-1 1H8')
|
25
28
|
s.path(d: 'm7 18 2-8')
|
26
|
-
s.path(
|
27
|
-
d: 'M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z'
|
28
|
-
)
|
29
29
|
end
|
30
30
|
end
|
31
31
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class EqualApproximately < 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: 'M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0')
|
19
|
+
s.path(d: 'M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0')
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -16,7 +17,8 @@ module Phlex
|
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
18
19
|
s.path(
|
19
|
-
d:
|
20
|
+
d:
|
21
|
+
'M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z'
|
20
22
|
)
|
21
23
|
s.path(d: 'M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0')
|
22
24
|
end
|
@@ -25,3 +27,4 @@ module Phlex
|
|
25
27
|
end
|
26
28
|
end
|
27
29
|
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module Phlex
|
4
5
|
module Icons
|
5
6
|
module Lucide
|
@@ -16,17 +17,18 @@ module Phlex
|
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
18
19
|
s.path(d: 'M12 3V2')
|
19
|
-
s.path(d: 'M5 10a7.1 7.1 0 0 1 14 0')
|
20
|
-
s.path(d: 'M4 10h16')
|
21
|
-
s.path(d: 'M2 14h12a2 2 0 1 1 0 4h-2')
|
22
20
|
s.path(
|
23
21
|
d:
|
24
|
-
'm15.4 17.4 3.2-2.8a2 2 0
|
22
|
+
'm15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5'
|
25
23
|
)
|
26
|
-
s.path(d: '
|
24
|
+
s.path(d: 'M2 14h12a2 2 0 0 1 0 4h-2')
|
25
|
+
s.path(d: 'M4 10h16')
|
26
|
+
s.path(d: 'M5 10a7 7 0 0 1 14 0')
|
27
|
+
s.path(d: 'M5 14v6a1 1 0 0 1-1 1H2')
|
27
28
|
end
|
28
29
|
end
|
29
30
|
end
|
30
31
|
end
|
31
32
|
end
|
32
33
|
end
|
34
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,13 +15,10 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(
|
19
|
-
d:
|
20
|
-
'M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z'
|
21
|
-
)
|
22
18
|
s.path(d: 'M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5')
|
23
|
-
s.path(d: 'M4 15v-3a6 6 0 0 1 6-6')
|
24
19
|
s.path(d: 'M14 6a6 6 0 0 1 6 6v3')
|
20
|
+
s.path(d: 'M4 15v-3a6 6 0 0 1 6-6')
|
21
|
+
s.rect(x: '2', y: '15', width: '20', height: '4', rx: '1')
|
25
22
|
end
|
26
23
|
end
|
27
24
|
end
|
@@ -15,11 +15,11 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M4 12h8')
|
19
|
-
s.path(d: 'M4 18V6')
|
20
18
|
s.path(d: 'M12 18V6')
|
21
|
-
s.path(d: 'M17
|
19
|
+
s.path(d: 'M17 10v3a1 1 0 0 0 1 1h3')
|
22
20
|
s.path(d: 'M21 10v8')
|
21
|
+
s.path(d: 'M4 12h8')
|
22
|
+
s.path(d: 'M4 18V6')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class LaptopMinimalCheck < 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: 'M2 20h20')
|
19
|
+
s.path(d: 'm9 10 2 2 4-4')
|
20
|
+
s.rect(x: '3', y: '4', width: '18', height: '12', rx: '2')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -18,7 +18,7 @@ module Phlex
|
|
18
18
|
) do |s|
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z'
|
22
22
|
)
|
23
23
|
end
|
24
24
|
end
|
@@ -16,9 +16,12 @@ module Phlex
|
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
18
|
s.path(d: 'M14 22v-4a2 2 0 1 0-4 0v4')
|
19
|
-
s.path(
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'm18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10'
|
22
|
+
)
|
20
23
|
s.path(d: 'M18 5v17')
|
21
|
-
s.path(d: 'm4 6
|
24
|
+
s.path(d: 'm4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6')
|
22
25
|
s.path(d: 'M6 5v17')
|
23
26
|
s.circle(cx: '12', cy: '9', r: '2')
|
24
27
|
end
|
@@ -15,8 +15,10 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(
|
19
|
-
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14'
|
21
|
+
)
|
20
22
|
end
|
21
23
|
end
|
22
24
|
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module Phlex
|
5
|
+
module Icons
|
6
|
+
module Lucide
|
7
|
+
class Toilet < Base
|
8
|
+
def view_template
|
9
|
+
svg(
|
10
|
+
**attrs,
|
11
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
12
|
+
viewbox: '0 0 24 24',
|
13
|
+
fill: 'none',
|
14
|
+
stroke: 'currentColor',
|
15
|
+
stroke_width: '2',
|
16
|
+
stroke_linecap: 'round',
|
17
|
+
stroke_linejoin: 'round'
|
18
|
+
) do |s|
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18'
|
22
|
+
)
|
23
|
+
s.path(d: 'M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8')
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,9 +15,9 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
+
s.path(d: 'M16 8q6 0 6-6-6 0-6 6')
|
19
|
+
s.path(d: 'M17.41 3.59a10 10 0 1 0 3 3')
|
18
20
|
s.path(d: 'M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14')
|
19
|
-
s.path(d: 'M16 8c4 0 6-2 6-6-4 0-6 2-6 6')
|
20
|
-
s.path(d: 'M17.41 3.6a10 10 0 1 0 3 3')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -15,9 +15,9 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M12.8 19.6A2 2 0 1 0 14 16H2')
|
19
|
+
s.path(d: 'M17.5 8a2.5 2.5 0 1 1 2 4H2')
|
20
|
+
s.path(d: 'M9.8 4.4A2 2 0 1 1 11 8H2')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class WindArrowDown < 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: 'M10 2v8')
|
19
|
+
s.path(d: 'M12.8 21.6A2 2 0 1 0 14 18H2')
|
20
|
+
s.path(d: 'M17.5 10a2.5 2.5 0 1 1 2 4H2')
|
21
|
+
s.path(d: 'm6 6 4 4 4-4')
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
data/lib/phlex/icons/lucide.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module Phlex
|
4
4
|
module Icons
|
5
5
|
module Lucide # rubocop:disable Metrics/ModuleLength
|
6
|
-
VERSION = '0.
|
6
|
+
VERSION = '0.460.1'
|
7
7
|
VARIANTS = nil
|
8
8
|
|
9
9
|
extend Phlex::Kit
|
@@ -409,6 +409,7 @@ module Phlex
|
|
409
409
|
autoload :ClockArrowDown, 'phlex/icons/lucide/clock_arrow_down'
|
410
410
|
autoload :ClockArrowUp, 'phlex/icons/lucide/clock_arrow_up'
|
411
411
|
autoload :Cloud, 'phlex/icons/lucide/cloud'
|
412
|
+
autoload :CloudAlert, 'phlex/icons/lucide/cloud_alert'
|
412
413
|
autoload :CloudCog, 'phlex/icons/lucide/cloud_cog'
|
413
414
|
autoload :CloudDownload, 'phlex/icons/lucide/cloud_download'
|
414
415
|
autoload :CloudDrizzle, 'phlex/icons/lucide/cloud_drizzle'
|
@@ -533,6 +534,7 @@ module Phlex
|
|
533
534
|
autoload :Ellipsis, 'phlex/icons/lucide/ellipsis'
|
534
535
|
autoload :EllipsisVertical, 'phlex/icons/lucide/ellipsis_vertical'
|
535
536
|
autoload :Equal, 'phlex/icons/lucide/equal'
|
537
|
+
autoload :EqualApproximately, 'phlex/icons/lucide/equal_approximately'
|
536
538
|
autoload :EqualNot, 'phlex/icons/lucide/equal_not'
|
537
539
|
autoload :Eraser, 'phlex/icons/lucide/eraser'
|
538
540
|
autoload :EthernetPort, 'phlex/icons/lucide/ethernet_port'
|
@@ -810,6 +812,7 @@ module Phlex
|
|
810
812
|
autoload :Languages, 'phlex/icons/lucide/languages'
|
811
813
|
autoload :Laptop, 'phlex/icons/lucide/laptop'
|
812
814
|
autoload :LaptopMinimal, 'phlex/icons/lucide/laptop_minimal'
|
815
|
+
autoload :LaptopMinimalCheck, 'phlex/icons/lucide/laptop_minimal_check'
|
813
816
|
autoload :Lasso, 'phlex/icons/lucide/lasso'
|
814
817
|
autoload :LassoSelect, 'phlex/icons/lucide/lasso_select'
|
815
818
|
autoload :Laugh, 'phlex/icons/lucide/laugh'
|
@@ -1420,6 +1423,7 @@ module Phlex
|
|
1420
1423
|
autoload :TimerReset, 'phlex/icons/lucide/timer_reset'
|
1421
1424
|
autoload :ToggleLeft, 'phlex/icons/lucide/toggle_left'
|
1422
1425
|
autoload :ToggleRight, 'phlex/icons/lucide/toggle_right'
|
1426
|
+
autoload :Toilet, 'phlex/icons/lucide/toilet'
|
1423
1427
|
autoload :Tornado, 'phlex/icons/lucide/tornado'
|
1424
1428
|
autoload :Torus, 'phlex/icons/lucide/torus'
|
1425
1429
|
autoload :Touchpad, 'phlex/icons/lucide/touchpad'
|
@@ -1533,6 +1537,7 @@ module Phlex
|
|
1533
1537
|
autoload :WifiOff, 'phlex/icons/lucide/wifi_off'
|
1534
1538
|
autoload :WifiZero, 'phlex/icons/lucide/wifi_zero'
|
1535
1539
|
autoload :Wind, 'phlex/icons/lucide/wind'
|
1540
|
+
autoload :WindArrowDown, 'phlex/icons/lucide/wind_arrow_down'
|
1536
1541
|
autoload :Wine, 'phlex/icons/lucide/wine'
|
1537
1542
|
autoload :WineOff, 'phlex/icons/lucide/wine_off'
|
1538
1543
|
autoload :Workflow, 'phlex/icons/lucide/workflow'
|
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: 1.
|
4
|
+
version: 1.6.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: 2024-11-
|
11
|
+
date: 2024-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -452,6 +452,7 @@ files:
|
|
452
452
|
- lib/phlex/icons/lucide/clock_arrow_down.rb
|
453
453
|
- lib/phlex/icons/lucide/clock_arrow_up.rb
|
454
454
|
- lib/phlex/icons/lucide/cloud.rb
|
455
|
+
- lib/phlex/icons/lucide/cloud_alert.rb
|
455
456
|
- lib/phlex/icons/lucide/cloud_cog.rb
|
456
457
|
- lib/phlex/icons/lucide/cloud_download.rb
|
457
458
|
- lib/phlex/icons/lucide/cloud_drizzle.rb
|
@@ -576,6 +577,7 @@ files:
|
|
576
577
|
- lib/phlex/icons/lucide/ellipsis.rb
|
577
578
|
- lib/phlex/icons/lucide/ellipsis_vertical.rb
|
578
579
|
- lib/phlex/icons/lucide/equal.rb
|
580
|
+
- lib/phlex/icons/lucide/equal_approximately.rb
|
579
581
|
- lib/phlex/icons/lucide/equal_not.rb
|
580
582
|
- lib/phlex/icons/lucide/eraser.rb
|
581
583
|
- lib/phlex/icons/lucide/ethernet_port.rb
|
@@ -853,6 +855,7 @@ files:
|
|
853
855
|
- lib/phlex/icons/lucide/languages.rb
|
854
856
|
- lib/phlex/icons/lucide/laptop.rb
|
855
857
|
- lib/phlex/icons/lucide/laptop_minimal.rb
|
858
|
+
- lib/phlex/icons/lucide/laptop_minimal_check.rb
|
856
859
|
- lib/phlex/icons/lucide/lasso.rb
|
857
860
|
- lib/phlex/icons/lucide/lasso_select.rb
|
858
861
|
- lib/phlex/icons/lucide/laugh.rb
|
@@ -1463,6 +1466,7 @@ files:
|
|
1463
1466
|
- lib/phlex/icons/lucide/timer_reset.rb
|
1464
1467
|
- lib/phlex/icons/lucide/toggle_left.rb
|
1465
1468
|
- lib/phlex/icons/lucide/toggle_right.rb
|
1469
|
+
- lib/phlex/icons/lucide/toilet.rb
|
1466
1470
|
- lib/phlex/icons/lucide/tornado.rb
|
1467
1471
|
- lib/phlex/icons/lucide/torus.rb
|
1468
1472
|
- lib/phlex/icons/lucide/touchpad.rb
|
@@ -1576,6 +1580,7 @@ files:
|
|
1576
1580
|
- lib/phlex/icons/lucide/wifi_off.rb
|
1577
1581
|
- lib/phlex/icons/lucide/wifi_zero.rb
|
1578
1582
|
- lib/phlex/icons/lucide/wind.rb
|
1583
|
+
- lib/phlex/icons/lucide/wind_arrow_down.rb
|
1579
1584
|
- lib/phlex/icons/lucide/wine.rb
|
1580
1585
|
- lib/phlex/icons/lucide/wine_off.rb
|
1581
1586
|
- lib/phlex/icons/lucide/workflow.rb
|