phlex-icons-lucide 1.6.0 → 1.8.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/bell.rb +7 -2
- data/lib/phlex/icons/lucide/bell_dot.rb +4 -2
- data/lib/phlex/icons/lucide/bell_minus.rb +6 -3
- data/lib/phlex/icons/lucide/bell_off.rb +6 -3
- data/lib/phlex/icons/lucide/bell_plus.rb +6 -4
- data/lib/phlex/icons/lucide/bell_ring.rb +8 -3
- data/lib/phlex/icons/lucide/book_dashed.rb +10 -10
- data/lib/phlex/icons/lucide/calendar_sync.rb +31 -0
- data/lib/phlex/icons/lucide/{layers_3.rb → droplet_off.rb} +4 -10
- data/lib/phlex/icons/lucide/flask_conical.rb +2 -2
- data/lib/phlex/icons/lucide/flask_conical_off.rb +3 -6
- data/lib/phlex/icons/lucide/flask_round.rb +2 -4
- data/lib/phlex/icons/lucide/grid_2x2.rb +2 -2
- data/lib/phlex/icons/lucide/image_upscale.rb +31 -0
- data/lib/phlex/icons/lucide/layers.rb +9 -3
- data/lib/phlex/icons/lucide/list_filter_plus.rb +28 -0
- data/lib/phlex/icons/lucide/paperclip.rb +2 -1
- data/lib/phlex/icons/lucide/picture_in_picture.rb +5 -5
- data/lib/phlex/icons/lucide/scale_3d.rb +2 -2
- data/lib/phlex/icons/lucide/scan_heart.rb +31 -0
- data/lib/phlex/icons/lucide/ship.rb +8 -7
- data/lib/phlex/icons/lucide/shuffle.rb +4 -4
- data/lib/phlex/icons/lucide/venetian_mask.rb +5 -3
- data/lib/phlex/icons/lucide/waves_ladder.rb +31 -0
- data/lib/phlex/icons/lucide.rb +7 -2
- data/lib/phlex/icons/version.rb +1 -1
- metadata +8 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26057453b8e7e58c0cc8cfa38d8f2eb806d29c9babc1ddebb790bcd2245efcc9
|
4
|
+
data.tar.gz: 5cc6d53b9205edf18bdaf420e1f7f929637a61632a388cf554ddabbe0e5053b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afe4e53b456f23d5beb96ed8578e8d8a9b26932c4b930521edab1d7cf5235327afedd7612d926b07bc465c7b4dc28b80193deded1b349dfebecf57e830702018
|
7
|
+
data.tar.gz: a7fd0c538b17654acb8be0be66c0b13b94043d7ed6c1ef79eae7620b11974f38a27a91c766e9017a8af9be944cf3afe4427448d74de44c74c9cf57db4e61af88
|
@@ -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
|
@@ -15,11 +16,15 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
20
|
+
s.path(
|
21
|
+
d:
|
22
|
+
'M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'
|
23
|
+
)
|
20
24
|
end
|
21
25
|
end
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
25
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
|
@@ -15,11 +16,11 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
18
20
|
s.path(
|
19
21
|
d:
|
20
|
-
'
|
22
|
+
'M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665'
|
21
23
|
)
|
22
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
23
24
|
s.circle(cx: '18', cy: '8', r: '3')
|
24
25
|
end
|
25
26
|
end
|
@@ -27,3 +28,4 @@ module Phlex
|
|
27
28
|
end
|
28
29
|
end
|
29
30
|
end
|
31
|
+
# 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
|
@@ -15,14 +16,16 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
20
|
+
s.path(d: 'M15 8h6')
|
18
21
|
s.path(
|
19
|
-
d:
|
22
|
+
d:
|
23
|
+
'M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12'
|
20
24
|
)
|
21
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
22
|
-
s.path(d: 'M15 8h6')
|
23
25
|
end
|
24
26
|
end
|
25
27
|
end
|
26
28
|
end
|
27
29
|
end
|
28
30
|
end
|
31
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,10 +15,13 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(
|
20
|
-
|
18
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742'
|
22
|
+
)
|
21
23
|
s.path(d: 'm2 2 20 20')
|
24
|
+
s.path(d: 'M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05')
|
22
25
|
end
|
23
26
|
end
|
24
27
|
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
|
@@ -15,16 +16,17 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
20
|
+
s.path(d: 'M15 8h6')
|
21
|
+
s.path(d: 'M18 5v6')
|
18
22
|
s.path(
|
19
23
|
d:
|
20
|
-
'
|
24
|
+
'M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332'
|
21
25
|
)
|
22
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
23
|
-
s.path(d: 'M15 8h6')
|
24
|
-
s.path(d: 'M18 5v6')
|
25
26
|
end
|
26
27
|
end
|
27
28
|
end
|
28
29
|
end
|
29
30
|
end
|
30
31
|
end
|
32
|
+
# 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
|
@@ -15,13 +16,17 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'M10.3 21a1.94 1.94 0 0 0 3.4 0')
|
20
|
-
s.path(d: 'M4 2C2.8 3.7 2 5.7 2 8')
|
19
|
+
s.path(d: 'M10.268 21a2 2 0 0 0 3.464 0')
|
21
20
|
s.path(d: 'M22 8c0-2.3-.8-4.3-2-6')
|
21
|
+
s.path(
|
22
|
+
d:
|
23
|
+
'M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'
|
24
|
+
)
|
25
|
+
s.path(d: 'M4 2C2.8 3.7 2 5.7 2 8')
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
27
31
|
end
|
32
|
+
# rubocop:enable Layout/LineLength
|
@@ -16,16 +16,16 @@ module Phlex
|
|
16
16
|
stroke_linecap: 'round',
|
17
17
|
stroke_linejoin: 'round'
|
18
18
|
) do |s|
|
19
|
-
s.path(d: 'M12
|
20
|
-
s.path(d: 'M12
|
21
|
-
s.path(d: 'M12
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: '
|
24
|
-
s.path(d: 'M20
|
25
|
-
s.path(d: 'M20
|
26
|
-
s.path(d: 'M4
|
27
|
-
s.path(d: 'M4 19.
|
28
|
-
s.path(d: 'M4
|
19
|
+
s.path(d: 'M12 17h1.5')
|
20
|
+
s.path(d: 'M12 22h1.5')
|
21
|
+
s.path(d: 'M12 2h1.5')
|
22
|
+
s.path(d: 'M17.5 22H19a1 1 0 0 0 1-1')
|
23
|
+
s.path(d: 'M17.5 2H19a1 1 0 0 1 1 1v1.5')
|
24
|
+
s.path(d: 'M20 14v3h-2.5')
|
25
|
+
s.path(d: 'M20 8.5V10')
|
26
|
+
s.path(d: 'M4 10V8.5')
|
27
|
+
s.path(d: 'M4 19.5V14')
|
28
|
+
s.path(d: 'M4 4.5A2.5 2.5 0 0 1 6.5 2H8')
|
29
29
|
s.path(d: 'M8 22H6.5a1 1 0 0 1 0-5H8')
|
30
30
|
end
|
31
31
|
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class CalendarSync < 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: 'M11 10v4h4')
|
19
|
+
s.path(d: 'm11 14 1.535-1.605a5 5 0 0 1 8 1.5')
|
20
|
+
s.path(d: 'M16 2v4')
|
21
|
+
s.path(d: 'm21 18-1.535 1.605a5 5 0 0 1-8-1.5')
|
22
|
+
s.path(d: 'M21 22v-4h-4')
|
23
|
+
s.path(d: 'M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3')
|
24
|
+
s.path(d: 'M3 10h4')
|
25
|
+
s.path(d: 'M8 2v4')
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -1,10 +1,9 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable Layout/LineLength
|
4
3
|
module Phlex
|
5
4
|
module Icons
|
6
5
|
module Lucide
|
7
|
-
class
|
6
|
+
class DropletOff < Base
|
8
7
|
def view_template
|
9
8
|
svg(
|
10
9
|
**attrs,
|
@@ -18,15 +17,11 @@ module Phlex
|
|
18
17
|
) do |s|
|
19
18
|
s.path(
|
20
19
|
d:
|
21
|
-
'
|
20
|
+
'M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586'
|
22
21
|
)
|
22
|
+
s.path(d: 'm2 2 20 20')
|
23
23
|
s.path(
|
24
|
-
d:
|
25
|
-
'm6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59'
|
26
|
-
)
|
27
|
-
s.path(
|
28
|
-
d:
|
29
|
-
'm6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59'
|
24
|
+
d: 'M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208'
|
30
25
|
)
|
31
26
|
end
|
32
27
|
end
|
@@ -34,4 +29,3 @@ module Phlex
|
|
34
29
|
end
|
35
30
|
end
|
36
31
|
end
|
37
|
-
# rubocop:enable Layout/LineLength
|
@@ -18,10 +18,10 @@ module Phlex
|
|
18
18
|
) do |s|
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2'
|
22
22
|
)
|
23
|
+
s.path(d: 'M6.453 15h11.094')
|
23
24
|
s.path(d: 'M8.5 2h7')
|
24
|
-
s.path(d: 'M7 16h10')
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
@@ -15,15 +15,12 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(
|
19
|
-
d:
|
20
|
-
'M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542'
|
21
|
-
)
|
22
18
|
s.path(d: 'M10 2v2.343')
|
23
19
|
s.path(d: 'M14 2v6.343')
|
20
|
+
s.path(d: 'm2 2 20 20')
|
21
|
+
s.path(d: 'M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563')
|
22
|
+
s.path(d: 'M6.453 15H15')
|
24
23
|
s.path(d: 'M8.5 2h7')
|
25
|
-
s.path(d: 'M7 16h9')
|
26
|
-
s.line(x1: '2', x2: '22', y1: '2', y2: '22')
|
27
24
|
end
|
28
25
|
end
|
29
26
|
end
|
@@ -15,11 +15,9 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M10
|
19
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M10 2v6.292a7 7 0 1 0 4 0V2')
|
19
|
+
s.path(d: 'M5 15h14')
|
20
20
|
s.path(d: 'M8.5 2h7')
|
21
|
-
s.path(d: 'M14 9.3a6.5 6.5 0 1 1-4 0')
|
22
|
-
s.path(d: 'M5.52 16h12.96')
|
23
21
|
end
|
24
22
|
end
|
25
23
|
end
|
@@ -15,9 +15,9 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.rect(width: '18', height: '18', x: '3', y: '3', rx: '2')
|
19
|
-
s.path(d: 'M3 12h18')
|
20
18
|
s.path(d: 'M12 3v18')
|
19
|
+
s.path(d: 'M3 12h18')
|
20
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class ImageUpscale < 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: 'M16 3h5v5')
|
19
|
+
s.path(d: 'M17 21h2a2 2 0 0 0 2-2')
|
20
|
+
s.path(d: 'M21 12v3')
|
21
|
+
s.path(d: 'm21 3-5 5')
|
22
|
+
s.path(d: 'M3 7V5a2 2 0 0 1 2-2')
|
23
|
+
s.path(d: 'm5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19')
|
24
|
+
s.path(d: 'M9 3h3')
|
25
|
+
s.rect(x: '3', y: '11', width: '10', height: '10', rx: '1')
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -18,10 +18,16 @@ module Phlex
|
|
18
18
|
) do |s|
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'
|
22
|
+
)
|
23
|
+
s.path(
|
24
|
+
d:
|
25
|
+
'M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'
|
26
|
+
)
|
27
|
+
s.path(
|
28
|
+
d:
|
29
|
+
'M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'
|
22
30
|
)
|
23
|
-
s.path(d: 'm22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65')
|
24
|
-
s.path(d: 'm22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65')
|
25
31
|
end
|
26
32
|
end
|
27
33
|
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class ListFilterPlus < 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 18h4')
|
19
|
+
s.path(d: 'M11 6H3')
|
20
|
+
s.path(d: 'M15 6h6')
|
21
|
+
s.path(d: 'M18 9V3')
|
22
|
+
s.path(d: 'M7 12h8')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -16,9 +16,10 @@ module Phlex
|
|
16
16
|
stroke_linecap: 'round',
|
17
17
|
stroke_linejoin: 'round'
|
18
18
|
) do |s|
|
19
|
+
s.path(d: 'M13.234 20.252 21 12.3')
|
19
20
|
s.path(
|
20
21
|
d:
|
21
|
-
'
|
22
|
+
'm16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486'
|
22
23
|
)
|
23
24
|
end
|
24
25
|
end
|
@@ -15,11 +15,11 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(
|
19
|
-
|
20
|
-
|
21
|
-
)
|
22
|
-
s.rect(
|
18
|
+
s.path(d: 'M2 10h6V4')
|
19
|
+
s.path(d: 'm2 4 6 6')
|
20
|
+
s.path(d: 'M21 10V7a2 2 0 0 0-2-2h-7')
|
21
|
+
s.path(d: 'M3 14v2a2 2 0 0 0 2 2h3')
|
22
|
+
s.rect(x: '12', y: '14', width: '10', height: '7', rx: '1')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -15,10 +15,10 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
+
s.path(d: 'M5 7v11a1 1 0 0 0 1 1h11')
|
19
|
+
s.path(d: 'M5.293 18.707 11 13')
|
18
20
|
s.circle(cx: '19', cy: '19', r: '2')
|
19
21
|
s.circle(cx: '5', cy: '5', r: '2')
|
20
|
-
s.path(d: 'M5 7v12h12')
|
21
|
-
s.path(d: 'm5 19 6-6')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class ScanHeart < 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(
|
19
|
+
d:
|
20
|
+
'M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z'
|
21
|
+
)
|
22
|
+
s.path(d: 'M17 3h2a2 2 0 0 1 2 2v2')
|
23
|
+
s.path(d: 'M21 17v2a2 2 0 0 1-2 2h-2')
|
24
|
+
s.path(d: 'M3 7V5a2 2 0 0 1 2-2h2')
|
25
|
+
s.path(d: 'M7 21H5a2 2 0 0 1-2-2v-2')
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable Layout/LineLength
|
4
3
|
module Phlex
|
5
4
|
module Icons
|
6
5
|
module Lucide
|
@@ -16,18 +15,20 @@ module Phlex
|
|
16
15
|
stroke_linecap: 'round',
|
17
16
|
stroke_linejoin: 'round'
|
18
17
|
) do |s|
|
18
|
+
s.path(d: 'M12 10.189V14')
|
19
|
+
s.path(d: 'M12 2v3')
|
20
|
+
s.path(d: 'M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6')
|
19
21
|
s.path(
|
20
22
|
d:
|
21
|
-
'
|
23
|
+
'M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76'
|
24
|
+
)
|
25
|
+
s.path(
|
26
|
+
d:
|
27
|
+
'M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1'
|
22
28
|
)
|
23
|
-
s.path(d: 'M19.38 20A11.6 11.6 0 0 0 21 14l-9-4-9 4c0 2.9.94 5.34 2.81 7.76')
|
24
|
-
s.path(d: 'M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6')
|
25
|
-
s.path(d: 'M12 10v4')
|
26
|
-
s.path(d: 'M12 2v3')
|
27
29
|
end
|
28
30
|
end
|
29
31
|
end
|
30
32
|
end
|
31
33
|
end
|
32
34
|
end
|
33
|
-
# rubocop:enable Layout/LineLength
|
@@ -15,11 +15,11 @@ module Phlex
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: 'M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22')
|
19
|
-
s.path(d: 'm18 2 4 4-4 4')
|
20
|
-
s.path(d: 'M2 6h1.9c1.5 0 2.9.9 3.6 2.2')
|
21
|
-
s.path(d: 'M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8')
|
22
18
|
s.path(d: 'm18 14 4 4-4 4')
|
19
|
+
s.path(d: 'm18 2 4 4-4 4')
|
20
|
+
s.path(d: 'M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22')
|
21
|
+
s.path(d: 'M2 6h1.972a4 4 0 0 1 3.6 2.2')
|
22
|
+
s.path(d: 'M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45')
|
23
23
|
end
|
24
24
|
end
|
25
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
|
@@ -15,15 +16,16 @@ module Phlex
|
|
15
16
|
stroke_linecap: 'round',
|
16
17
|
stroke_linejoin: 'round'
|
17
18
|
) do |s|
|
19
|
+
s.path(d: 'M18 11c-1.5 0-2.5.5-3 2')
|
18
20
|
s.path(
|
19
21
|
d:
|
20
|
-
'
|
22
|
+
'M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z'
|
21
23
|
)
|
22
|
-
s.path(d: 'M6 11c1.5 0
|
23
|
-
s.path(d: 'M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z')
|
24
|
+
s.path(d: 'M6 11c1.5 0 2.5.5 3 2')
|
24
25
|
end
|
25
26
|
end
|
26
27
|
end
|
27
28
|
end
|
28
29
|
end
|
29
30
|
end
|
31
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Phlex
|
4
|
+
module Icons
|
5
|
+
module Lucide
|
6
|
+
class WavesLadder < 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: 'M19 5a2 2 0 0 0-2 2v11')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1'
|
22
|
+
)
|
23
|
+
s.path(d: 'M7 13h10')
|
24
|
+
s.path(d: 'M7 9h10')
|
25
|
+
s.path(d: 'M9 5a2 2 0 0 0-2 2v11')
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
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.468.0'
|
7
7
|
VARIANTS = nil
|
8
8
|
|
9
9
|
extend Phlex::Kit
|
@@ -267,6 +267,7 @@ module Phlex
|
|
267
267
|
autoload :CalendarPlus2, 'phlex/icons/lucide/calendar_plus_2'
|
268
268
|
autoload :CalendarRange, 'phlex/icons/lucide/calendar_range'
|
269
269
|
autoload :CalendarSearch, 'phlex/icons/lucide/calendar_search'
|
270
|
+
autoload :CalendarSync, 'phlex/icons/lucide/calendar_sync'
|
270
271
|
autoload :CalendarX, 'phlex/icons/lucide/calendar_x'
|
271
272
|
autoload :CalendarX2, 'phlex/icons/lucide/calendar_x_2'
|
272
273
|
autoload :Camera, 'phlex/icons/lucide/camera'
|
@@ -519,6 +520,7 @@ module Phlex
|
|
519
520
|
autoload :Dribbble, 'phlex/icons/lucide/dribbble'
|
520
521
|
autoload :Drill, 'phlex/icons/lucide/drill'
|
521
522
|
autoload :Droplet, 'phlex/icons/lucide/droplet'
|
523
|
+
autoload :DropletOff, 'phlex/icons/lucide/droplet_off'
|
522
524
|
autoload :Droplets, 'phlex/icons/lucide/droplets'
|
523
525
|
autoload :Drum, 'phlex/icons/lucide/drum'
|
524
526
|
autoload :Drumstick, 'phlex/icons/lucide/drumstick'
|
@@ -779,6 +781,7 @@ module Phlex
|
|
779
781
|
autoload :ImagePlay, 'phlex/icons/lucide/image_play'
|
780
782
|
autoload :ImagePlus, 'phlex/icons/lucide/image_plus'
|
781
783
|
autoload :ImageUp, 'phlex/icons/lucide/image_up'
|
784
|
+
autoload :ImageUpscale, 'phlex/icons/lucide/image_upscale'
|
782
785
|
autoload :Images, 'phlex/icons/lucide/images'
|
783
786
|
autoload :Import, 'phlex/icons/lucide/import'
|
784
787
|
autoload :Inbox, 'phlex/icons/lucide/inbox'
|
@@ -818,7 +821,6 @@ module Phlex
|
|
818
821
|
autoload :Laugh, 'phlex/icons/lucide/laugh'
|
819
822
|
autoload :Layers, 'phlex/icons/lucide/layers'
|
820
823
|
autoload :Layers2, 'phlex/icons/lucide/layers_2'
|
821
|
-
autoload :Layers3, 'phlex/icons/lucide/layers_3'
|
822
824
|
autoload :LayoutDashboard, 'phlex/icons/lucide/layout_dashboard'
|
823
825
|
autoload :LayoutGrid, 'phlex/icons/lucide/layout_grid'
|
824
826
|
autoload :LayoutList, 'phlex/icons/lucide/layout_list'
|
@@ -845,6 +847,7 @@ module Phlex
|
|
845
847
|
autoload :ListCollapse, 'phlex/icons/lucide/list_collapse'
|
846
848
|
autoload :ListEnd, 'phlex/icons/lucide/list_end'
|
847
849
|
autoload :ListFilter, 'phlex/icons/lucide/list_filter'
|
850
|
+
autoload :ListFilterPlus, 'phlex/icons/lucide/list_filter_plus'
|
848
851
|
autoload :ListMinus, 'phlex/icons/lucide/list_minus'
|
849
852
|
autoload :ListMusic, 'phlex/icons/lucide/list_music'
|
850
853
|
autoload :ListOrdered, 'phlex/icons/lucide/list_ordered'
|
@@ -1186,6 +1189,7 @@ module Phlex
|
|
1186
1189
|
autoload :ScanBarcode, 'phlex/icons/lucide/scan_barcode'
|
1187
1190
|
autoload :ScanEye, 'phlex/icons/lucide/scan_eye'
|
1188
1191
|
autoload :ScanFace, 'phlex/icons/lucide/scan_face'
|
1192
|
+
autoload :ScanHeart, 'phlex/icons/lucide/scan_heart'
|
1189
1193
|
autoload :ScanLine, 'phlex/icons/lucide/scan_line'
|
1190
1194
|
autoload :ScanQrCode, 'phlex/icons/lucide/scan_qr_code'
|
1191
1195
|
autoload :ScanSearch, 'phlex/icons/lucide/scan_search'
|
@@ -1523,6 +1527,7 @@ module Phlex
|
|
1523
1527
|
autoload :WashingMachine, 'phlex/icons/lucide/washing_machine'
|
1524
1528
|
autoload :Watch, 'phlex/icons/lucide/watch'
|
1525
1529
|
autoload :Waves, 'phlex/icons/lucide/waves'
|
1530
|
+
autoload :WavesLadder, 'phlex/icons/lucide/waves_ladder'
|
1526
1531
|
autoload :Waypoints, 'phlex/icons/lucide/waypoints'
|
1527
1532
|
autoload :Webcam, 'phlex/icons/lucide/webcam'
|
1528
1533
|
autoload :Webhook, 'phlex/icons/lucide/webhook'
|
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.8.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
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -310,6 +310,7 @@ files:
|
|
310
310
|
- lib/phlex/icons/lucide/calendar_plus_2.rb
|
311
311
|
- lib/phlex/icons/lucide/calendar_range.rb
|
312
312
|
- lib/phlex/icons/lucide/calendar_search.rb
|
313
|
+
- lib/phlex/icons/lucide/calendar_sync.rb
|
313
314
|
- lib/phlex/icons/lucide/calendar_x.rb
|
314
315
|
- lib/phlex/icons/lucide/calendar_x_2.rb
|
315
316
|
- lib/phlex/icons/lucide/camera.rb
|
@@ -562,6 +563,7 @@ files:
|
|
562
563
|
- lib/phlex/icons/lucide/dribbble.rb
|
563
564
|
- lib/phlex/icons/lucide/drill.rb
|
564
565
|
- lib/phlex/icons/lucide/droplet.rb
|
566
|
+
- lib/phlex/icons/lucide/droplet_off.rb
|
565
567
|
- lib/phlex/icons/lucide/droplets.rb
|
566
568
|
- lib/phlex/icons/lucide/drum.rb
|
567
569
|
- lib/phlex/icons/lucide/drumstick.rb
|
@@ -822,6 +824,7 @@ files:
|
|
822
824
|
- lib/phlex/icons/lucide/image_play.rb
|
823
825
|
- lib/phlex/icons/lucide/image_plus.rb
|
824
826
|
- lib/phlex/icons/lucide/image_up.rb
|
827
|
+
- lib/phlex/icons/lucide/image_upscale.rb
|
825
828
|
- lib/phlex/icons/lucide/images.rb
|
826
829
|
- lib/phlex/icons/lucide/import.rb
|
827
830
|
- lib/phlex/icons/lucide/inbox.rb
|
@@ -861,7 +864,6 @@ files:
|
|
861
864
|
- lib/phlex/icons/lucide/laugh.rb
|
862
865
|
- lib/phlex/icons/lucide/layers.rb
|
863
866
|
- lib/phlex/icons/lucide/layers_2.rb
|
864
|
-
- lib/phlex/icons/lucide/layers_3.rb
|
865
867
|
- lib/phlex/icons/lucide/layout_dashboard.rb
|
866
868
|
- lib/phlex/icons/lucide/layout_grid.rb
|
867
869
|
- lib/phlex/icons/lucide/layout_list.rb
|
@@ -888,6 +890,7 @@ files:
|
|
888
890
|
- lib/phlex/icons/lucide/list_collapse.rb
|
889
891
|
- lib/phlex/icons/lucide/list_end.rb
|
890
892
|
- lib/phlex/icons/lucide/list_filter.rb
|
893
|
+
- lib/phlex/icons/lucide/list_filter_plus.rb
|
891
894
|
- lib/phlex/icons/lucide/list_minus.rb
|
892
895
|
- lib/phlex/icons/lucide/list_music.rb
|
893
896
|
- lib/phlex/icons/lucide/list_ordered.rb
|
@@ -1229,6 +1232,7 @@ files:
|
|
1229
1232
|
- lib/phlex/icons/lucide/scan_barcode.rb
|
1230
1233
|
- lib/phlex/icons/lucide/scan_eye.rb
|
1231
1234
|
- lib/phlex/icons/lucide/scan_face.rb
|
1235
|
+
- lib/phlex/icons/lucide/scan_heart.rb
|
1232
1236
|
- lib/phlex/icons/lucide/scan_line.rb
|
1233
1237
|
- lib/phlex/icons/lucide/scan_qr_code.rb
|
1234
1238
|
- lib/phlex/icons/lucide/scan_search.rb
|
@@ -1566,6 +1570,7 @@ files:
|
|
1566
1570
|
- lib/phlex/icons/lucide/washing_machine.rb
|
1567
1571
|
- lib/phlex/icons/lucide/watch.rb
|
1568
1572
|
- lib/phlex/icons/lucide/waves.rb
|
1573
|
+
- lib/phlex/icons/lucide/waves_ladder.rb
|
1569
1574
|
- lib/phlex/icons/lucide/waypoints.rb
|
1570
1575
|
- lib/phlex/icons/lucide/webcam.rb
|
1571
1576
|
- lib/phlex/icons/lucide/webhook.rb
|