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
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class RippleUpOutline < Base
6
+ def view_template
7
+ render RippleUp.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 RosetteAsterisk < 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
+ 'M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55z'
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 RosetteAsteriskFilled < Base
6
+ def view_template
7
+ render RosetteAsterisk.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 RosetteAsteriskOutline < Base
6
+ def view_template
7
+ render RosetteAsterisk.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 SettingsAi < 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
+ 'M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065'
25
+ )
26
+ s.path(d: 'M9 14v-2.5a1.5 1.5 0 0 1 3 0v2.5')
27
+ s.path(d: 'M9 13h3')
28
+ s.path(d: 'M15 10v4')
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 SettingsAiFilled < Base
6
+ def view_template
7
+ render SettingsAi.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 SettingsAiOutline < Base
6
+ def view_template
7
+ render SettingsAi.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class Sparkles2 < 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
+ 'M13 7a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547'
25
+ )
26
+ s.path(
27
+ d:
28
+ 'M3 14a21 21 0 0 0 1.652 -.532c2.542 -.953 3.853 -2.238 4.816 -4.806a20 20 0 0 0 .532 -1.662a20 20 0 0 0 .532 1.662c.963 2.567 2.275 3.853 4.816 4.806q .75 .28 1.652 .532a21 21 0 0 0 -1.652 .532c-2.542 .953 -3.854 2.238 -4.816 4.806a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532'
29
+ )
30
+ end
31
+ end
32
+ end
33
+ end
34
+ end
35
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class Sparkles2Filled < Base
6
+ def view_template
7
+ render Sparkles2.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 Sparkles2Outline < Base
6
+ def view_template
7
+ render Sparkles2.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -29,10 +29,11 @@ module PhlexIcons
29
29
  stroke_linecap: 'round',
30
30
  stroke_linejoin: 'round'
31
31
  ) do |s|
32
+ s.path(d: 'M9 12h6')
32
33
  s.path(
33
- d: 'M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10'
34
+ d:
35
+ 'M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z'
34
36
  )
35
- s.path(d: 'M16 19h6')
36
37
  end
37
38
  end
38
39
  end
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class SquareMinus2 < 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: 'M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10'
23
+ )
24
+ s.path(d: 'M16 19h6')
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 SquareMinus2Filled < Base
6
+ def view_template
7
+ render SquareMinus2.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 SquareMinus2Outline < Base
6
+ def view_template
7
+ render SquareMinus2.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 SquareRotatedAsterisk < 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
+ 'M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z'
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 SquareRotatedAsteriskFilled < Base
6
+ def view_template
7
+ render SquareRotatedAsterisk.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 SquareRotatedAsteriskOutline < Base
6
+ def view_template
7
+ render SquareRotatedAsterisk.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class Subtitles < 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
+ 'M18 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3z'
24
+ )
25
+ s.path(d: 'M7 15h5')
26
+ s.path(d: 'M15 15h2')
27
+ s.path(d: 'M17 12h-3')
28
+ s.path(d: 'M11 12h-1')
29
+ end
30
+ end
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class SubtitlesAi < 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: 'M11.5 19h-5.5a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4'
24
+ )
25
+ s.path(d: 'M7 15h5')
26
+ s.path(d: 'M17 12h-3')
27
+ s.path(d: 'M11 12h-1')
28
+ s.path(
29
+ d:
30
+ 'M19 22.5a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5'
31
+ )
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
37
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class SubtitlesAiFilled < Base
6
+ def view_template
7
+ render SubtitlesAi.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 SubtitlesAiOutline < Base
6
+ def view_template
7
+ render SubtitlesAi.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 SubtitlesEdit < 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: 'M11.5 19h-5.5a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3'
23
+ )
24
+ s.path(d: 'M7 15h5')
25
+ s.path(d: 'M17 12h-3')
26
+ s.path(d: 'M11 12h-1')
27
+ s.path(d: 'M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3z')
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 SubtitlesEditFilled < Base
6
+ def view_template
7
+ render SubtitlesEdit.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 SubtitlesEditOutline < Base
6
+ def view_template
7
+ render SubtitlesEdit.new(variant: :outline, **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 SubtitlesFilled < Base
6
+ def view_template
7
+ render Subtitles.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class SubtitlesOff < 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
+ 'M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.13 .874m-2.006 2a3 3 0 0 1 -.864 .126h-12a3 3 0 0 1 -3 -3v-8c0 -1.35 .893 -2.493 2.12 -2.869'
25
+ )
26
+ s.path(d: 'M7 15h5')
27
+ s.path(d: 'M17 12h-1')
28
+ s.path(d: 'M12 12h-2')
29
+ s.path(d: 'M3 3l18 18')
30
+ end
31
+ end
32
+ end
33
+ end
34
+ end
35
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class SubtitlesOffFilled < Base
6
+ def view_template
7
+ render SubtitlesOff.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 SubtitlesOffOutline < Base
6
+ def view_template
7
+ render SubtitlesOff.new(variant: :outline, **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 SubtitlesOutline < Base
6
+ def view_template
7
+ render Subtitles.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class Volume4 < 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.g(transform: 'translate(1.5, 0)') do
23
+ s.path(
24
+ d:
25
+ 'M8 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5'
26
+ )
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
33
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class Volume4Filled < Base
6
+ def view_template
7
+ render Volume4.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 Volume4Outline < Base
6
+ def view_template
7
+ render Volume4.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class Whisk < 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(d: 'M21.015 3.035l-16.515 16.465')
23
+ s.path(
24
+ d:
25
+ 'M3.173 17.619a4.63 4.63 0 0 0 3.284 3.26a4.67 4.67 0 0 0 4.487 -1.194c1.85 -1.836 4.07 -10.65 4.07 -10.65s-8.88 2.296 -10.639 4.132a4.59 4.59 0 0 0 -1.202 4.452'
26
+ )
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
32
+ # rubocop:enable Layout/LineLength
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class WhiskFilled < Base
6
+ def view_template
7
+ render Whisk.new(variant: :filled, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end