phlex-icons-tabler 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: ff595726e8620cc019732ac81cd89891bb4af2b4d381dd2657ed76381dcc01a4
4
- data.tar.gz: ba2d52605634ec663d3f82e6456be3dda2d6640e66b53d5c3735ca2e5e8833c2
3
+ metadata.gz: dcdb2a4964e8e865049c5b7f1600e94486a9b06043f8c4b8ad76a81c621160e8
4
+ data.tar.gz: af884b9c8715fd1417103e63a9157107999e2834ffa3f6731298c8d5b32d4a08
5
5
  SHA512:
6
- metadata.gz: b05054771efb10c7c4b1a71fcc4665e6afc8807bad213234d4b32f99c4b90ac58c9f4e26601794f27e36a6c1a6005c2c39b6ff2b4fe507e5b68a650579595e61
7
- data.tar.gz: 18ce30147981969405369b21cbce50dc09a0605037ca464a9f70fdc744fcb38897c6937ae55c049931f7630d4cb77ce9a79f1e4bcd9427dc1c514bd5db7d5226
6
+ metadata.gz: 83d4d13dc7765496bc0cb96206b746515e85f19a038b7449f7c77b912769097de723d271f143bc9776cba7d49ded358fd1054cd3a2a12d384253faf95202243b
7
+ data.tar.gz: 7a2fd3f92fd49bbf518e030af7ea18b1e4dd43849135aebdc153d99d591195a69cd77d07f22d2bbc8d12d195f7c331b625bf26b3b73896d32a6f62a8d8b32954
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-tabler
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