phlex-icons 2.52.0 → 2.54.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/bookmark.rb +8 -1
- data/lib/phlex-icons/lucide/bookmark_check.rb +6 -1
- data/lib/phlex-icons/lucide/bookmark_minus.rb +7 -2
- data/lib/phlex-icons/lucide/bookmark_plus.rb +8 -3
- data/lib/phlex-icons/lucide/bookmark_x.rb +6 -1
- data/lib/phlex-icons/lucide/cloud_off.rb +2 -4
- data/lib/phlex-icons/lucide/cloudy.rb +2 -2
- data/lib/phlex-icons/lucide/globe_x.rb +26 -0
- data/lib/phlex-icons/lucide/lasso.rb +1 -4
- data/lib/phlex-icons/lucide/message_square_dashed.rb +10 -15
- data/lib/phlex-icons/lucide/monitor_off.rb +3 -3
- data/lib/phlex-icons/lucide/star_off.rb +11 -3
- data/lib/phlex-icons/lucide/tickets_plane.rb +1 -1
- data/lib/phlex-icons/lucide/waypoints.rb +7 -7
- data/lib/phlex-icons/lucide.rb +1 -0
- data/lib/phlex-icons/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86c6163aca06fb22bcc8e53c2df1194b5ab5a7ea5eb2fbb163eff4a9010c577f
|
|
4
|
+
data.tar.gz: ea2b7f488a3bc93c6c28120d113618da6f2ede19373b1d99a6b1dbd2c4b285a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7662e875ba57328d556b0996461c7f9d6673c0652e438dc77436aecb35c85e684bec213d64b501df8039b5b98193972479e43150a557d242a6f6ae44f0faa031
|
|
7
|
+
data.tar.gz: a19d7a6d58591892c3a59968be5d0b59e1303b1c2816e699352704ead0760e5a6a5ca41e9f7f3eb147cf625586a9c392b8a9336dfbe7416440172e00af58157f
|
|
@@ -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 Bookmark < Base
|
|
@@ -13,8 +14,14 @@ module PhlexIcons
|
|
|
13
14
|
stroke_width: '2',
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
|
-
)
|
|
17
|
+
) do |s|
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z'
|
|
21
|
+
)
|
|
22
|
+
end
|
|
17
23
|
end
|
|
18
24
|
end
|
|
19
25
|
end
|
|
20
26
|
end
|
|
27
|
+
# 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 BookmarkCheck < Base
|
|
@@ -14,10 +15,14 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z'
|
|
21
|
+
)
|
|
18
22
|
s.path(d: 'm9 10 2 2 4-4')
|
|
19
23
|
end
|
|
20
24
|
end
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
|
28
|
+
# 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 BookmarkMinus < Base
|
|
@@ -14,10 +15,14 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(d: '
|
|
18
|
-
s.
|
|
18
|
+
s.path(d: 'M15 10H9')
|
|
19
|
+
s.path(
|
|
20
|
+
d:
|
|
21
|
+
'M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z'
|
|
22
|
+
)
|
|
19
23
|
end
|
|
20
24
|
end
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
|
28
|
+
# 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 BookmarkPlus < 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: '
|
|
18
|
-
s.
|
|
19
|
-
s.
|
|
18
|
+
s.path(d: 'M12 7v6')
|
|
19
|
+
s.path(d: 'M15 10H9')
|
|
20
|
+
s.path(
|
|
21
|
+
d:
|
|
22
|
+
'M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z'
|
|
23
|
+
)
|
|
20
24
|
end
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
|
24
28
|
end
|
|
29
|
+
# 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 BookmarkX < 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: 'm19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z')
|
|
18
18
|
s.path(d: 'm14.5 7.5-5 5')
|
|
19
|
+
s.path(
|
|
20
|
+
d:
|
|
21
|
+
'M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z'
|
|
22
|
+
)
|
|
19
23
|
s.path(d: 'm9.5 7.5 5 5')
|
|
20
24
|
end
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
|
24
28
|
end
|
|
29
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -14,11 +14,9 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
+
s.path(d: 'M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057')
|
|
18
|
+
s.path(d: 'M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78')
|
|
17
19
|
s.path(d: 'm2 2 20 20')
|
|
18
|
-
s.path(d: 'M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193')
|
|
19
|
-
s.path(
|
|
20
|
-
d: 'M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07'
|
|
21
|
-
)
|
|
22
20
|
end
|
|
23
21
|
end
|
|
24
22
|
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: 'M17.5
|
|
18
|
-
s.path(d: '
|
|
17
|
+
s.path(d: 'M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z')
|
|
18
|
+
s.path(d: 'M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61')
|
|
19
19
|
end
|
|
20
20
|
end
|
|
21
21
|
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module PhlexIcons
|
|
4
|
+
module Lucide
|
|
5
|
+
class GlobeX < 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: 'm16 3 5 5')
|
|
18
|
+
s.path(
|
|
19
|
+
d: 'M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 4-10'
|
|
20
|
+
)
|
|
21
|
+
s.path(d: 'm21 3-5 5')
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -14,10 +14,7 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
-
d:
|
|
19
|
-
'M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158'
|
|
20
|
-
)
|
|
17
|
+
s.path(d: 'M3.704 14.467a10 8 0 1 1 3.115 2.375')
|
|
21
18
|
s.path(d: 'M7 22a5 5 0 0 1-2-3.994')
|
|
22
19
|
s.circle(cx: '5', cy: '16', r: '2')
|
|
23
20
|
end
|
|
@@ -15,21 +15,16 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linecap: 'round',
|
|
16
16
|
stroke_linejoin: 'round'
|
|
17
17
|
) do |s|
|
|
18
|
-
s.path(d: '
|
|
19
|
-
s.path(d: '
|
|
20
|
-
s.path(d: '
|
|
21
|
-
s.path(d: '
|
|
22
|
-
s.path(d: '
|
|
23
|
-
s.path(
|
|
24
|
-
|
|
25
|
-
)
|
|
26
|
-
s.path(d: '
|
|
27
|
-
s.path(d: '
|
|
28
|
-
s.path(d: 'M20 3a2 2 0 0 1 2 2')
|
|
29
|
-
s.path(d: 'M22 13h.01')
|
|
30
|
-
s.path(d: 'M22 17a2 2 0 0 1-2 2')
|
|
31
|
-
s.path(d: 'M22 9h.01')
|
|
32
|
-
s.path(d: 'M8 3h.01')
|
|
18
|
+
s.path(d: 'M14 3h2')
|
|
19
|
+
s.path(d: 'M16 19h-2')
|
|
20
|
+
s.path(d: 'M2 12v-2')
|
|
21
|
+
s.path(d: 'M2 16v5.286a.71.71 0 0 0 1.212.502l1.149-1.149')
|
|
22
|
+
s.path(d: 'M20 19a2 2 0 0 0 2-2v-1')
|
|
23
|
+
s.path(d: 'M22 10v2')
|
|
24
|
+
s.path(d: 'M22 6V5a2 2 0 0 0-2-2')
|
|
25
|
+
s.path(d: 'M4 3a2 2 0 0 0-2 2v1')
|
|
26
|
+
s.path(d: 'M8 19h2')
|
|
27
|
+
s.path(d: 'M8 3h2')
|
|
33
28
|
end
|
|
34
29
|
end
|
|
35
30
|
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: 'M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2')
|
|
18
|
-
s.path(d: 'M22 15V5a2 2 0 0 0-2-2H9')
|
|
19
|
-
s.path(d: 'M8 21h8')
|
|
20
17
|
s.path(d: 'M12 17v4')
|
|
18
|
+
s.path(d: 'M17 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826')
|
|
21
19
|
s.path(d: 'm2 2 20 20')
|
|
20
|
+
s.path(d: 'M8 21h8')
|
|
21
|
+
s.path(d: 'M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042')
|
|
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 StarOff < Base
|
|
@@ -14,11 +15,18 @@ module PhlexIcons
|
|
|
14
15
|
stroke_linecap: 'round',
|
|
15
16
|
stroke_linejoin: 'round'
|
|
16
17
|
) do |s|
|
|
17
|
-
s.path(
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
s.path(
|
|
19
|
+
d:
|
|
20
|
+
'm10.344 4.688 1.181-2.393a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.237 3.152'
|
|
21
|
+
)
|
|
22
|
+
s.path(
|
|
23
|
+
d:
|
|
24
|
+
'm17.945 17.945.43 2.505a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a8 8 0 0 0 .4-.099'
|
|
25
|
+
)
|
|
26
|
+
s.path(d: 'm2 2 20 20')
|
|
20
27
|
end
|
|
21
28
|
end
|
|
22
29
|
end
|
|
23
30
|
end
|
|
24
31
|
end
|
|
32
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -15,7 +15,7 @@ module PhlexIcons
|
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
17
|
s.path(d: 'M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12')
|
|
18
|
-
s.path(d: 'm12 13.5 3.
|
|
18
|
+
s.path(d: 'm12 13.5 3.794.506')
|
|
19
19
|
s.path(d: 'm3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8')
|
|
20
20
|
s.path(d: 'M6 10V8')
|
|
21
21
|
s.path(d: 'M6 14v1')
|
|
@@ -14,13 +14,13 @@ module PhlexIcons
|
|
|
14
14
|
stroke_linecap: 'round',
|
|
15
15
|
stroke_linejoin: 'round'
|
|
16
16
|
) do |s|
|
|
17
|
-
s.
|
|
18
|
-
s.path(d: '
|
|
19
|
-
s.
|
|
20
|
-
s.
|
|
21
|
-
s.circle(cx: '
|
|
22
|
-
s.
|
|
23
|
-
s.circle(cx: '
|
|
17
|
+
s.path(d: 'm10.586 5.414-5.172 5.172')
|
|
18
|
+
s.path(d: 'm18.586 13.414-5.172 5.172')
|
|
19
|
+
s.path(d: 'M6 12h12')
|
|
20
|
+
s.circle(cx: '12', cy: '20', r: '2')
|
|
21
|
+
s.circle(cx: '12', cy: '4', r: '2')
|
|
22
|
+
s.circle(cx: '20', cy: '12', r: '2')
|
|
23
|
+
s.circle(cx: '4', cy: '12', r: '2')
|
|
24
24
|
end
|
|
25
25
|
end
|
|
26
26
|
end
|
data/lib/phlex-icons/lucide.rb
CHANGED
|
@@ -755,6 +755,7 @@ module PhlexIcons
|
|
|
755
755
|
autoload :Glasses, 'phlex-icons/lucide/glasses'
|
|
756
756
|
autoload :Globe, 'phlex-icons/lucide/globe'
|
|
757
757
|
autoload :GlobeLock, 'phlex-icons/lucide/globe_lock'
|
|
758
|
+
autoload :GlobeX, 'phlex-icons/lucide/globe_x'
|
|
758
759
|
autoload :Goal, 'phlex-icons/lucide/goal'
|
|
759
760
|
autoload :Gpu, 'phlex-icons/lucide/gpu'
|
|
760
761
|
autoload :GraduationCap, 'phlex-icons/lucide/graduation_cap'
|
data/lib/phlex-icons/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phlex-icons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.54.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ali Hamdi Ali Fadel
|
|
@@ -13671,6 +13671,7 @@ files:
|
|
|
13671
13671
|
- lib/phlex-icons/lucide/glasses.rb
|
|
13672
13672
|
- lib/phlex-icons/lucide/globe.rb
|
|
13673
13673
|
- lib/phlex-icons/lucide/globe_lock.rb
|
|
13674
|
+
- lib/phlex-icons/lucide/globe_x.rb
|
|
13674
13675
|
- lib/phlex-icons/lucide/goal.rb
|
|
13675
13676
|
- lib/phlex-icons/lucide/gpu.rb
|
|
13676
13677
|
- lib/phlex-icons/lucide/graduation_cap.rb
|