phlex-icons-lucide 2.48.0 → 2.49.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/balloon.rb +24 -0
- data/lib/phlex-icons/lucide/brush_cleaning.rb +2 -2
- data/lib/phlex-icons/lucide/bubbles.rb +1 -1
- data/lib/phlex-icons/lucide/cannabis_off.rb +39 -0
- data/lib/phlex-icons/lucide/circle_pile.rb +27 -0
- data/lib/phlex-icons/lucide/cloud_backup.rb +27 -0
- data/lib/phlex-icons/lucide/cloud_sync.rb +28 -0
- data/lib/phlex-icons/lucide/fishing_hook.rb +27 -0
- data/lib/phlex-icons/lucide/flashlight.rb +5 -3
- data/lib/phlex-icons/lucide/flashlight_off.rb +10 -4
- data/lib/phlex-icons/lucide/hd.rb +29 -0
- data/lib/phlex-icons/lucide/layers_plus.rb +31 -0
- data/lib/phlex-icons/lucide/memory_stick.rb +13 -14
- data/lib/phlex-icons/lucide/microchip.rb +10 -14
- data/lib/phlex-icons/lucide/paint_bucket.rb +12 -4
- data/lib/phlex-icons/lucide/search_alert.rb +25 -0
- data/lib/phlex-icons/lucide/thumbs_down.rb +1 -1
- data/lib/phlex-icons/lucide/thumbs_up.rb +1 -1
- data/lib/phlex-icons/lucide/tickets.rb +1 -1
- data/lib/phlex-icons/lucide/tickets_plane.rb +1 -1
- data/lib/phlex-icons/lucide/van.rb +31 -0
- data/lib/phlex-icons/lucide/weight_tilde.rb +27 -0
- data/lib/phlex-icons/lucide.rb +12 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +12 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd1e2e57b495411db7a889fa0886f501008f9c2fddb34f86f5bfa36f073e007b
|
|
4
|
+
data.tar.gz: 32e50a0095ce1808a487dd6a790661c54b88c5477d7eea5ef36cb7139e6d4332
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a16ece3e4bc096c5d50864611b1c1ebf21fda98e97964223bb2f08a4204814e8bfc490014ce1bc547d02bc51e0955dbabef70bd5bf07674377da2989b4c69669
|
|
7
|
+
data.tar.gz: 65cd4ab140f12fc4c945cc6825e91de7d6a78418c867afc40c1810473cad244c0a78a916235f639fd76e0580d26209f84f22a315025b0cb83574bc75093c87fc
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class Balloon < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(d: 'M12 16v1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1')
|
|
18
|
+
s.path(d: 'M12 6a2 2 0 0 1 2 2')
|
|
19
|
+
s.path(d: 'M18 8c0 4-3.5 8-6 8s-6-4-6-8a6 6 0 0 1 12 0')
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -18,9 +18,9 @@ module PhlexIcons
|
|
|
18
18
|
s.path(d: 'm16 22-1-4')
|
|
19
19
|
s.path(
|
|
20
20
|
d:
|
|
21
|
-
'M19
|
|
21
|
+
'M19 14a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v1a1 1 0 0 0 1 1'
|
|
22
22
|
)
|
|
23
|
-
s.path(d: '
|
|
23
|
+
s.path(d: 'M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .973-1.233z')
|
|
24
24
|
s.path(d: 'm8 22 1-4')
|
|
25
25
|
end
|
|
26
26
|
end
|
|
@@ -14,7 +14,7 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(d: 'M7.
|
|
17
|
+
s.path(d: 'M7.001 15.085A1.5 1.5 0 0 1 9 16.5')
|
|
18
18
|
s.circle(cx: '18.5', cy: '8.5', r: '3.5')
|
|
19
19
|
s.circle(cx: '7.5', cy: '16.5', r: '5.5')
|
|
20
20
|
s.circle(cx: '7.5', cy: '4.5', r: '2.5')
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Lucide
|
|
6
|
+
class CannabisOff < 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: 'M12 22v-4c1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5')
|
|
19
|
+
s.path(
|
|
20
|
+
d: 'M13.988 8.327C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9'
|
|
21
|
+
)
|
|
22
|
+
s.path(
|
|
23
|
+
d:
|
|
24
|
+
'M17.375 11.725C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684'
|
|
25
|
+
)
|
|
26
|
+
s.path(d: 'm2 2 20 20')
|
|
27
|
+
s.path(
|
|
28
|
+
d: 'M21.024 15.378A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907'
|
|
29
|
+
)
|
|
30
|
+
s.path(
|
|
31
|
+
d:
|
|
32
|
+
'M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3'
|
|
33
|
+
)
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class CirclePile < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.circle(cx: '12', cy: '19', r: '2')
|
|
18
|
+
s.circle(cx: '12', cy: '5', r: '2')
|
|
19
|
+
s.circle(cx: '16', cy: '12', r: '2')
|
|
20
|
+
s.circle(cx: '20', cy: '19', r: '2')
|
|
21
|
+
s.circle(cx: '4', cy: '19', r: '2')
|
|
22
|
+
s.circle(cx: '8', cy: '12', r: '2')
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class CloudBackup < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(d: 'M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607')
|
|
18
|
+
s.path(d: 'M7 11v4h4')
|
|
19
|
+
s.path(
|
|
20
|
+
d:
|
|
21
|
+
'M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15'
|
|
22
|
+
)
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class CloudSync < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(d: 'm17 18-1.535 1.605a5 5 0 0 1-8-1.5')
|
|
18
|
+
s.path(d: 'M17 22v-4h-4')
|
|
19
|
+
s.path(
|
|
20
|
+
d: 'M20.996 15.251A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607'
|
|
21
|
+
)
|
|
22
|
+
s.path(d: 'M7 10v4h4')
|
|
23
|
+
s.path(d: 'm7 14 1.535-1.605a5 5 0 0 1 8 1.5')
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class FishingHook < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(
|
|
18
|
+
d:
|
|
19
|
+
'm17.586 11.414-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10'
|
|
20
|
+
)
|
|
21
|
+
s.path(d: 'M20.414 8.586 22 7')
|
|
22
|
+
s.circle(cx: '19', cy: '10', r: '2')
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -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 Flashlight < 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 13v1')
|
|
17
19
|
s.path(
|
|
18
20
|
d:
|
|
19
|
-
'
|
|
21
|
+
'M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z'
|
|
20
22
|
)
|
|
21
|
-
s.
|
|
22
|
-
s.line(x1: '12', x2: '12', y1: '12', y2: '12')
|
|
23
|
+
s.path(d: 'M6 6h12')
|
|
23
24
|
end
|
|
24
25
|
end
|
|
25
26
|
end
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -14,10 +14,16 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(d: '
|
|
18
|
-
s.path(d: '
|
|
19
|
-
s.
|
|
20
|
-
|
|
17
|
+
s.path(d: 'M11.652 6H18')
|
|
18
|
+
s.path(d: 'M12 13v1')
|
|
19
|
+
s.path(
|
|
20
|
+
d:
|
|
21
|
+
'M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6'
|
|
22
|
+
)
|
|
23
|
+
s.path(d: 'm2 2 20 20')
|
|
24
|
+
s.path(
|
|
25
|
+
d: 'M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007'
|
|
26
|
+
)
|
|
21
27
|
end
|
|
22
28
|
end
|
|
23
29
|
end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class Hd < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(d: 'M10 12H6')
|
|
18
|
+
s.path(d: 'M10 15V9')
|
|
19
|
+
s.path(
|
|
20
|
+
d:
|
|
21
|
+
'M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z'
|
|
22
|
+
)
|
|
23
|
+
s.path(d: 'M6 15V9')
|
|
24
|
+
s.rect(x: '2', y: '5', width: '20', height: '14', rx: '2')
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Lucide
|
|
6
|
+
class LayersPlus < 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
|
+
'M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z'
|
|
21
|
+
)
|
|
22
|
+
s.path(d: 'M16 17h6')
|
|
23
|
+
s.path(d: 'M19 14v6')
|
|
24
|
+
s.path(d: 'M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178')
|
|
25
|
+
s.path(d: 'M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962')
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# rubocop:disable
|
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
|
4
4
|
module PhlexIcons
|
|
5
5
|
module Lucide
|
|
6
6
|
class MemoryStick < Base
|
|
@@ -15,21 +15,20 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linecap: 'round',
|
|
16
16
|
stroke_linejoin: 'round'
|
|
17
17
|
) do |s|
|
|
18
|
-
s.path(d: '
|
|
19
|
-
s.path(d: '
|
|
20
|
-
s.path(d: '
|
|
21
|
-
s.path(d: '
|
|
22
|
-
s.path(d: '
|
|
23
|
-
s.path(d: '
|
|
24
|
-
s.path(d: '
|
|
25
|
-
s.path(d: '
|
|
26
|
-
s.path(
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
)
|
|
18
|
+
s.path(d: 'M12 12v-2')
|
|
19
|
+
s.path(d: 'M12 18v-2')
|
|
20
|
+
s.path(d: 'M16 12v-2')
|
|
21
|
+
s.path(d: 'M16 18v-2')
|
|
22
|
+
s.path(d: 'M2 11h1.5')
|
|
23
|
+
s.path(d: 'M20 18v-2')
|
|
24
|
+
s.path(d: 'M20.5 11H22')
|
|
25
|
+
s.path(d: 'M4 18v-2')
|
|
26
|
+
s.path(d: 'M8 12v-2')
|
|
27
|
+
s.path(d: 'M8 18v-2')
|
|
28
|
+
s.rect(x: '2', y: '6', width: '20', height: '10', rx: '2')
|
|
30
29
|
end
|
|
31
30
|
end
|
|
32
31
|
end
|
|
33
32
|
end
|
|
34
33
|
end
|
|
35
|
-
# rubocop:enable
|
|
34
|
+
# rubocop:enable Metrics/MethodLength
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# rubocop:disable
|
|
3
|
+
# rubocop:disable Metrics/MethodLength
|
|
4
4
|
module PhlexIcons
|
|
5
5
|
module Lucide
|
|
6
6
|
class Microchip < Base
|
|
@@ -15,23 +15,19 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linecap: 'round',
|
|
16
16
|
stroke_linejoin: 'round'
|
|
17
17
|
) do |s|
|
|
18
|
+
s.path(d: 'M10 12h4')
|
|
19
|
+
s.path(d: 'M10 17h4')
|
|
20
|
+
s.path(d: 'M10 7h4')
|
|
18
21
|
s.path(d: 'M18 12h2')
|
|
19
|
-
s.path(d: 'M18
|
|
20
|
-
s.path(d: 'M18
|
|
21
|
-
s.path(d: 'M18 4h2')
|
|
22
|
-
s.path(d: 'M18 8h2')
|
|
22
|
+
s.path(d: 'M18 18h2')
|
|
23
|
+
s.path(d: 'M18 6h2')
|
|
23
24
|
s.path(d: 'M4 12h2')
|
|
24
|
-
s.path(d: 'M4
|
|
25
|
-
s.path(d: 'M4
|
|
26
|
-
s.
|
|
27
|
-
s.path(d: 'M4 8h2')
|
|
28
|
-
s.path(
|
|
29
|
-
d:
|
|
30
|
-
'M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z'
|
|
31
|
-
)
|
|
25
|
+
s.path(d: 'M4 18h2')
|
|
26
|
+
s.path(d: 'M4 6h2')
|
|
27
|
+
s.rect(x: '6', y: '2', width: '12', height: '20', rx: '2')
|
|
32
28
|
end
|
|
33
29
|
end
|
|
34
30
|
end
|
|
35
31
|
end
|
|
36
32
|
end
|
|
37
|
-
# rubocop:enable
|
|
33
|
+
# rubocop:enable Metrics/MethodLength
|
|
@@ -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 PaintBucket < Base
|
|
@@ -14,12 +15,19 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(d: '
|
|
18
|
-
s.path(
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
s.path(d: 'M19 12H2')
|
|
19
|
+
s.path(
|
|
20
|
+
d:
|
|
21
|
+
'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
|
+
s.path(d: 'm6 2 5 5')
|
|
24
|
+
s.path(
|
|
25
|
+
d:
|
|
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'
|
|
27
|
+
)
|
|
21
28
|
end
|
|
22
29
|
end
|
|
23
30
|
end
|
|
24
31
|
end
|
|
25
32
|
end
|
|
33
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class SearchAlert < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.circle(cx: '11', cy: '11', r: '8')
|
|
18
|
+
s.path(d: 'm21 21-4.3-4.3')
|
|
19
|
+
s.path(d: 'M11 7v4')
|
|
20
|
+
s.path(d: 'M11 15h.01')
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -15,11 +15,11 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linecap: 'round',
|
|
16
16
|
stroke_linejoin: 'round'
|
|
17
17
|
) do |s|
|
|
18
|
-
s.path(d: 'M17 14V2')
|
|
19
18
|
s.path(
|
|
20
19
|
d:
|
|
21
20
|
'M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z'
|
|
22
21
|
)
|
|
22
|
+
s.path(d: 'M17 14V2')
|
|
23
23
|
end
|
|
24
24
|
end
|
|
25
25
|
end
|
|
@@ -15,11 +15,11 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linecap: 'round',
|
|
16
16
|
stroke_linejoin: 'round'
|
|
17
17
|
) do |s|
|
|
18
|
-
s.path(d: 'M7 10v12')
|
|
19
18
|
s.path(
|
|
20
19
|
d:
|
|
21
20
|
'M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z'
|
|
22
21
|
)
|
|
22
|
+
s.path(d: 'M7 10v12')
|
|
23
23
|
end
|
|
24
24
|
end
|
|
25
25
|
end
|
|
@@ -14,7 +14,7 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(d: '
|
|
17
|
+
s.path(d: 'm3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8')
|
|
18
18
|
s.path(d: 'M6 10V8')
|
|
19
19
|
s.path(d: 'M6 14v1')
|
|
20
20
|
s.path(d: 'M6 19v2')
|
|
@@ -16,7 +16,7 @@ module PhlexIcons
|
|
|
16
16
|
) do |s|
|
|
17
17
|
s.path(d: 'M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12')
|
|
18
18
|
s.path(d: 'm12 13.5 3.75.5')
|
|
19
|
-
s.path(d: '
|
|
19
|
+
s.path(d: 'm3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8')
|
|
20
20
|
s.path(d: 'M6 10V8')
|
|
21
21
|
s.path(d: 'M6 14v1')
|
|
22
22
|
s.path(d: 'M6 19v2')
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class Van < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(
|
|
18
|
+
d:
|
|
19
|
+
'M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3'
|
|
20
|
+
)
|
|
21
|
+
s.path(
|
|
22
|
+
d: 'M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2'
|
|
23
|
+
)
|
|
24
|
+
s.path(d: 'M9 18h5')
|
|
25
|
+
s.circle(cx: '16', cy: '18', r: '2')
|
|
26
|
+
s.circle(cx: '7', cy: '18', r: '2')
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class WeightTilde < Base
|
|
6
|
+
def view_template
|
|
7
|
+
svg(
|
|
8
|
+
**attrs,
|
|
9
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
stroke: 'currentColor',
|
|
13
|
+
stroke_width: '2',
|
|
14
|
+
stroke_linecap: 'round',
|
|
15
|
+
stroke_linejoin: 'round'
|
|
16
|
+
) do |s|
|
|
17
|
+
s.path(
|
|
18
|
+
d:
|
|
19
|
+
'M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z'
|
|
20
|
+
)
|
|
21
|
+
s.path(d: 'M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0')
|
|
22
|
+
s.circle(cx: '12', cy: '5', r: '3')
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
data/lib/phlex-icons/lucide.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module PhlexIcons
|
|
4
4
|
module Lucide # rubocop:disable Metrics/ModuleLength
|
|
5
|
-
VERSION = '0.
|
|
5
|
+
VERSION = '0.560.0'
|
|
6
6
|
VARIANTS = nil
|
|
7
7
|
|
|
8
8
|
extend Phlex::Kit
|
|
@@ -135,6 +135,7 @@ module PhlexIcons
|
|
|
135
135
|
autoload :BadgeTurkishLira, 'phlex-icons/lucide/badge_turkish_lira'
|
|
136
136
|
autoload :BadgeX, 'phlex-icons/lucide/badge_x'
|
|
137
137
|
autoload :BaggageClaim, 'phlex-icons/lucide/baggage_claim'
|
|
138
|
+
autoload :Balloon, 'phlex-icons/lucide/balloon'
|
|
138
139
|
autoload :Ban, 'phlex-icons/lucide/ban'
|
|
139
140
|
autoload :Banana, 'phlex-icons/lucide/banana'
|
|
140
141
|
autoload :Bandage, 'phlex-icons/lucide/bandage'
|
|
@@ -287,6 +288,7 @@ module PhlexIcons
|
|
|
287
288
|
autoload :CandyCane, 'phlex-icons/lucide/candy_cane'
|
|
288
289
|
autoload :CandyOff, 'phlex-icons/lucide/candy_off'
|
|
289
290
|
autoload :Cannabis, 'phlex-icons/lucide/cannabis'
|
|
291
|
+
autoload :CannabisOff, 'phlex-icons/lucide/cannabis_off'
|
|
290
292
|
autoload :Captions, 'phlex-icons/lucide/captions'
|
|
291
293
|
autoload :CaptionsOff, 'phlex-icons/lucide/captions_off'
|
|
292
294
|
autoload :Car, 'phlex-icons/lucide/car'
|
|
@@ -388,6 +390,7 @@ module PhlexIcons
|
|
|
388
390
|
autoload :CircleParkingOff, 'phlex-icons/lucide/circle_parking_off'
|
|
389
391
|
autoload :CirclePause, 'phlex-icons/lucide/circle_pause'
|
|
390
392
|
autoload :CirclePercent, 'phlex-icons/lucide/circle_percent'
|
|
393
|
+
autoload :CirclePile, 'phlex-icons/lucide/circle_pile'
|
|
391
394
|
autoload :CirclePlay, 'phlex-icons/lucide/circle_play'
|
|
392
395
|
autoload :CirclePlus, 'phlex-icons/lucide/circle_plus'
|
|
393
396
|
autoload :CirclePoundSterling, 'phlex-icons/lucide/circle_pound_sterling'
|
|
@@ -438,6 +441,7 @@ module PhlexIcons
|
|
|
438
441
|
autoload :ClosedCaption, 'phlex-icons/lucide/closed_caption'
|
|
439
442
|
autoload :Cloud, 'phlex-icons/lucide/cloud'
|
|
440
443
|
autoload :CloudAlert, 'phlex-icons/lucide/cloud_alert'
|
|
444
|
+
autoload :CloudBackup, 'phlex-icons/lucide/cloud_backup'
|
|
441
445
|
autoload :CloudCheck, 'phlex-icons/lucide/cloud_check'
|
|
442
446
|
autoload :CloudCog, 'phlex-icons/lucide/cloud_cog'
|
|
443
447
|
autoload :CloudDownload, 'phlex-icons/lucide/cloud_download'
|
|
@@ -453,6 +457,7 @@ module PhlexIcons
|
|
|
453
457
|
autoload :CloudSnow, 'phlex-icons/lucide/cloud_snow'
|
|
454
458
|
autoload :CloudSun, 'phlex-icons/lucide/cloud_sun'
|
|
455
459
|
autoload :CloudSunRain, 'phlex-icons/lucide/cloud_sun_rain'
|
|
460
|
+
autoload :CloudSync, 'phlex-icons/lucide/cloud_sync'
|
|
456
461
|
autoload :CloudUpload, 'phlex-icons/lucide/cloud_upload'
|
|
457
462
|
autoload :Cloudy, 'phlex-icons/lucide/cloudy'
|
|
458
463
|
autoload :Clover, 'phlex-icons/lucide/clover'
|
|
@@ -650,6 +655,7 @@ module PhlexIcons
|
|
|
650
655
|
autoload :Fish, 'phlex-icons/lucide/fish'
|
|
651
656
|
autoload :FishOff, 'phlex-icons/lucide/fish_off'
|
|
652
657
|
autoload :FishSymbol, 'phlex-icons/lucide/fish_symbol'
|
|
658
|
+
autoload :FishingHook, 'phlex-icons/lucide/fishing_hook'
|
|
653
659
|
autoload :Flag, 'phlex-icons/lucide/flag'
|
|
654
660
|
autoload :FlagOff, 'phlex-icons/lucide/flag_off'
|
|
655
661
|
autoload :FlagTriangleLeft, 'phlex-icons/lucide/flag_triangle_left'
|
|
@@ -784,6 +790,7 @@ module PhlexIcons
|
|
|
784
790
|
autoload :Hash, 'phlex-icons/lucide/hash'
|
|
785
791
|
autoload :HatGlasses, 'phlex-icons/lucide/hat_glasses'
|
|
786
792
|
autoload :Haze, 'phlex-icons/lucide/haze'
|
|
793
|
+
autoload :Hd, 'phlex-icons/lucide/hd'
|
|
787
794
|
autoload :HdmiPort, 'phlex-icons/lucide/hdmi_port'
|
|
788
795
|
autoload :Heading, 'phlex-icons/lucide/heading'
|
|
789
796
|
autoload :Heading1, 'phlex-icons/lucide/heading_1'
|
|
@@ -867,6 +874,7 @@ module PhlexIcons
|
|
|
867
874
|
autoload :Laugh, 'phlex-icons/lucide/laugh'
|
|
868
875
|
autoload :Layers, 'phlex-icons/lucide/layers'
|
|
869
876
|
autoload :Layers2, 'phlex-icons/lucide/layers_2'
|
|
877
|
+
autoload :LayersPlus, 'phlex-icons/lucide/layers_plus'
|
|
870
878
|
autoload :LayoutDashboard, 'phlex-icons/lucide/layout_dashboard'
|
|
871
879
|
autoload :LayoutGrid, 'phlex-icons/lucide/layout_grid'
|
|
872
880
|
autoload :LayoutList, 'phlex-icons/lucide/layout_list'
|
|
@@ -1272,6 +1280,7 @@ module PhlexIcons
|
|
|
1272
1280
|
autoload :Scroll, 'phlex-icons/lucide/scroll'
|
|
1273
1281
|
autoload :ScrollText, 'phlex-icons/lucide/scroll_text'
|
|
1274
1282
|
autoload :Search, 'phlex-icons/lucide/search'
|
|
1283
|
+
autoload :SearchAlert, 'phlex-icons/lucide/search_alert'
|
|
1275
1284
|
autoload :SearchCheck, 'phlex-icons/lucide/search_check'
|
|
1276
1285
|
autoload :SearchCode, 'phlex-icons/lucide/search_code'
|
|
1277
1286
|
autoload :SearchSlash, 'phlex-icons/lucide/search_slash'
|
|
@@ -1600,6 +1609,7 @@ module PhlexIcons
|
|
|
1600
1609
|
autoload :Utensils, 'phlex-icons/lucide/utensils'
|
|
1601
1610
|
autoload :UtensilsCrossed, 'phlex-icons/lucide/utensils_crossed'
|
|
1602
1611
|
autoload :UtilityPole, 'phlex-icons/lucide/utility_pole'
|
|
1612
|
+
autoload :Van, 'phlex-icons/lucide/van'
|
|
1603
1613
|
autoload :Variable, 'phlex-icons/lucide/variable'
|
|
1604
1614
|
autoload :Vault, 'phlex-icons/lucide/vault'
|
|
1605
1615
|
autoload :VectorSquare, 'phlex-icons/lucide/vector_square'
|
|
@@ -1639,6 +1649,7 @@ module PhlexIcons
|
|
|
1639
1649
|
autoload :Webhook, 'phlex-icons/lucide/webhook'
|
|
1640
1650
|
autoload :WebhookOff, 'phlex-icons/lucide/webhook_off'
|
|
1641
1651
|
autoload :Weight, 'phlex-icons/lucide/weight'
|
|
1652
|
+
autoload :WeightTilde, 'phlex-icons/lucide/weight_tilde'
|
|
1642
1653
|
autoload :Wheat, 'phlex-icons/lucide/wheat'
|
|
1643
1654
|
autoload :WheatOff, 'phlex-icons/lucide/wheat_off'
|
|
1644
1655
|
autoload :WholeWord, 'phlex-icons/lucide/whole_word'
|
data/lib/phlex-icons/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phlex-icons-lucide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ali Hamdi Ali Fadel
|
|
@@ -181,6 +181,7 @@ files:
|
|
|
181
181
|
- lib/phlex-icons/lucide/badge_turkish_lira.rb
|
|
182
182
|
- lib/phlex-icons/lucide/badge_x.rb
|
|
183
183
|
- lib/phlex-icons/lucide/baggage_claim.rb
|
|
184
|
+
- lib/phlex-icons/lucide/balloon.rb
|
|
184
185
|
- lib/phlex-icons/lucide/ban.rb
|
|
185
186
|
- lib/phlex-icons/lucide/banana.rb
|
|
186
187
|
- lib/phlex-icons/lucide/bandage.rb
|
|
@@ -334,6 +335,7 @@ files:
|
|
|
334
335
|
- lib/phlex-icons/lucide/candy_cane.rb
|
|
335
336
|
- lib/phlex-icons/lucide/candy_off.rb
|
|
336
337
|
- lib/phlex-icons/lucide/cannabis.rb
|
|
338
|
+
- lib/phlex-icons/lucide/cannabis_off.rb
|
|
337
339
|
- lib/phlex-icons/lucide/captions.rb
|
|
338
340
|
- lib/phlex-icons/lucide/captions_off.rb
|
|
339
341
|
- lib/phlex-icons/lucide/car.rb
|
|
@@ -435,6 +437,7 @@ files:
|
|
|
435
437
|
- lib/phlex-icons/lucide/circle_parking_off.rb
|
|
436
438
|
- lib/phlex-icons/lucide/circle_pause.rb
|
|
437
439
|
- lib/phlex-icons/lucide/circle_percent.rb
|
|
440
|
+
- lib/phlex-icons/lucide/circle_pile.rb
|
|
438
441
|
- lib/phlex-icons/lucide/circle_play.rb
|
|
439
442
|
- lib/phlex-icons/lucide/circle_plus.rb
|
|
440
443
|
- lib/phlex-icons/lucide/circle_pound_sterling.rb
|
|
@@ -485,6 +488,7 @@ files:
|
|
|
485
488
|
- lib/phlex-icons/lucide/closed_caption.rb
|
|
486
489
|
- lib/phlex-icons/lucide/cloud.rb
|
|
487
490
|
- lib/phlex-icons/lucide/cloud_alert.rb
|
|
491
|
+
- lib/phlex-icons/lucide/cloud_backup.rb
|
|
488
492
|
- lib/phlex-icons/lucide/cloud_check.rb
|
|
489
493
|
- lib/phlex-icons/lucide/cloud_cog.rb
|
|
490
494
|
- lib/phlex-icons/lucide/cloud_download.rb
|
|
@@ -500,6 +504,7 @@ files:
|
|
|
500
504
|
- lib/phlex-icons/lucide/cloud_snow.rb
|
|
501
505
|
- lib/phlex-icons/lucide/cloud_sun.rb
|
|
502
506
|
- lib/phlex-icons/lucide/cloud_sun_rain.rb
|
|
507
|
+
- lib/phlex-icons/lucide/cloud_sync.rb
|
|
503
508
|
- lib/phlex-icons/lucide/cloud_upload.rb
|
|
504
509
|
- lib/phlex-icons/lucide/cloudy.rb
|
|
505
510
|
- lib/phlex-icons/lucide/clover.rb
|
|
@@ -697,6 +702,7 @@ files:
|
|
|
697
702
|
- lib/phlex-icons/lucide/fish.rb
|
|
698
703
|
- lib/phlex-icons/lucide/fish_off.rb
|
|
699
704
|
- lib/phlex-icons/lucide/fish_symbol.rb
|
|
705
|
+
- lib/phlex-icons/lucide/fishing_hook.rb
|
|
700
706
|
- lib/phlex-icons/lucide/flag.rb
|
|
701
707
|
- lib/phlex-icons/lucide/flag_off.rb
|
|
702
708
|
- lib/phlex-icons/lucide/flag_triangle_left.rb
|
|
@@ -831,6 +837,7 @@ files:
|
|
|
831
837
|
- lib/phlex-icons/lucide/hash.rb
|
|
832
838
|
- lib/phlex-icons/lucide/hat_glasses.rb
|
|
833
839
|
- lib/phlex-icons/lucide/haze.rb
|
|
840
|
+
- lib/phlex-icons/lucide/hd.rb
|
|
834
841
|
- lib/phlex-icons/lucide/hdmi_port.rb
|
|
835
842
|
- lib/phlex-icons/lucide/heading.rb
|
|
836
843
|
- lib/phlex-icons/lucide/heading_1.rb
|
|
@@ -914,6 +921,7 @@ files:
|
|
|
914
921
|
- lib/phlex-icons/lucide/laugh.rb
|
|
915
922
|
- lib/phlex-icons/lucide/layers.rb
|
|
916
923
|
- lib/phlex-icons/lucide/layers_2.rb
|
|
924
|
+
- lib/phlex-icons/lucide/layers_plus.rb
|
|
917
925
|
- lib/phlex-icons/lucide/layout_dashboard.rb
|
|
918
926
|
- lib/phlex-icons/lucide/layout_grid.rb
|
|
919
927
|
- lib/phlex-icons/lucide/layout_list.rb
|
|
@@ -1319,6 +1327,7 @@ files:
|
|
|
1319
1327
|
- lib/phlex-icons/lucide/scroll.rb
|
|
1320
1328
|
- lib/phlex-icons/lucide/scroll_text.rb
|
|
1321
1329
|
- lib/phlex-icons/lucide/search.rb
|
|
1330
|
+
- lib/phlex-icons/lucide/search_alert.rb
|
|
1322
1331
|
- lib/phlex-icons/lucide/search_check.rb
|
|
1323
1332
|
- lib/phlex-icons/lucide/search_code.rb
|
|
1324
1333
|
- lib/phlex-icons/lucide/search_slash.rb
|
|
@@ -1647,6 +1656,7 @@ files:
|
|
|
1647
1656
|
- lib/phlex-icons/lucide/utensils.rb
|
|
1648
1657
|
- lib/phlex-icons/lucide/utensils_crossed.rb
|
|
1649
1658
|
- lib/phlex-icons/lucide/utility_pole.rb
|
|
1659
|
+
- lib/phlex-icons/lucide/van.rb
|
|
1650
1660
|
- lib/phlex-icons/lucide/variable.rb
|
|
1651
1661
|
- lib/phlex-icons/lucide/vault.rb
|
|
1652
1662
|
- lib/phlex-icons/lucide/vector_square.rb
|
|
@@ -1686,6 +1696,7 @@ files:
|
|
|
1686
1696
|
- lib/phlex-icons/lucide/webhook.rb
|
|
1687
1697
|
- lib/phlex-icons/lucide/webhook_off.rb
|
|
1688
1698
|
- lib/phlex-icons/lucide/weight.rb
|
|
1699
|
+
- lib/phlex-icons/lucide/weight_tilde.rb
|
|
1689
1700
|
- lib/phlex-icons/lucide/wheat.rb
|
|
1690
1701
|
- lib/phlex-icons/lucide/wheat_off.rb
|
|
1691
1702
|
- lib/phlex-icons/lucide/whole_word.rb
|