phlex-icons-lucide 2.28.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/calendar_clock.rb +3 -3
- 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/ligature.rb +3 -3
- 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/shrub.rb +3 -3
- 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 +6 -1
- data/lib/phlex-icons/version.rb +1 -1
- metadata +7 -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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'
|
@@ -1172,6 +1173,7 @@ module PhlexIcons
|
|
1172
1173
|
autoload :ReceiptRussianRuble, 'phlex-icons/lucide/receipt_russian_ruble'
|
1173
1174
|
autoload :ReceiptSwissFranc, 'phlex-icons/lucide/receipt_swiss_franc'
|
1174
1175
|
autoload :ReceiptText, 'phlex-icons/lucide/receipt_text'
|
1176
|
+
autoload :ReceiptTurkishLira, 'phlex-icons/lucide/receipt_turkish_lira'
|
1175
1177
|
autoload :RectangleCircle, 'phlex-icons/lucide/rectangle_circle'
|
1176
1178
|
autoload :RectangleEllipsis, 'phlex-icons/lucide/rectangle_ellipsis'
|
1177
1179
|
autoload :RectangleGoggles, 'phlex-icons/lucide/rectangle_goggles'
|
@@ -1484,6 +1486,7 @@ module PhlexIcons
|
|
1484
1486
|
autoload :ToggleLeft, 'phlex-icons/lucide/toggle_left'
|
1485
1487
|
autoload :ToggleRight, 'phlex-icons/lucide/toggle_right'
|
1486
1488
|
autoload :Toilet, 'phlex-icons/lucide/toilet'
|
1489
|
+
autoload :ToolCase, 'phlex-icons/lucide/tool_case'
|
1487
1490
|
autoload :Tornado, 'phlex-icons/lucide/tornado'
|
1488
1491
|
autoload :Torus, 'phlex-icons/lucide/torus'
|
1489
1492
|
autoload :Touchpad, 'phlex-icons/lucide/touchpad'
|
@@ -1514,6 +1517,7 @@ module PhlexIcons
|
|
1514
1517
|
autoload :Trophy, 'phlex-icons/lucide/trophy'
|
1515
1518
|
autoload :Truck, 'phlex-icons/lucide/truck'
|
1516
1519
|
autoload :TruckElectric, 'phlex-icons/lucide/truck_electric'
|
1520
|
+
autoload :TurkishLira, 'phlex-icons/lucide/turkish_lira'
|
1517
1521
|
autoload :Turtle, 'phlex-icons/lucide/turtle'
|
1518
1522
|
autoload :Tv, 'phlex-icons/lucide/tv'
|
1519
1523
|
autoload :TvMinimal, 'phlex-icons/lucide/tv_minimal'
|
@@ -1561,6 +1565,7 @@ module PhlexIcons
|
|
1561
1565
|
autoload :UtilityPole, 'phlex-icons/lucide/utility_pole'
|
1562
1566
|
autoload :Variable, 'phlex-icons/lucide/variable'
|
1563
1567
|
autoload :Vault, 'phlex-icons/lucide/vault'
|
1568
|
+
autoload :VectorSquare, 'phlex-icons/lucide/vector_square'
|
1564
1569
|
autoload :Vegan, 'phlex-icons/lucide/vegan'
|
1565
1570
|
autoload :VenetianMask, 'phlex-icons/lucide/venetian_mask'
|
1566
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
|
@@ -1218,6 +1219,7 @@ files:
|
|
1218
1219
|
- lib/phlex-icons/lucide/receipt_russian_ruble.rb
|
1219
1220
|
- lib/phlex-icons/lucide/receipt_swiss_franc.rb
|
1220
1221
|
- lib/phlex-icons/lucide/receipt_text.rb
|
1222
|
+
- lib/phlex-icons/lucide/receipt_turkish_lira.rb
|
1221
1223
|
- lib/phlex-icons/lucide/rectangle_circle.rb
|
1222
1224
|
- lib/phlex-icons/lucide/rectangle_ellipsis.rb
|
1223
1225
|
- lib/phlex-icons/lucide/rectangle_goggles.rb
|
@@ -1530,6 +1532,7 @@ files:
|
|
1530
1532
|
- lib/phlex-icons/lucide/toggle_left.rb
|
1531
1533
|
- lib/phlex-icons/lucide/toggle_right.rb
|
1532
1534
|
- lib/phlex-icons/lucide/toilet.rb
|
1535
|
+
- lib/phlex-icons/lucide/tool_case.rb
|
1533
1536
|
- lib/phlex-icons/lucide/tornado.rb
|
1534
1537
|
- lib/phlex-icons/lucide/torus.rb
|
1535
1538
|
- lib/phlex-icons/lucide/touchpad.rb
|
@@ -1560,6 +1563,7 @@ files:
|
|
1560
1563
|
- lib/phlex-icons/lucide/trophy.rb
|
1561
1564
|
- lib/phlex-icons/lucide/truck.rb
|
1562
1565
|
- lib/phlex-icons/lucide/truck_electric.rb
|
1566
|
+
- lib/phlex-icons/lucide/turkish_lira.rb
|
1563
1567
|
- lib/phlex-icons/lucide/turtle.rb
|
1564
1568
|
- lib/phlex-icons/lucide/tv.rb
|
1565
1569
|
- lib/phlex-icons/lucide/tv_minimal.rb
|
@@ -1607,6 +1611,7 @@ files:
|
|
1607
1611
|
- lib/phlex-icons/lucide/utility_pole.rb
|
1608
1612
|
- lib/phlex-icons/lucide/variable.rb
|
1609
1613
|
- lib/phlex-icons/lucide/vault.rb
|
1614
|
+
- lib/phlex-icons/lucide/vector_square.rb
|
1610
1615
|
- lib/phlex-icons/lucide/vegan.rb
|
1611
1616
|
- lib/phlex-icons/lucide/venetian_mask.rb
|
1612
1617
|
- lib/phlex-icons/lucide/venus.rb
|