phlex-icons-lucide 2.18.0 → 2.20.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 (92) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +5 -1
  3. data/README.md +44 -0
  4. data/generators/flag.rb +1 -1
  5. data/generators/hero.rb +1 -1
  6. data/generators/tabler.rb +1 -1
  7. data/lib/phlex-icons/configuration.rb +24 -1
  8. data/lib/phlex-icons/icon.rb +31 -0
  9. data/lib/phlex-icons/lucide/air_vent.rb +2 -2
  10. data/lib/phlex-icons/lucide/baby.rb +3 -3
  11. data/lib/phlex-icons/lucide/bell_electric.rb +4 -4
  12. data/lib/phlex-icons/lucide/book_key.rb +2 -2
  13. data/lib/phlex-icons/lucide/bow_arrow.rb +33 -0
  14. data/lib/phlex-icons/lucide/brain_cog.rb +19 -17
  15. data/lib/phlex-icons/lucide/brick_wall_fire.rb +33 -0
  16. data/lib/phlex-icons/lucide/brush.rb +3 -5
  17. data/lib/phlex-icons/lucide/brush_cleaning.rb +30 -0
  18. data/lib/phlex-icons/lucide/bubbles.rb +25 -0
  19. data/lib/phlex-icons/lucide/calendar_cog.rb +9 -9
  20. data/lib/phlex-icons/lucide/calendar_plus.rb +4 -4
  21. data/lib/phlex-icons/lucide/clipboard_paste.rb +5 -8
  22. data/lib/phlex-icons/lucide/clock_plus.rb +25 -0
  23. data/lib/phlex-icons/lucide/cloud_cog.rb +12 -10
  24. data/lib/phlex-icons/lucide/columns_3_cog.rb +35 -0
  25. data/lib/phlex-icons/lucide/cpu.rb +14 -10
  26. data/lib/phlex-icons/lucide/decimals_arrow_left.rb +25 -0
  27. data/lib/phlex-icons/lucide/decimals_arrow_right.rb +26 -0
  28. data/lib/phlex-icons/lucide/door_closed.rb +1 -1
  29. data/lib/phlex-icons/lucide/door_closed_locked.rb +26 -0
  30. data/lib/phlex-icons/lucide/door_open.rb +5 -5
  31. data/lib/phlex-icons/lucide/dumbbell.rb +5 -5
  32. data/lib/phlex-icons/lucide/expand.rb +4 -4
  33. data/lib/phlex-icons/lucide/file_badge_2.rb +7 -3
  34. data/lib/phlex-icons/lucide/file_cog.rb +8 -8
  35. data/lib/phlex-icons/lucide/folder_cog.rb +10 -10
  36. data/lib/phlex-icons/lucide/guitar.rb +1 -2
  37. data/lib/phlex-icons/lucide/hamburger.rb +28 -0
  38. data/lib/phlex-icons/lucide/heart_minus.rb +28 -0
  39. data/lib/phlex-icons/lucide/heart_plus.rb +29 -0
  40. data/lib/phlex-icons/lucide/lamp.rb +7 -2
  41. data/lib/phlex-icons/lucide/lamp_ceiling.rb +5 -2
  42. data/lib/phlex-icons/lucide/lamp_desk.rb +11 -4
  43. data/lib/phlex-icons/lucide/lamp_floor.rb +5 -2
  44. data/lib/phlex-icons/lucide/lamp_wall_down.rb +8 -3
  45. data/lib/phlex-icons/lucide/lamp_wall_up.rb +8 -3
  46. data/lib/phlex-icons/lucide/laptop.rb +2 -1
  47. data/lib/phlex-icons/lucide/layers_2.rb +2 -2
  48. data/lib/phlex-icons/lucide/locate_off.rb +7 -13
  49. data/lib/phlex-icons/lucide/location_edit.rb +29 -0
  50. data/lib/phlex-icons/lucide/mail.rb +2 -2
  51. data/lib/phlex-icons/lucide/menu.rb +3 -3
  52. data/lib/phlex-icons/lucide/monitor_cog.rb +8 -8
  53. data/lib/phlex-icons/lucide/non_binary.rb +2 -2
  54. data/lib/phlex-icons/lucide/orbit.rb +2 -2
  55. data/lib/phlex-icons/lucide/package_2.rb +7 -2
  56. data/lib/phlex-icons/lucide/palette.rb +5 -5
  57. data/lib/phlex-icons/lucide/panda.rb +32 -0
  58. data/lib/phlex-icons/lucide/phone.rb +1 -1
  59. data/lib/phlex-icons/lucide/phone_call.rb +3 -3
  60. data/lib/phlex-icons/lucide/phone_forwarded.rb +3 -3
  61. data/lib/phlex-icons/lucide/phone_incoming.rb +3 -3
  62. data/lib/phlex-icons/lucide/phone_missed.rb +3 -3
  63. data/lib/phlex-icons/lucide/phone_off.rb +6 -2
  64. data/lib/phlex-icons/lucide/phone_outgoing.rb +3 -3
  65. data/lib/phlex-icons/lucide/piggy_bank.rb +3 -3
  66. data/lib/phlex-icons/lucide/pipette.rb +8 -3
  67. data/lib/phlex-icons/lucide/rectangle_goggles.rb +27 -0
  68. data/lib/phlex-icons/lucide/rotate_ccw_key.rb +26 -0
  69. data/lib/phlex-icons/lucide/ruler_dimension_line.rb +28 -0
  70. data/lib/phlex-icons/lucide/search.rb +1 -1
  71. data/lib/phlex-icons/lucide/server_cog.rb +9 -10
  72. data/lib/phlex-icons/lucide/shredder.rb +28 -0
  73. data/lib/phlex-icons/lucide/soap_dispenser_droplet.rb +33 -0
  74. data/lib/phlex-icons/lucide/squares_exclude.rb +29 -0
  75. data/lib/phlex-icons/lucide/squares_intersect.rb +36 -0
  76. data/lib/phlex-icons/lucide/squares_subtract.rb +30 -0
  77. data/lib/phlex-icons/lucide/squares_unite.rb +27 -0
  78. data/lib/phlex-icons/lucide/text_cursor_input.rb +4 -4
  79. data/lib/phlex-icons/lucide/touchpad_off.rb +4 -4
  80. data/lib/phlex-icons/lucide/traffic_cone.rb +4 -7
  81. data/lib/phlex-icons/lucide/truck_electric.rb +33 -0
  82. data/lib/phlex-icons/lucide/user_cog.rb +9 -9
  83. data/lib/phlex-icons/lucide/user_lock.rb +25 -0
  84. data/lib/phlex-icons/lucide/user_round_cog.rb +8 -8
  85. data/lib/phlex-icons/lucide/users.rb +2 -2
  86. data/lib/phlex-icons/lucide/wifi_pen.rb +30 -0
  87. data/lib/phlex-icons/lucide.rb +27 -1
  88. data/lib/phlex-icons/name_parser.rb +117 -0
  89. data/lib/phlex-icons/railtie.rb +17 -0
  90. data/lib/phlex-icons/version.rb +1 -1
  91. data/lib/phlex-icons-lucide.rb +3 -0
  92. metadata +31 -2
@@ -15,16 +15,20 @@ module PhlexIcons
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.rect(width: '16', height: '16', x: '4', y: '4', rx: '2')
19
- s.rect(width: '6', height: '6', x: '9', y: '9', rx: '1')
20
- s.path(d: 'M15 2v2')
21
- s.path(d: 'M15 20v2')
22
- s.path(d: 'M2 15h2')
23
- s.path(d: 'M2 9h2')
24
- s.path(d: 'M20 15h2')
25
- s.path(d: 'M20 9h2')
26
- s.path(d: 'M9 2v2')
27
- s.path(d: 'M9 20v2')
18
+ s.path(d: 'M12 20v2')
19
+ s.path(d: 'M12 2v2')
20
+ s.path(d: 'M17 20v2')
21
+ s.path(d: 'M17 2v2')
22
+ s.path(d: 'M2 12h2')
23
+ s.path(d: 'M2 17h2')
24
+ s.path(d: 'M2 7h2')
25
+ s.path(d: 'M20 12h2')
26
+ s.path(d: 'M20 17h2')
27
+ s.path(d: 'M20 7h2')
28
+ s.path(d: 'M7 20v2')
29
+ s.path(d: 'M7 2v2')
30
+ s.rect(x: '4', y: '4', width: '16', height: '16', rx: '2')
31
+ s.rect(x: '8', y: '8', width: '8', height: '8', rx: '1')
28
32
  end
29
33
  end
30
34
  end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class DecimalsArrowLeft < 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: 'm13 21-3-3 3-3')
18
+ s.path(d: 'M20 18H10')
19
+ s.path(d: 'M3 11h.01')
20
+ s.rect(x: '6', y: '3', width: '5', height: '8', rx: '2.5')
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class DecimalsArrowRight < 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 18h10')
18
+ s.path(d: 'm17 21 3-3-3-3')
19
+ s.path(d: 'M3 11h.01')
20
+ s.rect(x: '15', y: '3', width: '5', height: '8', rx: '2.5')
21
+ s.rect(x: '6', y: '3', width: '5', height: '8', rx: '2.5')
22
+ end
23
+ end
24
+ end
25
+ end
26
+ 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 12h.01')
17
18
  s.path(d: 'M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14')
18
19
  s.path(d: 'M2 20h20')
19
- s.path(d: 'M14 12v.01')
20
20
  end
21
21
  end
22
22
  end
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class DoorClosedLocked < 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 12h.01')
18
+ s.path(d: 'M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14')
19
+ s.path(d: 'M2 20h8')
20
+ s.path(d: 'M20 17v-2a2 2 0 1 0-4 0v2')
21
+ s.rect(x: '14', y: '17', width: '8', height: '5', rx: '1')
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
@@ -14,14 +14,14 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M13 4h3a2 2 0 0 1 2 2v14')
18
- s.path(d: 'M2 20h3')
19
- s.path(d: 'M13 20h9')
20
- s.path(d: 'M10 12v.01')
17
+ s.path(d: 'M11 20H2')
21
18
  s.path(
22
19
  d:
23
- 'M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z'
20
+ 'M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z'
24
21
  )
22
+ s.path(d: 'M11 4H8a2 2 0 0 0-2 2v14')
23
+ s.path(d: 'M14 12h.01')
24
+ s.path(d: 'M22 20h-3')
25
25
  end
26
26
  end
27
27
  end
@@ -15,17 +15,17 @@ module PhlexIcons
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.path(d: 'M14.4 14.4 9.6 9.6')
19
18
  s.path(
20
19
  d:
21
- 'M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z'
20
+ 'M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z'
22
21
  )
23
- s.path(d: 'm21.5 21.5-1.4-1.4')
24
- s.path(d: 'M3.9 3.9 2.5 2.5')
22
+ s.path(d: 'm2.5 21.5 1.4-1.4')
23
+ s.path(d: 'm20.1 3.9 1.4-1.4')
25
24
  s.path(
26
25
  d:
27
- 'M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z'
26
+ 'M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z'
28
27
  )
28
+ s.path(d: 'm9.6 14.4 4.8-4.8')
29
29
  end
30
30
  end
31
31
  end
@@ -16,11 +16,11 @@ module PhlexIcons
16
16
  ) do |s|
17
17
  s.path(d: 'm15 15 6 6')
18
18
  s.path(d: 'm15 9 6-6')
19
- s.path(d: 'M21 16.2V21h-4.8')
20
- s.path(d: 'M21 7.8V3h-4.8')
21
- s.path(d: 'M3 16.2V21h4.8')
19
+ s.path(d: 'M21 16v5h-5')
20
+ s.path(d: 'M21 8V3h-5')
21
+ s.path(d: 'M3 16v5h5')
22
22
  s.path(d: 'm3 21 6-6')
23
- s.path(d: 'M3 7.8V3h4.8')
23
+ s.path(d: 'M3 8V3h5')
24
24
  s.path(d: 'M9 9 3 3')
25
25
  end
26
26
  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 FileBadge2 < Base
@@ -14,12 +15,15 @@ module PhlexIcons
14
15
  stroke_linecap: 'round',
15
16
  stroke_linejoin: 'round'
16
17
  ) do |s|
17
- s.path(d: 'M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z')
18
+ s.path(
19
+ d:
20
+ 'm13.69 12.479 1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88'
21
+ )
22
+ s.path(d: 'M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z')
18
23
  s.circle(cx: '12', cy: '10', r: '3')
19
- s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
20
- s.path(d: 'm14 12.5 1 5.5-3-1-3 1 1-5.5')
21
24
  end
22
25
  end
23
26
  end
24
27
  end
25
28
  end
29
+ # rubocop:enable Layout/LineLength
@@ -16,18 +16,18 @@ module PhlexIcons
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
18
  s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
19
- s.path(d: 'm3.2 12.9-.9-.4')
20
- s.path(d: 'm3.2 15.1-.9.4')
19
+ s.path(d: 'm2.305 15.53.923-.382')
20
+ s.path(d: 'm3.228 12.852-.924-.383')
21
21
  s.path(
22
22
  d:
23
23
  'M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5'
24
24
  )
25
- s.path(d: 'm4.9 11.2-.4-.9')
26
- s.path(d: 'm4.9 16.8-.4.9')
27
- s.path(d: 'm7.5 10.3-.4.9')
28
- s.path(d: 'm7.5 17.7-.4-.9')
29
- s.path(d: 'm9.7 12.5-.9.4')
30
- s.path(d: 'm9.7 15.5-.9-.4')
25
+ s.path(d: 'm4.852 11.228-.383-.923')
26
+ s.path(d: 'm4.852 16.772-.383.924')
27
+ s.path(d: 'm7.148 11.228.383-.923')
28
+ s.path(d: 'm7.53 17.696-.382-.924')
29
+ s.path(d: 'm8.772 12.852.923-.383')
30
+ s.path(d: 'm8.772 15.148.923.383')
31
31
  s.circle(cx: '6', cy: '14', r: '3')
32
32
  end
33
33
  end
@@ -15,19 +15,19 @@ module PhlexIcons
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.circle(cx: '18', cy: '18', r: '3')
19
18
  s.path(
20
19
  d:
21
- 'M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3'
20
+ 'M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3'
22
21
  )
23
- s.path(d: 'm21.7 19.4-.9-.3')
24
- s.path(d: 'm15.2 16.9-.9-.3')
25
- s.path(d: 'm16.6 21.7.3-.9')
26
- s.path(d: 'm19.1 15.2.3-.9')
27
- s.path(d: 'm19.6 21.7-.4-1')
28
- s.path(d: 'm16.8 15.3-.4-1')
29
- s.path(d: 'm14.3 19.6 1-.4')
30
- s.path(d: 'm20.7 16.8 1-.4')
22
+ s.path(d: 'm14.305 19.53.923-.382')
23
+ s.path(d: 'm15.228 16.852-.923-.383')
24
+ s.path(d: 'm16.852 15.228-.383-.923')
25
+ s.path(d: 'm16.852 20.772-.383.924')
26
+ s.path(d: 'm19.148 15.228.383-.923')
27
+ s.path(d: 'm19.53 21.696-.382-.924')
28
+ s.path(d: 'm20.772 16.852.924-.383')
29
+ s.path(d: 'm20.772 19.148.924.383')
30
+ s.circle(cx: '18', cy: '18', r: '3')
31
31
  end
32
32
  end
33
33
  end
@@ -23,9 +23,8 @@ module PhlexIcons
23
23
  s.path(d: 'm6 16 2 2')
24
24
  s.path(
25
25
  d:
26
- 'M8.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z'
26
+ 'M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z'
27
27
  )
28
- s.circle(cx: '11.5', cy: '12.5', r: '.5', fill: 'currentColor')
29
28
  end
30
29
  end
31
30
  end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class Hamburger < 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: 'M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25')
18
+ s.path(d: 'M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2')
19
+ s.path(
20
+ d:
21
+ 'M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0'
22
+ )
23
+ s.path(d: 'm6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Lucide
6
+ class HeartMinus < 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
+ 'M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5'
21
+ )
22
+ s.path(d: 'M15 15h6')
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
28
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Lucide
6
+ class HeartPlus < 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
+ 'M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5'
21
+ )
22
+ s.path(d: 'M15 15h6')
23
+ s.path(d: 'M18 12v6')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
29
+ # rubocop:enable Layout/LineLength
@@ -14,9 +14,14 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M8 2h8l4 10H4L8 2Z')
18
17
  s.path(d: 'M12 12v6')
19
- s.path(d: 'M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z')
18
+ s.path(
19
+ d:
20
+ 'M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z'
21
+ )
22
+ s.path(
23
+ d: 'M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z'
24
+ )
20
25
  end
21
26
  end
22
27
  end
@@ -15,8 +15,11 @@ module PhlexIcons
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
17
  s.path(d: 'M12 2v5')
18
- s.path(d: 'M6 7h12l4 9H2l4-9Z')
19
- s.path(d: 'M9.17 16a3 3 0 1 0 5.66 0')
18
+ s.path(d: 'M14.829 15.998a3 3 0 1 1-5.658 0')
19
+ s.path(
20
+ d:
21
+ 'M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z'
22
+ )
20
23
  end
21
24
  end
22
25
  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 LampDesk < Base
@@ -14,12 +15,18 @@ module PhlexIcons
14
15
  stroke_linecap: 'round',
15
16
  stroke_linejoin: 'round'
16
17
  ) do |s|
17
- s.path(d: 'm14 5-3 3 2 7 8-8-7-2Z')
18
- s.path(d: 'm14 5-3 3-3-3 3-3 3 3Z')
19
- s.path(d: 'M9.5 6.5 4 12l3 6')
20
- s.path(d: 'M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z')
18
+ s.path(
19
+ d:
20
+ 'M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z'
21
+ )
22
+ s.path(d: 'm14.207 4.793-3.414 3.414')
23
+ s.path(
24
+ d: 'M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'
25
+ )
26
+ s.path(d: 'm9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18')
21
27
  end
22
28
  end
23
29
  end
24
30
  end
25
31
  end
32
+ # rubocop:enable Layout/LineLength
@@ -14,8 +14,11 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M9 2h6l3 7H6l3-7Z')
18
- s.path(d: 'M12 9v13')
17
+ s.path(d: 'M12 10v12')
18
+ s.path(
19
+ d:
20
+ 'M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z'
21
+ )
19
22
  s.path(d: 'M9 22h6')
20
23
  end
21
24
  end
@@ -14,9 +14,14 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M11 13h6l3 7H8l3-7Z')
18
- s.path(d: 'M14 13V8a2 2 0 0 0-2-2H8')
19
- s.path(d: 'M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z')
17
+ s.path(
18
+ d:
19
+ 'M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z'
20
+ )
21
+ s.path(
22
+ d: 'M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z'
23
+ )
24
+ s.path(d: 'M8 6h4a2 2 0 0 1 2 2v5')
20
25
  end
21
26
  end
22
27
  end
@@ -14,9 +14,14 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.path(d: 'M11 4h6l3 7H8l3-7Z')
18
- s.path(d: 'M14 11v5a2 2 0 0 1-2 2H8')
19
- s.path(d: 'M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z')
17
+ s.path(
18
+ d:
19
+ 'M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z'
20
+ )
21
+ s.path(
22
+ d: 'M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z'
23
+ )
24
+ s.path(d: 'M8 18h4a2 2 0 0 0 2-2v-5')
20
25
  end
21
26
  end
22
27
  end
@@ -17,8 +17,9 @@ module PhlexIcons
17
17
  ) do |s|
18
18
  s.path(
19
19
  d:
20
- 'M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16'
20
+ 'M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z'
21
21
  )
22
+ s.path(d: 'M20.054 15.987H3.946')
22
23
  end
23
24
  end
24
25
  end
@@ -16,11 +16,11 @@ module PhlexIcons
16
16
  ) do |s|
17
17
  s.path(
18
18
  d:
19
- 'm16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12'
19
+ 'M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z'
20
20
  )
21
21
  s.path(
22
22
  d:
23
- 'M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z'
23
+ 'm20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845'
24
24
  )
25
25
  end
26
26
  end
@@ -14,19 +14,13 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.line(x1: '2', x2: '5', y1: '12', y2: '12')
18
- s.line(x1: '19', x2: '22', y1: '12', y2: '12')
19
- s.line(x1: '12', x2: '12', y1: '2', y2: '5')
20
- s.line(x1: '12', x2: '12', y1: '19', y2: '22')
21
- s.path(
22
- d:
23
- 'M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11'
24
- )
25
- s.path(
26
- d:
27
- 'M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29'
28
- )
29
- s.line(x1: '2', x2: '22', y1: '2', y2: '22')
17
+ s.path(d: 'M12 19v3')
18
+ s.path(d: 'M12 2v3')
19
+ s.path(d: 'M18.89 13.24a7 7 0 0 0-8.13-8.13')
20
+ s.path(d: 'M19 12h3')
21
+ s.path(d: 'M2 12h3')
22
+ s.path(d: 'm2 2 20 20')
23
+ s.path(d: 'M7.05 7.05a7 7 0 0 0 9.9 9.9')
30
24
  end
31
25
  end
32
26
  end
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Lucide
6
+ class LocationEdit < 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: 'M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468')
19
+ s.path(
20
+ d:
21
+ 'M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z'
22
+ )
23
+ s.circle(cx: '10', cy: '10', r: '3')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
29
+ # 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.rect(width: '20', height: '16', x: '2', y: '4', rx: '2')
18
- s.path(d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7')
17
+ s.path(d: 'm22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7')
18
+ s.rect(x: '2', y: '4', width: '20', height: '16', 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.line(x1: '4', x2: '20', y1: '12', y2: '12')
18
- s.line(x1: '4', x2: '20', y1: '6', y2: '6')
19
- s.line(x1: '4', x2: '20', y1: '18', y2: '18')
17
+ s.path(d: 'M4 12h16')
18
+ s.path(d: 'M4 18h16')
19
+ s.path(d: 'M4 6h16')
20
20
  end
21
21
  end
22
22
  end
@@ -16,14 +16,14 @@ module PhlexIcons
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
18
  s.path(d: 'M12 17v4')
19
- s.path(d: 'm15.2 4.9-.9-.4')
20
- s.path(d: 'm15.2 7.1-.9.4')
21
- s.path(d: 'm16.9 3.2-.4-.9')
22
- s.path(d: 'm16.9 8.8-.4.9')
23
- s.path(d: 'm19.5 2.3-.4.9')
24
- s.path(d: 'm19.5 9.7-.4-.9')
25
- s.path(d: 'm21.7 4.5-.9.4')
26
- s.path(d: 'm21.7 7.5-.9-.4')
19
+ s.path(d: 'm14.305 7.53.923-.382')
20
+ s.path(d: 'm15.228 4.852-.923-.383')
21
+ s.path(d: 'm16.852 3.228-.383-.924')
22
+ s.path(d: 'm16.852 8.772-.383.923')
23
+ s.path(d: 'm19.148 3.228.383-.924')
24
+ s.path(d: 'm19.53 9.696-.382-.924')
25
+ s.path(d: 'm20.772 4.852.924-.383')
26
+ s.path(d: 'm20.772 7.148.924.383')
27
27
  s.path(d: 'M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7')
28
28
  s.path(d: 'M8 21h8')
29
29
  s.circle(cx: '18', cy: '6', r: '3')
@@ -15,8 +15,8 @@ module PhlexIcons
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
17
  s.path(d: 'M12 2v10')
18
- s.path(d: 'm9 4 6 4')
19
- s.path(d: 'm9 8 6-4')
18
+ s.path(d: 'm8.5 4 7 4')
19
+ s.path(d: 'm8.5 8 7-4')
20
20
  s.circle(cx: '12', cy: '17', r: '5')
21
21
  end
22
22
  end