phlex-icons 2.29.0 → 2.30.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: 5c699f934b89b90a5aa698b99a19f8861ea51d3838bf885f65f4198c26a99e19
4
- data.tar.gz: 9f49f83a7dc46212c7110673d4d8c81804588b8d8cd8c9145840248789bedd37
3
+ metadata.gz: 6f93785586c18379724d5c4eaff8364f1fbc7d61a0da66ff8c09cf013631e620
4
+ data.tar.gz: b31902e95866e5d95d8482de800491c20cae8cadf9d474904eec75dc18f1caca
5
5
  SHA512:
6
- metadata.gz: 6ff499662ad6f4a8be4bf2d7693cb32950b10b6fa160a1bb538b61602ef4d2bd495c7612e6462dade314bfb189bb9a8647cf35821eeecdb1a63646d06f50f255
7
- data.tar.gz: ea5e77bc1e6ed3c75934cd0e0369a4092af2d6f9665b177d68954be42f78079879fc31be0f8341a1c14f23c9e4fe4d0120ccd1c0d6ed816d2ab1a257894dff43
6
+ metadata.gz: 287325a2301a725255070e804787c52de08c21d1e827a7104bedd72f3f99b4f2c745a4d4825b29780c8f729d11e1ae8ec63ebaa52012046702c8b93a50a9a12e
7
+ data.tar.gz: 44c45aa8e5a9cf7a89075fee53e6e8c59d6497024a199b0cf9615585be1f17c5896e33439b766e901815e9465998fb3a95de8895ab629e370b4f680880ac7cea
@@ -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 Brain < Base
@@ -15,24 +14,16 @@ module PhlexIcons
15
14
  stroke_linecap: 'round',
16
15
  stroke_linejoin: 'round'
17
16
  ) do |s|
18
- s.path(
19
- d:
20
- 'M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z'
21
- )
22
- s.path(
23
- d:
24
- 'M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z'
25
- )
26
- s.path(d: 'M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4')
27
- s.path(d: 'M17.599 6.5a3 3 0 0 0 .399-1.375')
28
- s.path(d: 'M6.003 5.125A3 3 0 0 0 6.401 6.5')
29
- s.path(d: 'M3.477 10.896a4 4 0 0 1 .585-.396')
30
- s.path(d: 'M19.938 10.5a4 4 0 0 1 .585.396')
31
- s.path(d: 'M6 18a4 4 0 0 1-1.967-.516')
32
- s.path(d: 'M19.967 17.484A4 4 0 0 1 18 18')
17
+ s.path(d: 'M12 18V5')
18
+ s.path(d: 'M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4')
19
+ s.path(d: 'M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5')
20
+ s.path(d: 'M17.997 5.125a4 4 0 0 1 2.526 5.77')
21
+ s.path(d: 'M18 18a4 4 0 0 0 2-7.464')
22
+ s.path(d: 'M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517')
23
+ s.path(d: 'M6 18a4 4 0 0 1-2-7.464')
24
+ s.path(d: 'M6.003 5.125a4 4 0 0 0-2.526 5.77')
33
25
  end
34
26
  end
35
27
  end
36
28
  end
37
29
  end
38
- # rubocop:enable Metrics/MethodLength
@@ -15,15 +15,16 @@ module PhlexIcons
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
17
  s.path(
18
- d:
19
- 'M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1'
18
+ d: 'M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z'
20
19
  )
21
- s.path(d: 'M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9')
22
- s.path(d: 'M21 21v-2h-4')
23
- s.path(d: 'M3 5h4V3')
20
+ s.path(d: 'M17 21v-2')
21
+ s.path(d: 'M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10')
22
+ s.path(d: 'M21 21v-2')
23
+ s.path(d: 'M3 5V3')
24
24
  s.path(
25
- d: 'M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3'
25
+ d: 'M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z'
26
26
  )
27
+ s.path(d: 'M7 5V3')
27
28
  end
28
29
  end
29
30
  end
@@ -14,10 +14,13 @@ module PhlexIcons
14
14
  stroke_linecap: 'round',
15
15
  stroke_linejoin: 'round'
16
16
  ) do |s|
17
+ s.path(
18
+ d: 'M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z',
19
+ fill: 'currentColor'
20
+ )
17
21
  s.path(d: 'M16.85 18.58a9 9 0 1 0-9.7 0')
18
22
  s.path(d: 'M8 14a5 5 0 1 1 8 0')
19
- s.circle(cx: '12', cy: '11', r: '1')
20
- s.path(d: 'M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z')
23
+ s.circle(cx: '12', cy: '11', r: '1', fill: 'currentColor')
21
24
  end
22
25
  end
23
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: 'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6')
17
18
  s.path(d: 'M3 6h18')
18
- s.path(d: 'M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6')
19
- s.path(d: 'M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2')
19
+ s.path(d: 'M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2')
20
20
  end
21
21
  end
22
22
  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: 'M10 11v6')
18
+ s.path(d: 'M14 11v6')
19
+ s.path(d: 'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6')
17
20
  s.path(d: 'M3 6h18')
18
- s.path(d: 'M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6')
19
- s.path(d: 'M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2')
20
- s.line(x1: '10', x2: '10', y1: '11', y2: '17')
21
- s.line(x1: '14', x2: '14', y1: '11', y2: '17')
21
+ s.path(d: 'M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2')
22
22
  end
23
23
  end
24
24
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.29.0'
4
+ VERSION = '2.30.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.29.0
4
+ version: 2.30.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-07-04 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex