phlex-icons-lucide 2.22.0 → 2.23.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/axis_3d.rb +4 -2
- data/lib/phlex-icons/lucide/chevrons_left_right_ellipsis.rb +3 -3
- data/lib/phlex-icons/lucide/circle_pound_sterling.rb +25 -0
- data/lib/phlex-icons/lucide/clock_6.rb +1 -1
- data/lib/phlex-icons/lucide/code.rb +2 -2
- data/lib/phlex-icons/lucide/corner_down_left.rb +1 -1
- data/lib/phlex-icons/lucide/corner_down_right.rb +1 -1
- data/lib/phlex-icons/lucide/corner_left_down.rb +1 -1
- data/lib/phlex-icons/lucide/corner_left_up.rb +1 -1
- data/lib/phlex-icons/lucide/corner_right_down.rb +1 -1
- data/lib/phlex-icons/lucide/corner_right_up.rb +1 -1
- data/lib/phlex-icons/lucide/corner_up_left.rb +1 -1
- data/lib/phlex-icons/lucide/corner_up_right.rb +1 -1
- data/lib/phlex-icons/lucide/download.rb +2 -2
- data/lib/phlex-icons/lucide/factory.rb +6 -4
- data/lib/phlex-icons/lucide/forward.rb +1 -1
- data/lib/phlex-icons/lucide/iteration_ccw.rb +2 -2
- data/lib/phlex-icons/lucide/iteration_cw.rb +2 -2
- data/lib/phlex-icons/lucide/landmark.rb +9 -6
- data/lib/phlex-icons/lucide/log_in.rb +2 -2
- data/lib/phlex-icons/lucide/log_out.rb +2 -2
- data/lib/phlex-icons/lucide/maximize_2.rb +4 -4
- data/lib/phlex-icons/lucide/minimize_2.rb +4 -4
- data/lib/phlex-icons/lucide/reply.rb +1 -1
- data/lib/phlex-icons/lucide/reply_all.rb +2 -2
- data/lib/phlex-icons/lucide/satellite.rb +15 -4
- data/lib/phlex-icons/lucide/separator_horizontal.rb +3 -3
- data/lib/phlex-icons/lucide/separator_vertical.rb +3 -3
- data/lib/phlex-icons/lucide/share.rb +2 -2
- data/lib/phlex-icons/lucide/square_code.rb +3 -3
- data/lib/phlex-icons/lucide/square_dashed_top_solid.rb +32 -0
- data/lib/phlex-icons/lucide/terminal.rb +2 -2
- data/lib/phlex-icons/lucide/trending_down.rb +2 -2
- data/lib/phlex-icons/lucide/trending_up.rb +2 -2
- data/lib/phlex-icons/lucide/tv.rb +2 -2
- data/lib/phlex-icons/lucide/type.rb +3 -3
- data/lib/phlex-icons/lucide/university.rb +12 -7
- data/lib/phlex-icons/lucide/upload.rb +2 -2
- data/lib/phlex-icons/lucide/user_check.rb +1 -1
- data/lib/phlex-icons/lucide/warehouse.rb +4 -4
- data/lib/phlex-icons/lucide/wrap_text.rb +3 -3
- data/lib/phlex-icons/lucide.rb +3 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95f4c73d66652f11bdacee51959aa18dffc5904dbf3e8f3e0f0f10df21c456cc
|
4
|
+
data.tar.gz: e63a20376fbf8d37714d77ec4c2984cc2aeb7179e9463e08b57477c27e6e10be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa9ed0da8d37b35ec95f29828d25a10a8bc64eae93879b9135c92e3428c281c34fb463a641c598f9c26dccc6d1eb3a641edb0b91bfafe3297105930096a477c3
|
7
|
+
data.tar.gz: 4a12cca87111cc192af420b045ded7aa91f40072d921b6aecb8eb4827afb0c506d3d68c3005ac490d4d56f18fa3b6609e71a51afff060e4f910abb81e988063d
|
@@ -14,8 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M13.5 10.5 15 9')
|
18
|
+
s.path(d: 'M4 4v15a1 1 0 0 0 1 1h15')
|
19
|
+
s.path(d: 'M4.293 19.707 6 18')
|
20
|
+
s.path(d: 'm9 15 1.5-1.5')
|
19
21
|
end
|
20
22
|
end
|
21
23
|
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: 'm18 8 4 4-4 4')
|
18
|
-
s.path(d: 'm6 8-4 4 4 4')
|
19
|
-
s.path(d: 'M8 12h.01')
|
20
17
|
s.path(d: 'M12 12h.01')
|
21
18
|
s.path(d: 'M16 12h.01')
|
19
|
+
s.path(d: 'm17 7 5 5-5 5')
|
20
|
+
s.path(d: 'm7 7-5 5 5 5')
|
21
|
+
s.path(d: 'M8 12h.01')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class CirclePoundSterling < 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: 'M10 16V9.5a1 1 0 0 1 5 0')
|
18
|
+
s.path(d: 'M8 12h4')
|
19
|
+
s.path(d: 'M8 16h7')
|
20
|
+
s.circle(cx: '12', cy: '12', r: '10')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M12 15V3')
|
17
18
|
s.path(d: 'M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4')
|
18
|
-
s.
|
19
|
-
s.line(x1: '12', x2: '12', y1: '15', y2: '3')
|
19
|
+
s.path(d: 'm7 10 5 5 5-5')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
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 Factory < Base
|
@@ -14,15 +15,16 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
18
|
+
s.path(d: 'M12 16h.01')
|
19
|
+
s.path(d: 'M16 16h.01')
|
17
20
|
s.path(
|
18
21
|
d:
|
19
|
-
'
|
22
|
+
'M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z'
|
20
23
|
)
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: 'M12 18h1')
|
23
|
-
s.path(d: 'M7 18h1')
|
24
|
+
s.path(d: 'M8 16h.01')
|
24
25
|
end
|
25
26
|
end
|
26
27
|
end
|
27
28
|
end
|
28
29
|
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,8 +14,8 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.
|
17
|
+
s.path(d: 'm16 14 4 4-4 4')
|
18
|
+
s.path(d: 'M20 10a8 8 0 1 0-8 8h8')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -14,8 +14,8 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M4
|
18
|
-
s.
|
17
|
+
s.path(d: 'M4 10a8 8 0 1 1 8 8H4')
|
18
|
+
s.path(d: 'm8 22-4-4 4-4')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -14,12 +14,15 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
s.
|
17
|
+
s.path(d: 'M10 18v-7')
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z'
|
21
|
+
)
|
22
|
+
s.path(d: 'M14 18v-7')
|
23
|
+
s.path(d: 'M18 18v-7')
|
24
|
+
s.path(d: 'M3 22h18')
|
25
|
+
s.path(d: 'M6 18v-7')
|
23
26
|
end
|
24
27
|
end
|
25
28
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'm10 17 5-5-5-5')
|
18
|
+
s.path(d: 'M15 12H3')
|
17
19
|
s.path(d: 'M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4')
|
18
|
-
s.polyline(points: '10 17 15 12 10 7')
|
19
|
-
s.line(x1: '15', x2: '3', y1: '12', y2: '12')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'm16 17 5-5-5-5')
|
18
|
+
s.path(d: 'M21 12H9')
|
17
19
|
s.path(d: 'M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4')
|
18
|
-
s.polyline(points: '16 17 21 12 16 7')
|
19
|
-
s.line(x1: '21', x2: '9', y1: '12', y2: '12')
|
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: 'M15 3h6v6')
|
18
|
+
s.path(d: 'm21 3-7 7')
|
19
|
+
s.path(d: 'm3 21 7-7')
|
20
|
+
s.path(d: 'M9 21H3v-6')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
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: 'm14 10 7-7')
|
18
|
+
s.path(d: 'M20 10h-6V4')
|
19
|
+
s.path(d: 'm3 21 7-7')
|
20
|
+
s.path(d: 'M4 14h6v6')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
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.polyline(points: '12 17 7 12 12 7')
|
17
|
+
s.path(d: 'm12 17-5-5 5-5')
|
19
18
|
s.path(d: 'M22 18v-2a4 4 0 0 0-4-4H7')
|
19
|
+
s.path(d: 'm7 17-5-5 5-5')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
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 Satellite < Base
|
@@ -14,13 +15,23 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(
|
18
|
-
|
19
|
-
|
20
|
-
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'm13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5'
|
21
|
+
)
|
22
|
+
s.path(d: 'M16.5 7.5 19 5')
|
23
|
+
s.path(
|
24
|
+
d:
|
25
|
+
'm17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5'
|
26
|
+
)
|
21
27
|
s.path(d: 'M9 21a6 6 0 0 0-6-6')
|
28
|
+
s.path(
|
29
|
+
d:
|
30
|
+
'M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z'
|
31
|
+
)
|
22
32
|
end
|
23
33
|
end
|
24
34
|
end
|
25
35
|
end
|
26
36
|
end
|
37
|
+
# rubocop:enable Layout/LineLength
|
@@ -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: 'm16 16-4 4-4-4')
|
18
|
+
s.path(d: 'M3 12h18')
|
19
|
+
s.path(d: 'm8 8 4-4 4 4')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
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: 'M12 3v18')
|
18
|
+
s.path(d: 'm16 16 4-4-4-4')
|
19
|
+
s.path(d: 'm8 8-4 4 4 4')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M12 2v13')
|
18
|
+
s.path(d: 'm16 6-4-4-4 4')
|
17
19
|
s.path(d: 'M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8')
|
18
|
-
s.polyline(points: '16 6 12 2 8 6')
|
19
|
-
s.line(x1: '12', x2: '12', y1: '2', y2: '15')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: 'm14
|
19
|
-
s.rect(
|
17
|
+
s.path(d: 'm10 9-3 3 3 3')
|
18
|
+
s.path(d: 'm14 15 3-3-3-3')
|
19
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class SquareDashedTopSolid < 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: 'M14 21h1')
|
19
|
+
s.path(d: 'M21 14v1')
|
20
|
+
s.path(d: 'M21 19a2 2 0 0 1-2 2')
|
21
|
+
s.path(d: 'M21 9v1')
|
22
|
+
s.path(d: 'M3 14v1')
|
23
|
+
s.path(d: 'M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2')
|
24
|
+
s.path(d: 'M3 9v1')
|
25
|
+
s.path(d: 'M5 21a2 2 0 0 1-2-2')
|
26
|
+
s.path(d: 'M9 21h1')
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
# rubocop:enable Metrics/MethodLength
|
@@ -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: 'M16 17h6v-6')
|
18
|
+
s.path(d: 'm22 17-8.5-8.5-5 5L2 7')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -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: 'M16 7h6v6')
|
18
|
+
s.path(d: 'm22 7-8.5 8.5-5-5L2 17')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -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: 'm17 2-5 5-5-5')
|
18
|
+
s.rect(width: '20', height: '15', x: '2', y: '7', rx: '2')
|
19
19
|
end
|
20
20
|
end
|
21
21
|
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: 'M12 4v16')
|
18
|
+
s.path(d: 'M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2')
|
19
|
+
s.path(d: 'M9 20h6')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
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 University < Base
|
@@ -14,15 +15,19 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
20
|
-
s.path(
|
21
|
-
|
22
|
-
|
23
|
-
|
18
|
+
s.path(d: 'M14 21v-3a2 2 0 0 0-4 0v3')
|
19
|
+
s.path(d: 'M18 12h.01')
|
20
|
+
s.path(d: 'M18 16h.01')
|
21
|
+
s.path(
|
22
|
+
d:
|
23
|
+
'M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z'
|
24
|
+
)
|
25
|
+
s.path(d: 'M6 12h.01')
|
26
|
+
s.path(d: 'M6 16h.01')
|
27
|
+
s.circle(cx: '12', cy: '10', r: '2')
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
27
31
|
end
|
28
32
|
end
|
33
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'M12 3v12')
|
18
|
+
s.path(d: 'm17 8-5-5-5 5')
|
17
19
|
s.path(d: 'M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4')
|
18
|
-
s.polyline(points: '17 8 12 3 7 8')
|
19
|
-
s.line(x1: '12', x2: '12', y1: '3', y2: '15')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
+
s.path(d: 'm16 11 2 2 4-4')
|
17
18
|
s.path(d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2')
|
18
19
|
s.circle(cx: '9', cy: '7', r: '4')
|
19
|
-
s.polyline(points: '16 11 18 13 22 9')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -15,13 +15,13 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
+
s.path(d: 'M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11')
|
18
19
|
s.path(
|
19
20
|
d:
|
20
|
-
'M22
|
21
|
+
'M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z'
|
21
22
|
)
|
22
|
-
s.path(d: 'M6
|
23
|
-
s.path(d: 'M6
|
24
|
-
s.rect(width: '12', height: '12', x: '6', y: '10')
|
23
|
+
s.path(d: 'M6 13h12')
|
24
|
+
s.path(d: 'M6 17h12')
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
17
|
+
s.path(d: 'm16 16-2 2 2 2')
|
18
18
|
s.path(d: 'M3 12h15a3 3 0 1 1 0 6h-4')
|
19
|
-
s.
|
20
|
-
s.
|
19
|
+
s.path(d: 'M3 18h7')
|
20
|
+
s.path(d: 'M3 6h18')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
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.511.0'
|
6
6
|
VARIANTS = nil
|
7
7
|
|
8
8
|
extend Phlex::Kit
|
@@ -380,6 +380,7 @@ module PhlexIcons
|
|
380
380
|
autoload :CirclePercent, 'phlex-icons/lucide/circle_percent'
|
381
381
|
autoload :CirclePlay, 'phlex-icons/lucide/circle_play'
|
382
382
|
autoload :CirclePlus, 'phlex-icons/lucide/circle_plus'
|
383
|
+
autoload :CirclePoundSterling, 'phlex-icons/lucide/circle_pound_sterling'
|
383
384
|
autoload :CirclePower, 'phlex-icons/lucide/circle_power'
|
384
385
|
autoload :CircleSlash, 'phlex-icons/lucide/circle_slash'
|
385
386
|
autoload :CircleSlash2, 'phlex-icons/lucide/circle_slash_2'
|
@@ -1349,6 +1350,7 @@ module PhlexIcons
|
|
1349
1350
|
autoload :SquareDashedBottomCode, 'phlex-icons/lucide/square_dashed_bottom_code'
|
1350
1351
|
autoload :SquareDashedKanban, 'phlex-icons/lucide/square_dashed_kanban'
|
1351
1352
|
autoload :SquareDashedMousePointer, 'phlex-icons/lucide/square_dashed_mouse_pointer'
|
1353
|
+
autoload :SquareDashedTopSolid, 'phlex-icons/lucide/square_dashed_top_solid'
|
1352
1354
|
autoload :SquareDivide, 'phlex-icons/lucide/square_divide'
|
1353
1355
|
autoload :SquareDot, 'phlex-icons/lucide/square_dot'
|
1354
1356
|
autoload :SquareEqual, 'phlex-icons/lucide/square_equal'
|
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.23.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-05-
|
11
|
+
date: 2025-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -426,6 +426,7 @@ files:
|
|
426
426
|
- lib/phlex-icons/lucide/circle_percent.rb
|
427
427
|
- lib/phlex-icons/lucide/circle_play.rb
|
428
428
|
- lib/phlex-icons/lucide/circle_plus.rb
|
429
|
+
- lib/phlex-icons/lucide/circle_pound_sterling.rb
|
429
430
|
- lib/phlex-icons/lucide/circle_power.rb
|
430
431
|
- lib/phlex-icons/lucide/circle_slash.rb
|
431
432
|
- lib/phlex-icons/lucide/circle_slash_2.rb
|
@@ -1395,6 +1396,7 @@ files:
|
|
1395
1396
|
- lib/phlex-icons/lucide/square_dashed_bottom_code.rb
|
1396
1397
|
- lib/phlex-icons/lucide/square_dashed_kanban.rb
|
1397
1398
|
- lib/phlex-icons/lucide/square_dashed_mouse_pointer.rb
|
1399
|
+
- lib/phlex-icons/lucide/square_dashed_top_solid.rb
|
1398
1400
|
- lib/phlex-icons/lucide/square_divide.rb
|
1399
1401
|
- lib/phlex-icons/lucide/square_dot.rb
|
1400
1402
|
- lib/phlex-icons/lucide/square_equal.rb
|