phlex-icons-hero 2.41.0 → 2.42.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: 66ba9c7291e724b7ebe3a1d34acd45e8d35bf0ea941d6bee2c4de162592b6934
4
- data.tar.gz: 89bb99817dd0b9eaac57b9b969ed092218c14860758f59c72f9af6e3114a9300
3
+ metadata.gz: 53a4d67242f6636e85a65214b8e93b1e170c114636c36bb6f4a6171ed9527570
4
+ data.tar.gz: a39091a119741c1dbf7c8cd1ad79bb3fffc089762c647565f34223d79cc6bebf
5
5
  SHA512:
6
- metadata.gz: d79dd21dc2fdfdc3c90dedd5597ecef5bf03670aff01855d89877ea2b67c6fdd15a7316f5c8cb15d79ecaa06824042a56c3e5bf5a58e7b786bcd625f407be419
7
- data.tar.gz: c3acd577d27edfcfffc07961b55e524ff07dc03a75a192e271dae1ad7344b79f92413cdb6be2ffce88a29287725da1b9a1c55bb3cf1fe1bb3be7d9f9cb18fcf6
6
+ metadata.gz: 286ea94f16fcddcff3adafaffbdbd0001bc7be8ae9557b8066ad57bd57a34dcef9a9baa8c62dd36d5c96d9c07a069dbcc7ac4e22005faea9c8daab002670bdb9
7
+ data.tar.gz: eb36db919eaca8f9a69c6f009abb745c3e46f1895b9419204eee6df6a092a4e6a8690161f919e03efe7cb6eef969eb1cdddd1e4dc8c1c87e069d9012a66aefb6
data/generators/huge.rb CHANGED
@@ -89,6 +89,7 @@ def read_and_convert_icon(icon_file_path)
89
89
  icon_file_content = File.read(icon_file_path)
90
90
  .sub('width="24"', '')
91
91
  .sub('height="24"', '')
92
+ .gsub(/stroke="#[0-9A-Fa-f]{6}"/, 'stroke="currentColor"')
92
93
 
93
94
  Phlexing::Converter.convert(icon_file_content).sub('svg(', "svg(\n**attrs,")
94
95
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhlexIcons
4
- VERSION = '2.41.0'
4
+ VERSION = '2.42.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-hero
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.41.0
4
+ version: 2.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel