phlex-icons-lucide 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: 763efdc74422e7f913e2eed28a8c589c87eef55d57961fd898fb0c8429187c49
|
4
|
+
data.tar.gz: 516fa2f1fa95228a177ab39305f116aaadf1d5ccd90a35ae0d48c21384b65c18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5f0425a561cbb9cce7d02f42178545a6d1fba9f8d1418f2e28cab713ffba3254d92b63470e6e7db6eaffc7bfac441812444f6229335fa915dd91a88fd88ea1a
|
7
|
+
data.tar.gz: 8792c95677b50a081fe2aaa55e4f55874ecf927e5960572067cccd69f4869118e87e964b8fc18b1dc864c204e5d091581c24b3f4e6c372555ad1eae6f7ed3f2c
|
@@ -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-lucide
|
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
|
@@ -181,6 +181,7 @@ files:
|
|
181
181
|
- lib/phlex-icons/lucide/badge_question_mark.rb
|
182
182
|
- lib/phlex-icons/lucide/badge_russian_ruble.rb
|
183
183
|
- lib/phlex-icons/lucide/badge_swiss_franc.rb
|
184
|
+
- lib/phlex-icons/lucide/badge_turkish_lira.rb
|
184
185
|
- lib/phlex-icons/lucide/badge_x.rb
|
185
186
|
- lib/phlex-icons/lucide/baggage_claim.rb
|
186
187
|
- lib/phlex-icons/lucide/ban.rb
|
@@ -274,6 +275,7 @@ files:
|
|
274
275
|
- lib/phlex-icons/lucide/bot.rb
|
275
276
|
- lib/phlex-icons/lucide/bot_message_square.rb
|
276
277
|
- lib/phlex-icons/lucide/bot_off.rb
|
278
|
+
- lib/phlex-icons/lucide/bottle_wine.rb
|
277
279
|
- lib/phlex-icons/lucide/bow_arrow.rb
|
278
280
|
- lib/phlex-icons/lucide/box.rb
|
279
281
|
- lib/phlex-icons/lucide/boxes.rb
|
@@ -759,6 +761,7 @@ files:
|
|
759
761
|
- lib/phlex-icons/lucide/gauge.rb
|
760
762
|
- lib/phlex-icons/lucide/gavel.rb
|
761
763
|
- lib/phlex-icons/lucide/gem.rb
|
764
|
+
- lib/phlex-icons/lucide/georgian_lari.rb
|
762
765
|
- lib/phlex-icons/lucide/ghost.rb
|
763
766
|
- lib/phlex-icons/lucide/gift.rb
|
764
767
|
- lib/phlex-icons/lucide/git_branch.rb
|
@@ -912,6 +915,7 @@ files:
|
|
912
915
|
- lib/phlex-icons/lucide/ligature.rb
|
913
916
|
- lib/phlex-icons/lucide/lightbulb.rb
|
914
917
|
- lib/phlex-icons/lucide/lightbulb_off.rb
|
918
|
+
- lib/phlex-icons/lucide/line_squiggle.rb
|
915
919
|
- lib/phlex-icons/lucide/link.rb
|
916
920
|
- lib/phlex-icons/lucide/link_2.rb
|
917
921
|
- lib/phlex-icons/lucide/link_2_off.rb
|
@@ -1215,6 +1219,7 @@ files:
|
|
1215
1219
|
- lib/phlex-icons/lucide/receipt_russian_ruble.rb
|
1216
1220
|
- lib/phlex-icons/lucide/receipt_swiss_franc.rb
|
1217
1221
|
- lib/phlex-icons/lucide/receipt_text.rb
|
1222
|
+
- lib/phlex-icons/lucide/receipt_turkish_lira.rb
|
1218
1223
|
- lib/phlex-icons/lucide/rectangle_circle.rb
|
1219
1224
|
- lib/phlex-icons/lucide/rectangle_ellipsis.rb
|
1220
1225
|
- lib/phlex-icons/lucide/rectangle_goggles.rb
|
@@ -1373,6 +1378,7 @@ files:
|
|
1373
1378
|
- lib/phlex-icons/lucide/spline.rb
|
1374
1379
|
- lib/phlex-icons/lucide/spline_pointer.rb
|
1375
1380
|
- lib/phlex-icons/lucide/split.rb
|
1381
|
+
- lib/phlex-icons/lucide/spool.rb
|
1376
1382
|
- lib/phlex-icons/lucide/spray_can.rb
|
1377
1383
|
- lib/phlex-icons/lucide/sprout.rb
|
1378
1384
|
- lib/phlex-icons/lucide/square.rb
|
@@ -1442,6 +1448,7 @@ files:
|
|
1442
1448
|
- lib/phlex-icons/lucide/squares_subtract.rb
|
1443
1449
|
- lib/phlex-icons/lucide/squares_unite.rb
|
1444
1450
|
- lib/phlex-icons/lucide/squircle.rb
|
1451
|
+
- lib/phlex-icons/lucide/squircle_dashed.rb
|
1445
1452
|
- lib/phlex-icons/lucide/squirrel.rb
|
1446
1453
|
- lib/phlex-icons/lucide/stamp.rb
|
1447
1454
|
- lib/phlex-icons/lucide/star.rb
|
@@ -1525,6 +1532,7 @@ files:
|
|
1525
1532
|
- lib/phlex-icons/lucide/toggle_left.rb
|
1526
1533
|
- lib/phlex-icons/lucide/toggle_right.rb
|
1527
1534
|
- lib/phlex-icons/lucide/toilet.rb
|
1535
|
+
- lib/phlex-icons/lucide/tool_case.rb
|
1528
1536
|
- lib/phlex-icons/lucide/tornado.rb
|
1529
1537
|
- lib/phlex-icons/lucide/torus.rb
|
1530
1538
|
- lib/phlex-icons/lucide/touchpad.rb
|
@@ -1555,6 +1563,7 @@ files:
|
|
1555
1563
|
- lib/phlex-icons/lucide/trophy.rb
|
1556
1564
|
- lib/phlex-icons/lucide/truck.rb
|
1557
1565
|
- lib/phlex-icons/lucide/truck_electric.rb
|
1566
|
+
- lib/phlex-icons/lucide/turkish_lira.rb
|
1558
1567
|
- lib/phlex-icons/lucide/turtle.rb
|
1559
1568
|
- lib/phlex-icons/lucide/tv.rb
|
1560
1569
|
- lib/phlex-icons/lucide/tv_minimal.rb
|
@@ -1602,6 +1611,7 @@ files:
|
|
1602
1611
|
- lib/phlex-icons/lucide/utility_pole.rb
|
1603
1612
|
- lib/phlex-icons/lucide/variable.rb
|
1604
1613
|
- lib/phlex-icons/lucide/vault.rb
|
1614
|
+
- lib/phlex-icons/lucide/vector_square.rb
|
1605
1615
|
- lib/phlex-icons/lucide/vegan.rb
|
1606
1616
|
- lib/phlex-icons/lucide/venetian_mask.rb
|
1607
1617
|
- lib/phlex-icons/lucide/venus.rb
|