phlex-icons-tabler 2.30.0 → 2.31.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: f9423c75cb7d944e8d1f6383834dfa21e677bcfce6561a62dfadfa87d5bc78c6
4
- data.tar.gz: b797c1b3fcfd90768fe82ac387c2049356db368bb7511ed6a170ab955b543f56
3
+ metadata.gz: b8a28c76d0042c68a76d3af9313fe9ba806e3758a2ed6d3c29bc8928bc8c7363
4
+ data.tar.gz: b1fd9a7b6817dd88a7adc95bf7a50f6f0900750764e169afb252b38f22a33f8d
5
5
  SHA512:
6
- metadata.gz: 73cf2b5e5cb075d38f1371a3bb9d88fdb9a7abe055993b71df010133bf0385e31d8d44bd243d7e2f349ca2bf16cd228fccdafb5fef8d8799f4654920ae86ec9c
7
- data.tar.gz: 04d4945a0ae12549f0aa5728e536b5a1b5d191c11bb87526597bac5ed8c5d69805153ab42970fa9c1381c2aaea119937f729010c6552373602a0ba69832a6263
6
+ metadata.gz: 6e0fadbcd348a94447e2db1825e04d625f6e4ef038a99b396a0672bd37c39989401ededc8e0c560a3129d7f19f444e6de4e5d8b2193d27856b0179dee56c26fb
7
+ data.tar.gz: ee34d549fc0d0959f6a0aac3cd21e8f6c6879de0537412bccc2106b083728883b075dc34aa3ad4a76df952965b4a73ca9c5e3ab6b67f64aaef8924c5226bd1dd
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ # rubocop:disable Layout/LineLength
4
+ module PhlexIcons
5
+ module Tabler
6
+ class BrandDropbox < 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
+ 'M7.5 10.625l-4.5 -2.813l4.5 -2.812l4.5 2.813m-4.5 2.812l4.5 -2.813m-4.5 2.813l-4.5 2.823l4.5 2.802m0 -5.625l4.5 2.823m0 -5.636l4.5 2.791l4.5 -2.812l-4.5 -2.791l-4.5 2.813zm-4.5 8.438l4.5 -2.802m-4.5 2.802v1.123l4.5 2.627l4.5 -2.627v-1.123m-4.5 -2.802l4.5 -2.823l4.5 2.823l-4.5 2.802m-4.5 -2.802l4.5 2.802'
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 BrandDropboxFilled < Base
6
+ def view_template
7
+ render BrandDropbox.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 BrandDropboxOutline < Base
6
+ def view_template
7
+ render BrandDropbox.new(variant: :outline, **attrs)
8
+ end
9
+ end
10
+ end
11
+ end
@@ -18,11 +18,12 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M4 5h7')
22
- s.path(d: 'M9 3v2c0 4.418 -2.239 8 -5 8')
23
- s.path(d: 'M5 9c0 2.144 2.952 3.908 6.7 4')
21
+ s.path(d: 'M9 6.371c0 4.418 -2.239 6.629 -5 6.629')
22
+ s.path(d: 'M4 6.371h7')
23
+ s.path(d: 'M5 9c0 2.144 2.252 3.908 6 4')
24
24
  s.path(d: 'M12 20l4 -9l4 9')
25
25
  s.path(d: 'M19.1 18h-6.2')
26
+ s.path(d: 'M6.694 3l.793 .582')
26
27
  end
27
28
  end
28
29
  end
@@ -18,11 +18,11 @@ module PhlexIcons
18
18
  stroke_linecap: 'round',
19
19
  stroke_linejoin: 'round'
20
20
  ) do |s|
21
- s.path(d: 'M4 5h1m4 0h2')
22
- s.path(d: 'M9 3v2m-.508 3.517c-.814 2.655 -2.52 4.483 -4.492 4.483')
23
- s.path(d: 'M5 9c0 2.144 2.952 3.908 6.7 4')
24
21
  s.path(d: 'M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8')
25
22
  s.path(d: 'M18 18h-5.1')
23
+ s.path(d: 'M8.747 8.748c-.66 2.834 -2.536 4.252 -4.747 4.252')
24
+ s.path(d: 'M4 6.371l2.371 0')
25
+ s.path(d: 'M5 9c0 2.144 2.252 3.908 6 4')
26
26
  s.path(d: 'M3 3l18 18')
27
27
  end
28
28
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module PhlexIcons
4
4
  module Tabler # rubocop:disable Metrics/ModuleLength
5
- VERSION = '3.34.0'
5
+ VERSION = '3.34.1'
6
6
  VARIANTS = %i[outline filled].freeze
7
7
 
8
8
  extend Phlex::Kit
@@ -2168,6 +2168,9 @@ module PhlexIcons
2168
2168
  autoload :BrandDribbble, 'phlex-icons/tabler/brand_dribbble'
2169
2169
  autoload :BrandDribbbleFilled, 'phlex-icons/tabler/brand_dribbble_filled'
2170
2170
  autoload :BrandDribbbleOutline, 'phlex-icons/tabler/brand_dribbble_outline'
2171
+ autoload :BrandDropbox, 'phlex-icons/tabler/brand_dropbox'
2172
+ autoload :BrandDropboxFilled, 'phlex-icons/tabler/brand_dropbox_filled'
2173
+ autoload :BrandDropboxOutline, 'phlex-icons/tabler/brand_dropbox_outline'
2171
2174
  autoload :BrandDrops, 'phlex-icons/tabler/brand_drops'
2172
2175
  autoload :BrandDropsFilled, 'phlex-icons/tabler/brand_drops_filled'
2173
2176
  autoload :BrandDropsOutline, 'phlex-icons/tabler/brand_drops_outline'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.30.0'
4
+ VERSION = '2.31.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-tabler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.30.0
4
+ version: 2.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-21 00:00:00.000000000 Z
11
+ date: 2025-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex
@@ -2215,6 +2215,9 @@ files:
2215
2215
  - lib/phlex-icons/tabler/brand_dribbble.rb
2216
2216
  - lib/phlex-icons/tabler/brand_dribbble_filled.rb
2217
2217
  - lib/phlex-icons/tabler/brand_dribbble_outline.rb
2218
+ - lib/phlex-icons/tabler/brand_dropbox.rb
2219
+ - lib/phlex-icons/tabler/brand_dropbox_filled.rb
2220
+ - lib/phlex-icons/tabler/brand_dropbox_outline.rb
2218
2221
  - lib/phlex-icons/tabler/brand_drops.rb
2219
2222
  - lib/phlex-icons/tabler/brand_drops_filled.rb
2220
2223
  - lib/phlex-icons/tabler/brand_drops_outline.rb