phlex-icons 1.5.0 → 1.6.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: 785471abf28bab3ec23c4785639bf6ce27a690d31ef2aace9d6049a9fa1378ad
4
- data.tar.gz: 7b24adf9748ca236d702cf57b9958da914a972466470c662daa8fc6c030e416d
3
+ metadata.gz: b0b8c7a3fbaacbc8f8b6daeb704aff856901aa975f24aa201a63bdd9f2a945f5
4
+ data.tar.gz: f037d3c1a56fdc14b4720ceb1698d35835cae0fd08355ca5cdc11b710bc008f6
5
5
  SHA512:
6
- metadata.gz: f55975c2cbfd44c93d9a6d2a362f11902fb13cee7747657c5eaffbe56f6e136dc4a225b5358b539b5e79d64ac6496d6ef56d4e0caf934db80f62a94ca4eb2e31
7
- data.tar.gz: 598bef9f044c06b9a517eb2a3d50469aacfaaf9aed5187d6667b42fd89bae1f5ada5794499b1021c15ce512bb8bda3f61bdfdbb882a134540cff7be34c52e15c
6
+ metadata.gz: 9e605200196dd67025116b5add13d77dfa36b578a5ab8902c05154ae10ec3fa88e4b44d02e71b6bd8e3968da9c4877ddee8e69cbb00d82f12d4bb93d43d2f473
7
+ data.tar.gz: ee4e2397d75e4a3ab6c9e00f6a4cc6839866ce77ecfe1c3b49089a9847ab1b372463c0206581abe571805dd9150d3112996baf5dc2fd1a877443213d3c00f38c
@@ -3,7 +3,7 @@
3
3
  module Phlex
4
4
  module Icons
5
5
  module Hero # rubocop:disable Metrics/ModuleLength
6
- VERSION = '2.1.5'
6
+ VERSION = '2.2.0'
7
7
  VARIANTS = %i[solid outline].freeze
8
8
 
9
9
  extend Phlex::Kit
@@ -15,14 +15,14 @@ module Phlex
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
+ s.path(d: 'M10 4 8 6')
19
+ s.path(d: 'M17 19v2')
20
+ s.path(d: 'M2 12h20')
21
+ s.path(d: 'M7 19v2')
18
22
  s.path(
19
23
  d:
20
- 'M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5'
24
+ 'M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5'
21
25
  )
22
- s.line(x1: '10', x2: '8', y1: '5', y2: '7')
23
- s.line(x1: '2', x2: '22', y1: '12', y2: '12')
24
- s.line(x1: '7', x2: '7', y1: '19', y2: '21')
25
- s.line(x1: '17', x2: '17', y1: '19', y2: '21')
26
26
  end
27
27
  end
28
28
  end
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ module Icons
5
+ module Lucide
6
+ class CloudAlert < 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 12v4')
19
+ s.path(d: 'M12 20h.01')
20
+ s.path(d: 'M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708')
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
@@ -18,7 +18,7 @@ module Phlex
18
18
  ) do |s|
19
19
  s.path(
20
20
  d:
21
- 'M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z'
21
+ 'M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z'
22
22
  )
23
23
  end
24
24
  end
@@ -16,16 +16,16 @@ module Phlex
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
18
  s.path(
19
- d: 'M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z'
19
+ d: 'M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z'
20
+ )
21
+ s.path(
22
+ d:
23
+ 'M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8'
20
24
  )
21
- s.path(d: 'M18 6h4')
22
25
  s.path(d: 'M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3')
26
+ s.path(d: 'M18 6h4')
23
27
  s.path(d: 'm5 10-2 8')
24
- s.path(d: 'M12 10v3c0 .6-.4 1-1 1H8')
25
28
  s.path(d: 'm7 18 2-8')
26
- s.path(
27
- d: 'M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z'
28
- )
29
29
  end
30
30
  end
31
31
  end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ module Icons
5
+ module Lucide
6
+ class EqualApproximately < 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: 'M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0')
19
+ s.path(d: 'M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0')
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -15,13 +15,10 @@ module Phlex
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.path(
19
- d:
20
- 'M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z'
21
- )
22
18
  s.path(d: 'M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5')
23
- s.path(d: 'M4 15v-3a6 6 0 0 1 6-6')
24
19
  s.path(d: 'M14 6a6 6 0 0 1 6 6v3')
20
+ s.path(d: 'M4 15v-3a6 6 0 0 1 6-6')
21
+ s.rect(x: '2', y: '15', width: '20', height: '4', rx: '1')
25
22
  end
26
23
  end
27
24
  end
@@ -15,11 +15,11 @@ module Phlex
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.path(d: 'M4 12h8')
19
- s.path(d: 'M4 18V6')
20
18
  s.path(d: 'M12 18V6')
21
- s.path(d: 'M17 10v4h4')
19
+ s.path(d: 'M17 10v3a1 1 0 0 0 1 1h3')
22
20
  s.path(d: 'M21 10v8')
21
+ s.path(d: 'M4 12h8')
22
+ s.path(d: 'M4 18V6')
23
23
  end
24
24
  end
25
25
  end
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Phlex
4
+ module Icons
5
+ module Lucide
6
+ class LaptopMinimalCheck < 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: 'M2 20h20')
19
+ s.path(d: 'm9 10 2 2 4-4')
20
+ s.rect(x: '3', y: '4', width: '18', height: '12', rx: '2')
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
@@ -18,7 +18,7 @@ module Phlex
18
18
  ) do |s|
19
19
  s.path(
20
20
  d:
21
- 'M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z'
21
+ 'M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z'
22
22
  )
23
23
  end
24
24
  end
@@ -16,9 +16,12 @@ module Phlex
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
18
  s.path(d: 'M14 22v-4a2 2 0 1 0-4 0v4')
19
- s.path(d: 'm18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2')
19
+ s.path(
20
+ d:
21
+ 'm18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10'
22
+ )
20
23
  s.path(d: 'M18 5v17')
21
- s.path(d: 'm4 6 8-4 8 4')
24
+ s.path(d: 'm4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6')
22
25
  s.path(d: 'M6 5v17')
23
26
  s.circle(cx: '12', cy: '9', r: '2')
24
27
  end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module Phlex
5
+ module Icons
6
+ module Lucide
7
+ class Toilet < Base
8
+ def view_template
9
+ svg(
10
+ **attrs,
11
+ xmlns: 'http://www.w3.org/2000/svg',
12
+ viewbox: '0 0 24 24',
13
+ fill: 'none',
14
+ stroke: 'currentColor',
15
+ stroke_width: '2',
16
+ stroke_linecap: 'round',
17
+ stroke_linejoin: 'round'
18
+ ) do |s|
19
+ s.path(
20
+ d:
21
+ 'M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18'
22
+ )
23
+ s.path(d: 'M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
29
+ end
30
+ # rubocop:enable Layout/LineLength
@@ -15,9 +15,9 @@ module Phlex
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
+ s.path(d: 'M16 8q6 0 6-6-6 0-6 6')
19
+ s.path(d: 'M17.41 3.59a10 10 0 1 0 3 3')
18
20
  s.path(d: 'M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14')
19
- s.path(d: 'M16 8c4 0 6-2 6-6-4 0-6 2-6 6')
20
- s.path(d: 'M17.41 3.6a10 10 0 1 0 3 3')
21
21
  end
22
22
  end
23
23
  end
@@ -3,7 +3,7 @@
3
3
  module Phlex
4
4
  module Icons
5
5
  module Lucide # rubocop:disable Metrics/ModuleLength
6
- VERSION = '0.456.0'
6
+ VERSION = '0.460.1'
7
7
  VARIANTS = nil
8
8
 
9
9
  extend Phlex::Kit
@@ -409,6 +409,7 @@ module Phlex
409
409
  autoload :ClockArrowDown, 'phlex/icons/lucide/clock_arrow_down'
410
410
  autoload :ClockArrowUp, 'phlex/icons/lucide/clock_arrow_up'
411
411
  autoload :Cloud, 'phlex/icons/lucide/cloud'
412
+ autoload :CloudAlert, 'phlex/icons/lucide/cloud_alert'
412
413
  autoload :CloudCog, 'phlex/icons/lucide/cloud_cog'
413
414
  autoload :CloudDownload, 'phlex/icons/lucide/cloud_download'
414
415
  autoload :CloudDrizzle, 'phlex/icons/lucide/cloud_drizzle'
@@ -533,6 +534,7 @@ module Phlex
533
534
  autoload :Ellipsis, 'phlex/icons/lucide/ellipsis'
534
535
  autoload :EllipsisVertical, 'phlex/icons/lucide/ellipsis_vertical'
535
536
  autoload :Equal, 'phlex/icons/lucide/equal'
537
+ autoload :EqualApproximately, 'phlex/icons/lucide/equal_approximately'
536
538
  autoload :EqualNot, 'phlex/icons/lucide/equal_not'
537
539
  autoload :Eraser, 'phlex/icons/lucide/eraser'
538
540
  autoload :EthernetPort, 'phlex/icons/lucide/ethernet_port'
@@ -810,6 +812,7 @@ module Phlex
810
812
  autoload :Languages, 'phlex/icons/lucide/languages'
811
813
  autoload :Laptop, 'phlex/icons/lucide/laptop'
812
814
  autoload :LaptopMinimal, 'phlex/icons/lucide/laptop_minimal'
815
+ autoload :LaptopMinimalCheck, 'phlex/icons/lucide/laptop_minimal_check'
813
816
  autoload :Lasso, 'phlex/icons/lucide/lasso'
814
817
  autoload :LassoSelect, 'phlex/icons/lucide/lasso_select'
815
818
  autoload :Laugh, 'phlex/icons/lucide/laugh'
@@ -1420,6 +1423,7 @@ module Phlex
1420
1423
  autoload :TimerReset, 'phlex/icons/lucide/timer_reset'
1421
1424
  autoload :ToggleLeft, 'phlex/icons/lucide/toggle_left'
1422
1425
  autoload :ToggleRight, 'phlex/icons/lucide/toggle_right'
1426
+ autoload :Toilet, 'phlex/icons/lucide/toilet'
1423
1427
  autoload :Tornado, 'phlex/icons/lucide/tornado'
1424
1428
  autoload :Torus, 'phlex/icons/lucide/torus'
1425
1429
  autoload :Touchpad, 'phlex/icons/lucide/touchpad'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlex
4
4
  module Icons
5
- VERSION = '1.5.0'
5
+ VERSION = '1.6.0'
6
6
  end
7
7
  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: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
@@ -3104,6 +3104,7 @@ files:
3104
3104
  - lib/phlex/icons/lucide/clock_arrow_down.rb
3105
3105
  - lib/phlex/icons/lucide/clock_arrow_up.rb
3106
3106
  - lib/phlex/icons/lucide/cloud.rb
3107
+ - lib/phlex/icons/lucide/cloud_alert.rb
3107
3108
  - lib/phlex/icons/lucide/cloud_cog.rb
3108
3109
  - lib/phlex/icons/lucide/cloud_download.rb
3109
3110
  - lib/phlex/icons/lucide/cloud_drizzle.rb
@@ -3228,6 +3229,7 @@ files:
3228
3229
  - lib/phlex/icons/lucide/ellipsis.rb
3229
3230
  - lib/phlex/icons/lucide/ellipsis_vertical.rb
3230
3231
  - lib/phlex/icons/lucide/equal.rb
3232
+ - lib/phlex/icons/lucide/equal_approximately.rb
3231
3233
  - lib/phlex/icons/lucide/equal_not.rb
3232
3234
  - lib/phlex/icons/lucide/eraser.rb
3233
3235
  - lib/phlex/icons/lucide/ethernet_port.rb
@@ -3505,6 +3507,7 @@ files:
3505
3507
  - lib/phlex/icons/lucide/languages.rb
3506
3508
  - lib/phlex/icons/lucide/laptop.rb
3507
3509
  - lib/phlex/icons/lucide/laptop_minimal.rb
3510
+ - lib/phlex/icons/lucide/laptop_minimal_check.rb
3508
3511
  - lib/phlex/icons/lucide/lasso.rb
3509
3512
  - lib/phlex/icons/lucide/lasso_select.rb
3510
3513
  - lib/phlex/icons/lucide/laugh.rb
@@ -4115,6 +4118,7 @@ files:
4115
4118
  - lib/phlex/icons/lucide/timer_reset.rb
4116
4119
  - lib/phlex/icons/lucide/toggle_left.rb
4117
4120
  - lib/phlex/icons/lucide/toggle_right.rb
4121
+ - lib/phlex/icons/lucide/toilet.rb
4118
4122
  - lib/phlex/icons/lucide/tornado.rb
4119
4123
  - lib/phlex/icons/lucide/torus.rb
4120
4124
  - lib/phlex/icons/lucide/touchpad.rb