phlex-icons 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 +4 -4
- data/lib/phlex-icons/lucide/ban.rb +1 -1
- data/lib/phlex-icons/lucide/magnet.rb +4 -2
- data/lib/phlex-icons/lucide/pen_line.rb +2 -2
- data/lib/phlex-icons/lucide/pencil_line.rb +3 -3
- data/lib/phlex-icons/tabler/brand_dropbox.rb +31 -0
- data/lib/phlex-icons/tabler/brand_dropbox_filled.rb +11 -0
- data/lib/phlex-icons/tabler/brand_dropbox_outline.rb +11 -0
- data/lib/phlex-icons/tabler/language.rb +4 -3
- data/lib/phlex-icons/tabler/language_off.rb +3 -3
- data/lib/phlex-icons/tabler.rb +4 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c10b448b57bff2f6e0ac0b08c9e340ac9a8f58c8aa1f803551511158722330fe
|
4
|
+
data.tar.gz: e82864ef58e544a5ff16f1d93af196b749efba0104d88ddb265bf99bdb01ce23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8595664c8630729f939e3b1cd3b2bf91ea5d1deb6d98de8c679349b0b3a758b6640be2e06569a96e81a561969d2bfc33a5b6823ed4447efd437142c179dbd8f
|
7
|
+
data.tar.gz: 300315ad8078e4e4f13af156f6a63a137b01124cf025f9eef555be575c0dbdb3a3886ec956160cdd4fccfd1f67667f88094c0cfc7886a9e1e669094de9ea5cb5
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
3
4
|
module PhlexIcons
|
4
5
|
module Lucide
|
5
6
|
class Magnet < Base
|
@@ -14,14 +15,15 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
18
|
+
s.path(d: 'm12 15 4 4')
|
17
19
|
s.path(
|
18
20
|
d:
|
19
|
-
'
|
21
|
+
'M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z'
|
20
22
|
)
|
21
23
|
s.path(d: 'm5 8 4 4')
|
22
|
-
s.path(d: 'm12 15 4 4')
|
23
24
|
end
|
24
25
|
end
|
25
26
|
end
|
26
27
|
end
|
27
28
|
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,10 +15,10 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M13 21h8')
|
19
19
|
s.path(
|
20
20
|
d:
|
21
|
-
'
|
21
|
+
'M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'
|
22
22
|
)
|
23
23
|
end
|
24
24
|
end
|
@@ -15,12 +15,12 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M13 21h8')
|
19
|
+
s.path(d: 'm15 5 4 4')
|
19
20
|
s.path(
|
20
21
|
d:
|
21
|
-
'
|
22
|
+
'M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'
|
22
23
|
)
|
23
|
-
s.path(d: 'm15 5 3 3')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -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
|
@@ -18,11 +18,12 @@ module PhlexIcons
|
|
18
18
|
stroke_linecap: 'round',
|
19
19
|
stroke_linejoin: 'round'
|
20
20
|
) do |s|
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: 'M5 9c0 2.144 2.
|
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
|
data/lib/phlex-icons/tabler.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
module PhlexIcons
|
4
4
|
module Tabler # rubocop:disable Metrics/ModuleLength
|
5
|
-
VERSION = '3.34.
|
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'
|
data/lib/phlex-icons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phlex-icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
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-
|
11
|
+
date: 2025-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -23806,6 +23806,9 @@ files:
|
|
23806
23806
|
- lib/phlex-icons/tabler/brand_dribbble.rb
|
23807
23807
|
- lib/phlex-icons/tabler/brand_dribbble_filled.rb
|
23808
23808
|
- lib/phlex-icons/tabler/brand_dribbble_outline.rb
|
23809
|
+
- lib/phlex-icons/tabler/brand_dropbox.rb
|
23810
|
+
- lib/phlex-icons/tabler/brand_dropbox_filled.rb
|
23811
|
+
- lib/phlex-icons/tabler/brand_dropbox_outline.rb
|
23809
23812
|
- lib/phlex-icons/tabler/brand_drops.rb
|
23810
23813
|
- lib/phlex-icons/tabler/brand_drops_filled.rb
|
23811
23814
|
- lib/phlex-icons/tabler/brand_drops_outline.rb
|