phlex-icons-lucide 2.32.0 → 2.34.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/a_arrow_down.rb +3 -3
- data/lib/phlex-icons/lucide/a_arrow_up.rb +3 -3
- data/lib/phlex-icons/lucide/apple.rb +2 -2
- data/lib/phlex-icons/lucide/brick_wall_shield.rb +34 -0
- data/lib/phlex-icons/lucide/cake_slice.rb +7 -4
- data/lib/phlex-icons/lucide/circle_star.rb +28 -0
- data/lib/phlex-icons/lucide/kayak.rb +30 -0
- data/lib/phlex-icons/lucide/mic_off.rb +4 -4
- data/lib/phlex-icons/lucide/school.rb +5 -5
- data/lib/phlex-icons/lucide/spade.rb +2 -2
- data/lib/phlex-icons/lucide/square_star.rb +28 -0
- data/lib/phlex-icons/lucide/store.rb +3 -5
- data/lib/phlex-icons/lucide/turntable.rb +25 -0
- 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: 62e0f281b0e3970ed3e5298e56020f19a9784e53ce2689243a287fa6b1b34b94
|
4
|
+
data.tar.gz: f760ba72b9887be1a90322f615e843523f6c112d17e872dd13234f394770e0fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 101662a49c9af416c021e43626492dd52da5a89af73bb3204b4412d0d3729440161d61af5d37ca2114b4dcf4a976ab97fe0b16abfa7155438f9e936f58158d57
|
7
|
+
data.tar.gz: 5cbbf08bfdcc012dbc3ec652b099802023adeede2a7aa07e7642d3243150d0db292d6138de9195e44015135a576b67bcd956ebec9689b8f8f85733a19ec79215
|
@@ -14,10 +14,10 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M3.5 13h6')
|
18
|
-
s.path(d: 'm2 16 4.5-9 4.5 9')
|
19
|
-
s.path(d: 'M18 7v9')
|
20
17
|
s.path(d: 'm14 12 4 4 4-4')
|
18
|
+
s.path(d: 'M18 16V7')
|
19
|
+
s.path(d: 'm2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16')
|
20
|
+
s.path(d: 'M3.304 13h6.392')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
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: 'M3.5 13h6')
|
18
|
-
s.path(d: 'm2 16 4.5-9 4.5 9')
|
19
|
-
s.path(d: 'M18 16V7')
|
20
17
|
s.path(d: 'm14 11 4-4 4 4')
|
18
|
+
s.path(d: 'M18 16V7')
|
19
|
+
s.path(d: 'm2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16')
|
20
|
+
s.path(d: 'M3.304 13h6.392')
|
21
21
|
end
|
22
22
|
end
|
23
23
|
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: 'M12 6.528V3a1 1 0 0 1 1-1h0')
|
18
19
|
s.path(
|
19
20
|
d:
|
20
|
-
'
|
21
|
+
'M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21'
|
21
22
|
)
|
22
|
-
s.path(d: 'M10 2c1 .5 2 2 2 5')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class BrickWallShield < 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 9v1.258')
|
19
|
+
s.path(d: 'M16 3v5.46')
|
20
|
+
s.path(d: 'M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75')
|
21
|
+
s.path(
|
22
|
+
d:
|
23
|
+
'M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z'
|
24
|
+
)
|
25
|
+
s.path(d: 'M3 15h7')
|
26
|
+
s.path(d: 'M3 9h12.142')
|
27
|
+
s.path(d: 'M8 15v6')
|
28
|
+
s.path(d: 'M8 3v6')
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
# rubocop:enable Layout/LineLength
|
@@ -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 CakeSlice < Base
|
@@ -14,14 +15,16 @@ module PhlexIcons
|
|
14
15
|
stroke_linecap: 'round',
|
15
16
|
stroke_linejoin: 'round'
|
16
17
|
) do |s|
|
17
|
-
s.circle(cx: '9', cy: '7', r: '2')
|
18
|
-
s.path(
|
19
|
-
d: 'M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6'
|
20
|
-
)
|
21
18
|
s.path(d: 'M16 13H3')
|
22
19
|
s.path(d: 'M16 17H3')
|
20
|
+
s.path(
|
21
|
+
d:
|
22
|
+
'm7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6'
|
23
|
+
)
|
24
|
+
s.circle(cx: '9', cy: '7', r: '2')
|
23
25
|
end
|
24
26
|
end
|
25
27
|
end
|
26
28
|
end
|
27
29
|
end
|
30
|
+
# 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 CircleStar < 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
|
+
'M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z'
|
21
|
+
)
|
22
|
+
s.circle(cx: '12', cy: '12', r: '10')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
# rubocop:enable Layout/LineLength
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class Kayak < 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: 'M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z')
|
19
|
+
s.path(
|
20
|
+
d:
|
21
|
+
'M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61'
|
22
|
+
)
|
23
|
+
s.path(d: 'm6.707 6.707 10.586 10.586')
|
24
|
+
s.path(d: 'M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z')
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
# rubocop:enable Layout/LineLength
|
@@ -14,12 +14,12 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.
|
18
|
-
s.path(d: 'M18.89 13.23A7.12 7.12 0 0 0 19 12v-2')
|
19
|
-
s.path(d: 'M5 10v2a7 7 0 0 0 12 5')
|
17
|
+
s.path(d: 'M12 19v3')
|
20
18
|
s.path(d: 'M15 9.34V5a3 3 0 0 0-5.68-1.33')
|
19
|
+
s.path(d: 'M16.95 16.95A7 7 0 0 1 5 12v-2')
|
20
|
+
s.path(d: 'M18.89 13.23A7 7 0 0 0 19 12v-2')
|
21
|
+
s.path(d: 'm2 2 20 20')
|
21
22
|
s.path(d: 'M9 9v3a3 3 0 0 0 5.12 2.12')
|
22
|
-
s.line(x1: '12', x2: '12', y1: '19', y2: '22')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -14,14 +14,14 @@ module PhlexIcons
|
|
14
14
|
stroke_linecap: 'round',
|
15
15
|
stroke_linejoin: 'round'
|
16
16
|
) do |s|
|
17
|
-
s.path(d: 'M14
|
17
|
+
s.path(d: 'M14 21v-3a2 2 0 0 0-4 0v3')
|
18
|
+
s.path(d: 'M18 5v16')
|
19
|
+
s.path(d: 'm4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6')
|
18
20
|
s.path(
|
19
21
|
d:
|
20
|
-
'
|
22
|
+
'm6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11'
|
21
23
|
)
|
22
|
-
s.path(d: '
|
23
|
-
s.path(d: 'm4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6')
|
24
|
-
s.path(d: 'M6 5v17')
|
24
|
+
s.path(d: 'M6 5v16')
|
25
25
|
s.circle(cx: '12', cy: '9', r: '2')
|
26
26
|
end
|
27
27
|
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: 'M12 18v4')
|
18
19
|
s.path(
|
19
20
|
d:
|
20
|
-
'
|
21
|
+
'M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5'
|
21
22
|
)
|
22
|
-
s.path(d: 'M12 18v4')
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# rubocop:disable Layout/LineLength
|
4
|
+
module PhlexIcons
|
5
|
+
module Lucide
|
6
|
+
class SquareStar < 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
|
+
'M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z'
|
21
|
+
)
|
22
|
+
s.rect(x: '3', y: '3', width: '18', height: '18', rx: '2')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
# rubocop:enable Layout/LineLength
|
@@ -15,14 +15,12 @@ module PhlexIcons
|
|
15
15
|
stroke_linecap: 'round',
|
16
16
|
stroke_linejoin: 'round'
|
17
17
|
) do |s|
|
18
|
-
s.path(d: '
|
19
|
-
s.path(d: 'M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8')
|
20
|
-
s.path(d: 'M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4')
|
21
|
-
s.path(d: 'M2 7h20')
|
18
|
+
s.path(d: 'M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5')
|
22
19
|
s.path(
|
23
20
|
d:
|
24
|
-
'
|
21
|
+
'M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244'
|
25
22
|
)
|
23
|
+
s.path(d: 'M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05')
|
26
24
|
end
|
27
25
|
end
|
28
26
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module PhlexIcons
|
4
|
+
module Lucide
|
5
|
+
class Turntable < 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 12.01h.01')
|
18
|
+
s.path(d: 'M18 8v4a8 8 0 0 1-1.07 4')
|
19
|
+
s.circle(cx: '10', cy: '12', r: '4')
|
20
|
+
s.rect(x: '2', y: '4', width: '20', height: '16', rx: '2')
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
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.539.0'
|
6
6
|
VARIANTS = nil
|
7
7
|
|
8
8
|
extend Phlex::Kit
|
@@ -240,6 +240,7 @@ module PhlexIcons
|
|
240
240
|
autoload :BrainCog, 'phlex-icons/lucide/brain_cog'
|
241
241
|
autoload :BrickWall, 'phlex-icons/lucide/brick_wall'
|
242
242
|
autoload :BrickWallFire, 'phlex-icons/lucide/brick_wall_fire'
|
243
|
+
autoload :BrickWallShield, 'phlex-icons/lucide/brick_wall_shield'
|
243
244
|
autoload :Briefcase, 'phlex-icons/lucide/briefcase'
|
244
245
|
autoload :BriefcaseBusiness, 'phlex-icons/lucide/briefcase_business'
|
245
246
|
autoload :BriefcaseConveyorBelt, 'phlex-icons/lucide/briefcase_conveyor_belt'
|
@@ -390,6 +391,7 @@ module PhlexIcons
|
|
390
391
|
autoload :CircleSlash, 'phlex-icons/lucide/circle_slash'
|
391
392
|
autoload :CircleSlash2, 'phlex-icons/lucide/circle_slash_2'
|
392
393
|
autoload :CircleSmall, 'phlex-icons/lucide/circle_small'
|
394
|
+
autoload :CircleStar, 'phlex-icons/lucide/circle_star'
|
393
395
|
autoload :CircleStop, 'phlex-icons/lucide/circle_stop'
|
394
396
|
autoload :CircleUser, 'phlex-icons/lucide/circle_user'
|
395
397
|
autoload :CircleUserRound, 'phlex-icons/lucide/circle_user_round'
|
@@ -835,6 +837,7 @@ module PhlexIcons
|
|
835
837
|
autoload :JapaneseYen, 'phlex-icons/lucide/japanese_yen'
|
836
838
|
autoload :Joystick, 'phlex-icons/lucide/joystick'
|
837
839
|
autoload :Kanban, 'phlex-icons/lucide/kanban'
|
840
|
+
autoload :Kayak, 'phlex-icons/lucide/kayak'
|
838
841
|
autoload :Key, 'phlex-icons/lucide/key'
|
839
842
|
autoload :KeyRound, 'phlex-icons/lucide/key_round'
|
840
843
|
autoload :KeySquare, 'phlex-icons/lucide/key_square'
|
@@ -1401,6 +1404,7 @@ module PhlexIcons
|
|
1401
1404
|
autoload :SquareSplitVertical, 'phlex-icons/lucide/square_split_vertical'
|
1402
1405
|
autoload :SquareSquare, 'phlex-icons/lucide/square_square'
|
1403
1406
|
autoload :SquareStack, 'phlex-icons/lucide/square_stack'
|
1407
|
+
autoload :SquareStar, 'phlex-icons/lucide/square_star'
|
1404
1408
|
autoload :SquareStop, 'phlex-icons/lucide/square_stop'
|
1405
1409
|
autoload :SquareTerminal, 'phlex-icons/lucide/square_terminal'
|
1406
1410
|
autoload :SquareUser, 'phlex-icons/lucide/square_user'
|
@@ -1527,6 +1531,7 @@ module PhlexIcons
|
|
1527
1531
|
autoload :Truck, 'phlex-icons/lucide/truck'
|
1528
1532
|
autoload :TruckElectric, 'phlex-icons/lucide/truck_electric'
|
1529
1533
|
autoload :TurkishLira, 'phlex-icons/lucide/turkish_lira'
|
1534
|
+
autoload :Turntable, 'phlex-icons/lucide/turntable'
|
1530
1535
|
autoload :Turtle, 'phlex-icons/lucide/turtle'
|
1531
1536
|
autoload :Tv, 'phlex-icons/lucide/tv'
|
1532
1537
|
autoload :TvMinimal, 'phlex-icons/lucide/tv_minimal'
|
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.34.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-08-
|
11
|
+
date: 2025-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|
@@ -286,6 +286,7 @@ files:
|
|
286
286
|
- lib/phlex-icons/lucide/brain_cog.rb
|
287
287
|
- lib/phlex-icons/lucide/brick_wall.rb
|
288
288
|
- lib/phlex-icons/lucide/brick_wall_fire.rb
|
289
|
+
- lib/phlex-icons/lucide/brick_wall_shield.rb
|
289
290
|
- lib/phlex-icons/lucide/briefcase.rb
|
290
291
|
- lib/phlex-icons/lucide/briefcase_business.rb
|
291
292
|
- lib/phlex-icons/lucide/briefcase_conveyor_belt.rb
|
@@ -436,6 +437,7 @@ files:
|
|
436
437
|
- lib/phlex-icons/lucide/circle_slash.rb
|
437
438
|
- lib/phlex-icons/lucide/circle_slash_2.rb
|
438
439
|
- lib/phlex-icons/lucide/circle_small.rb
|
440
|
+
- lib/phlex-icons/lucide/circle_star.rb
|
439
441
|
- lib/phlex-icons/lucide/circle_stop.rb
|
440
442
|
- lib/phlex-icons/lucide/circle_user.rb
|
441
443
|
- lib/phlex-icons/lucide/circle_user_round.rb
|
@@ -881,6 +883,7 @@ files:
|
|
881
883
|
- lib/phlex-icons/lucide/japanese_yen.rb
|
882
884
|
- lib/phlex-icons/lucide/joystick.rb
|
883
885
|
- lib/phlex-icons/lucide/kanban.rb
|
886
|
+
- lib/phlex-icons/lucide/kayak.rb
|
884
887
|
- lib/phlex-icons/lucide/key.rb
|
885
888
|
- lib/phlex-icons/lucide/key_round.rb
|
886
889
|
- lib/phlex-icons/lucide/key_square.rb
|
@@ -1447,6 +1450,7 @@ files:
|
|
1447
1450
|
- lib/phlex-icons/lucide/square_split_vertical.rb
|
1448
1451
|
- lib/phlex-icons/lucide/square_square.rb
|
1449
1452
|
- lib/phlex-icons/lucide/square_stack.rb
|
1453
|
+
- lib/phlex-icons/lucide/square_star.rb
|
1450
1454
|
- lib/phlex-icons/lucide/square_stop.rb
|
1451
1455
|
- lib/phlex-icons/lucide/square_terminal.rb
|
1452
1456
|
- lib/phlex-icons/lucide/square_user.rb
|
@@ -1573,6 +1577,7 @@ files:
|
|
1573
1577
|
- lib/phlex-icons/lucide/truck.rb
|
1574
1578
|
- lib/phlex-icons/lucide/truck_electric.rb
|
1575
1579
|
- lib/phlex-icons/lucide/turkish_lira.rb
|
1580
|
+
- lib/phlex-icons/lucide/turntable.rb
|
1576
1581
|
- lib/phlex-icons/lucide/turtle.rb
|
1577
1582
|
- lib/phlex-icons/lucide/tv.rb
|
1578
1583
|
- lib/phlex-icons/lucide/tv_minimal.rb
|