phlex-icons-lucide 1.3.0 → 1.5.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/glass_water.rb +4 -1
- data/lib/phlex/icons/lucide/hand_platter.rb +7 -5
- data/lib/phlex/icons/lucide/slice.rb +4 -2
- data/lib/phlex/icons/lucide/undo_dot.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 +2 -1
- data/lib/phlex/icons/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afc9ab13b3a94c9b66a502813a589f59d30aec482d73d0382d4f46375bebd13b
|
4
|
+
data.tar.gz: b861f8db32cf2a0a277501cb6818e92e8803fa0a49f431aaa751ddeafff1793c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d051d3c88108a20dfcc0803898ef07ae4a13f0bcdb8ae558a9c7f33f5540b0448e53598ef2768f7cac66eb63b3d162ce05e76681ea6fd3d938a2b35cb14fcd5b
|
7
|
+
data.tar.gz: f07b30dc15cb2da216565637c05868dbbe4adbe51ffe69942dba539da4279384c741bcfc9914b5e43c96800bd05564ecd4b96aeab7f37806a0bf87ca87c09eab
|
@@ -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,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
|
@@ -15,9 +15,9 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.
|
18
|
+
s.path(d: 'M21 17a9 9 0 0 0-15-6.7L3 13')
|
19
19
|
s.path(d: 'M3 7v6h6')
|
20
|
-
s.
|
20
|
+
s.circle(cx: '12', cy: '17', r: '1')
|
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.456.0'
|
7
7
|
VARIANTS = nil
|
8
8
|
|
9
9
|
extend Phlex::Kit
|
@@ -1533,6 +1533,7 @@ module Phlex
|
|
1533
1533
|
autoload :WifiOff, 'phlex/icons/lucide/wifi_off'
|
1534
1534
|
autoload :WifiZero, 'phlex/icons/lucide/wifi_zero'
|
1535
1535
|
autoload :Wind, 'phlex/icons/lucide/wind'
|
1536
|
+
autoload :WindArrowDown, 'phlex/icons/lucide/wind_arrow_down'
|
1536
1537
|
autoload :Wine, 'phlex/icons/lucide/wine'
|
1537
1538
|
autoload :WineOff, 'phlex/icons/lucide/wine_off'
|
1538
1539
|
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.5.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
|
@@ -1576,6 +1576,7 @@ files:
|
|
1576
1576
|
- lib/phlex/icons/lucide/wifi_off.rb
|
1577
1577
|
- lib/phlex/icons/lucide/wifi_zero.rb
|
1578
1578
|
- lib/phlex/icons/lucide/wind.rb
|
1579
|
+
- lib/phlex/icons/lucide/wind_arrow_down.rb
|
1579
1580
|
- lib/phlex/icons/lucide/wine.rb
|
1580
1581
|
- lib/phlex/icons/lucide/wine_off.rb
|
1581
1582
|
- lib/phlex/icons/lucide/workflow.rb
|