phlex-icons-tabler 2.2.0 → 2.3.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 (69) hide show
  1. checksums.yaml +4 -4
  2. data/lib/phlex-icons/tabler/chart_donut.rb +1 -5
  3. data/lib/phlex-icons/tabler/chart_dots_2.rb +13 -1
  4. data/lib/phlex-icons/tabler/chart_dots_3.rb +13 -1
  5. data/lib/phlex-icons/tabler/chart_funnel.rb +11 -1
  6. data/lib/phlex-icons/tabler/chart_pie_2.rb +13 -1
  7. data/lib/phlex-icons/tabler/chart_pie_3.rb +13 -1
  8. data/lib/phlex-icons/tabler/chart_pie_4.rb +13 -1
  9. data/lib/phlex-icons/tabler/chef_hat.rb +15 -1
  10. data/lib/phlex-icons/tabler/circle_caret_down.rb +13 -1
  11. data/lib/phlex-icons/tabler/circle_caret_left.rb +13 -1
  12. data/lib/phlex-icons/tabler/circle_caret_right.rb +13 -1
  13. data/lib/phlex-icons/tabler/circle_caret_up.rb +13 -1
  14. data/lib/phlex-icons/tabler/circle_chevron_down.rb +13 -1
  15. data/lib/phlex-icons/tabler/circle_chevron_left.rb +13 -1
  16. data/lib/phlex-icons/tabler/circle_chevron_right.rb +13 -1
  17. data/lib/phlex-icons/tabler/circle_chevron_up.rb +13 -1
  18. data/lib/phlex-icons/tabler/circle_chevrons_down.rb +13 -1
  19. data/lib/phlex-icons/tabler/circle_chevrons_left.rb +13 -1
  20. data/lib/phlex-icons/tabler/circle_chevrons_right.rb +13 -1
  21. data/lib/phlex-icons/tabler/circle_chevrons_up.rb +13 -1
  22. data/lib/phlex-icons/tabler/clipboard.rb +13 -1
  23. data/lib/phlex-icons/tabler/clipboard_check.rb +13 -1
  24. data/lib/phlex-icons/tabler/clipboard_data.rb +13 -1
  25. data/lib/phlex-icons/tabler/clipboard_list.rb +13 -1
  26. data/lib/phlex-icons/tabler/clipboard_text.rb +13 -1
  27. data/lib/phlex-icons/tabler/clipboard_typography.rb +13 -1
  28. data/lib/phlex-icons/tabler/clipboard_x.rb +13 -1
  29. data/lib/phlex-icons/tabler/error_404.rb +5 -8
  30. data/lib/phlex-icons/tabler/error_404_off.rb +5 -7
  31. data/lib/phlex-icons/tabler/http_connect.rb +1 -1
  32. data/lib/phlex-icons/tabler/http_connect_off.rb +29 -0
  33. data/lib/phlex-icons/tabler/http_connect_off_filled.rb +11 -0
  34. data/lib/phlex-icons/tabler/http_connect_off_outline.rb +11 -0
  35. data/lib/phlex-icons/tabler/http_delete.rb +1 -1
  36. data/lib/phlex-icons/tabler/http_delete_off.rb +30 -0
  37. data/lib/phlex-icons/tabler/http_delete_off_filled.rb +11 -0
  38. data/lib/phlex-icons/tabler/http_delete_off_outline.rb +11 -0
  39. data/lib/phlex-icons/tabler/http_get_off.rb +31 -0
  40. data/lib/phlex-icons/tabler/http_get_off_filled.rb +11 -0
  41. data/lib/phlex-icons/tabler/http_get_off_outline.rb +11 -0
  42. data/lib/phlex-icons/tabler/http_head_off.rb +33 -0
  43. data/lib/phlex-icons/tabler/http_head_off_filled.rb +11 -0
  44. data/lib/phlex-icons/tabler/http_head_off_outline.rb +11 -0
  45. data/lib/phlex-icons/tabler/http_options.rb +1 -1
  46. data/lib/phlex-icons/tabler/http_options_off.rb +30 -0
  47. data/lib/phlex-icons/tabler/http_options_off_filled.rb +11 -0
  48. data/lib/phlex-icons/tabler/http_options_off_outline.rb +11 -0
  49. data/lib/phlex-icons/tabler/http_patch_off.rb +31 -0
  50. data/lib/phlex-icons/tabler/http_patch_off_filled.rb +11 -0
  51. data/lib/phlex-icons/tabler/http_patch_off_outline.rb +11 -0
  52. data/lib/phlex-icons/tabler/http_post.rb +1 -1
  53. data/lib/phlex-icons/tabler/http_post_off.rb +32 -0
  54. data/lib/phlex-icons/tabler/http_post_off_filled.rb +11 -0
  55. data/lib/phlex-icons/tabler/http_post_off_outline.rb +11 -0
  56. data/lib/phlex-icons/tabler/http_put_off.rb +30 -0
  57. data/lib/phlex-icons/tabler/http_put_off_filled.rb +11 -0
  58. data/lib/phlex-icons/tabler/http_put_off_outline.rb +11 -0
  59. data/lib/phlex-icons/tabler/http_que.rb +1 -1
  60. data/lib/phlex-icons/tabler/http_que_off.rb +31 -0
  61. data/lib/phlex-icons/tabler/http_que_off_filled.rb +11 -0
  62. data/lib/phlex-icons/tabler/http_que_off_outline.rb +11 -0
  63. data/lib/phlex-icons/tabler/http_trace.rb +2 -1
  64. data/lib/phlex-icons/tabler/http_trace_off.rb +32 -0
  65. data/lib/phlex-icons/tabler/http_trace_off_filled.rb +11 -0
  66. data/lib/phlex-icons/tabler/http_trace_off_outline.rb +11 -0
  67. data/lib/phlex-icons/tabler.rb +31 -1
  68. data/lib/phlex-icons/version.rb +1 -1
  69. metadata +32 -2
@@ -1,10 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Layout/LineLength
3
4
  module PhlexIcons
4
5
  module Tabler
5
6
  class ClipboardText < Base
6
7
  def filled
7
- raise NotImplementedError
8
+ svg(
9
+ **attrs,
10
+ xmlns: 'http://www.w3.org/2000/svg',
11
+ viewbox: '0 0 24 24',
12
+ fill: 'currentColor'
13
+ ) do |s|
14
+ s.path(
15
+ d:
16
+ 'M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-2.997 10.83h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-1 -9a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z'
17
+ )
18
+ end
8
19
  end
9
20
 
10
21
  def outline
@@ -33,3 +44,4 @@ module PhlexIcons
33
44
  end
34
45
  end
35
46
  end
47
+ # rubocop:enable Layout/LineLength
@@ -1,10 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Layout/LineLength
3
4
  module PhlexIcons
4
5
  module Tabler
5
6
  class ClipboardTypography < Base
6
7
  def filled
7
- raise NotImplementedError
8
+ svg(
9
+ **attrs,
10
+ xmlns: 'http://www.w3.org/2000/svg',
11
+ viewbox: '0 0 24 24',
12
+ fill: 'currentColor'
13
+ ) do |s|
14
+ s.path(
15
+ d:
16
+ 'M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-2.997 5.83h-6a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0h1v4a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2v-4h1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1m-1 -8a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z'
17
+ )
18
+ end
8
19
  end
9
20
 
10
21
  def outline
@@ -34,3 +45,4 @@ module PhlexIcons
34
45
  end
35
46
  end
36
47
  end
48
+ # rubocop:enable Layout/LineLength
@@ -1,10 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Layout/LineLength
3
4
  module PhlexIcons
4
5
  module Tabler
5
6
  class ClipboardX < Base
6
7
  def filled
7
- raise NotImplementedError
8
+ svg(
9
+ **attrs,
10
+ xmlns: 'http://www.w3.org/2000/svg',
11
+ viewbox: '0 0 24 24',
12
+ fill: 'currentColor'
13
+ ) do |s|
14
+ s.path(
15
+ d:
16
+ 'M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-7.29 7.123a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l1.292 1.293l-1.292 1.293a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l1.293 -1.293l1.293 1.293a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.293 -1.293l1.293 -1.293a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-1.293 1.292zm3.293 -9.293a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z'
17
+ )
18
+ end
8
19
  end
9
20
 
10
21
  def outline
@@ -32,3 +43,4 @@ module PhlexIcons
32
43
  end
33
44
  end
34
45
  end
46
+ # rubocop:enable Layout/LineLength
@@ -18,14 +18,11 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M3 7v4a1 1 0 0 0 1 1h3')
22
- s.path(d: 'M7 7v10')
23
- s.path(
24
- d:
25
- 'M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z'
26
- )
27
- s.path(d: 'M17 7v4a1 1 0 0 0 1 1h3')
28
- s.path(d: 'M21 7v10')
21
+ s.path(d: 'M3 8v3a1 1 0 0 0 1 1h3')
22
+ s.path(d: 'M7 8v8')
23
+ s.path(d: 'M17 8v3a1 1 0 0 0 1 1h3')
24
+ s.path(d: 'M21 8v8')
25
+ s.path(d: 'M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0')
29
26
  end
30
27
  end
31
28
  end
@@ -18,13 +18,11 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M3 7v4a1 1 0 0 0 1 1h3')
22
- s.path(d: 'M7 7v10')
23
- s.path(
24
- d: 'M10 10v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2m0 -4v-2a1 1 0 0 0 -1 -1h-2'
25
- )
26
- s.path(d: 'M17 7v4a1 1 0 0 0 1 1h3')
27
- s.path(d: 'M21 7v10')
21
+ s.path(d: 'M3 8v3a1 1 0 0 0 1 1h3')
22
+ s.path(d: 'M7 8v8')
23
+ s.path(d: 'M17 8v3a1 1 0 0 0 1 1h3')
24
+ s.path(d: 'M21 8v8')
25
+ s.path(d: 'M10 10v4a2 2 0 1 0 4 0m0 -4a2 2 0 0 0 -2 -2')
28
26
  s.path(d: 'M3 3l18 18')
29
27
  end
30
28
  end
@@ -20,7 +20,7 @@ module PhlexIcons
20
20
  ) do |s|
21
21
  s.path(d: 'M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0')
22
22
  s.path(d: 'M17 16v-8l4 8v-8')
23
- s.path(d: 'M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z')
23
+ s.path(d: 'M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2')
24
24
  end
25
25
  end
26
26
  end
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpConnectOff < 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 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0')
22
+ s.path(d: 'M17 13v-5l4 8v-8')
23
+ s.path(d: 'M14 14a2 2 0 1 1 -4 0v-4m2 -2a2 2 0 0 1 2 2')
24
+ s.path(d: 'M3 3l18 18')
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 HttpConnectOffFilled < Base
6
+ def view_template
7
+ render HttpConnectOff.new(variant: :filled)
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 HttpConnectOffOutline < Base
6
+ def view_template
7
+ render HttpConnectOff.new(variant: :outline)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -18,7 +18,7 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z')
21
+ s.path(d: 'M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z')
22
22
  s.path(d: 'M14 8h-4v8h4')
23
23
  s.path(d: 'M10 12h2.5')
24
24
  s.path(d: 'M17 8v8h4')
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpDeleteOff < 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 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z')
22
+ s.path(d: 'M14 8h-2m-2 2v6h4')
23
+ s.path(d: 'M10 12h2')
24
+ s.path(d: 'M17 8v5m3 3h1')
25
+ s.path(d: 'M3 3l18 18')
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 HttpDeleteOffFilled < Base
6
+ def view_template
7
+ render HttpDeleteOff.new(variant: :filled)
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 HttpDeleteOffOutline < Base
6
+ def view_template
7
+ render HttpDeleteOff.new(variant: :outline)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpGetOff < 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 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1')
22
+ s.path(d: 'M14 8h-2m-2 2v6h4')
23
+ s.path(d: 'M10 12h2')
24
+ s.path(d: 'M17 8h4')
25
+ s.path(d: 'M19 8v7')
26
+ s.path(d: 'M3 3l18 18')
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpGetOffFilled < Base
6
+ def view_template
7
+ render HttpGetOff.new(variant: :filled)
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 HttpGetOffOutline < Base
6
+ def view_template
7
+ render HttpGetOff.new(variant: :outline)
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 HttpHeadOff < 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 16v-8')
22
+ s.path(d: 'M7 8v8')
23
+ s.path(d: 'M3 12h4')
24
+ s.path(d: 'M14 8h-2m-2 2v6h4')
25
+ s.path(d: 'M10 12h2')
26
+ s.path(d: 'M17 13v-3a2 2 0 1 1 4 0v6')
27
+ s.path(d: 'M17 13h4')
28
+ s.path(d: 'M3 3l18 18')
29
+ end
30
+ end
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpHeadOffFilled < Base
6
+ def view_template
7
+ render HttpHeadOff.new(variant: :filled)
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 HttpHeadOffOutline < Base
6
+ def view_template
7
+ render HttpHeadOff.new(variant: :outline)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -18,7 +18,7 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z')
21
+ s.path(d: 'M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2')
22
22
  s.path(d: 'M10 12h2a2 2 0 1 0 0 -4h-2v8')
23
23
  s.path(d: 'M17 8h4')
24
24
  s.path(d: 'M19 8v8')
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpOptionsOff < 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: 'M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2')
22
+ s.path(d: 'M10 12h2m2 -2a2 2 0 0 0 -2 -2m-2 2v6')
23
+ s.path(d: 'M17 8h4')
24
+ s.path(d: 'M19 8v7')
25
+ s.path(d: 'M3 3l18 18')
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 HttpOptionsOffFilled < Base
6
+ def view_template
7
+ render HttpOptionsOff.new(variant: :filled)
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 HttpOptionsOffOutline < Base
6
+ def view_template
7
+ render HttpOptionsOff.new(variant: :outline)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpPatchOff < 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 12h2a2 2 0 1 0 0 -4h-2v8')
22
+ s.path(d: 'M10 16v-6m2 -2a2 2 0 0 1 2 2m0 4v2')
23
+ s.path(d: 'M10 13h3')
24
+ s.path(d: 'M17 8h4')
25
+ s.path(d: 'M19 8v7')
26
+ s.path(d: 'M3 3l18 18')
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpPatchOffFilled < Base
6
+ def view_template
7
+ render HttpPatchOff.new(variant: :filled)
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 HttpPatchOffOutline < Base
6
+ def view_template
7
+ render HttpPatchOff.new(variant: :outline)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -20,7 +20,7 @@ module PhlexIcons
20
20
  stroke_linejoin: 'round'
21
21
  ) do |s|
22
22
  s.path(d: 'M3 12h2a2 2 0 1 0 0 -4h-2v8')
23
- s.path(d: 'M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z')
23
+ s.path(d: 'M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2')
24
24
  s.path(
25
25
  d:
26
26
  'M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1'
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpPostOff < 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 12h2a2 2 0 1 0 0 -4h-2v8')
22
+ s.path(d: 'M12 8a2 2 0 0 1 2 2m0 4a2 2 0 1 1 -4 0v-4')
23
+ s.path(
24
+ d:
25
+ 'M20 16a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1'
26
+ )
27
+ s.path(d: 'M3 3l18 18')
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 HttpPostOffFilled < Base
6
+ def view_template
7
+ render HttpPostOff.new(variant: :filled)
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 HttpPostOffOutline < Base
6
+ def view_template
7
+ render HttpPostOff.new(variant: :outline)
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 HttpPutOff < 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 12h2a2 2 0 1 0 0 -4h-2v8')
22
+ s.path(d: 'M17 8h4')
23
+ s.path(d: 'M19 8v8')
24
+ s.path(d: 'M10 10v4a2 2 0 1 0 4 0m0 -4v-2')
25
+ s.path(d: 'M3 3l18 18')
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 HttpPutOffFilled < Base
6
+ def view_template
7
+ render HttpPutOff.new(variant: :filled)
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 HttpPutOffOutline < Base
6
+ def view_template
7
+ render HttpPutOff.new(variant: :outline)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -18,7 +18,7 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z')
21
+ s.path(d: 'M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2')
22
22
  s.path(d: 'M6 15l1 1')
23
23
  s.path(d: 'M21 8h-4v8h4')
24
24
  s.path(d: 'M17 12h2.5')
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PhlexIcons
4
+ module Tabler
5
+ class HttpQueOff < 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: 'M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2')
22
+ s.path(d: 'M6 15l1 1')
23
+ s.path(d: 'M21 8h-4v8h4')
24
+ s.path(d: 'M17 12h2.5')
25
+ s.path(d: 'M10 10v4a2 2 0 1 0 4 0m0 -4v-2')
26
+ s.path(d: 'M3 3l18 18')
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end