phlex-icons 1.3.0 → 1.4.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: e16e6ed98976d001d3a654f3b3e9c2f71033b37817c26ffc272ab4d5726aa484
4
- data.tar.gz: 743adb6ce0c299154e11718b3e265c9e6b0b00251297bb6805aedc55378c4794
3
+ metadata.gz: 314b5362861e60d23dd4c83f1196cb1d8bf56a05116d460ea8f4e79ca52dc8d5
4
+ data.tar.gz: 86c7c25187b9fba2ff2799616c6bf8f809a25a468836d076473a95e4caebcc1a
5
5
  SHA512:
6
- metadata.gz: 327f82a5c82f69938ecd5574973ca7f1fbd1c04c6c93ed4eb940bedf14a052f8430abdf2f777f47ca857953206ce537d7140248a0f4954f11acf9c8272635539
7
- data.tar.gz: 92c44acead6074f6b3e8be8881a8c9967c090fdaf6f0b2eb12dab4e04131907b59bba61adb07e59eb82fe328bf6101a3cde529a226b55c496997a5ead56b0f11
6
+ metadata.gz: 7ab2af2430ed82136f8047a79b679b8074e1594b23c9a5bdc15dfbf88fd786541af59c1fcb6b291435a9f5f415365bf3e847d54369a9a2ee7a703dfe85c6d7b9
7
+ data.tar.gz: 7950a232850a4ecba8448853d7348f1c7092892c98689b7e8a109d4d32cf1580c549ae259f8d896b3d19c460e2a2103f596daa5338487e700c75a8ac932e5fb1
@@ -15,9 +15,9 @@ module Phlex
15
15
  stroke_linecap: 'round',
16
16
  stroke_linejoin: 'round'
17
17
  ) do |s|
18
- s.circle(cx: '12', cy: '17', r: '1')
18
+ s.path(d: 'M21 17a9 9 0 0 0-15-6.7L3 13')
19
19
  s.path(d: 'M3 7v6h6')
20
- s.path(d: 'M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13')
20
+ s.circle(cx: '12', cy: '17', r: '1')
21
21
  end
22
22
  end
23
23
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlex
4
4
  module Icons
5
- VERSION = '1.3.0'
5
+ VERSION = '1.4.0'
6
6
  end
7
7
  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: 1.3.0
4
+ version: 1.4.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: 2024-11-04 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex