phlex-icons 2.27.0 → 2.29.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/badge_turkish_lira.rb +29 -0
- data/lib/phlex-icons/lucide/bottle_wine.rb +28 -0
- data/lib/phlex-icons/lucide/calendar_clock.rb +3 -3
- data/lib/phlex-icons/lucide/circle_arrow_left.rb +1 -1
- data/lib/phlex-icons/lucide/circle_arrow_right.rb +1 -1
- data/lib/phlex-icons/lucide/circle_parking_off.rb +6 -4
- data/lib/phlex-icons/lucide/clock.rb +1 -1
- data/lib/phlex-icons/lucide/clock_1.rb +1 -1
- data/lib/phlex-icons/lucide/clock_10.rb +1 -1
- data/lib/phlex-icons/lucide/clock_11.rb +1 -1
- data/lib/phlex-icons/lucide/clock_12.rb +1 -1
- data/lib/phlex-icons/lucide/clock_2.rb +1 -1
- data/lib/phlex-icons/lucide/clock_3.rb +1 -1
- data/lib/phlex-icons/lucide/clock_4.rb +1 -1
- data/lib/phlex-icons/lucide/clock_5.rb +1 -1
- data/lib/phlex-icons/lucide/clock_6.rb +1 -1
- data/lib/phlex-icons/lucide/clock_7.rb +1 -1
- data/lib/phlex-icons/lucide/clock_8.rb +1 -1
- data/lib/phlex-icons/lucide/clock_9.rb +1 -1
- data/lib/phlex-icons/lucide/clock_alert.rb +3 -3
- data/lib/phlex-icons/lucide/clock_arrow_down.rb +1 -1
- data/lib/phlex-icons/lucide/clock_arrow_up.rb +2 -2
- data/lib/phlex-icons/lucide/dessert.rb +3 -3
- data/lib/phlex-icons/lucide/file_clock.rb +2 -2
- data/lib/phlex-icons/lucide/flag.rb +6 -2
- data/lib/phlex-icons/lucide/flag_off.rb +3 -3
- data/lib/phlex-icons/lucide/folder_clock.rb +2 -2
- data/lib/phlex-icons/lucide/georgian_lari.rb +25 -0
- data/lib/phlex-icons/lucide/ligature.rb +3 -3
- data/lib/phlex-icons/lucide/line_squiggle.rb +25 -0
- data/lib/phlex-icons/lucide/megaphone.rb +8 -2
- data/lib/phlex-icons/lucide/megaphone_off.rb +7 -4
- data/lib/phlex-icons/lucide/receipt_turkish_lira.rb +26 -0
- data/lib/phlex-icons/lucide/shopping_bag.rb +7 -2
- data/lib/phlex-icons/lucide/shrub.rb +3 -3
- data/lib/phlex-icons/lucide/spool.rb +29 -0
- data/lib/phlex-icons/lucide/squircle_dashed.rb +29 -0
- data/lib/phlex-icons/lucide/sun_moon.rb +3 -9
- data/lib/phlex-icons/lucide/tool_case.rb +36 -0
- data/lib/phlex-icons/lucide/turkish_lira.rb +24 -0
- data/lib/phlex-icons/lucide/vector_square.rb +29 -0
- data/lib/phlex-icons/lucide/watch.rb +2 -2
- data/lib/phlex-icons/lucide.rb +11 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +12 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c699f934b89b90a5aa698b99a19f8861ea51d3838bf885f65f4198c26a99e19
|
4
|
+
data.tar.gz: 9f49f83a7dc46212c7110673d4d8c81804588b8d8cd8c9145840248789bedd37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ff499662ad6f4a8be4bf2d7693cb32950b10b6fa160a1bb538b61602ef4d2bd495c7612e6462dade314bfb189bb9a8647cf35821eeecdb1a63646d06f50f255
|
7
|
+
data.tar.gz: ea5e77bc1e6ed3c75934cd0e0369a4092af2d6f9665b177d68954be42f78079879fc31be0f8341a1c14f23c9e4fe4d0120ccd1c0d6ed816d2ab1a257894dff43
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class BadgeTurkishLira < 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: 'M11 7v10a5 5 0 0 0 5-5')
|
19
|
+
s.path(d: 'm15 8-6 3')
|
20
|
+
s.path(
|
21
|
+
d:
|
22
|
+
'M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76'
|
23
|
+
)
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class BottleWine < 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
|
+
'M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z'
|
21
|
+
)
|
22
|
+
s.path(d: 'M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M16 14v2.2l1.6 1')
|
18
18
|
s.path(d: 'M16 2v4')
|
19
|
-
s.path(d: '
|
19
|
+
s.path(d: 'M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5')
|
20
20
|
s.path(d: 'M3 10h5')
|
21
|
-
s.path(d: '
|
21
|
+
s.path(d: 'M8 2v4')
|
22
22
|
s.circle(cx: '16', cy: '16', r: '6')
|
23
23
|
end
|
24
24
|
end
|
@@ -14,10 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
20
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M12.656 7H13a3 3 0 0 1 2.984 3.307')
|
18
|
+
s.path(d: 'M13 13H9')
|
19
|
+
s.path(d: 'M19.071 19.071A1 1 0 0 1 4.93 4.93')
|
20
|
+
s.path(d: 'm2 2 20 20')
|
21
|
+
s.path(d: 'M8.357 2.687a10 10 0 0 1 12.956 12.956')
|
22
|
+
s.path(d: 'M9 17V9')
|
21
23
|
end
|
22
24
|
end
|
23
25
|
end
|
@@ -15,9 +15,9 @@ module PhlexIcons
|
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
17
|
s.path(d: 'M12 6v6l4 2')
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'M20
|
20
|
-
s.path(d: '
|
18
|
+
s.path(d: 'M20 12v5')
|
19
|
+
s.path(d: 'M20 21h.01')
|
20
|
+
s.path(d: 'M21.25 8.2A10 10 0 1 0 16 21.16')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -14,8 +14,8 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M12.338 21.994A10 10 0 1 1 21.925 13.227')
|
18
17
|
s.path(d: 'M12 6v6l2 1')
|
18
|
+
s.path(d: 'M12.337 21.994a10 10 0 1 1 9.588-8.767')
|
19
19
|
s.path(d: 'm14 18 4 4 4-4')
|
20
20
|
s.path(d: 'M18 14v8')
|
21
21
|
end
|
@@ -14,8 +14,8 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M12 6v6l1.56.78')
|
18
|
+
s.path(d: 'M13.227 21.925a10 10 0 1 1 8.767-9.588')
|
19
19
|
s.path(d: 'm14 18 4-4 4 4')
|
20
20
|
s.path(d: 'M18 22v-8')
|
21
21
|
end
|
@@ -15,12 +15,12 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.circle(cx: '12', cy: '4', r: '2')
|
19
18
|
s.path(
|
20
19
|
d:
|
21
|
-
'M10.
|
20
|
+
'M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826'
|
22
21
|
)
|
23
|
-
s.path(d: '
|
22
|
+
s.path(d: 'M20.804 14.869a9 9 0 0 1-17.608 0')
|
23
|
+
s.circle(cx: '12', cy: '4', r: '2')
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3')
|
18
17
|
s.path(d: 'M14 2v4a2 2 0 0 0 2 2h4')
|
18
|
+
s.path(d: 'M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3')
|
19
|
+
s.path(d: 'M8 14v2.2l1.6 1')
|
19
20
|
s.circle(cx: '8', cy: '16', r: '6')
|
20
|
-
s.path(d: 'M9.5 17.5 8 16.25V14')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
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 Flag < Base
|
@@ -14,10 +15,13 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(
|
18
|
-
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528'
|
21
|
+
)
|
19
22
|
end
|
20
23
|
end
|
21
24
|
end
|
22
25
|
end
|
23
26
|
end
|
27
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528')
|
18
|
+
s.path(d: 'm2 2 20 20')
|
18
19
|
s.path(d: 'M4 22V4')
|
19
|
-
s.path(d: '
|
20
|
-
s.line(x1: '2', x2: '22', y1: '2', y2: '22')
|
20
|
+
s.path(d: 'M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -14,12 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
17
|
+
s.path(d: 'M16 14v2.2l1.6 1')
|
18
18
|
s.path(
|
19
19
|
d:
|
20
20
|
'M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2'
|
21
21
|
)
|
22
|
-
s.
|
22
|
+
s.circle(cx: '16', cy: '16', r: '6')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class GeorgianLari < 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: 'M11.5 21a7.5 7.5 0 1 1 7.35-9')
|
18
|
+
s.path(d: 'M13 12V3')
|
19
|
+
s.path(d: 'M4 21h16')
|
20
|
+
s.path(d: 'M9 12V3')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -14,11 +14,11 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2')
|
18
|
-
s.path(d: 'M6 12h4')
|
19
17
|
s.path(d: 'M14 12h2v8')
|
20
|
-
s.path(d: 'M6 20h4')
|
21
18
|
s.path(d: 'M14 20h4')
|
19
|
+
s.path(d: 'M6 12h4')
|
20
|
+
s.path(d: 'M6 20h4')
|
21
|
+
s.path(d: 'M8 20V8a4 4 0 0 1 7.464-2')
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class LineSquiggle < 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
|
+
'M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2'
|
20
|
+
)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
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 Megaphone < Base
|
@@ -14,10 +15,15 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(
|
18
|
-
|
18
|
+
s.path(
|
19
|
+
d:
|
20
|
+
'M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z'
|
21
|
+
)
|
22
|
+
s.path(d: 'M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14')
|
23
|
+
s.path(d: 'M8 6v8')
|
19
24
|
end
|
20
25
|
end
|
21
26
|
end
|
22
27
|
end
|
23
28
|
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,10 +14,13 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: '
|
18
|
-
s.path(
|
19
|
-
|
20
|
-
|
17
|
+
s.path(d: 'M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344')
|
18
|
+
s.path(
|
19
|
+
d: 'M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1'
|
20
|
+
)
|
21
|
+
s.path(d: 'm2 2 20 20')
|
22
|
+
s.path(d: 'M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14')
|
23
|
+
s.path(d: 'M8 8v6')
|
21
24
|
end
|
22
25
|
end
|
23
26
|
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class ReceiptTurkishLira < 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 6.5v11a5.5 5.5 0 0 0 5.5-5.5')
|
18
|
+
s.path(d: 'm14 8-6 3')
|
19
|
+
s.path(
|
20
|
+
d: 'M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z'
|
21
|
+
)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
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 ShoppingBag < Base
|
@@ -14,11 +15,15 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.path(d: 'M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z')
|
18
|
-
s.path(d: 'M3 6h18')
|
19
18
|
s.path(d: 'M16 10a4 4 0 0 1-8 0')
|
19
|
+
s.path(d: 'M3.103 6.034h17.794')
|
20
|
+
s.path(
|
21
|
+
d:
|
22
|
+
'M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z'
|
23
|
+
)
|
20
24
|
end
|
21
25
|
end
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
29
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,9 +14,9 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M12 22v-
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: '
|
17
|
+
s.path(d: 'M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5')
|
18
|
+
s.path(d: 'M14.5 14.5 12 17')
|
19
|
+
s.path(d: 'M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z')
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class Spool < 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 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66'
|
20
|
+
)
|
21
|
+
s.path(
|
22
|
+
d:
|
23
|
+
'm7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178'
|
24
|
+
)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class SquircleDashed < 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: 'M13.77 3.043a34 34 0 0 0-3.54 0')
|
18
|
+
s.path(d: 'M13.771 20.956a33 33 0 0 1-3.541.001')
|
19
|
+
s.path(d: 'M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44')
|
20
|
+
s.path(d: 'M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438')
|
21
|
+
s.path(d: 'M20.957 10.23a33 33 0 0 1 0 3.54')
|
22
|
+
s.path(d: 'M3.043 10.23a34 34 0 0 0 .001 3.541')
|
23
|
+
s.path(d: 'M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438')
|
24
|
+
s.path(d: 'M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44')
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable Metrics/MethodLength
|
4
3
|
module PhlexIcons
|
5
4
|
module Lucide
|
6
5
|
class SunMoon < Base
|
@@ -15,18 +14,13 @@ module PhlexIcons
|
|
15
14
|
stroke_linecap: 'round',
|
16
15
|
stroke_linejoin: 'round'
|
17
16
|
) do |s|
|
18
|
-
s.path(d: 'M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4')
|
19
17
|
s.path(d: 'M12 2v2')
|
20
|
-
s.path(d: '
|
21
|
-
s.path(d: '
|
22
|
-
s.path(d: 'm17.7 17.7 1.4 1.4')
|
23
|
-
s.path(d: 'M2 12h2')
|
18
|
+
s.path(d: 'M13 8.129A4 4 0 0 1 15.873 11')
|
19
|
+
s.path(d: 'm19 5-1.256 1.256')
|
24
20
|
s.path(d: 'M20 12h2')
|
25
|
-
s.path(d: '
|
26
|
-
s.path(d: 'm19.1 4.9-1.4 1.4')
|
21
|
+
s.path(d: 'M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7')
|
27
22
|
end
|
28
23
|
end
|
29
24
|
end
|
30
25
|
end
|
31
26
|
end
|
32
|
-
# rubocop:enable Metrics/MethodLength
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class ToolCase < 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: 'M10 15h4')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'm14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27'
|
22
|
+
)
|
23
|
+
s.path(
|
24
|
+
d:
|
25
|
+
'm18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122'
|
26
|
+
)
|
27
|
+
s.path(
|
28
|
+
d:
|
29
|
+
'M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z'
|
30
|
+
)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class TurkishLira < 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: 'M15 4 5 9')
|
18
|
+
s.path(d: 'm15 8.5-10 5')
|
19
|
+
s.path(d: 'M18 12a9 9 0 0 1-9 9V3')
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class VectorSquare < 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: 'M19.5 7a24 24 0 0 1 0 10')
|
18
|
+
s.path(d: 'M4.5 7a24 24 0 0 0 0 10')
|
19
|
+
s.path(d: 'M7 19.5a24 24 0 0 0 10 0')
|
20
|
+
s.path(d: 'M7 4.5a24 24 0 0 1 10 0')
|
21
|
+
s.rect(x: '17', y: '17', width: '5', height: '5', rx: '1')
|
22
|
+
s.rect(x: '17', y: '2', width: '5', height: '5', rx: '1')
|
23
|
+
s.rect(x: '2', y: '17', width: '5', height: '5', rx: '1')
|
24
|
+
s.rect(x: '2', y: '2', width: '5', height: '5', rx: '1')
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -14,12 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.polyline(points: '12 10 12 12 13 13')
|
17
|
+
s.path(d: 'M12 10v2.2l1.6 1')
|
19
18
|
s.path(
|
20
19
|
d: 'm16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05'
|
21
20
|
)
|
22
21
|
s.path(d: 'm7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05')
|
22
|
+
s.circle(cx: '12', cy: '12', r: '6')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
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.525.0'
|
6
6
|
VARIANTS = nil
|
7
7
|
|
8
8
|
extend Phlex::Kit
|
@@ -136,6 +136,7 @@ module PhlexIcons
|
|
136
136
|
autoload :BadgeQuestionMark, 'phlex-icons/lucide/badge_question_mark'
|
137
137
|
autoload :BadgeRussianRuble, 'phlex-icons/lucide/badge_russian_ruble'
|
138
138
|
autoload :BadgeSwissFranc, 'phlex-icons/lucide/badge_swiss_franc'
|
139
|
+
autoload :BadgeTurkishLira, 'phlex-icons/lucide/badge_turkish_lira'
|
139
140
|
autoload :BadgeX, 'phlex-icons/lucide/badge_x'
|
140
141
|
autoload :BaggageClaim, 'phlex-icons/lucide/baggage_claim'
|
141
142
|
autoload :Ban, 'phlex-icons/lucide/ban'
|
@@ -228,6 +229,7 @@ module PhlexIcons
|
|
228
229
|
autoload :Bot, 'phlex-icons/lucide/bot'
|
229
230
|
autoload :BotMessageSquare, 'phlex-icons/lucide/bot_message_square'
|
230
231
|
autoload :BotOff, 'phlex-icons/lucide/bot_off'
|
232
|
+
autoload :BottleWine, 'phlex-icons/lucide/bottle_wine'
|
231
233
|
autoload :BowArrow, 'phlex-icons/lucide/bow_arrow'
|
232
234
|
autoload :Box, 'phlex-icons/lucide/box'
|
233
235
|
autoload :Boxes, 'phlex-icons/lucide/boxes'
|
@@ -713,6 +715,7 @@ module PhlexIcons
|
|
713
715
|
autoload :Gauge, 'phlex-icons/lucide/gauge'
|
714
716
|
autoload :Gavel, 'phlex-icons/lucide/gavel'
|
715
717
|
autoload :Gem, 'phlex-icons/lucide/gem'
|
718
|
+
autoload :GeorgianLari, 'phlex-icons/lucide/georgian_lari'
|
716
719
|
autoload :Ghost, 'phlex-icons/lucide/ghost'
|
717
720
|
autoload :Gift, 'phlex-icons/lucide/gift'
|
718
721
|
autoload :GitBranch, 'phlex-icons/lucide/git_branch'
|
@@ -866,6 +869,7 @@ module PhlexIcons
|
|
866
869
|
autoload :Ligature, 'phlex-icons/lucide/ligature'
|
867
870
|
autoload :Lightbulb, 'phlex-icons/lucide/lightbulb'
|
868
871
|
autoload :LightbulbOff, 'phlex-icons/lucide/lightbulb_off'
|
872
|
+
autoload :LineSquiggle, 'phlex-icons/lucide/line_squiggle'
|
869
873
|
autoload :Link, 'phlex-icons/lucide/link'
|
870
874
|
autoload :Link2, 'phlex-icons/lucide/link_2'
|
871
875
|
autoload :Link2Off, 'phlex-icons/lucide/link_2_off'
|
@@ -1169,6 +1173,7 @@ module PhlexIcons
|
|
1169
1173
|
autoload :ReceiptRussianRuble, 'phlex-icons/lucide/receipt_russian_ruble'
|
1170
1174
|
autoload :ReceiptSwissFranc, 'phlex-icons/lucide/receipt_swiss_franc'
|
1171
1175
|
autoload :ReceiptText, 'phlex-icons/lucide/receipt_text'
|
1176
|
+
autoload :ReceiptTurkishLira, 'phlex-icons/lucide/receipt_turkish_lira'
|
1172
1177
|
autoload :RectangleCircle, 'phlex-icons/lucide/rectangle_circle'
|
1173
1178
|
autoload :RectangleEllipsis, 'phlex-icons/lucide/rectangle_ellipsis'
|
1174
1179
|
autoload :RectangleGoggles, 'phlex-icons/lucide/rectangle_goggles'
|
@@ -1327,6 +1332,7 @@ module PhlexIcons
|
|
1327
1332
|
autoload :Spline, 'phlex-icons/lucide/spline'
|
1328
1333
|
autoload :SplinePointer, 'phlex-icons/lucide/spline_pointer'
|
1329
1334
|
autoload :Split, 'phlex-icons/lucide/split'
|
1335
|
+
autoload :Spool, 'phlex-icons/lucide/spool'
|
1330
1336
|
autoload :SprayCan, 'phlex-icons/lucide/spray_can'
|
1331
1337
|
autoload :Sprout, 'phlex-icons/lucide/sprout'
|
1332
1338
|
autoload :Square, 'phlex-icons/lucide/square'
|
@@ -1396,6 +1402,7 @@ module PhlexIcons
|
|
1396
1402
|
autoload :SquaresSubtract, 'phlex-icons/lucide/squares_subtract'
|
1397
1403
|
autoload :SquaresUnite, 'phlex-icons/lucide/squares_unite'
|
1398
1404
|
autoload :Squircle, 'phlex-icons/lucide/squircle'
|
1405
|
+
autoload :SquircleDashed, 'phlex-icons/lucide/squircle_dashed'
|
1399
1406
|
autoload :Squirrel, 'phlex-icons/lucide/squirrel'
|
1400
1407
|
autoload :Stamp, 'phlex-icons/lucide/stamp'
|
1401
1408
|
autoload :Star, 'phlex-icons/lucide/star'
|
@@ -1479,6 +1486,7 @@ module PhlexIcons
|
|
1479
1486
|
autoload :ToggleLeft, 'phlex-icons/lucide/toggle_left'
|
1480
1487
|
autoload :ToggleRight, 'phlex-icons/lucide/toggle_right'
|
1481
1488
|
autoload :Toilet, 'phlex-icons/lucide/toilet'
|
1489
|
+
autoload :ToolCase, 'phlex-icons/lucide/tool_case'
|
1482
1490
|
autoload :Tornado, 'phlex-icons/lucide/tornado'
|
1483
1491
|
autoload :Torus, 'phlex-icons/lucide/torus'
|
1484
1492
|
autoload :Touchpad, 'phlex-icons/lucide/touchpad'
|
@@ -1509,6 +1517,7 @@ module PhlexIcons
|
|
1509
1517
|
autoload :Trophy, 'phlex-icons/lucide/trophy'
|
1510
1518
|
autoload :Truck, 'phlex-icons/lucide/truck'
|
1511
1519
|
autoload :TruckElectric, 'phlex-icons/lucide/truck_electric'
|
1520
|
+
autoload :TurkishLira, 'phlex-icons/lucide/turkish_lira'
|
1512
1521
|
autoload :Turtle, 'phlex-icons/lucide/turtle'
|
1513
1522
|
autoload :Tv, 'phlex-icons/lucide/tv'
|
1514
1523
|
autoload :TvMinimal, 'phlex-icons/lucide/tv_minimal'
|
@@ -1556,6 +1565,7 @@ module PhlexIcons
|
|
1556
1565
|
autoload :UtilityPole, 'phlex-icons/lucide/utility_pole'
|
1557
1566
|
autoload :Variable, 'phlex-icons/lucide/variable'
|
1558
1567
|
autoload :Vault, 'phlex-icons/lucide/vault'
|
1568
|
+
autoload :VectorSquare, 'phlex-icons/lucide/vector_square'
|
1559
1569
|
autoload :Vegan, 'phlex-icons/lucide/vegan'
|
1560
1570
|
autoload :VenetianMask, 'phlex-icons/lucide/venetian_mask'
|
1561
1571
|
autoload :Venus, 'phlex-icons/lucide/venus'
|
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.29.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-
|
11
|
+
date: 2025-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -4052,6 +4052,7 @@ files:
|
|
4052
4052
|
- lib/phlex-icons/lucide/badge_question_mark.rb
|
4053
4053
|
- lib/phlex-icons/lucide/badge_russian_ruble.rb
|
4054
4054
|
- lib/phlex-icons/lucide/badge_swiss_franc.rb
|
4055
|
+
- lib/phlex-icons/lucide/badge_turkish_lira.rb
|
4055
4056
|
- lib/phlex-icons/lucide/badge_x.rb
|
4056
4057
|
- lib/phlex-icons/lucide/baggage_claim.rb
|
4057
4058
|
- lib/phlex-icons/lucide/ban.rb
|
@@ -4145,6 +4146,7 @@ files:
|
|
4145
4146
|
- lib/phlex-icons/lucide/bot.rb
|
4146
4147
|
- lib/phlex-icons/lucide/bot_message_square.rb
|
4147
4148
|
- lib/phlex-icons/lucide/bot_off.rb
|
4149
|
+
- lib/phlex-icons/lucide/bottle_wine.rb
|
4148
4150
|
- lib/phlex-icons/lucide/bow_arrow.rb
|
4149
4151
|
- lib/phlex-icons/lucide/box.rb
|
4150
4152
|
- lib/phlex-icons/lucide/boxes.rb
|
@@ -4630,6 +4632,7 @@ files:
|
|
4630
4632
|
- lib/phlex-icons/lucide/gauge.rb
|
4631
4633
|
- lib/phlex-icons/lucide/gavel.rb
|
4632
4634
|
- lib/phlex-icons/lucide/gem.rb
|
4635
|
+
- lib/phlex-icons/lucide/georgian_lari.rb
|
4633
4636
|
- lib/phlex-icons/lucide/ghost.rb
|
4634
4637
|
- lib/phlex-icons/lucide/gift.rb
|
4635
4638
|
- lib/phlex-icons/lucide/git_branch.rb
|
@@ -4783,6 +4786,7 @@ files:
|
|
4783
4786
|
- lib/phlex-icons/lucide/ligature.rb
|
4784
4787
|
- lib/phlex-icons/lucide/lightbulb.rb
|
4785
4788
|
- lib/phlex-icons/lucide/lightbulb_off.rb
|
4789
|
+
- lib/phlex-icons/lucide/line_squiggle.rb
|
4786
4790
|
- lib/phlex-icons/lucide/link.rb
|
4787
4791
|
- lib/phlex-icons/lucide/link_2.rb
|
4788
4792
|
- lib/phlex-icons/lucide/link_2_off.rb
|
@@ -5086,6 +5090,7 @@ files:
|
|
5086
5090
|
- lib/phlex-icons/lucide/receipt_russian_ruble.rb
|
5087
5091
|
- lib/phlex-icons/lucide/receipt_swiss_franc.rb
|
5088
5092
|
- lib/phlex-icons/lucide/receipt_text.rb
|
5093
|
+
- lib/phlex-icons/lucide/receipt_turkish_lira.rb
|
5089
5094
|
- lib/phlex-icons/lucide/rectangle_circle.rb
|
5090
5095
|
- lib/phlex-icons/lucide/rectangle_ellipsis.rb
|
5091
5096
|
- lib/phlex-icons/lucide/rectangle_goggles.rb
|
@@ -5244,6 +5249,7 @@ files:
|
|
5244
5249
|
- lib/phlex-icons/lucide/spline.rb
|
5245
5250
|
- lib/phlex-icons/lucide/spline_pointer.rb
|
5246
5251
|
- lib/phlex-icons/lucide/split.rb
|
5252
|
+
- lib/phlex-icons/lucide/spool.rb
|
5247
5253
|
- lib/phlex-icons/lucide/spray_can.rb
|
5248
5254
|
- lib/phlex-icons/lucide/sprout.rb
|
5249
5255
|
- lib/phlex-icons/lucide/square.rb
|
@@ -5313,6 +5319,7 @@ files:
|
|
5313
5319
|
- lib/phlex-icons/lucide/squares_subtract.rb
|
5314
5320
|
- lib/phlex-icons/lucide/squares_unite.rb
|
5315
5321
|
- lib/phlex-icons/lucide/squircle.rb
|
5322
|
+
- lib/phlex-icons/lucide/squircle_dashed.rb
|
5316
5323
|
- lib/phlex-icons/lucide/squirrel.rb
|
5317
5324
|
- lib/phlex-icons/lucide/stamp.rb
|
5318
5325
|
- lib/phlex-icons/lucide/star.rb
|
@@ -5396,6 +5403,7 @@ files:
|
|
5396
5403
|
- lib/phlex-icons/lucide/toggle_left.rb
|
5397
5404
|
- lib/phlex-icons/lucide/toggle_right.rb
|
5398
5405
|
- lib/phlex-icons/lucide/toilet.rb
|
5406
|
+
- lib/phlex-icons/lucide/tool_case.rb
|
5399
5407
|
- lib/phlex-icons/lucide/tornado.rb
|
5400
5408
|
- lib/phlex-icons/lucide/torus.rb
|
5401
5409
|
- lib/phlex-icons/lucide/touchpad.rb
|
@@ -5426,6 +5434,7 @@ files:
|
|
5426
5434
|
- lib/phlex-icons/lucide/trophy.rb
|
5427
5435
|
- lib/phlex-icons/lucide/truck.rb
|
5428
5436
|
- lib/phlex-icons/lucide/truck_electric.rb
|
5437
|
+
- lib/phlex-icons/lucide/turkish_lira.rb
|
5429
5438
|
- lib/phlex-icons/lucide/turtle.rb
|
5430
5439
|
- lib/phlex-icons/lucide/tv.rb
|
5431
5440
|
- lib/phlex-icons/lucide/tv_minimal.rb
|
@@ -5473,6 +5482,7 @@ files:
|
|
5473
5482
|
- lib/phlex-icons/lucide/utility_pole.rb
|
5474
5483
|
- lib/phlex-icons/lucide/variable.rb
|
5475
5484
|
- lib/phlex-icons/lucide/vault.rb
|
5485
|
+
- lib/phlex-icons/lucide/vector_square.rb
|
5476
5486
|
- lib/phlex-icons/lucide/vegan.rb
|
5477
5487
|
- lib/phlex-icons/lucide/venetian_mask.rb
|
5478
5488
|
- lib/phlex-icons/lucide/venus.rb
|