phlex-icons 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: 988bb9b4739446f6069a2dcffca6a22fd00cd24c3bfee616b63518cf5bfb4bfc
|
|
4
|
+
data.tar.gz: '0595c5c5b4994bab44ba78c4919efb0391515c978dfbb1b126e42d9a91ded6dd'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0071301fb34bb674cc28a350e4649c6564548ae1a610a38d310513eb59cf417765986f224a4ce221deae3d67fc709e2e3aaf4c4aeb33c323e51e872f86e53a31
|
|
7
|
+
data.tar.gz: f1339540e62a2a396a727aa1781e76e9d124d3c0e7873914646d25f8cc28bae54990c281ba0e97bc85e66bf033b7404ef1f8dd78e4de8f90938bcd5ccb46ca3d
|
|
@@ -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
|
|
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
|
|
@@ -13050,6 +13050,7 @@ files:
|
|
|
13050
13050
|
- lib/phlex-icons/lucide/badge_turkish_lira.rb
|
|
13051
13051
|
- lib/phlex-icons/lucide/badge_x.rb
|
|
13052
13052
|
- lib/phlex-icons/lucide/baggage_claim.rb
|
|
13053
|
+
- lib/phlex-icons/lucide/balloon.rb
|
|
13053
13054
|
- lib/phlex-icons/lucide/ban.rb
|
|
13054
13055
|
- lib/phlex-icons/lucide/banana.rb
|
|
13055
13056
|
- lib/phlex-icons/lucide/bandage.rb
|
|
@@ -13203,6 +13204,7 @@ files:
|
|
|
13203
13204
|
- lib/phlex-icons/lucide/candy_cane.rb
|
|
13204
13205
|
- lib/phlex-icons/lucide/candy_off.rb
|
|
13205
13206
|
- lib/phlex-icons/lucide/cannabis.rb
|
|
13207
|
+
- lib/phlex-icons/lucide/cannabis_off.rb
|
|
13206
13208
|
- lib/phlex-icons/lucide/captions.rb
|
|
13207
13209
|
- lib/phlex-icons/lucide/captions_off.rb
|
|
13208
13210
|
- lib/phlex-icons/lucide/car.rb
|
|
@@ -13304,6 +13306,7 @@ files:
|
|
|
13304
13306
|
- lib/phlex-icons/lucide/circle_parking_off.rb
|
|
13305
13307
|
- lib/phlex-icons/lucide/circle_pause.rb
|
|
13306
13308
|
- lib/phlex-icons/lucide/circle_percent.rb
|
|
13309
|
+
- lib/phlex-icons/lucide/circle_pile.rb
|
|
13307
13310
|
- lib/phlex-icons/lucide/circle_play.rb
|
|
13308
13311
|
- lib/phlex-icons/lucide/circle_plus.rb
|
|
13309
13312
|
- lib/phlex-icons/lucide/circle_pound_sterling.rb
|
|
@@ -13354,6 +13357,7 @@ files:
|
|
|
13354
13357
|
- lib/phlex-icons/lucide/closed_caption.rb
|
|
13355
13358
|
- lib/phlex-icons/lucide/cloud.rb
|
|
13356
13359
|
- lib/phlex-icons/lucide/cloud_alert.rb
|
|
13360
|
+
- lib/phlex-icons/lucide/cloud_backup.rb
|
|
13357
13361
|
- lib/phlex-icons/lucide/cloud_check.rb
|
|
13358
13362
|
- lib/phlex-icons/lucide/cloud_cog.rb
|
|
13359
13363
|
- lib/phlex-icons/lucide/cloud_download.rb
|
|
@@ -13369,6 +13373,7 @@ files:
|
|
|
13369
13373
|
- lib/phlex-icons/lucide/cloud_snow.rb
|
|
13370
13374
|
- lib/phlex-icons/lucide/cloud_sun.rb
|
|
13371
13375
|
- lib/phlex-icons/lucide/cloud_sun_rain.rb
|
|
13376
|
+
- lib/phlex-icons/lucide/cloud_sync.rb
|
|
13372
13377
|
- lib/phlex-icons/lucide/cloud_upload.rb
|
|
13373
13378
|
- lib/phlex-icons/lucide/cloudy.rb
|
|
13374
13379
|
- lib/phlex-icons/lucide/clover.rb
|
|
@@ -13566,6 +13571,7 @@ files:
|
|
|
13566
13571
|
- lib/phlex-icons/lucide/fish.rb
|
|
13567
13572
|
- lib/phlex-icons/lucide/fish_off.rb
|
|
13568
13573
|
- lib/phlex-icons/lucide/fish_symbol.rb
|
|
13574
|
+
- lib/phlex-icons/lucide/fishing_hook.rb
|
|
13569
13575
|
- lib/phlex-icons/lucide/flag.rb
|
|
13570
13576
|
- lib/phlex-icons/lucide/flag_off.rb
|
|
13571
13577
|
- lib/phlex-icons/lucide/flag_triangle_left.rb
|
|
@@ -13700,6 +13706,7 @@ files:
|
|
|
13700
13706
|
- lib/phlex-icons/lucide/hash.rb
|
|
13701
13707
|
- lib/phlex-icons/lucide/hat_glasses.rb
|
|
13702
13708
|
- lib/phlex-icons/lucide/haze.rb
|
|
13709
|
+
- lib/phlex-icons/lucide/hd.rb
|
|
13703
13710
|
- lib/phlex-icons/lucide/hdmi_port.rb
|
|
13704
13711
|
- lib/phlex-icons/lucide/heading.rb
|
|
13705
13712
|
- lib/phlex-icons/lucide/heading_1.rb
|
|
@@ -13783,6 +13790,7 @@ files:
|
|
|
13783
13790
|
- lib/phlex-icons/lucide/laugh.rb
|
|
13784
13791
|
- lib/phlex-icons/lucide/layers.rb
|
|
13785
13792
|
- lib/phlex-icons/lucide/layers_2.rb
|
|
13793
|
+
- lib/phlex-icons/lucide/layers_plus.rb
|
|
13786
13794
|
- lib/phlex-icons/lucide/layout_dashboard.rb
|
|
13787
13795
|
- lib/phlex-icons/lucide/layout_grid.rb
|
|
13788
13796
|
- lib/phlex-icons/lucide/layout_list.rb
|
|
@@ -14188,6 +14196,7 @@ files:
|
|
|
14188
14196
|
- lib/phlex-icons/lucide/scroll.rb
|
|
14189
14197
|
- lib/phlex-icons/lucide/scroll_text.rb
|
|
14190
14198
|
- lib/phlex-icons/lucide/search.rb
|
|
14199
|
+
- lib/phlex-icons/lucide/search_alert.rb
|
|
14191
14200
|
- lib/phlex-icons/lucide/search_check.rb
|
|
14192
14201
|
- lib/phlex-icons/lucide/search_code.rb
|
|
14193
14202
|
- lib/phlex-icons/lucide/search_slash.rb
|
|
@@ -14516,6 +14525,7 @@ files:
|
|
|
14516
14525
|
- lib/phlex-icons/lucide/utensils.rb
|
|
14517
14526
|
- lib/phlex-icons/lucide/utensils_crossed.rb
|
|
14518
14527
|
- lib/phlex-icons/lucide/utility_pole.rb
|
|
14528
|
+
- lib/phlex-icons/lucide/van.rb
|
|
14519
14529
|
- lib/phlex-icons/lucide/variable.rb
|
|
14520
14530
|
- lib/phlex-icons/lucide/vault.rb
|
|
14521
14531
|
- lib/phlex-icons/lucide/vector_square.rb
|
|
@@ -14555,6 +14565,7 @@ files:
|
|
|
14555
14565
|
- lib/phlex-icons/lucide/webhook.rb
|
|
14556
14566
|
- lib/phlex-icons/lucide/webhook_off.rb
|
|
14557
14567
|
- lib/phlex-icons/lucide/weight.rb
|
|
14568
|
+
- lib/phlex-icons/lucide/weight_tilde.rb
|
|
14558
14569
|
- lib/phlex-icons/lucide/wheat.rb
|
|
14559
14570
|
- lib/phlex-icons/lucide/wheat_off.rb
|
|
14560
14571
|
- lib/phlex-icons/lucide/whole_word.rb
|