phlex-icons 2.49.0 → 2.50.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 (72) hide show
  1. checksums.yaml +4 -4
  2. data/lib/phlex-icons/lucide/paint_bucket.rb +2 -2
  3. data/lib/phlex-icons/lucide/stone.rb +29 -0
  4. data/lib/phlex-icons/lucide/toolbox.rb +31 -0
  5. data/lib/phlex-icons/lucide.rb +3 -1
  6. data/lib/phlex-icons/tabler/alphabet_polish.rb +29 -0
  7. data/lib/phlex-icons/tabler/alphabet_polish_filled.rb +11 -0
  8. data/lib/phlex-icons/tabler/alphabet_polish_outline.rb +11 -0
  9. data/lib/phlex-icons/tabler/alphabet_runes.rb +28 -0
  10. data/lib/phlex-icons/tabler/alphabet_runes_filled.rb +11 -0
  11. data/lib/phlex-icons/tabler/alphabet_runes_outline.rb +11 -0
  12. data/lib/phlex-icons/tabler/blind.rb +30 -0
  13. data/lib/phlex-icons/tabler/blind_filled.rb +11 -0
  14. data/lib/phlex-icons/tabler/blind_outline.rb +11 -0
  15. data/lib/phlex-icons/tabler/brand_tabnine.rb +31 -0
  16. data/lib/phlex-icons/tabler/brand_tabnine_filled.rb +11 -0
  17. data/lib/phlex-icons/tabler/brand_tabnine_outline.rb +11 -0
  18. data/lib/phlex-icons/tabler/circle_asterisk.rb +29 -0
  19. data/lib/phlex-icons/tabler/circle_asterisk_filled.rb +11 -0
  20. data/lib/phlex-icons/tabler/circle_asterisk_outline.rb +11 -0
  21. data/lib/phlex-icons/tabler/deaf.rb +32 -0
  22. data/lib/phlex-icons/tabler/deaf_filled.rb +11 -0
  23. data/lib/phlex-icons/tabler/deaf_outline.rb +11 -0
  24. data/lib/phlex-icons/tabler/hexagon_asterisk.rb +34 -0
  25. data/lib/phlex-icons/tabler/hexagon_asterisk_filled.rb +11 -0
  26. data/lib/phlex-icons/tabler/hexagon_asterisk_outline.rb +11 -0
  27. data/lib/phlex-icons/tabler/option.rb +24 -0
  28. data/lib/phlex-icons/tabler/option_filled.rb +11 -0
  29. data/lib/phlex-icons/tabler/option_outline.rb +11 -0
  30. data/lib/phlex-icons/tabler/ripple_down.rb +30 -0
  31. data/lib/phlex-icons/tabler/ripple_down_filled.rb +11 -0
  32. data/lib/phlex-icons/tabler/ripple_down_outline.rb +11 -0
  33. data/lib/phlex-icons/tabler/ripple_up.rb +30 -0
  34. data/lib/phlex-icons/tabler/ripple_up_filled.rb +11 -0
  35. data/lib/phlex-icons/tabler/ripple_up_outline.rb +11 -0
  36. data/lib/phlex-icons/tabler/rosette_asterisk.rb +34 -0
  37. data/lib/phlex-icons/tabler/rosette_asterisk_filled.rb +11 -0
  38. data/lib/phlex-icons/tabler/rosette_asterisk_outline.rb +11 -0
  39. data/lib/phlex-icons/tabler/settings_ai.rb +34 -0
  40. data/lib/phlex-icons/tabler/settings_ai_filled.rb +11 -0
  41. data/lib/phlex-icons/tabler/settings_ai_outline.rb +11 -0
  42. data/lib/phlex-icons/tabler/sparkles_2.rb +35 -0
  43. data/lib/phlex-icons/tabler/sparkles_2_filled.rb +11 -0
  44. data/lib/phlex-icons/tabler/sparkles_2_outline.rb +11 -0
  45. data/lib/phlex-icons/tabler/square_minus.rb +3 -2
  46. data/lib/phlex-icons/tabler/square_minus_2.rb +29 -0
  47. data/lib/phlex-icons/tabler/square_minus_2_filled.rb +11 -0
  48. data/lib/phlex-icons/tabler/square_minus_2_outline.rb +11 -0
  49. data/lib/phlex-icons/tabler/square_rotated_asterisk.rb +34 -0
  50. data/lib/phlex-icons/tabler/square_rotated_asterisk_filled.rb +11 -0
  51. data/lib/phlex-icons/tabler/square_rotated_asterisk_outline.rb +11 -0
  52. data/lib/phlex-icons/tabler/subtitles.rb +33 -0
  53. data/lib/phlex-icons/tabler/subtitles_ai.rb +37 -0
  54. data/lib/phlex-icons/tabler/subtitles_ai_filled.rb +11 -0
  55. data/lib/phlex-icons/tabler/subtitles_ai_outline.rb +11 -0
  56. data/lib/phlex-icons/tabler/subtitles_edit.rb +32 -0
  57. data/lib/phlex-icons/tabler/subtitles_edit_filled.rb +11 -0
  58. data/lib/phlex-icons/tabler/subtitles_edit_outline.rb +11 -0
  59. data/lib/phlex-icons/tabler/subtitles_filled.rb +11 -0
  60. data/lib/phlex-icons/tabler/subtitles_off.rb +35 -0
  61. data/lib/phlex-icons/tabler/subtitles_off_filled.rb +11 -0
  62. data/lib/phlex-icons/tabler/subtitles_off_outline.rb +11 -0
  63. data/lib/phlex-icons/tabler/subtitles_outline.rb +11 -0
  64. data/lib/phlex-icons/tabler/volume_4.rb +33 -0
  65. data/lib/phlex-icons/tabler/volume_4_filled.rb +11 -0
  66. data/lib/phlex-icons/tabler/volume_4_outline.rb +11 -0
  67. data/lib/phlex-icons/tabler/whisk.rb +32 -0
  68. data/lib/phlex-icons/tabler/whisk_filled.rb +11 -0
  69. data/lib/phlex-icons/tabler/whisk_outline.rb +11 -0
  70. data/lib/phlex-icons/tabler.rb +64 -1
  71. data/lib/phlex-icons/version.rb +1 -1
  72. metadata +66 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 988bb9b4739446f6069a2dcffca6a22fd00cd24c3bfee616b63518cf5bfb4bfc
4
- data.tar.gz: '0595c5c5b4994bab44ba78c4919efb0391515c978dfbb1b126e42d9a91ded6dd'
3
+ metadata.gz: 212ccfe691723c6ea7b72287a5af34ca8cbcb393db7157e4b86efe22965f2042
4
+ data.tar.gz: 3f5c09e6220d09bff0e1d97d6088a96017ca238ce877a92f20817423c91e2796
5
5
  SHA512:
6
- metadata.gz: 0071301fb34bb674cc28a350e4649c6564548ae1a610a38d310513eb59cf417765986f224a4ce221deae3d67fc709e2e3aaf4c4aeb33c323e51e872f86e53a31
7
- data.tar.gz: f1339540e62a2a396a727aa1781e76e9d124d3c0e7873914646d25f8cc28bae54990c281ba0e97bc85e66bf033b7404ef1f8dd78e4de8f90938bcd5ccb46ca3d
6
+ metadata.gz: 73883cadff2efcdcb1310e8485214b21e705a20cc82837c5d750232cc62c0bdcc915be27f48c1ae8ca20a17fd2867d2010aa533e2ddb54410d1072f2a129a956
7
+ data.tar.gz: 3c6b6335ce845637aa638365e88f242f3934f23bcfb45f16cd7324b5fcfa6f88ed6cd4fa0d88de56effbc6879db9267492457c3bf890494042f55748d9c6a111
@@ -15,12 +15,12 @@ module PhlexIcons
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.path(d: 'M19 12H2')
18
+ s.path(d: 'M11 7 6 2')
19
+ s.path(d: 'M18.992 12H2.041')
19
20
  s.path(
20
21
  d:
21
22
  'M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595'
22
23
  )
23
- s.path(d: 'm6 2 5 5')
24
24
  s.path(
25
25
  d:
26
26
  'm8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33'
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Lucide
6
+ class Stone < 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
+ 'M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z'
21
+ )
22
+ s.path(d: 'M11.99 22 14 12l7.822 3.184')
23
+ s.path(d: 'M14 12 8.47 2.302')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
29
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Lucide
6
+ class Toolbox < 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: 'M16 12v4')
19
+ s.path(
20
+ d:
21
+ 'M16 6a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6z'
22
+ )
23
+ s.path(d: 'M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2')
24
+ s.path(d: 'M2 14h20')
25
+ s.path(d: 'M8 12v4')
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
31
+ # rubocop:enable Layout/LineLength
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Lucide # rubocop:disable Metrics/ModuleLength
5
- VERSION = '0.560.0'
5
+ VERSION = '0.562.0'
6
6
  VARIANTS = nil
7
7
 
8
8
  extend Phlex::Kit
@@ -1452,6 +1452,7 @@ module PhlexIcons
1452
1452
  autoload :Stethoscope, 'phlex-icons/lucide/stethoscope'
1453
1453
  autoload :Sticker, 'phlex-icons/lucide/sticker'
1454
1454
  autoload :StickyNote, 'phlex-icons/lucide/sticky_note'
1455
+ autoload :Stone, 'phlex-icons/lucide/stone'
1455
1456
  autoload :Store, 'phlex-icons/lucide/store'
1456
1457
  autoload :StretchHorizontal, 'phlex-icons/lucide/stretch_horizontal'
1457
1458
  autoload :StretchVertical, 'phlex-icons/lucide/stretch_vertical'
@@ -1531,6 +1532,7 @@ module PhlexIcons
1531
1532
  autoload :ToggleRight, 'phlex-icons/lucide/toggle_right'
1532
1533
  autoload :Toilet, 'phlex-icons/lucide/toilet'
1533
1534
  autoload :ToolCase, 'phlex-icons/lucide/tool_case'
1535
+ autoload :Toolbox, 'phlex-icons/lucide/toolbox'
1534
1536
  autoload :Tornado, 'phlex-icons/lucide/tornado'
1535
1537
  autoload :Torus, 'phlex-icons/lucide/torus'
1536
1538
  autoload :Touchpad, 'phlex-icons/lucide/touchpad'
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class AlphabetPolish < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(d: 'M7 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3')
22
+ s.path(d: 'M16 7v10')
23
+ s.path(d: 'M18 11l-4 2')
24
+ s.path(d: 'M10.5 17a1.5 1.5 0 0 0 0 3')
25
+ end
26
+ end
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class AlphabetPolishFilled < Base
6
+ def view_template
7
+ render AlphabetPolish.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class AlphabetPolishOutline < Base
6
+ def view_template
7
+ render AlphabetPolish.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class AlphabetRunes < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(d: 'M17 18v-12')
22
+ s.path(d: 'M13 6l4 4l4 -4')
23
+ s.path(d: 'M11 18l-7 -8l4 -4l4 4l-7 8')
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class AlphabetRunesFilled < Base
6
+ def view_template
7
+ render AlphabetRunes.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class AlphabetRunesOutline < Base
6
+ def view_template
7
+ render AlphabetRunes.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class Blind < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(d: 'M9 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0')
22
+ s.path(d: 'M4 21l3 -4')
23
+ s.path(d: 'M13 21l-2 -4l-3 -3l1 -6')
24
+ s.path(d: 'M3 12l2 -3l4 -1l6 4')
25
+ s.path(d: 'M16.5 14l3.5 7')
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class BlindFilled < Base
6
+ def view_template
7
+ render Blind.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class BlindOutline < Base
6
+ def view_template
7
+ render Blind.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class BrandTabnine < Base
7
+ def filled
8
+ raise NotImplementedError
9
+ end
10
+
11
+ def outline
12
+ svg(
13
+ **attrs,
14
+ xmlns: 'http://www.w3.org/2000/svg',
15
+ viewbox: '0 0 24 24',
16
+ fill: 'none',
17
+ stroke: 'currentColor',
18
+ stroke_width: '2',
19
+ stroke_linecap: 'round',
20
+ stroke_linejoin: 'round'
21
+ ) do |s|
22
+ s.path(
23
+ d:
24
+ 'M20 12l-12 6.75m12 -6.75l-12 -6.75m12 6.75v-4.527l-8 -4.473l-4 2.25m12 6.75v4.5l-8 4.5l-4 -2.25m0 -13.5l-4 2.222v9.028l4 2.25z'
25
+ )
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
31
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class BrandTabnineFilled < Base
6
+ def view_template
7
+ render BrandTabnine.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class BrandTabnineOutline < Base
6
+ def view_template
7
+ render BrandTabnine.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class CircleAsterisk < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(d: 'M12 8.5v7')
22
+ s.path(d: 'M9 10l6 4')
23
+ s.path(d: 'M9 14l6 -4')
24
+ s.path(d: 'M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0')
25
+ end
26
+ end
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class CircleAsteriskFilled < Base
6
+ def view_template
7
+ render CircleAsterisk.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class CircleAsteriskOutline < Base
6
+ def view_template
7
+ render CircleAsterisk.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class Deaf < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(
22
+ d:
23
+ 'M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4'
24
+ )
25
+ s.path(d: 'M10 10a3 3 0 1 1 5 2.2')
26
+ s.path(d: 'M5 13l4 4')
27
+ s.path(d: 'M9 13l-4 4')
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class DeafFilled < Base
6
+ def view_template
7
+ render Deaf.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class DeafOutline < Base
6
+ def view_template
7
+ render Deaf.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class HexagonAsterisk < Base
7
+ def filled
8
+ raise NotImplementedError
9
+ end
10
+
11
+ def outline
12
+ svg(
13
+ **attrs,
14
+ xmlns: 'http://www.w3.org/2000/svg',
15
+ viewbox: '0 0 24 24',
16
+ fill: 'none',
17
+ stroke: 'currentColor',
18
+ stroke_width: '2',
19
+ stroke_linecap: 'round',
20
+ stroke_linejoin: 'round'
21
+ ) do |s|
22
+ s.path(
23
+ d:
24
+ 'M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.27 2.27 0 0 1 -2.184 0l-6.75 -4.27a2.23 2.23 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98z'
25
+ )
26
+ s.path(d: 'M12 8.5v7')
27
+ s.path(d: 'M9 10l6 4')
28
+ s.path(d: 'M9 14l6 -4')
29
+ end
30
+ end
31
+ end
32
+ end
33
+ end
34
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HexagonAsteriskFilled < Base
6
+ def view_template
7
+ render HexagonAsterisk.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HexagonAsteriskOutline < Base
6
+ def view_template
7
+ render HexagonAsterisk.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class Option < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) { |s| s.path(d: 'M14 6h5m0 12h-5l-5 -12h-4') }
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class OptionFilled < Base
6
+ def view_template
7
+ render Option.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class OptionOutline < Base
6
+ def view_template
7
+ render Option.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class RippleDown < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(d: 'M3 7q 4.5 -3 9 0t 9 0')
22
+ s.path(d: 'M3 17q 4.5 -3 9 0q .213 .142 .427 .27')
23
+ s.path(d: 'M3 12q 4.5 -3 9 0q 2.006 1.338 4.012 1.482')
24
+ s.path(d: 'M19 16v6')
25
+ s.path(d: 'M22 19l-3 3l-3 -3')
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class RippleDownFilled < Base
6
+ def view_template
7
+ render RippleDown.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class RippleDownOutline < Base
6
+ def view_template
7
+ render RippleDown.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class RippleUp < Base
6
+ def filled
7
+ raise NotImplementedError
8
+ end
9
+
10
+ def outline
11
+ svg(
12
+ **attrs,
13
+ xmlns: 'http://www.w3.org/2000/svg',
14
+ viewbox: '0 0 24 24',
15
+ fill: 'none',
16
+ stroke: 'currentColor',
17
+ stroke_width: '2',
18
+ stroke_linecap: 'round',
19
+ stroke_linejoin: 'round'
20
+ ) do |s|
21
+ s.path(d: 'M3 7q 4.5 -3 9 0t 9 0')
22
+ s.path(d: 'M3 17q 4.5 -3 9 0q .218 .144 .434 .275')
23
+ s.path(d: 'M3 12q 4.5 -3 9 0q 1.941 1.294 3.882 1.472')
24
+ s.path(d: 'M19 22v-6')
25
+ s.path(d: 'M22 19l-3 -3l-3 3')
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class RippleUpFilled < Base
6
+ def view_template
7
+ render RippleUp.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end