phlex-icons 2.53.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9094cc490eaf767bd93756e33804f1de4e8f707ee38c1918bbf0afec6caf0ef
4
- data.tar.gz: a5f9f961f07480413531945f20057ae57afb04f175048e8af29da99357904abf
3
+ metadata.gz: 86c6163aca06fb22bcc8e53c2df1194b5ab5a7ea5eb2fbb163eff4a9010c577f
4
+ data.tar.gz: ea2b7f488a3bc93c6c28120d113618da6f2ede19373b1d99a6b1dbd2c4b285a2
5
5
  SHA512:
6
- metadata.gz: bfce822f36b325ab504cd8aa63c722fe47b1dbf290153accff502d1c2334982c2320c60e1a709910102fe8b155d170d382425cb3f4530fc574b56051ca020eb7
7
- data.tar.gz: 1893cdb85cf207a3ed5223289980288b74a9794e12b0d7170cfdb63cdcf55efc89473b442829cea37a73d25e4ead56baa75f2bebf8c2a9e61836b622e603ac5d
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
- ) { |s| s.path(d: 'm19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z') }
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(d: 'm19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z')
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: 'm19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z')
18
- s.line(x1: '15', x2: '9', y1: '10', y2: '10')
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: 'm19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z')
18
- s.line(x1: '12', x2: '12', y1: '7', y2: '13')
19
- s.line(x1: '15', x2: '9', y1: '10', y2: '10')
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 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z')
18
- s.path(d: 'M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5')
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: 'M12 19h.01')
19
- s.path(d: 'M12 3h.01')
20
- s.path(d: 'M16 19h.01')
21
- s.path(d: 'M16 3h.01')
22
- s.path(d: 'M2 13h.01')
23
- s.path(
24
- d: 'M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8'
25
- )
26
- s.path(d: 'M2 5a2 2 0 0 1 2-2')
27
- s.path(d: 'M2 9h.01')
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
@@ -14,13 +14,13 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
- s.circle(cx: '12', cy: '4.5', r: '2.5')
18
- s.path(d: 'm10.2 6.3-3.9 3.9')
19
- s.circle(cx: '4.5', cy: '12', r: '2.5')
20
- s.path(d: 'M7 12h10')
21
- s.circle(cx: '19.5', cy: '12', r: '2.5')
22
- s.path(d: 'm13.8 17.7 3.9-3.9')
23
- s.circle(cx: '12', cy: '19.5', r: '2.5')
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
@@ -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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.53.0'
4
+ VERSION = '2.54.0'
5
5
  end
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.53.0
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