Skip to content

Commit

Permalink
icon updates with correct fill attributes (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe authored Mar 10, 2023
1 parent 1144671 commit f11e348
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion config/generation.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
->optimize()
->postOptimizationAsString(function ($svgLine){
$replacePattern = [
'/fill\="\#[0-9A-Z]{6}"/s' => 'fill="currentColor"'
'/fill\="\#[0-9A-Za-z]{6}"/s' => 'fill="currentColor"'
];
return preg_replace(array_keys($replacePattern), array_values($replacePattern), $svgLine);
})
Expand Down
2 changes: 1 addition & 1 deletion resources/svg/behance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/svg/bootstrap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/svg/cakephp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/svg/ceylon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/svg/clojurescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f11e348

Please sign in to comment.