phlex-icons 2.46.0 → 2.47.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19706b7cb9b192396451c03cd190293423d26e6096b31712f92303a66394aa53
4
- data.tar.gz: 6fc098d5a6ce549a904c0fb5b4e5007cb826b67e23b355531697da0db7b0eed7
3
+ metadata.gz: 22a3af6917af5b5a6d5589566e89ae6b632c932e25619be14d753979937d1236
4
+ data.tar.gz: e3c0e330e3a0cd110413a807cb3a53c46aba21b21f8f399840b66d3db3d7770e
5
5
  SHA512:
6
- metadata.gz: 30453ac1a5ffe8b9e40f547377686e2c19151df443062151d2bd9a892f03313c210e2eaa6ea992a4b25ed37ff8401e61188d8da3ffbb1e1d74eed69948c48af2
7
- data.tar.gz: 25d73825cc9ed03555a3cf12aea1dd8bfecceaa6835a9adbb0862899d903a386aeb47f2dafc375fff7c92f9fb00deab86ae557bb42a7a9d6d1ddebc21a07011a
6
+ metadata.gz: 70de377e43d07a2c1b0b32b8fd4e3ae7a33acd11ad8ad243ffa1ceb31c8a6049878251a217d1d51c898cf7ff46e46ead91f4277e597d2245e945b9a2dab93a6e
7
+ data.tar.gz: 424f5d02d2c00ee8aefacea0179a773706821ab844db2a0260ade4dad02a2f63115707db83d0d805c5e8b7015a7e1e06e2d0c9dae17fd8fad4a71d581fd6b0ca
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class BookSearch < 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: 'M11 22H5.5a1 1 0 0 1 0-5h4.501')
18
+ s.path(d: 'm21 22-1.879-1.878')
19
+ s.path(d: 'M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8')
20
+ s.circle(cx: '17', cy: '18', r: '3')
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class Form < 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 14h6')
18
+ s.path(d: 'M4 2h10')
19
+ s.rect(x: '4', y: '18', width: '16', height: '4', rx: '1')
20
+ s.rect(x: '4', y: '6', width: '16', height: '4', rx: '1')
21
+ end
22
+ end
23
+ end
24
+ end
25
+ 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: 'm16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z')
18
- s.path(d: 'm2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z')
19
- s.path(d: 'M7 21h10')
20
17
  s.path(d: 'M12 3v18')
21
- s.path(d: 'M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2')
18
+ s.path(d: 'm19 8 3 8a5 5 0 0 1-6 0zV7')
19
+ s.path(d: 'M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1')
20
+ s.path(d: 'm5 8 3 8a5 5 0 0 1-6 0zV7')
21
+ s.path(d: 'M7 21h10')
22
22
  end
23
23
  end
24
24
  end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Lucide
6
+ class WavesArrowDown < 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: 'M12 10L12 2')
19
+ s.path(d: 'M16 6L12 10L8 6')
20
+ s.path(
21
+ d:
22
+ 'M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15'
23
+ )
24
+ s.path(
25
+ d:
26
+ 'M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21'
27
+ )
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
33
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Lucide
5
+ class WavesArrowUp < 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 2v8')
18
+ s.path(
19
+ d:
20
+ 'M2 15c.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'
21
+ )
22
+ s.path(
23
+ d:
24
+ 'M2 21c.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'
25
+ )
26
+ s.path(d: 'm8 6 4-4 4 4')
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.554.0'
5
+ VERSION = '0.555.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -211,6 +211,7 @@ module PhlexIcons
211
211
  autoload :BookOpenCheck, 'phlex-icons/lucide/book_open_check'
212
212
  autoload :BookOpenText, 'phlex-icons/lucide/book_open_text'
213
213
  autoload :BookPlus, 'phlex-icons/lucide/book_plus'
214
+ autoload :BookSearch, 'phlex-icons/lucide/book_search'
214
215
  autoload :BookText, 'phlex-icons/lucide/book_text'
215
216
  autoload :BookType, 'phlex-icons/lucide/book_type'
216
217
  autoload :BookUp, 'phlex-icons/lucide/book_up'
@@ -702,6 +703,7 @@ module PhlexIcons
702
703
  autoload :Folders, 'phlex-icons/lucide/folders'
703
704
  autoload :Footprints, 'phlex-icons/lucide/footprints'
704
705
  autoload :Forklift, 'phlex-icons/lucide/forklift'
706
+ autoload :Form, 'phlex-icons/lucide/form'
705
707
  autoload :Forward, 'phlex-icons/lucide/forward'
706
708
  autoload :Frame, 'phlex-icons/lucide/frame'
707
709
  autoload :Framer, 'phlex-icons/lucide/framer'
@@ -1628,6 +1630,8 @@ module PhlexIcons
1628
1630
  autoload :WashingMachine, 'phlex-icons/lucide/washing_machine'
1629
1631
  autoload :Watch, 'phlex-icons/lucide/watch'
1630
1632
  autoload :Waves, 'phlex-icons/lucide/waves'
1633
+ autoload :WavesArrowDown, 'phlex-icons/lucide/waves_arrow_down'
1634
+ autoload :WavesArrowUp, 'phlex-icons/lucide/waves_arrow_up'
1631
1635
  autoload :WavesLadder, 'phlex-icons/lucide/waves_ladder'
1632
1636
  autoload :Waypoints, 'phlex-icons/lucide/waypoints'
1633
1637
  autoload :Webcam, 'phlex-icons/lucide/webcam'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.46.0'
4
+ VERSION = '2.47.0'
5
5
  end
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.46.0
4
+ version: 2.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
@@ -13127,6 +13127,7 @@ files:
13127
13127
  - lib/phlex-icons/lucide/book_open_check.rb
13128
13128
  - lib/phlex-icons/lucide/book_open_text.rb
13129
13129
  - lib/phlex-icons/lucide/book_plus.rb
13130
+ - lib/phlex-icons/lucide/book_search.rb
13130
13131
  - lib/phlex-icons/lucide/book_text.rb
13131
13132
  - lib/phlex-icons/lucide/book_type.rb
13132
13133
  - lib/phlex-icons/lucide/book_up.rb
@@ -13618,6 +13619,7 @@ files:
13618
13619
  - lib/phlex-icons/lucide/folders.rb
13619
13620
  - lib/phlex-icons/lucide/footprints.rb
13620
13621
  - lib/phlex-icons/lucide/forklift.rb
13622
+ - lib/phlex-icons/lucide/form.rb
13621
13623
  - lib/phlex-icons/lucide/forward.rb
13622
13624
  - lib/phlex-icons/lucide/frame.rb
13623
13625
  - lib/phlex-icons/lucide/framer.rb
@@ -14544,6 +14546,8 @@ files:
14544
14546
  - lib/phlex-icons/lucide/washing_machine.rb
14545
14547
  - lib/phlex-icons/lucide/watch.rb
14546
14548
  - lib/phlex-icons/lucide/waves.rb
14549
+ - lib/phlex-icons/lucide/waves_arrow_down.rb
14550
+ - lib/phlex-icons/lucide/waves_arrow_up.rb
14547
14551
  - lib/phlex-icons/lucide/waves_ladder.rb
14548
14552
  - lib/phlex-icons/lucide/waypoints.rb
14549
14553
  - lib/phlex-icons/lucide/webcam.rb