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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/lib/phlex-icons/lucide/axis_3d.rb +4 -2
  3. data/lib/phlex-icons/lucide/chevrons_left_right_ellipsis.rb +3 -3
  4. data/lib/phlex-icons/lucide/circle_pound_sterling.rb +25 -0
  5. data/lib/phlex-icons/lucide/clock_6.rb +1 -1
  6. data/lib/phlex-icons/lucide/code.rb +2 -2
  7. data/lib/phlex-icons/lucide/corner_down_left.rb +1 -1
  8. data/lib/phlex-icons/lucide/corner_down_right.rb +1 -1
  9. data/lib/phlex-icons/lucide/corner_left_down.rb +1 -1
  10. data/lib/phlex-icons/lucide/corner_left_up.rb +1 -1
  11. data/lib/phlex-icons/lucide/corner_right_down.rb +1 -1
  12. data/lib/phlex-icons/lucide/corner_right_up.rb +1 -1
  13. data/lib/phlex-icons/lucide/corner_up_left.rb +1 -1
  14. data/lib/phlex-icons/lucide/corner_up_right.rb +1 -1
  15. data/lib/phlex-icons/lucide/download.rb +2 -2
  16. data/lib/phlex-icons/lucide/factory.rb +6 -4
  17. data/lib/phlex-icons/lucide/forward.rb +1 -1
  18. data/lib/phlex-icons/lucide/iteration_ccw.rb +2 -2
  19. data/lib/phlex-icons/lucide/iteration_cw.rb +2 -2
  20. data/lib/phlex-icons/lucide/landmark.rb +9 -6
  21. data/lib/phlex-icons/lucide/log_in.rb +2 -2
  22. data/lib/phlex-icons/lucide/log_out.rb +2 -2
  23. data/lib/phlex-icons/lucide/maximize_2.rb +4 -4
  24. data/lib/phlex-icons/lucide/minimize_2.rb +4 -4
  25. data/lib/phlex-icons/lucide/reply.rb +1 -1
  26. data/lib/phlex-icons/lucide/reply_all.rb +2 -2
  27. data/lib/phlex-icons/lucide/satellite.rb +15 -4
  28. data/lib/phlex-icons/lucide/separator_horizontal.rb +3 -3
  29. data/lib/phlex-icons/lucide/separator_vertical.rb +3 -3
  30. data/lib/phlex-icons/lucide/share.rb +2 -2
  31. data/lib/phlex-icons/lucide/square_code.rb +3 -3
  32. data/lib/phlex-icons/lucide/square_dashed_top_solid.rb +32 -0
  33. data/lib/phlex-icons/lucide/terminal.rb +2 -2
  34. data/lib/phlex-icons/lucide/trending_down.rb +2 -2
  35. data/lib/phlex-icons/lucide/trending_up.rb +2 -2
  36. data/lib/phlex-icons/lucide/tv.rb +2 -2
  37. data/lib/phlex-icons/lucide/type.rb +3 -3
  38. data/lib/phlex-icons/lucide/university.rb +12 -7
  39. data/lib/phlex-icons/lucide/upload.rb +2 -2
  40. data/lib/phlex-icons/lucide/user_check.rb +1 -1
  41. data/lib/phlex-icons/lucide/warehouse.rb +4 -4
  42. data/lib/phlex-icons/lucide/wrap_text.rb +3 -3
  43. data/lib/phlex-icons/lucide.rb +3 -1
  44. data/lib/phlex-icons/version.rb +1 -1
  45. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b401fab030e4921fb5ae367387c29533f6777c70e453852b49a41dea66f87a0
4
- data.tar.gz: '085f088614268baaad0ba5345aefd14f297789933d23b39c47d556aa3e32ab55'
3
+ metadata.gz: 95f4c73d66652f11bdacee51959aa18dffc5904dbf3e8f3e0f0f10df21c456cc
4
+ data.tar.gz: e63a20376fbf8d37714d77ec4c2984cc2aeb7179e9463e08b57477c27e6e10be
5
5
  SHA512:
6
- metadata.gz: f37e6928e1d1630930b5c8c5890438cc83c0684cd3b168d27b547589611aed846a529da52b7cb4d9f031e39a872a1d4fee0b4eed4d2148b5e51796b0488a8e76
7
- data.tar.gz: 82529ac9935fb7f48368bb24b7788a39b5f4be7eb09055f30d1bc8f86aa492ea3de0bf6722b91c62caab2437eacbc46a234ad7fec1aaf80512651d50cb9ce460
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: 'M4 4v16h16')
18
- s.path(d: 'm4 20 7-7')
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,8 +14,8 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
+ s.path(d: 'M12 16.5V6')
17
18
  s.circle(cx: '12', cy: '12', r: '10')
18
- s.polyline(points: '12 6 12 12 12 16.5')
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.polyline(points: '16 18 22 12 16 6')
18
- s.polyline(points: '8 6 2 12 8 18')
17
+ s.path(d: 'm16 18 6-6-6-6')
18
+ s.path(d: 'm8 6-6 6 6 6')
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.polyline(points: '9 10 4 15 9 20')
18
17
  s.path(d: 'M20 4v7a4 4 0 0 1-4 4H4')
18
+ s.path(d: 'm9 10-5 5 5 5')
19
19
  end
20
20
  end
21
21
  end
@@ -14,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '15 10 20 15 15 20')
17
+ s.path(d: 'm15 10 5 5-5 5')
18
18
  s.path(d: 'M4 4v7a4 4 0 0 0 4 4h12')
19
19
  end
20
20
  end
@@ -14,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '14 15 9 20 4 15')
17
+ s.path(d: 'm14 15-5 5-5-5')
18
18
  s.path(d: 'M20 4h-7a4 4 0 0 0-4 4v12')
19
19
  end
20
20
  end
@@ -14,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '14 9 9 4 4 9')
17
+ s.path(d: 'M14 9 9 4 4 9')
18
18
  s.path(d: 'M20 20h-7a4 4 0 0 1-4-4V4')
19
19
  end
20
20
  end
@@ -14,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '10 15 15 20 20 15')
17
+ s.path(d: 'm10 15 5 5 5-5')
18
18
  s.path(d: 'M4 4h7a4 4 0 0 1 4 4v12')
19
19
  end
20
20
  end
@@ -14,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '10 9 15 4 20 9')
17
+ s.path(d: 'm10 9 5-5 5 5')
18
18
  s.path(d: 'M4 20h7a4 4 0 0 0 4-4V4')
19
19
  end
20
20
  end
@@ -14,8 +14,8 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '9 14 4 9 9 4')
18
17
  s.path(d: 'M20 20v-7a4 4 0 0 0-4-4H4')
18
+ s.path(d: 'M9 14 4 9l5-5')
19
19
  end
20
20
  end
21
21
  end
@@ -14,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '15 14 20 9 15 4')
17
+ s.path(d: 'm15 14 5-5-5-5')
18
18
  s.path(d: 'M4 20v-7a4 4 0 0 1 4-4h12')
19
19
  end
20
20
  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.polyline(points: '7 10 12 15 17 10')
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
- 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'
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: 'M17 18h1')
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,7 +14,7 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '15 17 20 12 15 7')
17
+ s.path(d: 'm15 17 5-5-5-5')
18
18
  s.path(d: 'M4 18v-2a4 4 0 0 1 4-4h12')
19
19
  end
20
20
  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: 'M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8')
18
- s.polyline(points: '16 14 20 18 16 22')
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 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4')
18
- s.polyline(points: '8 22 4 18 8 14')
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.line(x1: '3', x2: '21', y1: '22', y2: '22')
18
- s.line(x1: '6', x2: '6', y1: '18', y2: '11')
19
- s.line(x1: '10', x2: '10', y1: '18', y2: '11')
20
- s.line(x1: '14', x2: '14', y1: '18', y2: '11')
21
- s.line(x1: '18', x2: '18', y1: '18', y2: '11')
22
- s.polygon(points: '12 2 20 7 4 7')
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.polyline(points: '15 3 21 3 21 9')
18
- s.polyline(points: '9 21 3 21 3 15')
19
- s.line(x1: '21', x2: '14', y1: '3', y2: '10')
20
- s.line(x1: '3', x2: '10', y1: '21', y2: '14')
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.polyline(points: '4 14 10 14 10 20')
18
- s.polyline(points: '20 10 14 10 14 4')
19
- s.line(x1: '14', x2: '21', y1: '10', y2: '3')
20
- s.line(x1: '3', x2: '10', y1: '21', y2: '14')
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,8 +14,8 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.polyline(points: '9 17 4 12 9 7')
18
17
  s.path(d: 'M20 18v-2a4 4 0 0 0-4-4H4')
18
+ s.path(d: 'm9 17-5-5 5-5')
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.polyline(points: '7 17 2 12 7 7')
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(d: 'M13 7 9 3 5 7l4 4')
18
- s.path(d: 'm17 11 4 4-4 4-4-4')
19
- s.path(d: 'm8 12 4 4 6-6-4-4Z')
20
- s.path(d: 'm16 8 3-3')
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.line(x1: '3', x2: '21', y1: '12', y2: '12')
18
- s.polyline(points: '8 8 12 4 16 8')
19
- s.polyline(points: '16 16 12 20 8 16')
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.line(x1: '12', x2: '12', y1: '3', y2: '21')
18
- s.polyline(points: '8 8 4 12 8 16')
19
- s.polyline(points: '16 16 20 12 16 8')
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: 'M10 9.5 8 12l2 2.5')
18
- s.path(d: 'm14 9.5 2 2.5-2 2.5')
19
- s.rect(width: '18', height: '18', x: '3', y: '3', rx: '2')
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.polyline(points: '4 17 10 11 4 5')
18
- s.line(x1: '12', x2: '20', y1: '19', y2: '19')
17
+ s.path(d: 'M12 19h8')
18
+ s.path(d: 'm4 17 6-6-6-6')
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.polyline(points: '22 17 13.5 8.5 8.5 13.5 2 7')
18
- s.polyline(points: '16 17 22 17 22 11')
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.polyline(points: '22 7 13.5 15.5 8.5 10.5 2 17')
18
- s.polyline(points: '16 7 22 7 22 13')
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.rect(width: '20', height: '15', x: '2', y: '7', rx: '2', ry: '2')
18
- s.polyline(points: '17 2 12 7 7 2')
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.polyline(points: '4 7 4 4 20 4 20 7')
18
- s.line(x1: '9', x2: '15', y1: '20', y2: '20')
19
- s.line(x1: '12', x2: '12', y1: '4', y2: '20')
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.circle(cx: '12', cy: '10', r: '1')
18
- s.path(d: 'M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2')
19
- s.path(d: 'M6 17v.01')
20
- s.path(d: 'M6 13v.01')
21
- s.path(d: 'M18 17v.01')
22
- s.path(d: 'M18 13v.01')
23
- s.path(d: 'M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5')
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 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z'
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 18h12')
23
- s.path(d: 'M6 14h12')
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.line(x1: '3', x2: '21', y1: '6', y2: '6')
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.polyline(points: '16 16 14 18 16 20')
20
- s.line(x1: '3', x2: '10', y1: '18', y2: '18')
19
+ s.path(d: 'M3 18h7')
20
+ s.path(d: 'M3 6h18')
21
21
  end
22
22
  end
23
23
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.510.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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.22.0'
4
+ VERSION = '2.23.0'
5
5
  end
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.22.0
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-21 00:00:00.000000000 Z
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