phlex-icons 2.42.0 → 2.44.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 (75) hide show
  1. checksums.yaml +4 -4
  2. data/lib/phlex-icons/lucide/{file_lock_2.rb → birdhouse.rb} +7 -5
  3. data/lib/phlex-icons/lucide/calendar_fold.rb +7 -2
  4. data/lib/phlex-icons/lucide/{file_warning.rb → clock_check.rb} +4 -4
  5. data/lib/phlex-icons/lucide/file.rb +7 -2
  6. data/lib/phlex-icons/lucide/file_archive.rb +9 -6
  7. data/lib/phlex-icons/lucide/file_axis_3d.rb +7 -2
  8. data/lib/phlex-icons/lucide/file_badge.rb +7 -4
  9. data/lib/phlex-icons/lucide/file_box.rb +7 -4
  10. data/lib/phlex-icons/lucide/{file_json.rb → file_braces.rb} +8 -3
  11. data/lib/phlex-icons/lucide/file_braces_corner.rb +30 -0
  12. data/lib/phlex-icons/lucide/file_chart_column.rb +7 -2
  13. data/lib/phlex-icons/lucide/file_chart_column_increasing.rb +7 -2
  14. data/lib/phlex-icons/lucide/file_chart_line.rb +7 -2
  15. data/lib/phlex-icons/lucide/file_chart_pie.rb +7 -2
  16. data/lib/phlex-icons/lucide/file_check.rb +7 -2
  17. data/lib/phlex-icons/lucide/{file_audio.rb → file_check_corner.rb} +4 -4
  18. data/lib/phlex-icons/lucide/file_clock.rb +5 -2
  19. data/lib/phlex-icons/lucide/file_code.rb +7 -2
  20. data/lib/phlex-icons/lucide/{file_json_2.rb → file_code_corner.rb} +6 -5
  21. data/lib/phlex-icons/lucide/file_cog.rb +11 -11
  22. data/lib/phlex-icons/lucide/file_diff.rb +6 -1
  23. data/lib/phlex-icons/lucide/file_digit.rb +8 -5
  24. data/lib/phlex-icons/lucide/file_down.rb +7 -2
  25. data/lib/phlex-icons/lucide/{file_badge_2.rb → file_exclamation_point.rb} +4 -4
  26. data/lib/phlex-icons/lucide/file_headphone.rb +30 -0
  27. data/lib/phlex-icons/lucide/file_heart.rb +4 -3
  28. data/lib/phlex-icons/lucide/file_image.rb +7 -2
  29. data/lib/phlex-icons/lucide/file_input.rb +7 -2
  30. data/lib/phlex-icons/lucide/file_key.rb +10 -4
  31. data/lib/phlex-icons/lucide/file_lock.rb +7 -3
  32. data/lib/phlex-icons/lucide/file_minus.rb +7 -2
  33. data/lib/phlex-icons/lucide/{file_key_2.rb → file_minus_corner.rb} +7 -6
  34. data/lib/phlex-icons/lucide/file_music.rb +9 -4
  35. data/lib/phlex-icons/lucide/file_output.rb +7 -3
  36. data/lib/phlex-icons/lucide/file_pen.rb +6 -3
  37. data/lib/phlex-icons/lucide/file_pen_line.rb +1 -1
  38. data/lib/phlex-icons/lucide/file_play.rb +7 -2
  39. data/lib/phlex-icons/lucide/file_plus.rb +7 -2
  40. data/lib/phlex-icons/lucide/{file_check_2.rb → file_plus_corner.rb} +8 -4
  41. data/lib/phlex-icons/lucide/file_question_mark.rb +6 -1
  42. data/lib/phlex-icons/lucide/file_scan.rb +6 -3
  43. data/lib/phlex-icons/lucide/file_search.rb +7 -4
  44. data/lib/phlex-icons/lucide/file_search_corner.rb +28 -0
  45. data/lib/phlex-icons/lucide/{file_volume_2.rb → file_signal.rb} +8 -3
  46. data/lib/phlex-icons/lucide/file_sliders.rb +7 -2
  47. data/lib/phlex-icons/lucide/file_spreadsheet.rb +7 -2
  48. data/lib/phlex-icons/lucide/file_symlink.rb +5 -3
  49. data/lib/phlex-icons/lucide/file_terminal.rb +7 -2
  50. data/lib/phlex-icons/lucide/file_text.rb +7 -2
  51. data/lib/phlex-icons/lucide/file_type.rb +9 -4
  52. data/lib/phlex-icons/lucide/file_type_corner.rb +29 -0
  53. data/lib/phlex-icons/lucide/file_up.rb +7 -2
  54. data/lib/phlex-icons/lucide/file_user.rb +9 -4
  55. data/lib/phlex-icons/lucide/file_video_camera.rb +7 -4
  56. data/lib/phlex-icons/lucide/file_volume.rb +5 -4
  57. data/lib/phlex-icons/lucide/file_x.rb +7 -2
  58. data/lib/phlex-icons/lucide/{file_code_2.rb → file_x_corner.rb} +8 -5
  59. data/lib/phlex-icons/lucide/files.rb +2 -2
  60. data/lib/phlex-icons/lucide/gamepad_directional.rb +39 -0
  61. data/lib/phlex-icons/lucide/{file_minus_2.rb → git_branch_minus.rb} +5 -4
  62. data/lib/phlex-icons/lucide/{file_audio_2.rb → helicopter.rb} +9 -6
  63. data/lib/phlex-icons/lucide/mouse_pointer_2_off.rb +29 -0
  64. data/lib/phlex-icons/lucide/ruler_dimension_line.rb +8 -7
  65. data/lib/phlex-icons/lucide/shredder.rb +5 -2
  66. data/lib/phlex-icons/lucide/solar_panel.rb +31 -0
  67. data/lib/phlex-icons/lucide/sticker.rb +5 -2
  68. data/lib/phlex-icons/lucide/sticky_note.rb +7 -2
  69. data/lib/phlex-icons/lucide.rb +20 -17
  70. data/lib/phlex-icons/version.rb +1 -1
  71. metadata +20 -17
  72. data/lib/phlex-icons/lucide/file_plus_2.rb +0 -25
  73. data/lib/phlex-icons/lucide/file_search_2.rb +0 -25
  74. data/lib/phlex-icons/lucide/file_type_2.rb +0 -26
  75. data/lib/phlex-icons/lucide/file_x_2.rb +0 -25
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.42.0
4
+ version: 2.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
@@ -13095,6 +13095,7 @@ files:
13095
13095
  - lib/phlex-icons/lucide/binoculars.rb
13096
13096
  - lib/phlex-icons/lucide/biohazard.rb
13097
13097
  - lib/phlex-icons/lucide/bird.rb
13098
+ - lib/phlex-icons/lucide/birdhouse.rb
13098
13099
  - lib/phlex-icons/lucide/bitcoin.rb
13099
13100
  - lib/phlex-icons/lucide/blend.rb
13100
13101
  - lib/phlex-icons/lucide/blinds.rb
@@ -13339,6 +13340,7 @@ files:
13339
13340
  - lib/phlex-icons/lucide/clock_alert.rb
13340
13341
  - lib/phlex-icons/lucide/clock_arrow_down.rb
13341
13342
  - lib/phlex-icons/lucide/clock_arrow_up.rb
13343
+ - lib/phlex-icons/lucide/clock_check.rb
13342
13344
  - lib/phlex-icons/lucide/clock_fading.rb
13343
13345
  - lib/phlex-icons/lucide/clock_plus.rb
13344
13346
  - lib/phlex-icons/lucide/closed_caption.rb
@@ -13496,47 +13498,45 @@ files:
13496
13498
  - lib/phlex-icons/lucide/figma.rb
13497
13499
  - lib/phlex-icons/lucide/file.rb
13498
13500
  - lib/phlex-icons/lucide/file_archive.rb
13499
- - lib/phlex-icons/lucide/file_audio.rb
13500
- - lib/phlex-icons/lucide/file_audio_2.rb
13501
13501
  - lib/phlex-icons/lucide/file_axis_3d.rb
13502
13502
  - lib/phlex-icons/lucide/file_badge.rb
13503
- - lib/phlex-icons/lucide/file_badge_2.rb
13504
13503
  - lib/phlex-icons/lucide/file_box.rb
13504
+ - lib/phlex-icons/lucide/file_braces.rb
13505
+ - lib/phlex-icons/lucide/file_braces_corner.rb
13505
13506
  - lib/phlex-icons/lucide/file_chart_column.rb
13506
13507
  - lib/phlex-icons/lucide/file_chart_column_increasing.rb
13507
13508
  - lib/phlex-icons/lucide/file_chart_line.rb
13508
13509
  - lib/phlex-icons/lucide/file_chart_pie.rb
13509
13510
  - lib/phlex-icons/lucide/file_check.rb
13510
- - lib/phlex-icons/lucide/file_check_2.rb
13511
+ - lib/phlex-icons/lucide/file_check_corner.rb
13511
13512
  - lib/phlex-icons/lucide/file_clock.rb
13512
13513
  - lib/phlex-icons/lucide/file_code.rb
13513
- - lib/phlex-icons/lucide/file_code_2.rb
13514
+ - lib/phlex-icons/lucide/file_code_corner.rb
13514
13515
  - lib/phlex-icons/lucide/file_cog.rb
13515
13516
  - lib/phlex-icons/lucide/file_diff.rb
13516
13517
  - lib/phlex-icons/lucide/file_digit.rb
13517
13518
  - lib/phlex-icons/lucide/file_down.rb
13519
+ - lib/phlex-icons/lucide/file_exclamation_point.rb
13520
+ - lib/phlex-icons/lucide/file_headphone.rb
13518
13521
  - lib/phlex-icons/lucide/file_heart.rb
13519
13522
  - lib/phlex-icons/lucide/file_image.rb
13520
13523
  - lib/phlex-icons/lucide/file_input.rb
13521
- - lib/phlex-icons/lucide/file_json.rb
13522
- - lib/phlex-icons/lucide/file_json_2.rb
13523
13524
  - lib/phlex-icons/lucide/file_key.rb
13524
- - lib/phlex-icons/lucide/file_key_2.rb
13525
13525
  - lib/phlex-icons/lucide/file_lock.rb
13526
- - lib/phlex-icons/lucide/file_lock_2.rb
13527
13526
  - lib/phlex-icons/lucide/file_minus.rb
13528
- - lib/phlex-icons/lucide/file_minus_2.rb
13527
+ - lib/phlex-icons/lucide/file_minus_corner.rb
13529
13528
  - lib/phlex-icons/lucide/file_music.rb
13530
13529
  - lib/phlex-icons/lucide/file_output.rb
13531
13530
  - lib/phlex-icons/lucide/file_pen.rb
13532
13531
  - lib/phlex-icons/lucide/file_pen_line.rb
13533
13532
  - lib/phlex-icons/lucide/file_play.rb
13534
13533
  - lib/phlex-icons/lucide/file_plus.rb
13535
- - lib/phlex-icons/lucide/file_plus_2.rb
13534
+ - lib/phlex-icons/lucide/file_plus_corner.rb
13536
13535
  - lib/phlex-icons/lucide/file_question_mark.rb
13537
13536
  - lib/phlex-icons/lucide/file_scan.rb
13538
13537
  - lib/phlex-icons/lucide/file_search.rb
13539
- - lib/phlex-icons/lucide/file_search_2.rb
13538
+ - lib/phlex-icons/lucide/file_search_corner.rb
13539
+ - lib/phlex-icons/lucide/file_signal.rb
13540
13540
  - lib/phlex-icons/lucide/file_sliders.rb
13541
13541
  - lib/phlex-icons/lucide/file_spreadsheet.rb
13542
13542
  - lib/phlex-icons/lucide/file_stack.rb
@@ -13544,15 +13544,13 @@ files:
13544
13544
  - lib/phlex-icons/lucide/file_terminal.rb
13545
13545
  - lib/phlex-icons/lucide/file_text.rb
13546
13546
  - lib/phlex-icons/lucide/file_type.rb
13547
- - lib/phlex-icons/lucide/file_type_2.rb
13547
+ - lib/phlex-icons/lucide/file_type_corner.rb
13548
13548
  - lib/phlex-icons/lucide/file_up.rb
13549
13549
  - lib/phlex-icons/lucide/file_user.rb
13550
13550
  - lib/phlex-icons/lucide/file_video_camera.rb
13551
13551
  - lib/phlex-icons/lucide/file_volume.rb
13552
- - lib/phlex-icons/lucide/file_volume_2.rb
13553
- - lib/phlex-icons/lucide/file_warning.rb
13554
13552
  - lib/phlex-icons/lucide/file_x.rb
13555
- - lib/phlex-icons/lucide/file_x_2.rb
13553
+ - lib/phlex-icons/lucide/file_x_corner.rb
13556
13554
  - lib/phlex-icons/lucide/files.rb
13557
13555
  - lib/phlex-icons/lucide/film.rb
13558
13556
  - lib/phlex-icons/lucide/fingerprint.rb
@@ -13629,6 +13627,7 @@ files:
13629
13627
  - lib/phlex-icons/lucide/gallery_vertical_end.rb
13630
13628
  - lib/phlex-icons/lucide/gamepad.rb
13631
13629
  - lib/phlex-icons/lucide/gamepad_2.rb
13630
+ - lib/phlex-icons/lucide/gamepad_directional.rb
13632
13631
  - lib/phlex-icons/lucide/gauge.rb
13633
13632
  - lib/phlex-icons/lucide/gavel.rb
13634
13633
  - lib/phlex-icons/lucide/gem.rb
@@ -13636,6 +13635,7 @@ files:
13636
13635
  - lib/phlex-icons/lucide/ghost.rb
13637
13636
  - lib/phlex-icons/lucide/gift.rb
13638
13637
  - lib/phlex-icons/lucide/git_branch.rb
13638
+ - lib/phlex-icons/lucide/git_branch_minus.rb
13639
13639
  - lib/phlex-icons/lucide/git_branch_plus.rb
13640
13640
  - lib/phlex-icons/lucide/git_commit_horizontal.rb
13641
13641
  - lib/phlex-icons/lucide/git_commit_vertical.rb
@@ -13710,6 +13710,7 @@ files:
13710
13710
  - lib/phlex-icons/lucide/heart_plus.rb
13711
13711
  - lib/phlex-icons/lucide/heart_pulse.rb
13712
13712
  - lib/phlex-icons/lucide/heater.rb
13713
+ - lib/phlex-icons/lucide/helicopter.rb
13713
13714
  - lib/phlex-icons/lucide/hexagon.rb
13714
13715
  - lib/phlex-icons/lucide/highlighter.rb
13715
13716
  - lib/phlex-icons/lucide/history.rb
@@ -13932,6 +13933,7 @@ files:
13932
13933
  - lib/phlex-icons/lucide/mouse_off.rb
13933
13934
  - lib/phlex-icons/lucide/mouse_pointer.rb
13934
13935
  - lib/phlex-icons/lucide/mouse_pointer_2.rb
13936
+ - lib/phlex-icons/lucide/mouse_pointer_2_off.rb
13935
13937
  - lib/phlex-icons/lucide/mouse_pointer_ban.rb
13936
13938
  - lib/phlex-icons/lucide/mouse_pointer_click.rb
13937
13939
  - lib/phlex-icons/lucide/move.rb
@@ -14249,6 +14251,7 @@ files:
14249
14251
  - lib/phlex-icons/lucide/snowflake.rb
14250
14252
  - lib/phlex-icons/lucide/soap_dispenser_droplet.rb
14251
14253
  - lib/phlex-icons/lucide/sofa.rb
14254
+ - lib/phlex-icons/lucide/solar_panel.rb
14252
14255
  - lib/phlex-icons/lucide/soup.rb
14253
14256
  - lib/phlex-icons/lucide/space.rb
14254
14257
  - lib/phlex-icons/lucide/spade.rb
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PhlexIcons
4
- module Lucide
5
- class FilePlus2 < 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: 'M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4')
18
- s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
19
- s.path(d: 'M3 15h6')
20
- s.path(d: 'M6 12v6')
21
- end
22
- end
23
- end
24
- end
25
- end
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PhlexIcons
4
- module Lucide
5
- class FileSearch2 < 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: 'M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z')
18
- s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
19
- s.circle(cx: '11.5', cy: '14.5', r: '2.5')
20
- s.path(d: 'M13.3 16.3 15 18')
21
- end
22
- end
23
- end
24
- end
25
- end
@@ -1,26 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PhlexIcons
4
- module Lucide
5
- class FileType2 < 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: 'M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4')
18
- s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
19
- s.path(d: 'M2 13v-1h6v1')
20
- s.path(d: 'M5 12v6')
21
- s.path(d: 'M4 18h2')
22
- end
23
- end
24
- end
25
- end
26
- end
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module PhlexIcons
4
- module Lucide
5
- class FileX2 < 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: 'M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4')
18
- s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
19
- s.path(d: 'm8 12.5-5 5')
20
- s.path(d: 'm3 12.5 5 5')
21
- end
22
- end
23
- end
24
- end
25
- end