phlex-icons-material 2.41.0 → 2.43.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: 94c802fbae64988324c098239ba8837af7ac568ebe90416f8c1e769de2c19642
4
- data.tar.gz: 39f8ad5cd1859cc4670eb787574d6dd4b02818a7cedd25d473f8d9f80521328e
3
+ metadata.gz: 6e7ff0edad4143910bfd3f343f6d9858007cad6abedf5a8864f3edb41316cbee
4
+ data.tar.gz: bca459436040cb93a5cb139379a9f7f1c077f4d38f25c24236edfda7d815e9ba
5
5
  SHA512:
6
- metadata.gz: 4cbe2185b7ef23d3214b4132b11e6de74e3fb434d9d646a49dbfc4e877abaf247031933772991ff8c13729b448d614e6e8a354dbfd4e533d20f2b0f3bf0cdc78
7
- data.tar.gz: 5f7aad46815e8c942f9a3414b4fcaf2c519fbfefe51715c3ae5d701451bb7aa8240a6c327d5d6b13906f2ccf44cbf3edf0c7dc70ca26a78f35811abe96ddbfbd
6
+ metadata.gz: 2cbc89054115b5c7555cfcc79b31af5513f572facfb63e282876a58af4c23e72e2877b9d3d83a24ea7ac516daa19d72956f279bac3c8073083a1c7fbbcd962a2
7
+ data.tar.gz: 7dc685c7c4a3e641ad165ab6a1cf18183b5803db9b290a1f7c648db5198fe74548c1c12f7a47b0b13d7f9084b52850b2bc8ebd09afa0da71ac67c08971b8ce36
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.43.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlex-icons-material
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.41.0
4
+ version: 2.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Hamdi Ali Fadel